diff --git a/superset/translations/de/LC_MESSAGES/messages.json b/superset/translations/de/LC_MESSAGES/messages.json index 7e8bbd1f1c0f6..52fcb2555e357 100644 --- a/superset/translations/de/LC_MESSAGES/messages.json +++ b/superset/translations/de/LC_MESSAGES/messages.json @@ -8,6216 +8,6241 @@ "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 " + "The datasource is too large to query.": [ + "Die Datenquelle ist zu groß, um sie abzufragen." ], - "\n Error: %(text)s\n ": [ - "\nFehler: %(text)s\n " + "The database is under an unusual load.": [ + "Die Datenbank ist ungewöhnlich belastet." ], - " (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." + "The database returned an unexpected error.": [ + "Die Datenbank hat einen unerwarteten Fehler zurückgegeben." ], - " 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" + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "In der SQL-Abfrage liegt ein Syntaxfehler vor. Vielleicht gab es einen Rechtschreibfehler oder einen Tippfehler." ], - " 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." + "The column was deleted or renamed in the database.": [ + "Die Spalte wurde in der Datenbank gelöscht oder umbenannt." ], - " 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." + "The table was deleted or renamed in the database.": [ + "Die Tabelle wurde in der Datenbank gelöscht oder umbenannt." ], - " to mark a column as a time column": [ - " um eine Spalte als Zeitspalte zu markieren" + "One or more parameters specified in the query are missing.": [ + "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." ], - " 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." + "The hostname provided can't be resolved.": [ + "Der angegebene Hostname kann nicht aufgelöst werden." ], - " 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." + "The port is closed.": ["Der Port ist geschlossen."], + "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." ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nDies kann ausgelöst werden durch: \n%(issues)s" + "Superset encountered an error while running a command.": [ + "Superset hat beim Ausführen eines Befehls einen Fehler festgestellt." ], - "%(name)s.csv": ["%(name)s.csv"], - "%(object)s does not exist in this database.": [ - "%(object)s existiert nicht in der Datenbank." + "Superset encountered an unexpected error.": [ + "Superset hat einen unerwarteten Fehler festgestellt." ], - "%(other)s charts will appear here": [ - "%(other)s Diagramme werden hier angezeigt" + "The username provided when connecting to a database is not valid.": [ + "Der Benutzer*innenname, der beim Herstellen einer Datenbankverbindung angegeben wurde, ist ungültig." ], - "%(other)s dashboards will appear here": [ - "%(other)s Dashboards werden hier angezeigt" + "The password provided when connecting to a database is not valid.": [ + "Das Kennwort, das beim Herstellen einer Datenbankverbindung angegeben wurde, ist ungültig." ], - "%(other)s recents will appear here": [ - "Aktuelle %(other)s werden hier angezeigt" + "Either the username or the password is wrong.": [ + "Entweder der Benutzer*innenname oder das Kennwort ist falsch." ], - "%(other)s saved queries will appear here": [ - "%(other)s gespeicherte Abfragen werden hier angezeigt" + "Either the database is spelled incorrectly or does not exist.": [ + "Entweder ist die Datenbank falsch geschrieben oder existiert nicht." ], - "%(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" + "The schema was deleted or renamed in the database.": [ + "Das Schema wurde in der Datenbank gelöscht oder umbenannt." ], - "%(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" + "User doesn't have the proper permissions.": [ + "Benutzer*in verfügt nicht über die richtigen Berechtigungen." ], - "%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" + "One or more parameters needed to configure a database are missing.": [ + "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." ], - "%s Selected": ["%s ausgewählt"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s ausgewählt (%s physisch, %s virtuell)" + "The submitted payload has the incorrect format.": [ + "Die übermittelte Nutzlast hat das falsche Format." ], - "%s Selected (Physical)": ["%s ausgewählt (physisch)"], - "%s Selected (Virtual)": ["%s ausgewählt (virtuell)"], - "%s aggregates(s)": ["%s Aggregate"], - "%s column(s)": ["%s Spalte(n)"], - "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "The submitted payload has the incorrect schema.": [ + "Die übermittelte Nutzlast hat das falsche Schema." ], - "%s operator(s)": ["%s Operator(en)"], - "%s option(s)": ["%s Option(en)"], - "%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 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)" + "Results backend needed for asynchronous queries is not configured.": [ + "Das Ergebnis-Backend, das für asynchrone Abfragen benötigt wird, ist nicht konfiguriert." ], - "), and they become available in your SQL (example:": [ - "), und sie werden in Ihrem SQL verfügbar (Beispiel:" + "Database does not allow data manipulation.": [ + "Die Datenbank lässt keine Datenbearbeitung zu." ], - "*%(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" + "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." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nFehler: %(text)s\n" + "CVAS (create view as select) query has more than one statement.": [ + "CVAS-Abfrage (Create View as Select) hat mehr als eine Anweisung." ], - "+ %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" + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS-Abfrage (Create View as Select) ist keine SELECT-Anweisung." ], - ".": ["."], - "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)" + "Query is too complex and takes too long to run.": [ + "Die Abfrage ist zu komplex und dauert zu lange." ], - "1 week starting Sunday (freq=W-SUN)": [ - "1 Woche beginnend am Sonntag (freq=W-SUN)" + "The database is currently running too many queries.": [ + "Die Datenbank führt derzeit zu viele Abfragen aus." ], - "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"], - "104 weeks": ["104 Wochen"], - "104 weeks ago": ["vor 104 Wochen"], - "15 minute": ["15 Minuten"], - "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)" + "The object does not exist in the given database.": [ + "Das Objekt existiert nicht in der angegebenen Datenbank." ], - "6 hour": ["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)"], - "": [""], - "": [""], - "": [""], - "": [""], - "": [""], - "== (Is equal)": ["== (Ist gleich)"], - "> (Larger than)": ["> (Größer als)"], - ">= (Larger or equal)": [">= (Größer oder gleich)"], - "A Big Number": ["Eine Große Zahl"], - "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" + "The query has a syntax error.": [ + "Die Abfrage weist einen Syntaxfehler auf." ], - "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." + "The results backend no longer has the data from the query.": [ + "Das Ergebnis-Backend verfügt nicht mehr über die Daten aus der Abfrage." ], - "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." + "The query associated with the results was deleted.": [ + "Die den Ergebnissen zugeordnete Abfrage wurde gelöscht." ], - "A database with the same name already exists.": [ - "Eine Datenbank mit dem gleichen Namen existiert bereits." + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Die im Backend gespeicherten Ergebnisse wurden in einem anderen Format gespeichert und können nicht mehr deserialisiert werden." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "" + "The port number is invalid.": ["Die Port-Nummer ist ungültig."], + "Failed to start remote query on a worker.": [ + "Remoteabfrage für einen Worker konnte nicht gestartet werden." ], - "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)" + "The database was deleted.": ["Die Datenbank wurde gelöscht."], + "Custom SQL fields cannot contain sub-queries.": [ + "Benutzerdefinierte SQL-Felder dürfen keine Unterabfragen enthalten." ], - "A handlebars template that is applied to the data": [ - "Ein Handelbars-Template, das auf die Daten angewendet wird" + "Invalid certificate": ["Ungültiges Zertifikat"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Unsicherer Rückgabetyp für %(func)s: %(value_type)s" ], - "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." + "Unsupported return value for method %(name)s": [ + "Nicht unterstützter Rückgabewert für %(name)s" ], - "A list of tags that have been applied to this chart.": [ - "Eine Liste der Tags, die auf dieses Diagramm angewendet wurden." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Unsicherer Vorlagenwert für Schlüssel %(key)s: %(value_type)s" ], - "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." + "Unsupported template value for key %(key)s": [ + "Nicht unterstützter Vorlagenwert für Schlüssel %(key)s" ], - "A map of the world, that can indicate values in different countries.": [ - "Eine Weltkarte, die Werte in verschiedenen Ländern anzeigen kann." + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" ], - "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" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Nur 'SELECT'-Anweisungen sind für diese Datenbank zulässig." ], - "A metric to use for color": [ - "Eine Metrik, die für die Farbe verwendet werden soll" + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Die Abfrage wurde nach %(sqllab_timeout)s Sekunden abgebrochen. Sie war eventuell zu komplex, oder die Datenbank ist aktuell stark belastet." ], - "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.": [ - "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." + "Results backend is not configured.": [ + "Das Ergebnis-Backend ist nicht konfiguriert." ], - "A readable URL for your dashboard": [ - "Eine sprechende URL für Ihr Dashboard" + "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) 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." ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Ein Verweis auf die [Time]-Konfiguration unter Berücksichtigung der Granularität" + "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) kann nur mit einer Abfrage mit einer einzigen SELECT-Anweisung ausgeführt werden. Bitte stellen Sie sicher, dass Ihre Anfrage nur eine SELECT-Anweisung hat. Versuchen Sie dann erneut, die Abfrage auszuführen." ], - "A report named \"%(name)s\" already exists": [ - "Ein Bericht mit dem Namen \"%(name)s\" ist bereits vorhanden" + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Führe Anweisung %(statement_num)s von %(statement_count)s aus" ], - "A reusable dataset will be saved with your chart.": [ - "Ein wiederverwendbarer Datensatz wird mit Ihrem Diagramm gespeichert." + "Statement %(statement_num)s out of %(statement_count)s": [ + "Anweisung %(statement_num)s von %(statement_count)s" ], - "A screenshot of the dashboard will be sent to your email at": [ - "Ein Screenshot des Dashboards wird an Ihre E-Mail-Adresse gesendet" + "You may have an error in your SQL statement. {message}": [""], + "Viz is missing a datasource": ["Visualisierung fehlt eine Datenquelle"], + "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." ], - "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" + "From date cannot be larger than to date": [ + "‚Von Datum' kann nicht größer als ‚Bis-Datum' sein" ], - "A time column must be specified when using a Time Comparison.": [ - "Bei Verwendung eines Zeitvergleichs muss eine Zeitspalte angegeben werden." + "Cached value not found": ["Zwischengespeicherter Wert nicht gefunden"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Fehlende Spalten in Datenquelle: %(invalid_columns)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.": [ - "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." + "Time Table View": ["Zeittabellenansicht"], + "Pick at least one metric": ["Wählen Sie mindestens eine Metrik aus"], + "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" ], - "A timeout occurred while executing the query.": [ - "Beim Ausführen der Abfrage ist ein Timeout aufgetreten." + "Calendar Heatmap": ["Kalender Heatmap"], + "Bubble Chart": ["Blasen-Diagramm"], + "Please use 3 different metric labels": [ + "Bitte verwenden Sie 3 verschiedene metrische Beschriftungen" ], - "A timeout occurred while generating a csv.": [ - "Beim Generieren einer CSV-Datei ist ein Timeout aufgetreten." + "Pick a metric for x, y and size": [ + "Wählen Sie eine Metrik für x, y und Größe" ], - "A timeout occurred while generating a dataframe.": [ - "Beim Generieren eines Datenextrakts ist ein Timeout aufgetreten." + "Bullet Chart": ["Bullet-Diagramm"], + "Pick a metric to display": ["Wählen Sie eine Anzeige-Metrik"], + "Time Series - Line Chart": ["Zeitreihen - Liniendiagramm"], + "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." ], - "A timeout occurred while taking a screenshot.": [ - "Beim Erstellen eines Screenshots ist ein Timeout aufgetreten." + "Time Series - Bar Chart": ["Zeitreihen - Balkendiagramm"], + "Time Series - Period Pivot": ["Zeitreihen - Perioden-Pivot"], + "Time Series - Percent Change": ["Zeitreihen - Prozentuale Veränderung"], + "Time Series - Stacked": ["Zeitreihen - Gestapelt"], + "Histogram": ["Histogramm"], + "Must have at least one numeric column specified": [ + "Mindestens eine numerische Spalte erforderlich" ], - "A valid color scheme is required": [ - "Ein gültiges Farbschema ist erforderlich" + "Distribution - Bar Chart": ["Verteilung - Balkendiagramm"], + "Can't have overlap between Series and Breakdowns": [ + "Überschneidungen zwischen Zeitreihen und Aufschlüsselungen nicht zulässig" ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "Pick at least one field for [Series]": [ + "Wählen Sie mindestens ein Feld für [Serie] aus." ], - "APPLY": ["ANWENDEN"], - "APR": ["APR"], - "AQE": ["AQE"], - "AUG": ["AUG"], - "AXIS TITLE MARGIN": ["ABSTAND DES ACHSENTITELS"], - "AXIS TITLE POSITION": ["Y-ACHSE TITEL POSITION"], - "About": ["Über"], - "Access": ["Zugang"], - "Access token": ["Zugangs-Token"], - "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 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 Log": ["Protokoll hinzufügen"], - "Add Metric": ["Metrik hinzufügen"], - "Add Report": ["Report 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" + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Wählen Sie genau 2 Spalten als [Quelle / Ziel]" ], - "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 calculated columns to dataset in \"Edit datasource\" modal": [ - "Fügen Sie berechnete Spalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" + "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: {}" ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Fügen Sie berechnete Zeitspalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" + "Directed Force Layout": ["Kraftbasierte Anordnung"], + "Country Map": ["Länderkarte"], + "World Map": ["Weltkarte"], + "Parallel Coordinates": ["Parallele Koordinaten"], + "Heatmap": ["Heatmap"], + "Horizon Charts": ["Horizontdiagramme"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "[Longitude] und [Latitude] müssen eingestellt sein" ], - "Add color for positive/negative change": [""], - "Add cross-filter": ["Kreuzfilter hinzufügen"], - "Add custom scoping": [""], - "Add delivery method": ["Übermittlungsmethode hinzufügen"], - "Add extra connection information.": [ - "Zusätzliche Verbindungsinformationen hinzufügen" + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Muss eine Spalte [Gruppieren nach] haben, um 'count' als [Label] zu verwenden" ], - "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." + "Choice of [Label] must be present in [Group By]": [ + "Die Auswahl von [Label] muss in [Group By] vorhanden sein." ], - "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" + "Choice of [Point Radius] must be present in [Group By]": [ + "Die Auswahl von [Punktradius] muss in [Gruppieren nach] vorhanden sein." ], - "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" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Die Spalten [Longitude] und [Latitude] müssen in [Group By] vorhanden sein." ], - "Add required control values to save chart": [ - "Fügen Sie erforderlicher Steuerelementwerte hinzu, um das Diagramms zu speichern" + "Deck.gl - Multiple Layers": ["Deck.gl - Mehrere Ebenen"], + "Bad spatial key": ["Fehlerhafter räumlicher Schlüssel"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Ungültiger räumlicher NULL-Eintrag gefunden, bitte erwägen Sie, diese herauszufiltern" ], - "Add sheet": ["Tabelle hinzufügen"], - "Add tag to entities": [""], - "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"], - "Additional Parameters": ["Zusätzliche Parameter"], - "Additional fields may be required": [ - "Eventuell sind weitere Felder erforderlich" + "Deck.gl - Scatter plot": ["Deck.gl - Streudiagramm"], + "Deck.gl - Screen Grid": ["Deck.gl - Bildschirmraster"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D-Raster"], + "Deck.gl - Paths": ["Deck.gl - Pfade"], + "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 - Bogen"], + "Event flow": ["Ereignisablauf"], + "Time Series - Paired t-test": ["Zeitreihen - t-Differenzentest"], + "Time Series - Nightingale Rose Chart": [ + "Zeitreihe - Nightingale Rose Chart" ], - "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" + "Partition Diagram": ["Partitionsdiagramm"], + "Please choose at least one groupby": [ + "Bitte wählen Sie mindestens ein Gruppierungs-Kriterium" ], - "Additive": ["Additiv"], - "Adjust how this database will interact with SQL Lab.": [ - "Anpassen, wie diese Datenbank mit SQL Lab interagiert." + "Invalid advanced data type: %(advanced_data_type)s": [ + "Ungültiger erweiterter Datentyp: %(advanced_data_type)s" ], - "Adjust performance settings of this database.": [ - "Leistungseinstellungen dieser Datenbank anpassen." + "Deleted %(num)d annotation layer": [ + "%(num)d Anmerkungebene gelöscht", + "%(num)d Anmerkungsebenen gelöscht" ], - "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"], - "Aggregate": ["Aggregieren"], - "Aggregate Mean": ["Aggregater Mittelwert"], - "Aggregate Sum": ["Aggregierte Summe"], - "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ - "Aggregatfunktion, die auf die Liste der Punkte in jedem Cluster angewendet wird, um die Clusterbezeichnung zu erstellen." + "All Text": ["Gesamter Texte"], + "Deleted %(num)d annotation": [ + "%(num)d Anmerkung gelöscht", + "%(num)d Anmerkungen gelöscht" ], - "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" + "Deleted %(num)d chart": [ + "%(num)d Diagramm gelöscht", + "%(num)d Diagramme gelöscht" ], - "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" + "Is certified": ["Zertifiziert"], + "Has created by": ["Hat „Erstellt von“"], + "Created by me": ["Von mir erstellt"], + "Owned Created or Favored": ["Im Besitz, Erstellt oder Favorisiert"], + "Total (%(aggfunc)s)": ["Insgesamt (%(aggfunc)s)"], + "Subtotal": ["Zwischensumme"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "\"confidence_interval\" muss zwischen 0 und 1 liegen (exklusiv)" ], - "Aggregation function": ["Aggregationsfunktion"], - "Alert": ["Alarm"], - "Alert Triggered, In Grace Period": ["Alarm ausgelöst, in Kulanzzeit"], - "Alert condition": ["Alarmierungsbedingung"], - "Alert condition schedule": ["Alarmierung-Zeitplan"], - "Alert ended grace period.": ["Alarm beendet Karenzzeit."], - "Alert failed": ["Alarm fehlgeschlagen"], - "Alert fired during grace period.": [ - "Alarm während Karenzzeit ausgelöst." - ], - "Alert found an error while executing a query.": [ - "Alarm ist beim Ausführen einer Abfrage auf einen Fehler gestoßen." + "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." ], - "Alert name": ["Name des Alarms"], - "Alert on grace period": ["Alarm in Karenzzeit"], - "Alert query returned a non-number value.": [ - "Die Alarm-Abfrage hat einen nicht-numerischen Wert zurückgegeben." + "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." ], - "Alert query returned more than one column.": [ - "Die Alarm-Abfrage hat mehr als eine Spalte zurückgegeben." + "`width` must be greater or equal to 0": [ + "\"Breite\" muss größer oder gleich 0 sein" ], - "Alert query returned more than one row.": [ - "Die Alarm-Abfrage hat mehr als eine Zeile zurückgegeben." + "`row_limit` must be greater than or equal to 0": [ + "\"row_limit\" muss größer oder gleich 0 sein" ], - "Alert running": ["Alarm wird ausgeführt"], - "Alert triggered, notification sent": [ - "Alarm ausgelöst, Benachrichtigung gesendet" + "`row_offset` must be greater than or equal to 0": [ + "\"row_offset\" muss größer oder gleich 0 sein" ], - "Alert validator config error.": [ - "Konfigurationsfehler des Alarm-Validators." + "orderby column must be populated": [ + "ORDER BY-Spalte muss angegeben werden" ], - "Alerts": ["Alarme"], - "Alerts & Reports": ["Alarme und Reporte"], - "Alerts & reports": ["Alarme und Reports"], - "Align +/-": ["Ausrichten +/-"], - "All": ["Alle"], - "All Text": ["Gesamter Texte"], - "All charts": ["Alle Diagramme"], - "All charts/global scoping": [""], - "All filters": ["Alle Filter"], - "All panels": ["Alle Bereiche"], - "All panels with this column will be affected by this filter": [ - "Alle Bereiche mit dieser Spalte sind von diesem Filter betroffen" + "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." ], - "Allow CREATE TABLE AS": ["CREATE TABLE AS zulassen"], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Option CREATE TABLE AS in SQL Lab zulassen" + "Request is incorrect: %(error)s": ["Anfrage ist falsch: %(error)s"], + "Request is not JSON": ["Anfrage ist nicht JSON"], + "Empty query result": ["Leeres Abfrageergebnis"], + "Owners are invalid": ["Besitzende sind ungültig"], + "Some roles do not exist": ["Einige Rollen sind nicht vorhanden"], + "Datasource type is invalid": ["Datenquellen-Typ ist ungültig"], + "Datasource does not exist": ["Datenquelle ist nicht vorhanden"], + "Query does not exist": ["Abfrage ist nicht vorhanden"], + "Annotation layer parameters are invalid.": [ + "Anmerkungs-Layer-Parameter sind ungültig." ], - "Allow CREATE VIEW AS": ["CREATE VIEW AS zulassen"], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Option CREATE VIEW AS in SQL Lab zulassen" + "Annotation layer could not be created.": [ + "Anmerkungsebene konnte nicht erstellt werden." ], - "Allow Csv Upload": ["CSV-Upload zulassen"], - "Allow DML": ["DML zulassen"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Annotation layer could not be updated.": [ + "Anmerkungsebene konnte nicht aktualisiert werden." ], - "Allow columns to be rearranged": ["Neuanordnung von Spalten zulassen"], - "Allow creation of new tables based on queries": [ - "Erstellen neuer Tabellen basierend auf Abfragen zulassen" + "Annotation layer not found.": ["Anmerkungsebene nicht gefunden."], + "Annotation layer has associated annotations.": [ + "Der Anmerkungs-Layer ist Anmerkungen zugeordnet." ], - "Allow creation of new views based on queries": [ - "Erstellen neuer Ansichten basierend auf Abfragen zulassen" + "Name must be unique": ["Name muss eindeutig sein"], + "End date must be after start date": [ + "‚Von Datum' kann nicht größer als ‚Bis Datum' sein" ], - "Allow data manipulation language": [ - "DML (Datenmanipulationssprache) zulassen" + "Short description must be unique for this layer": [ + "Kurzbeschreibung muss für diese Ebene eindeutig sein" ], - "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." + "Annotation not found.": ["Anmerkung nicht gefunden."], + "Annotation parameters are invalid.": [ + "Anmerkungs-Parameter sind ungültig." ], - "Allow file uploads to database": [ - "Datei-Uploads in die Datenbank zulassen" + "Annotation could not be created.": [ + "Anmerkung konnte nicht erstellt werden." ], - "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." + "Annotation could not be updated.": [ + "Anmerkung konnte nicht aktualisiert werden." ], - "Allow node selections": ["Knotenauswahl zulassen"], - "Allow sending multiple polygons as a filter event": [ - "Senden mehrerer Polygone als Filterereignis zulassen" + "Annotations could not be deleted.": [ + "Anmerkungen konnten nicht gelöscht werden." ], - "Allow this database to be explored": [ - "Abfragen dieser Datenbank in SQL Lab zulassen" + "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." ], - "Allow this database to be queried in SQL Lab": [ - "Abfragen dieser Datenbank in SQL Lab zulassen" + "Cannot parse time string [%(human_readable)s]": [ + "Zeitzeichenfolge [%(human_readable)s] kann nicht analysiert werden" ], - "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" + "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." ], - "Allowed Domains (comma separated)": [ - "Zulässige Domänen (durch Kommas getrennt)" + "Database does not exist": ["Datenbank existiert nicht"], + "Dashboards do not exist": ["Dashboards existieren nicht"], + "Datasource type is required when datasource_id is given": [ + "Datenquellentyp ist erforderlich, wenn datasource_id angegeben wird" ], - "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." + "Chart parameters are invalid.": ["Diagrammparameter sind ungültig."], + "Chart could not be created.": ["Diagramm konnte nicht erstellt werden."], + "Chart could not be updated.": [ + "Diagramm konnte nicht aktualisiert werden." ], - "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\"" + "Charts could not be deleted.": [ + "Diagramme konnten nicht gelöscht werden." ], - "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." + "There are associated alerts or reports": [ + "Es gibt zugehörige Alarme oder Reports" ], - "An engine must be specified when passing individual parameters to a database.": [ - "Beim Übergeben einzelner Parameter an eine Datenbank muss ein Modul angegeben werden." + "You don't have access to this chart.": [ + "Sie haben keinen Zugriff auf dieses Diagramm." ], - "An error has occurred": ["Ein Fehler ist aufgetreten"], - "An error occurred": ["Ein Fehler ist aufgetreten"], - "An error occurred saving dataset": [ - "Beim Speichern des Datensatz ist ein Fehler aufgetreten" + "Changing this chart is forbidden": [ + "Das Ändern dieses Diagramms ist verboten" ], - "An error occurred while accessing the value.": [ - "Beim Zugriff auf den Wert ist ein Fehler aufgetreten." + "Import chart failed for an unknown reason": [ + "Fehler beim Importieren des Diagramms aus unbekanntem Grund" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Beim Reduzieren des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." + "Error: %(error)s": ["Fehler: %(error)s"], + "CSS template not found.": ["CSS-Vorlage nicht gefunden."], + "Must be unique": ["Muss eindeutig sein"], + "Dashboard parameters are invalid.": [ + "Dashboard-Parameter sind ungültig." ], - "An error occurred while creating %ss: %s": [ - "Beim Erstellen von %s ist ein Fehler aufgetreten: %s" + "Dashboard could not be updated.": [ + "Das Dashboard konnte nicht aktualisiert werden." ], - "An error occurred while creating the data source": [ - "Beim Erstellen der Datenquelle ist ein Fehler aufgetreten" + "Dashboard could not be deleted.": [ + "Dashboard konnte nicht gelöscht werden." ], - "An error occurred while creating the value.": [ - "Beim Erstellen des Werts ist ein Fehler aufgetreten." + "Changing this Dashboard is forbidden": [ + "Das Ändern dieses Dashboards ist verboten" ], - "An error occurred while deleting the value.": [ - "Beim Löschen des Werts ist ein Fehler aufgetreten." + "Import dashboard failed for an unknown reason": [ + "Import-Dashboard aus unbekanntem Grund fehlgeschlagen" ], - "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." + "You don't have access to this dashboard.": [ + "Sie haben keinen Zugriff auf dieses Dashboard." ], - "An error occurred while fetching %s info: %s": [ - "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" + "You don't have access to this embedded dashboard config.": [ + "Sie haben keinen Zugriff auf diese eingebettete Dashboard-Konfiguration." ], - "An error occurred while fetching %ss: %s": [ - "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" + "No data in file": ["Keine Daten in Datei"], + "Database parameters are invalid.": ["Datenbankparameter sind ungültig."], + "A database with the same name already exists.": [ + "Eine Datenbank mit dem gleichen Namen existiert bereits." ], - "An error occurred while fetching available CSS templates": [ - "Beim Abrufen verfügbarer CSS-Vorlagen ist ein Fehler aufgetreten" + "Field is required": ["Dieses Feld ist erforderlich"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "Das Feld kann nicht durch JSON decodiert werden. %(json_error)s" ], - "An error occurred while fetching chart owners values: %s": [ - "Beim Abrufen von Diagrammbesitzer*innenwerten ist ein Fehler aufgetreten: %s" + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. Der Schlüssel %{key}s ist ungültig." ], - "An error occurred while fetching dashboard owner values: %s": [ - "Beim Abrufen von Dashboardbesitzer*innen-Werten ist ein Fehler aufgetreten: %s" + "Database not found.": ["Datenbank nicht gefunden."], + "Database could not be created.": [ + "Datenbank konnte nicht erstellt werden." ], - "An error occurred while fetching dashboards": [ - "Beim Abrufen von Dashboards ist ein Fehler aufgetreten" + "Database could not be updated.": [ + "Datenbank konnte nicht aktualisiert werden." ], - "An error occurred while fetching dashboards: %s": [ - "Beim Abrufen von Dashboards ist ein Fehler aufgetreten: %s" + "Connection failed, please check your connection settings": [ + "Verbindung fehlgeschlagen, bitte überprüfen Sie Ihre Verbindungseinstellungen" ], - "An error occurred while fetching database related data: %s": [ - "Beim Abrufen datenbankbezogener Daten ist ein Fehler aufgetreten: %s" + "Cannot delete a database that has datasets attached": [ + "Eine Datenbank mit verknüpften Datensätzen kann nicht gelöscht werden" ], - "An error occurred while fetching database values: %s": [ - "Beim Abrufen von Datenbankwerten ist ein Fehler aufgetreten: %s" + "Database could not be deleted.": [ + "Datenbank konnte nicht gelöscht werden." ], - "An error occurred while fetching dataset datasource values: %s": [ - "Beim Abrufen von Datassatz-Datenquellenwerten ist ein Fehler aufgetreten: %s" + "Stopped an unsafe database connection": [ + "Eine unsichere Datenbankverbindung wurde beendet" ], - "An error occurred while fetching dataset owner values: %s": [ - "Beim Abrufen von Angaben zum/zur Datensatz-Besitzer*in ist ein Fehler aufgetreten: %s" + "Could not load database driver": [ + "Datenbanktreiber konnte nicht geladen werden" ], - "An error occurred while fetching dataset related data": [ - "Fehler beim Abrufen von Daten des Datensatzes" + "Unexpected error occurred, please check your logs for details": [ + "Unerwarteter Fehler aufgetreten, bitte überprüfen Sie Ihre Protokolle auf Details" ], - "An error occurred while fetching dataset related data: %s": [ - "Beim Abrufen von Datensatzdaten ist ein Fehler aufgetreten: %s" + "no SQL validator is configured": ["kein SQL-Validator ist konfiguriert"], + "No validator found (configured for the engine)": [ + "Kein Validator gefunden (für das Modul konfiguriert)" ], - "An error occurred while fetching datasets: %s": [ - "Beim Abrufen von Datensätzen ist ein Fehler aufgetreten: %s" + "Was unable to check your query": [ + "Ihre Abfrage konnte nicht überprüft werden" ], - "An error occurred while fetching function names.": [ - "Fehler bei Abruf von Funktionsnamen." + "An unexpected error occurred": [ + "Ein unerwarteter Fehler ist aufgetreten" ], - "An error occurred while fetching owners values: %s": [ - "Beim Abrufen der Werte der Besitzer*innen ist ein Fehler aufgetreten: %s" + "Import database failed for an unknown reason": [ + "Fehler beim Importieren der Datenbank aus unbekanntem Grund" ], - "An error occurred while fetching schema values: %s": [ - "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" + "Could not load database driver: {}": [ + "Datenbanktreiber konnte nicht geladen werden: {}" ], - "An error occurred while fetching tab state": [ - "Beim Abrufen des Registerkartenstatus ist ein Fehler aufgetreten" + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Die Engine-Spezifikation \"%(engine)s\" unterstützt keine Konfiguration über Parameter." ], - "An error occurred while fetching table metadata": [ - "Beim Abrufen von Tabellen-Metadaten ist ein Fehler aufgetreten" + "Database is offline.": ["Datenbank ist offline."], + "%(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" ], - "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." + "SSH Tunnel could not be deleted.": [ + "SSH-Tunnel konnte nicht gelöscht werden." ], - "An error occurred while fetching user values: %s": [ - "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" + "SSH Tunnel not found.": ["SSH-Tunnel nicht gefunden."], + "SSH Tunnel parameters are invalid.": [ + "SSH-Tunnelparameter sind ungültig." ], - "An error occurred while importing %s: %s": [ - "Beim Importieren von %s ist ein Fehler aufgetreten: %s" + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": [ + "SSH-Tunnel konnte nicht aktualisiert werden." ], - "An error occurred while loading the SQL": [ - "Beim Laden des SQL ist ein Fehler aufgetreten" + "Creating SSH Tunnel failed for an unknown reason": [ + "Das Erstellen eines SSH-Tunnels ist aus unbekanntem Grund fehlgeschlagen" ], - "An error occurred while opening Explore": [ - "Beim Öffnen von Explore ist ein Fehler aufgetreten" + "SSH Tunneling is not enabled": ["SSH-Tunneling ist nicht aktiviert"], + "Must provide credentials for the SSH Tunnel": [ + "Anmeldeinformationen für den SSH-Tunnel sind verpflichtend" ], - "An error occurred while parsing the key.": [ - "Beim Parsen des Schlüssels ist ein Fehler aufgetreten." + "Cannot have multiple credentials for the SSH Tunnel": [ + "Anmeldeinformationen für den SSH-Tunnel müssen eindeutig sein" ], - "An error occurred while pruning logs ": [ - "Beim Kürzen von Protokollen ist ein Fehler aufgetreten " + "The database was not found.": ["Datenbank nicht gefunden."], + "Dataset %(name)s already exists": [ + "Datensatz %(name)s bereits vorhanden" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Beim Entfernen der Abfrage ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." + "Database not allowed to change": [ + "Datenbank darf nicht geändert werden" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Beim Entfernen der Registerkarte ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." + "One or more columns do not exist": [ + "Eine oder mehrere Spalten sind nicht vorhanden" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Beim Entfernen des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." + "One or more columns are duplicated": [ + "Eine oder mehrere Spalten werden dupliziert" ], - "An error occurred while rendering the visualization: %s": [ - "Bei der Darstellung dieser Visualisierung ist ein Fehler aufgetreten: %s" + "One or more columns already exist": [ + "Eine oder mehrere Spalten sind bereits vorhanden" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Beim Festlegen der aktiven Registerkarte ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." + "One or more metrics do not exist": [ + "Eine oder mehrere Metriken sind nicht vorhanden" ], - "An error occurred while starring this chart": [ - "Beim Favorisieren des Diagramms ist ein Fehler aufgetreten." + "One or more metrics are duplicated": [ + "Eine oder mehrere Metriken werden dupliziert" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Beim Speichern der Abfrage im Backend ist ein Fehler aufgetreten. Um zu vermeiden, dass Ihre Änderungen verloren gehen, speichern Sie Ihre Abfrage bitte über die Schaltfläche \"Abfrage speichern\"." + "One or more metrics already exist": [ + "Eine oder mehrere Metriken sind bereits vorhanden" ], - "An error occurred while updating the value.": [ - "Beim Aktualisieren des Werts ist ein Fehler aufgetreten." + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Tabelle [%(table_name)s] konnte nicht gefunden werden, überprüfen Sie bitte Ihre Datenbankverbindung, Ihr Schema und Ihren Tabellennamen" ], - "An error occurred while upserting the value.": [ - "Beim Erhöhen des Werts ist ein Fehler aufgetreten." + "Dataset does not exist": ["Datensatz existiert nicht"], + "Dataset parameters are invalid.": ["Datensatz-Parameter sind ungültig."], + "Dataset could not be created.": [ + "Datensatz konnte nicht erstellt werden." ], - "An unexpected error occurred": [ - "Ein unerwarteter Fehler ist aufgetreten" + "Dataset could not be updated.": [ + "Datensatz konnte nicht aktualisiert werden." ], - "Anchor to": ["Verankern mit"], - "Angle at which to end progress axis": [ - "Winkel, an dem die Fortschrittsachse enden soll" + "Samples for dataset could not be retrieved.": [ + "Beispiele für Datensatz konnten nicht abgerufen werden." ], - "Angle at which to start progress axis": [ - "Winkel, an dem die Fortschrittsachse gestartet werden soll" + "Changing this dataset is forbidden": [ + "Das Ändern dieses Datensatz ist verboten" ], - "Animation": ["Animation"], - "Annotation": ["Anmerkung"], - "Annotation Layer %s": ["Anmerkungs-Layer %s"], - "Annotation Layers": ["Anmerkungsebenen"], - "Annotation Slice Configuration": ["Konfiguration Anmerkungs-Slice"], - "Annotation could not be created.": [ - "Anmerkung konnte nicht erstellt werden." + "Import dataset failed for an unknown reason": [ + "Fehler beim Importieren des Datasatzes aus unbekanntem Grund" ], - "Annotation could not be updated.": [ - "Anmerkung konnte nicht aktualisiert werden." + "You don't have access to this dataset.": [ + "Sie haben keinen Zugriff auf dieses Dataset." ], - "Annotation layer": ["Anmerkungsebene"], - "Annotation layer could not be created.": [ - "Anmerkungsebene konnte nicht erstellt werden." + "Dataset could not be duplicated.": [ + "Der Datensatz konnte nicht dupliziert werden." ], - "Annotation layer could not be updated.": [ - "Anmerkungsebene konnte nicht aktualisiert werden." + "Data URI is not allowed.": ["Daten-URI ist nicht zulässig."], + "Dataset column not found.": ["Datensatz-Spalte nicht gefunden."], + "Dataset column delete failed.": [ + "Fehler beim Löschen der Datensatzspalte." ], - "Annotation layer description columns": [ - "Beschreibungsspalten für Anmerkungsebenen" + "Changing this dataset is forbidden.": [ + "Das Ändern dieses Datensatzes ist verboten." ], - "Annotation layer has associated annotations.": [ - "Der Anmerkungs-Layer ist Anmerkungen zugeordnet." + "Dataset metric not found.": ["Datensatz-Metrik nicht gefunden."], + "Dataset metric delete failed.": [ + "Fehler beim Löschen der Datensatzmetrik." ], - "Annotation layer interval end": ["Ende des Anmerkungsebenen-Intervalls"], - "Annotation layer name": ["Name der Anmerkungebene"], - "Annotation layer not found.": ["Anmerkungsebene nicht gefunden."], - "Annotation layer opacity": ["Deckkraft der Amerkungsebene"], - "Annotation layer parameters are invalid.": [ - "Anmerkungs-Layer-Parameter sind ungültig." + "Form data not found in cache, reverting to chart metadata.": [ + "Formulardaten nicht im Cache gefunden, es wird auf Diagramm-Metadaten zurückgesetzt." ], - "Annotation layer stroke": ["Strichstärke Anmerkungebene"], - "Annotation layer time column": ["Zeitspalte der Anmerkungsebene"], - "Annotation layer title column": ["Titelspalte der Anmerkungsebene"], - "Annotation layer type": ["Anmerkungsebenen-Typ"], - "Annotation layer value": ["Wert der Anmerkungsebene"], - "Annotation layers": ["Anmerkungsebenen"], - "Annotation layers are still loading.": [ - "Anmerkungsebenen werden noch geladen." + "Form data not found in cache, reverting to dataset metadata.": [ + "Formulardaten nicht im Cache gefunden. Es wird auf Datensatz-Metadaten zurückgesetzt." ], - "Annotation not found.": ["Anmerkung nicht gefunden."], - "Annotation parameters are invalid.": [ - "Anmerkungs-Parameter sind ungültig." + "[Missing Dataset]": ["[Fehlender Datensatz]"], + "Saved queries could not be deleted.": [ + "Gespeicherte Abfragen konnten nicht gelöscht werden." ], - "Annotation source": ["Quelle Anmerkungen"], - "Annotation source type": ["Typ der Anmerkungsquelle"], - "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.": [ - "Anmerkungen konnten nicht gelöscht werden." + "Saved query not found.": ["Gespeicherte Abfrage nicht gefunden."], + "Import saved query failed for an unknown reason.": [ + "Der Import der gespeicherten Abfrage ist aus einem unbekannten Grund fehlgeschlagen." ], - "Any": ["Beliebig"], - "Any additional detail to show in the certification tooltip.": [ - "Alle zusätzlichen Details, die im Zertifizierungs-Tooltip angezeigt werden sollen." + "Saved query parameters are invalid.": [ + "Gespeicherte Abfrageparameter sind ungültig." ], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Jede hier ausgewählte Farbpalette überschreibt die Farben, die auf die einzelnen Diagramme dieses Dashboards angewendet werden" + "Invalid tab ids: %s(tab_ids)": ["Ungültige Tab-IDs: %s(tab_ids)"], + "Dashboard does not exist": ["Dashboard existiert nicht"], + "Chart does not exist": ["Diagramm existiert nicht"], + "Database is required for alerts": [ + "Für Alarme ist eine Datenbank erforderlich" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können hinzugefügt werden. " + "Type is required": ["Typ ist erforderlich"], + "Choose a chart or dashboard not both": [ + "Diagramm oder Dashboard auswählen, nicht beides" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können hinzugefügt werden. Informationen zum Verbinden eines Datenbanktreibers " + "Must choose either a chart or a dashboard": [ + "Sie müssen entweder ein Diagramm oder ein Dashboard auswählen" ], - "Append": ["Anhängen"], - "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." + "Please save your chart first, then try creating a new email report.": [ + "Bitte speichern Sie zuerst Ihr Diagramm und versuchen Sie dann, einen neuen E-Mail-Report zu erstellen." ], - "Apply": ["Übernehmen"], - "Apply conditional color formatting to metrics": [ - "Bedingten Farbformatierung auf Metriken anwenden" + "Please save your dashboard first, then try creating a new email report.": [ + "Bitte speichern Sie zuerst Ihr Dashboard und versuchen Sie dann, einen neuen E-Mail-Report zu erstellen." ], - "Apply conditional color formatting to numeric columns": [ - "Bedingte Farbformatierung auf numerische Spalten anwenden" + "Report Schedule parameters are invalid.": [ + "Report-Ausführungsplanparameter sind ungültig." ], - "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?" + "Report Schedule could not be created.": [ + "Report-Ausführungsplan konnte nicht erstellt werden." ], - "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 %s?": [ - "Sind Sie sicher, dass Sie %s löschen möchten?" + "Report Schedule could not be updated.": [ + "Report-Ausführungsplan konnte nicht aktualisiert werden." ], - "Are you sure you want to delete the selected %s?": [ - "Möchten Sie die/das ausgewählte %s wirklich löschen?" + "Report Schedule not found.": ["Report-Ausführungsplan nicht gefunden."], + "Report Schedule delete failed.": [ + "Fehler beim Löschen des Report-Ausführungsplans." ], - "Are you sure you want to delete the selected annotations?": [ - "Möchten Sie die ausgewählten Anmerkungen wirklich löschen?" + "Report Schedule log prune failed.": [ + "Fehler beim Beschneiden des Report-Ausführungsplan-Logs." ], - "Are you sure you want to delete the selected charts?": [ - "Möchten Sie die ausgewählten Diagramme wirklich löschen?" + "Report Schedule execution failed when generating a screenshot.": [ + "Report-Ausführungsplan Die Ausführung des Zeitplans ist beim Generieren eines Screenshots fehlgeschlagen." ], - "Are you sure you want to delete the selected dashboards?": [ - "Möchten Sie die ausgewählten Dashboards wirklich löschen?" + "Report Schedule execution failed when generating a csv.": [ + "Report-Ausführungsplan Ausführungsfehler beim Generieren einer CSV-Datei." ], - "Are you sure you want to delete the selected datasets?": [ - "Möchten Sie die ausgewählten Datensätze wirklich löschen?" + "Report Schedule execution failed when generating a dataframe.": [ + "Report-Ausführungsplan Fehler beim Generieren der Daten für geplanten Report." ], - "Are you sure you want to delete the selected layers?": [ - "Möchten Sie die ausgewählten Ebenen wirklich löschen?" + "Report Schedule execution got an unexpected error.": [ + "Unerwarteter Fehler bei der Ausführung des geplanten Reports." ], - "Are you sure you want to delete the selected queries?": [ - "Möchten Sie die ausgewählten Abfragen wirklich löschen?" + "Report Schedule is still working, refusing to re-compute.": [ + "Geplanter Bericht wird noch erstellt. Derzeit keine Neuerstellung möglich." ], - "Are you sure you want to delete the selected tags?": [ - "Möchten Sie die ausgewählten Tags wirklich löschen?" + "Report Schedule reached a working timeout.": [ + "Erstellung des geplanter Reports hat zulässige Zeit überschritten." ], - "Are you sure you want to delete the selected templates?": [ - "Möchten Sie die ausgewählten Vorlagen wirklich löschen?" + "A report named \"%(name)s\" already exists": [ + "Ein Bericht mit dem Namen \"%(name)s\" ist bereits vorhanden" ], - "Are you sure you want to overwrite this dataset?": [ - "Möchten Sie diesen Datensatz wirklich überschreiben?" + "An alert named \"%(name)s\" already exists": [ + "Es existiert bereits ein Alarm mit dem Namen \"%(name)s\"" ], - "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?" + "Resource already has an attached report.": [ + "Resource verfügt bereits über einen angefügten Bericht." ], - "Area Chart": ["Flächendiagramm"], - "Time-series 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" + "Alert query returned more than one row.": [ + "Die Alarm-Abfrage hat mehr als eine Zeile zurückgegeben." ], - "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." + "Alert validator config error.": [ + "Konfigurationsfehler des Alarm-Validators." ], - "Bar Values": ["Balkenwerte"], - "Bar orientation": ["Balken-Ausrichtung"], - "Base layer map style. See Mapbox documentation: %s": [""], - "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" + "Alert query returned more than one column.": [ + "Die Alarm-Abfrage hat mehr als eine Spalte zurückgegeben." ], - "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" + "Alert query returned a non-number value.": [ + "Die Alarm-Abfrage hat einen nicht-numerischen Wert zurückgegeben." ], - "Basic": ["Basic"], - "Basic information": ["Basisangaben"], - "Batch editing %d filters:": ["Stapelbearbeitung %d Filter:"], - "Battery level over time": ["Akkustand im Laufe der Zeit"], - "Be careful.": ["Seien Sie vorsichtig."], - "Before": ["Vor"], - "Big Number": ["Große Zahl"], - "Big Number Font Size": ["Große Zahl Schriftgröße"], - "Big Number with Time Period Comparison": [""], - "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" + "Alert found an error while executing a query.": [ + "Alarm ist beim Ausführen einer Abfrage auf einen Fehler gestoßen." ], - "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." + "A timeout occurred while executing the query.": [ + "Beim Ausführen der Abfrage ist ein Timeout aufgetreten." ], - "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." + "A timeout occurred while taking a screenshot.": [ + "Beim Erstellen eines Screenshots ist ein Timeout aufgetreten." ], - "Box Plot": ["Boxplot"], - "Breakdowns": ["Aufschlüsselungen"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "A timeout occurred while generating a csv.": [ + "Beim Generieren einer CSV-Datei ist ein Timeout aufgetreten." ], - "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"], - "Bulk tag": [""], - "Bullet Chart": ["Bullet-Diagramm"], - "Business": ["Geschäftlich"], - "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).": [ - "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)." + "A timeout occurred while generating a dataframe.": [ + "Beim Generieren eines Datenextrakts ist ein Timeout aufgetreten." ], - "By key: use column names as sorting key": [ - "Nach Schlüssel: Spaltennamen als Sortierschlüssel verwenden" + "Alert fired during grace period.": [ + "Alarm während Karenzzeit ausgelöst." ], - "By key: use row names as sorting key": [ - "Nach Schlüssel: Zeilennamen als Sortierschlüssel verwenden" + "Alert ended grace period.": ["Alarm beendet Karenzzeit."], + "Alert on grace period": ["Alarm in Karenzzeit"], + "Report Schedule state not found": [ + "Geplanter Report Status nicht gefunden" ], - "By value: use metric values as sorting key": [ - "Nach Wert: Metrikwerte als Sortierschlüssel verwenden" + "Report schedule system error": ["Systemfehler beim Berichts-Zeitplan"], + "Report schedule client error": ["Clientfehler beim Berichts-Zeitplan"], + "Report schedule unexpected error": [ + "Geplanter Report Unerwarteter Fehler" ], - "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 not found.": ["CSS-Vorlage nicht gefunden."], - "CSS templates": ["CSS Vorlagen"], - "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" + "Changing this report is forbidden": [ + "Das Ändern dieses Reports ist verboten" ], - "CSV to Database configuration": ["CSV-zu-Datenbank-Konfiguration"], - "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.": [ - "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." + "An error occurred while pruning logs ": [ + "Beim Kürzen von Protokollen ist ein Fehler aufgetreten " ], - "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.": [ - "CVAS (create view as select) kann nur mit einer Abfrage mit einer einzigen SELECT-Anweisung ausgeführt werden. Bitte stellen Sie sicher, dass Ihre Anfrage nur eine SELECT-Anweisung hat. Versuchen Sie dann erneut, die Abfrage auszuführen." + "The database could not be found": ["Datenbank nicht gefunden."], + "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." ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS-Abfrage (Create View as Select) hat mehr als eine Anweisung." + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "Die Datenbank, auf die in dieser Abfrage verwiesen wird, wurde nicht gefunden. Wenden Sie sich an eine*n Administrator*in, um weitere Unterstützung zu erhalten, oder versuchen Sie es erneut." ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS-Abfrage (Create View as Select) ist keine SELECT-Anweisung." + "The query associated with these results could not be found. You need to re-run the original query.": [ + "Die mit diesen Ergebnissen verknüpfte Abfrage konnte nicht gefunden werden. Sie müssen die ursprüngliche Abfrage erneut ausführen." ], - "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 row": [ - "Beitrag pro Serie oder Zeile berechnen" + "Cannot access the query": ["Zugriff auf die Abfrage nicht möglich"], + "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." ], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "Berechnete Spalte [%s] erfordert einen Ausdruck" + "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." ], - "Calculated columns": ["Berechnete Spalten"], - "Calculation type": ["Berechnungstyp"], - "Calendar Heatmap": ["Kalender Heatmap"], - "Can not move top level tab into nested tabs": [ - "Registerkarte der obersten Ebene kann nicht in verschachtelte Registerkarten verschoben werden" + "Tag parameters are invalid.": ["Tag-Parameter sind ungültig."], + "Tag could not be created.": ["Tag konnte nicht erstellt werden."], + "Tag could not be deleted.": ["Tag konnte nicht gelöscht werden."], + "Tagged Object could not be deleted.": [ + "Getaggtes Object konnte nicht gelöscht werden." ], - "Can select multiple values": ["Mehrere Werte können ausgewählt werden"], - "Can't have overlap between Series and Breakdowns": [ - "Überschneidungen zwischen Zeitreihen und Aufschlüsselungen nicht zulässig" + "An error occurred while creating the value.": [ + "Beim Erstellen des Werts ist ein Fehler aufgetreten." ], - "Cancel": ["Abbrechen"], - "Cancel query on window unload event": [ - "Abfrage abbrechen bei ‚Window unload‘-Ereignis" + "An error occurred while accessing the value.": [ + "Beim Zugriff auf den Wert ist ein Fehler aufgetreten." ], - "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" + "An error occurred while deleting the value.": [ + "Beim Löschen des Werts ist ein Fehler aufgetreten." ], - "Cannot have multiple credentials for the SSH Tunnel": [ - "Anmeldeinformationen für den SSH-Tunnel müssen eindeutig sein" + "An error occurred while updating the value.": [ + "Beim Aktualisieren des Werts ist ein Fehler aufgetreten." ], - "Cannot load filter": ["Filter konnte nicht geladen werden"], - "Cannot parse time string [%(human_readable)s]": [ - "Zeitzeichenfolge [%(human_readable)s] kann nicht analysiert werden" + "You don't have permission to modify the value.": [ + "Sie sind nicht berechtigt, den Wert zu ändern." ], - "Categorical": ["Kategorisch"], - "Categorical Color": ["Kategorien-Farbe"], - "Categories to group by on the x-axis.": [ - "Kategorien, nach denen auf der x-Achse gruppiert werden soll." + "Resource was not found.": ["Ressource wurde nicht gefunden."], + "Invalid result type: %(result_type)s": [ + "Ungültiger Ergebnistyp: %(result_type)s" ], - "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"], - "Centroid (Longitude and Latitude): ": [ - "Schwerpunkt (Längen- und Breitengrad): " + "Columns missing in dataset: %(invalid_columns)s": [ + "Im Datensatz fehlende Spalten: %(invalid_columns)s" ], - "Certification": ["Zertifizierung"], - "Certification details": ["Details zur Zertifizierung"], - "Certified": ["Zertifiziert"], - "Certified By": ["Zertifiziert durch"], - "Certified by": ["Zertifiziert durch"], - "Certified by %s": ["Zertifiziert von %s"], - "Change order of columns.": ["Reihenfolge der Spalten ändern."], - "Change order of rows.": ["Reihenfolge der Zeilen ändern."], - "Changed By": ["Bearbeitet von"], - "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" + "A time column must be specified when using a Time Comparison.": [ + "Bei Verwendung eines Zeitvergleichs muss eine Zeitspalte angegeben werden." ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "Das Ändern dieser Einstellungen wirkt sich auf alle Diagramme aus, die diesen Datensatz verwenden, einschließlich Diagramme, die anderen Personen gehören." + "The chart does not exist": ["Das Diagramm ist nicht vorhanden"], + "The chart datasource does not exist": [ + "Die Diagrammdatenquelle ist nicht vorhanden" ], - "Changing this Dashboard is forbidden": [ - "Das Ändern dieses Dashboards ist verboten" + "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." ], - "Changing this chart is forbidden": [ - "Das Ändern dieses Diagramms ist verboten" - ], - "Changing this control takes effect instantly": [ - "Das Ändern dieses Steuerelements wird sofort wirksam" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Folgende Einträge in 'series_columns' fehlen in ‚columns‘: %(columns)s. " ], - "Changing this dataset is forbidden": [ - "Das Ändern dieses Datensatz ist verboten" + "`operation` property of post processing object undefined": [ + "'operation'-Eigenschaft des Nachbearbeitungsobjekts undefiniert" ], - "Changing this dataset is forbidden.": [ - "Das Ändern dieses Datensatzes ist verboten." + "Unsupported post processing operation: %(operation)s": [ + "Nicht unterstützter Nachbearbeitungsvorgang: %(operation)s" ], - "Changing this datasource is forbidden": [ - "Das Ändern dieser Datenquelle ist verboten" + "[asc]": ["[asc]"], + "[desc]": ["[Beschreibung]"], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Fehler im Jinja-Ausdruck im Fetch Values-Prädikat: %(msg)s" ], - "Changing this report is forbidden": [ - "Das Ändern dieses Reports ist verboten" + "Virtual dataset query must be read-only": [ + "Virtuelle Datensatzabfrage muss schreibgeschützt sein" ], - "Character to interpret as decimal point": [ - "Zeichen, das als Dezimaltrenner zu interpretieren ist." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Fehler im Jinja-Ausdruck in RLS-Filtern: %(msg)s" ], - "Character to interpret as decimal point.": [ - "Zeichen, das als Dezimalstelle zu interpretieren ist." + "Metric '%(metric)s' does not exist": [ + "Metrik '%(metric)s' existiert nicht" ], - "Chart": ["Diagramm"], - "Chart %(id)s not found": ["Diagramm %(id)s nicht gefunden"], - "Chart Cache Timeout": ["Diagramm Cache-Timeout"], - "Chart Data: %s": ["Diagrammdaten: %s"], - "Chart ID": ["Diagramm-ID"], - "Chart Options": ["Diagramm-Optionen"], - "Chart Orientation": ["Diagrammausrichtung"], - "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]" + "Db engine did not return all queried columns": [ + "Db-Modul hat nicht alle abgefragten Spalten zurückgegeben" ], - "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 [{}]" + "Virtual dataset query cannot be empty": [ + "Virtuelle Datensatzabfrage darf nicht leer sein" ], - "Chart cache timeout": ["Diagramm-Cache Timeout"], - "Chart changes": ["Diagrammänderungen"], - "Chart could not be created.": ["Diagramm konnte nicht erstellt werden."], - "Chart could not be updated.": [ - "Diagramm konnte nicht aktualisiert werden." + "Only `SELECT` statements are allowed": [ + "Nur 'SELECT'-Anweisungen sind zulässig" ], - "Chart does not exist": ["Diagramm existiert nicht"], - "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." + "Only single queries supported": [ + "Nur einzelne Abfragen werden unterstützt" ], - "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 requires a dataset": [ - "Diagrammtyp erfordert einen Datensatz" + "Columns": ["Spalten"], + "Show Column": ["Spalte anzeigen"], + "Add Column": ["Spalte einfügen"], + "Edit Column": ["Spalte bearbeiten"], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Unabhängig davon, ob diese Spalte als [Zeitgranularität]-Option verfügbar gemacht werden soll, muss die Spalte DATETIME oder DATETIME-ähnlich sein" ], - "Chart width": ["Diagrammbreite"], - "Charts": ["Diagramme"], - "Charts could not be deleted.": [ - "Diagramme konnten nicht gelöscht werden." + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Ob diese Spalte im Abschnitt \"Filter\" der Erkunden-Ansicht verfügbar gemacht wird." ], - "Check for sorting ascending": [ - "Überprüfen Sie die Sortierung aufsteigend" + "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.": [ + "Der Datentyp, der von der Datenbank abgeleitet wurde. In einigen Fällen kann es erforderlich sein, einen Typ für ausdrucksdefinierte Spalten manuell einzugeben. In den meisten Fällen sollten Benutzer*innen dies nicht ändern müssen." ], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "Aktivieren, falls das Rose-Diagramm für die Proportionierung den Segmentbereich anstelle des Segmentradius verwenden soll." + "Column": ["Spalte"], + "Verbose Name": ["Ausführlicher Name"], + "Description": ["Beschreibung"], + "Groupable": ["Gruppierbar"], + "Filterable": ["Filterbar"], + "Table": ["Tabelle"], + "Expression": ["Ausdruck"], + "Is temporal": ["Ist zeitlich"], + "Datetime Format": ["Zeit/Datum-Format"], + "Type": ["Typ"], + "Invalid date/timestamp format": ["Ungültiges Datums-/Zeitstempelformat"], + "Metrics": ["Metriken"], + "Show Metric": ["Metrik anzeigen"], + "Add Metric": ["Metrik hinzufügen"], + "Edit Metric": ["Metrik bearbeiten"], + "Metric": ["Metrik"], + "SQL Expression": ["SQL-Ausdruck"], + "D3 Format": ["D3-Format"], + "Extra": ["Extra"], + "Warning Message": ["Warnmeldung"], + "Tables": ["Tabellen"], + "Show Table": ["Tabelle anzeigen"], + "Import a table definition": ["Tabellendefinition importieren"], + "Edit Table": ["Tabelle bearbeiten"], + "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\"." ], - "Check out this chart in dashboard:": [ - "Sehen Sie sich dieses Diagramm im Dashboard an:" + "Timezone offset (in hours) for this datasource": [ + "Zeitzonen-Offset (in Stunden) für diese Datenquelle" ], - "Check out this chart: ": ["Sehen Sie sich dieses Diagramm an: "], - "Check out this dashboard: ": ["Schauen Sie sich dieses Dashboard an: "], - "Check to force date partitions to have the same height": [ - "Aktivieren, um zu erzwingen, dass Datumspartitionen die gleiche Höhe haben" + "Name of the table that exists in the source database": [ + "Name der Tabelle in der Quell-Datenbank" ], - "Child label position": ["Untergeordnete Beschriftungsposition"], - "Choice of [Label] must be present in [Group By]": [ - "Die Auswahl von [Label] muss in [Group By] vorhanden sein." + "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" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Die Auswahl von [Punktradius] muss in [Gruppieren nach] vorhanden sein." + "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." ], - "Choose File": ["Datei wählen"], - "Choose a chart or dashboard not both": [ - "Diagramm oder Dashboard auswählen, nicht beides" + "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ä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." ], - "Choose a database...": ["Wählen Sie eine Datenbank..."], - "Choose a dataset": ["Datensatz auswählen"], - "Choose a metric for right axis": [ - "Wählen Sie eine Metrik für die rechte Achse" + "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" ], - "Choose a number format": ["Wählen Sie ein Zahlenformat"], - "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 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." + "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": [ + "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" ], - "Choose the annotation layer type": [ - "Auswählen des Anmerkungsebenen-Typs" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Ob die Tabelle durch den 'Visualize'-Fluss in SQL Lab generiert wurde" ], - "Choose the format for legend values": [ - "Format für Legendenwerte auswählen" + "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" ], - "Choose the position of the legend": [ - "Wählen Sie die Position der Legende" + "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." ], - "Choose the source of your annotations": [ - "Wählen Sie die Quelle Ihrer Anmerkungen aus" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "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." + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "Chord Diagram": ["Sehnendiagramm"], - "Chosen non-numeric column": ["Ausgewählte nicht numerische Spalte"], - "Circle": ["Kreis"], - "Circle -> Arrow": ["Kreis -> Pfeil"], - "Circle -> Circle": ["Kreis -> Kreis"], - "Circle radar shape": ["Kreisradarform"], - "Circular": ["Kreisförmig"], - "Classic chart that visualizes how metrics change over time.": [ - "Klassisches Diagramm, das visualisiert, wie sich Metriken im Laufe der Zeit ändern." + "Associated Charts": ["Zugehörige Diagramme"], + "Changed By": ["Bearbeitet von"], + "Database": ["Datenbank"], + "Last Changed": ["Zuletzt geändert"], + "Enable Filter Select": ["Filterauswahl aktivieren"], + "Schema": ["Schema"], + "Default Endpoint": ["Standard-Endpunkt"], + "Offset": ["Offset"], + "Cache Timeout": ["Cache Timeout"], + "Table Name": ["Tabellenname"], + "Fetch Values Predicate": ["Werte-Prädikate abrufen"], + "Owners": ["Besitzende"], + "Main Datetime Column": ["Haupt-Datums/Zeit-Spalte"], + "SQL Lab View": ["SQL Lab Anzeige"], + "Template parameters": ["Vorlagen-Parameter"], + "Modified": ["Geändert"], + "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.": [ + "Die Tabelle wurde erstellt. Im Rahmen dieses zweiphasigen Konfigurationsprozesses sollten Sie nun auf die Schaltfläche Bearbeiten neben der neuen Tabelle klicken, um sie zu konfigurieren." ], - "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.": [ - "Klassische Zeilen-für-Spalten-Tabellenansicht eines Datensatzes. Verwenden Sie Tabellen, um eine Ansicht der zugrunde liegenden Daten oder aggregierter Metriken anzuzeigen." + "Deleted %(num)d css template": [ + "Gelöschte %(num)d CSS-Vorlage", + "Gelöschte %(num)d CSS-Vorlagen" ], - "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" + "Dataset schema is invalid, caused by: %(error)s": [ + "Das Datensatz-Schema ist ungültig, verursacht durch: %(error)s" ], - "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" + "Deleted %(num)d dashboard": [ + "%(num)d Dashboard gelöscht", + "%(num)d Dashboards gelöscht" ], - "Click the lock to make changes.": [ - "Klicken Sie auf das Schloss, um Änderungen vorzunehmen." + "Title or Slug": ["Titel oder Kopfzeile"], + "Role": ["Rolle"], + "Invalid state.": ["Ungültiger Zustand."], + "Table name undefined": ["Tabellenname nicht definiert"], + "Upload Enabled": ["Hochladen aktiviert"], + "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" ], - "Click the lock to prevent further changes.": [ - "Klicken Sie auf die Sperre, um weitere Änderungen zu verhindern." + "Field cannot be decoded by JSON. %(msg)s": [ + "Das Feld kann nicht durch JSON decodiert werden. %(msg)s" ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "Klicken Sie auf diesen Link, um zu einem alternativen Formular zu wechseln, mit dem Sie die SQLAlchemy-URL für diese Datenbank manuell eingeben können." + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. Der Schlüssel %(key)s ist ungültig." ], - "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." + "An engine must be specified when passing individual parameters to a database.": [ + "Beim Übergeben einzelner Parameter an eine Datenbank muss ein Modul angegeben werden." ], - "Click to add a contour": [""], - "Click to cancel sorting": ["Klicken, um die Sortierung abzubrechen"], - "Click to edit": ["Klicken um zu bearbeiten"], - "Click to edit %s.": ["Klicken Sie hier, um %s zu bearbeiten."], - "Click to edit chart.": [ - "Klicken Sie hier, um das Diagramm zu bearbeiten." + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Die Engine-Spezifikation \"%(engine_spec)s\" unterstützt keine Konfiguration über einzelne Parameter." ], - "Click to edit label": ["Klicke um zu Bezeichnung zu bearbeiten"], - "Click to favorite/unfavorite": [ - "Klicken Sie hier, um als Favorit aus-/abzuwählen" - ], - "Click to force-refresh": [ - "Klicken Sie hier, um die Aktualisierung zu erzwingen" + "Deleted %(num)d dataset": [ + "Gelöschter %(num)d Datensatz", + "Gelöschte %(num)d Datensätze" ], - "Click to see difference": ["Klicken zum Anzeigen der Unterschiede"], - "Click to sort ascending": [ - "Klicken Sie hier, um aufsteigend zu sortieren" + "Null or Empty": ["Null oder Leer"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Bitte überprüfen Sie Ihre Anfrage auf Syntaxfehler bei oder in der Nähe von \"%(syntax_error)s\". Versuchen Sie dann erneut, die Abfrage auszuführen." ], - "Click to sort descending": [ - "Klicken Sie hier, um absteigend zu sortieren" + "Second": ["Sekunde"], + "5 second": ["5 Sekunden"], + "30 second": ["30 Sekunden"], + "Minute": ["Minute"], + "5 minute": ["5 Minuten"], + "10 minute": ["10 Minuten"], + "15 minute": ["15 Minuten"], + "30 minute": ["30 Minuten"], + "Hour": ["Stunde"], + "6 hour": ["6 Stunden"], + "Day": ["Tag"], + "Week": ["Woche"], + "Month": ["Monat"], + "Quarter": ["Quartal"], + "Year": ["Jahr"], + "Week starting Sunday": ["Woche beginnt am Sonntag"], + "Week starting Monday": ["Woche beginnt am Montag"], + "Week ending Saturday": ["Woche endet am Samstag"], + "Username": ["Benutzer*innenname"], + "Password": ["Password"], + "Hostname or IP address": ["Hostname oder IP-Adresse"], + "Database port": ["Datenbankport"], + "Database name": ["Datenbank"], + "Additional parameters": ["Zusätzliche Parameter"], + "Use an encrypted connection to the database": [ + "Verschlüsselten Verbindung zur Datenbank verwenden" ], - "Close": ["Schließen"], - "Close all other tabs": ["Schließen Sie alle anderen Registerkarten"], - "Close tab": ["Registerkarte schließen"], - "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 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: " + "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\"" ], - "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." + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "Die Tabelle \"%(table)s\" existiert nicht. Zum Ausführen dieser Abfrage muss eine gültige Tabelle verwendet werden." ], - "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." + "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." ], - "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." + "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." ], - "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." + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Entweder der Benutzer*innenname \"%(username)s\" oder das Passwort ist falsch." ], - "Column name": ["Spaltenname"], - "Column name [%s] is duplicated": ["Spaltenname [%s] wird dupliziert"], - "Column referenced by aggregate is undefined: %(column)s": [ - "Spalte, auf die in Aggregat referenziert wird, ist nicht definiert: %(column)s" + "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." ], - "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." + "Unable to connect to database \"%(database)s\".": [ + "Es konnte keine Verbindung zur Datenbank \"%(database)s\" hergestellt werden." ], - "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." + "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." ], - "Columnar File": ["Tabellen-Datei"], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Spaltendatei \"%(columnar_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank \"%(db_name)s\" hochgeladen" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Wir können die Spalte „%(column_name)s“ nicht auflösen." ], - "Columnar to Database configuration": [ - "Spalten-zu-Datenbank-Konfiguration" + "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." ], - "Columns": ["Spalten"], - "Columns To Be Parsed as Dates": [ - "Spalten, die als Datumsangaben interpretiert werden sollen" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Der Hostname \"%(hostname)s\" kann nicht aufgelöst werden." ], - "Columns To Read": ["Zu lesende Spalten"], - "Columns missing in dataset: %(invalid_columns)s": [ - "Im Datensatz fehlende Spalten: %(invalid_columns)s" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Port %(port)s auf Hostname \"%(hostname)s\" verweigerte die Verbindung." ], - "Columns missing in datasource: %(invalid_columns)s": [ - "Fehlende Spalten in Datenquelle: %(invalid_columns)s" + "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." ], - "Columns subtotal position": ["Zwischensummenposition der Spalten"], - "Columns to calculate distribution across.": [ - "Spalten, über die Verteilung berechnet werden soll." + "Unknown MySQL server host \"%(hostname)s\".": [ + "Unbekannter MySQL-Server-Host \"%(hostname)s\"." ], - "Columns to display": ["Anzuzeigende Spalten"], - "Columns to group by": ["Spalten, nach denen gruppiert wird"], - "Columns to group by on the columns": [ - "Spalten, nach denen in den Spalten gruppiert werden soll" + "The username \"%(username)s\" does not exist.": [ + "Der Benutzer*innenname \"%(username)s\" existiert nicht." ], - "Columns to group by on the rows": [ - "Spalten, nach denen in den Zeilen gruppiert werden soll" + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "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.": [ - "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." + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "" ], - "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.": [ - "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." + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [ + "Das für den Benutzer*innennamen \"%(username)s\" angegebene Kennwort ist falsch." ], - "Comparator option": ["Komparator-Option"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Vergleichen Sie schnell mehrere Zeitreihendiagramme (als Sparklines) und verwandte Metriken." + "Please re-enter the password.": [ + "Bitte geben Sie das Passwort erneut ein." ], - "Compare the same summarized metric across multiple groups.": [ - "Vergleichen Sie dieselbe zusammengefasste Metrik über mehrere Gruppen hinweg." + "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." ], - "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.": [ - "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." + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Die Tabelle \"%(table_name)s\" existiert nicht. Zum Ausführen dieser Abfrage muss eine gültige Tabelle verwendet werden." ], - "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.": [ - "Vergleicht Metriken aus verschiedenen Kategorien mithilfe von Balken. Balkenlängen werden verwendet, um die Größe jedes Werts anzugeben, und Farbe wird verwendet, um Gruppen zu unterscheiden." + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Das Schema \"%(schema_name)s\" existiert nicht. Zum Ausführen dieser Abfrage muss ein gültiges Schema verwendet werden." ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Vergleicht die Zeitspanne, die verschiedene Aktivitäten in einer freigegebenen Zeitachsenansicht benötigen." + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Es konnte keine Verbindung zum Katalog mit dem Namen \"%(catalog_name)s\" hergestellt werden." ], - "Comparison": ["Vergleich"], - "Comparison Period Lag": ["Verzögerung des Vergleichszeitraums"], - "Comparison suffix": ["Vergleichssuffix"], - "Compose multiple layers together to form complex visuals.": [ - "Stellen Sie mehrere Ebenen zusammen, um komplexe visuelle Elemente zu bilden." + "Unknown Presto Error": ["Unbekannter Presto-Fehler"], + "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." ], - "Compute the contribution to the total": [ - "Berechnen des Beitrags zur Gesamtsumme" + "%(object)s does not exist in this database.": [ + "%(object)s existiert nicht in der Datenbank." ], - "Condition": ["Bedingung"], - "Conditional formatting": ["Bedingte Formatierung"], - "Confidence interval": ["Konfidenzintervall"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Das Konfidenzintervall muss zwischen 0 und 1 liegen (exklusiv)" + "Samples for datasource could not be retrieved.": [ + "Beispiele für die Datenquelle konnten nicht abgerufen werden." ], - "Configuration": ["Konfiguration"], - "Configure Advanced Time Range ": [ - "Erweiterten Zeitbereich konfigurieren " + "Changing this datasource is forbidden": [ + "Das Ändern dieser Datenquelle ist verboten" ], - "Configure Time Range: Last...": ["Zeitraum konfigurieren: Letzte..."], - "Configure Time Range: Previous...": [ - "Zeitraum konfigurieren: Vorhergehende…" + "Home": ["Startseite"], + "Database Connections": ["Datenbankverbindungen"], + "Data": ["Daten"], + "Dashboards": ["Dashboards"], + "Charts": ["Diagramme"], + "Datasets": ["Datensätze"], + "Plugins": ["Plugins"], + "Manage": ["Verwalten"], + "CSS Templates": ["CSS Vorlagen"], + "SQL Lab": ["SQL Lab"], + "SQL": ["SQL"], + "Saved Queries": ["Gespeicherte Abfragen"], + "Query History": ["Abfrageverlauf"], + "Tags": ["Schlagwörter"], + "Action Log": ["Aktionsprotokoll"], + "Security": ["Sicherheit"], + "Alerts & Reports": ["Alarme und Reporte"], + "Annotation Layers": ["Anmerkungsebenen"], + "Row Level Security": ["Sicherheit auf Zeilenebene"], + "An error occurred while parsing the key.": [ + "Beim Parsen des Schlüssels ist ein Fehler aufgetreten." ], - "Configure custom time range": [ - "Benutzerdefinierten Zeitraum konfigurieren" + "An error occurred while upserting the value.": [ + "Beim Erhöhen des Werts ist ein Fehler aufgetreten." ], - "Configure filter scopes": ["Filterbereiche konfigurieren"], - "Configure the basics of your Annotation Layer.": [ - "Konfigurieren Sie die Grundeinstellungen der Anmerkungsebene." + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": ["Ungültiger Permalink-Schlüssel"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Fehler bei Anzeige der virtuellen Datensatzabfrage: %(msg)s" ], - "Configure this dashboard to embed it into an external web application.": [ - "Konfigurieren Sie dieses Dashboard, um es in eine externe Webanwendung einzubetten." + "Virtual dataset query cannot consist of multiple statements": [ + "Virtuelle Datensatzabfrage kann nicht aus mehreren Anweisungen bestehen" ], - "Configure your how you overlay is displayed here.": [ - "Konfigurieren Sie hier, wie Ihr Overlay angezeigt wird." + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Datetime-Spalte wird nicht als Teil-Tabellenkonfiguration bereitgestellt, ist aber für diesen Diagrammtyp erforderlich" ], - "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" + "Empty query?": ["Leere Abfrage?"], + "Unknown column used in orderby: %(col)s": [ + "Unbekannte Spalte in ORDER BY verwendet: %(col)s" ], - "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" - ], - "Connect this database with a SQLAlchemy URI string instead": [ - "Verbinden Sie diese Datenbank stattdessen mit einer SQLAlchemy-URI-Zeichenfolge" - ], - "Connection": ["Verbindung"], - "Connection failed, please check your connection settings": [ - "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"], - "Copied to clipboard!": ["In Zwischenablage kopiert!"], - "Copy": ["Kopieren"], - "Copy SELECT statement to the clipboard": [ - "SELECT-Anweisung in die Zwischenablage kopieren" - ], - "Copy and Paste JSON credentials": [ - "Kopieren und Einfügen von JSON-Anmeldeinformationen" + "Time column \"%(col)s\" does not exist in dataset": [ + "Zeitspalte \"%(col)s\" ist im Datensatz nicht vorhanden" ], - "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" + "error_message": ["Fehlermeldung"], + "Filter value list cannot be empty": [ + "Filterwertliste darf nicht leer sein" ], - "Copy link": ["Link kopieren"], - "Copy message": ["Meldung kopieren"], - "Copy of %s": ["Kopie von %s"], - "Copy partition query to clipboard": [ - "Partitionsabfrage in Zwischenablage kopieren" + "Must specify a value for filters with comparison operators": [ + "Muss einen Wert für Filter mit Vergleichsoperatoren angeben" ], - "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" + "Invalid filter operation type: %(op)s": [ + "Ungültiger Filtervorgangstyp: %(op)s" ], - "Copy the name of the HTTP Path of your cluster.": [ - "Kopieren Sie den Namen des HTTP-Pfads Ihres Clusters." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Fehler im Jinja-Ausdruck in WHERE-Klausel: %(msg)s" ], - "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." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Fehler im Jinja-Ausdruck in HAVING-Klausel: %(msg)s" ], - "Copy to Clipboard": ["In Zwischenablage kopieren"], - "Copy to clipboard": ["In die Zwischenablage kopieren"], - "Correlation": ["Korrelation"], - "Cost estimate": ["Kostenschätzung"], - "Could not determine datasource type": [ - "Datenquellentyp konnte nicht ermittelt werden" + "Database does not support subqueries": [ + "Datenbank unterstützt keine Unterabfragen" ], - "Could not fetch all saved charts": [ - "Nicht alle gespeicherten Diagramme konnten abgerufen werden" + "Deleted %(num)d saved query": [ + "%(num)d gespeicherte Abfrage gelöscht", + "%(num)d gespeicherte Abfragen gelöscht" ], - "Could not find viz object": [ - "Visualisierungsobjekt konnte nicht gefunden werden" + "Deleted %(num)d report schedule": [ + "%(num)d Report-Ausführungspläne gelöscht", + "%(num)d Report-Ausführungspläne gelöscht" ], - "Could not load database driver": [ - "Datenbanktreiber konnte nicht geladen werden" + "Value must be greater than 0": ["Der Wert muss größer als 0 sein"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [ + "\nFehler: %(text)s\n " ], - "Could not load database driver: {}": [ - "Datenbanktreiber konnte nicht geladen werden: {}" + "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], + "%(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|In Superset erkunden>\n%(table)s\n" ], - "Could not resolve hostname: \"%(host)s\".": [""], - "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." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nFehler: %(text)s\n" ], - "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" + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s kann aus Sicherheitsgründen nicht als Datenquelle verwendet werden." ], - "Create new chart": ["Neues Diagramm erstellen"], - "Create or select schema...": ["Schema erstellen oder auswählen…"], - "Created": ["Erstellt"], - "Created by": ["Erstellt von"], - "Created by me": ["Von mir erstellt"], - "Created on": ["Erstellt am"], - "Creating SSH Tunnel failed for an unknown reason": [ - "Das Erstellen eines SSH-Tunnels ist aus unbekanntem Grund fehlgeschlagen" + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [ + "Sie sind nicht berechtigt, %(resource)s zu ändern" ], - "Creating a data source and creating a new tab": [ - "Erstelle eine Datenquelle und eine neue Registerkarte" + "Failed to execute %(query)s": ["Fehler beim Ausführen %(query)s"], + "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." ], - "Creator": ["Ersteller*in"], - "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." + "The parameter %(parameters)s in your query is undefined.": [ + "Der Parameter %(parameters)s in ihrer Abfrage ist nicht definiert.", + "Die folgenden Parameter in Ihrer Abfrage sind nicht definiert: %(parameters)s." ], - "Cross-filtering is not enabled for this dashboard.": [ - "Die Kreuzfilterung ist für dieses Dashboard nicht aktiviert." + "The query contains one or more malformed template parameters.": [ + "Die Abfrage enthält einen oder mehrere fehlerhafte Vorlagenparameter." ], - "Cross-filters": ["Kreuzfilter"], - "Cumulative": ["Kumuliert"], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "Currently rendered: %s": ["Derzeit dargestellt: %s"], - "Custom": ["Angepasst"], - "Custom Plugin": ["Benutzerdefiniertes Plugin"], - "Custom Plugins": ["Benutzerdefinierte Plugins"], - "Custom SQL": ["Benutzerdefinierte SQL"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Benutzerdefinierte SQL-Ad-hoc-Metriken sind für diesen Datasatz nicht aktiviert" + "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." ], - "Custom SQL fields cannot contain sub-queries.": [ - "Benutzerdefinierte SQL-Felder dürfen keine Unterabfragen enthalten." + "Tag name is invalid (cannot contain ':')": [ + "Tag-Name ist ungültig (darf nicht ‚:‘ enthalten)" ], - "Custom time filter plugin": ["Benutzerdefiniertes Zeitfilter-Plugin"], - "Custom width of the screenshot in pixels": [""], - "Customize": ["Anpassen"], - "Customize Metrics": ["Anpassen von Metriken"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "" + "Scheduled task executor not found": [ + "Geplanter Task-Executor nicht gefunden" ], - "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" + "Record Count": ["Anzahl Datensätze"], + "No records found": ["Keine Datensätze gefunden"], + "Filter List": ["Filterliste"], + "Search": ["Suche"], + "Refresh": ["Aktualisieren"], + "Import dashboards": ["Dashboards importieren"], + "Import Dashboard(s)": ["Dashboards importieren"], + "File": ["Datei"], + "Choose File": ["Datei wählen"], + "Upload": ["Hochladen"], + "Use the edit button to change this field": [ + "Verwenden Sie die Schaltfläche Bearbeiten, um dieses Feld zu ändern" ], - "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" + "Test Connection": ["Verbindungstest"], + "Unsupported clause type: %(clause)s": [ + "Nicht unterstützter Ausdruck-Typ: %(clause)s" ], - "D3 time format for datetime columns": [ - "D3-Zeitformat für datetime-Spalten" + "Invalid metric object: %(metric)s": [ + "Ungültiges Metrik-Objekt: %(metric)s" ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "D3-Zeitformatsyntax: https://github.com/d3/d3-time-format" + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Kann einen solchen Feiertag nicht finden: [%(holiday)s]" ], - "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" ], - "DD/MM format dates, international and European format": [""], - "DEC": ["DEZ"], - "DELETE": ["LÖSCHEN"], - "DML": ["DML"], - "Daily seasonality": ["Tägliche Saisonalität"], - "Dark": ["Dunkel"], - "Dark Cyan": ["Dunkeltürkis"], - "Dark mode": ["Dunkelmodus"], - "Dashboard": ["Dashboard"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "Dashboard [%s] wurde gerade erstellt und Diagramm [%s] hinzugefügt" + "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" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Dashboard [{}] wurde gerade erstellt und Diagramm [{}] wurde hinzugefügt" + "`compare_columns` must have the same length as `source_columns`.": [ + "„compare_columns“ muss die gleiche Länge wie „source_columns“ haben." ], - "Dashboard could not be deleted.": [ - "Dashboard konnte nicht gelöscht werden." + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "\"compare_type\" muss \"Differenz\", \"Prozentsatz\" oder \"Verhältnis\" sein" ], - "Dashboard could not be updated.": [ - "Das Dashboard konnte nicht aktualisiert werden." + "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." ], - "Dashboard does not exist": ["Dashboard existiert nicht"], - "Dashboard imported": ["Dashboard importiert"], - "Dashboard parameters are invalid.": [ - "Dashboard-Parameter sind ungültig." + "`rename_columns` must have the same length as `columns`.": [ + "\"rename_columns\" muss die gleiche Länge wie „columns“ haben." ], - "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." + "Invalid cumulative operator: %(operator)s": [ + "Ungültiger kumulativer Operator: %(operator)s" ], - "Dashboard title": ["Dashboard Titel"], - "Dashboard usage": ["Dashboard-Nutzung"], - "Dashboards": ["Dashboards"], - "Dashboards added to": ["Dashboards hinzugefügt zu"], - "Dashboards do not exist": ["Dashboards existieren nicht"], - "Dashed": ["Gestrichelt"], - "Data": ["Daten"], - "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." + "Invalid geohash string": ["Ungültige Geohash-Zeichenfolge"], + "Invalid longitude/latitude": ["Ungültiger Längen-/Breitengrad"], + "Invalid geodetic string": ["Ungültige geodätische Zeichenfolge"], + "Pivot operation requires at least one index": [ + "Pivot-Operation erfordert mindestens einen Index" ], - "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." + "Pivot operation must include at least one aggregate": [ + "Pivot-Operation muss mindestens ein Aggregat enthalten" ], - "Data preview": ["Datenvorschau"], - "Data refreshed": ["Daten aktualisiert"], - "Data type": ["Datentyp"], - "DataFrame include at least one series": [ - "DataFrame mit mindestens eine Zeitreihe enhalten" + "`prophet` package not installed": ["Paket 'prophet' nicht installiert"], + "Time grain missing": ["Zeiteinteilung fehlt"], + "Unsupported time grain: %(time_grain)s": [ + "Nicht unterstützte Zeiteinteilung: %(time_grain)s" ], - "DataFrame must include temporal column": [ - "DataFrame muss temporale Spalte enthalten" + "Periods must be a whole number": [ + "Perioden müssen eine ganze Zahl sein" ], - "Database": ["Datenbank"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "Datenbankschema \"%(database_name)s\" \"%(schema_name)s\" ist für spaltenförmige Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-Administrator*in." + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Das Konfidenzintervall muss zwischen 0 und 1 liegen (exklusiv)" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "Datenbankschema \"%(database_name)s\" \"%(schema_name)s\" ist für CSV-Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-Administrator*in." + "DataFrame must include temporal column": [ + "DataFrame muss temporale Spalte enthalten" ], - "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." + "DataFrame include at least one series": [ + "DataFrame mit mindestens eine Zeitreihe enhalten" ], - "Database Connections": ["Datenbankverbindungen"], - "Database Creation Error": ["Fehler bei der Datenbankerstellung"], - "Database connected": ["Datenbank verbunden"], - "Database could not be created.": [ - "Datenbank konnte nicht erstellt werden." + "Label already exists": ["Label existiert bereits"], + "Resample operation requires DatetimeIndex": [ + "Für den Stichprobenwiederholung ist ein Datetime-Index erforderlich." ], - "Database could not be deleted.": [ - "Datenbank konnte nicht gelöscht werden." + "Undefined window for rolling operation": [ + "Undefiniertes Fenster für rollierende Operation" ], - "Database could not be updated.": [ - "Datenbank konnte nicht aktualisiert werden." + "Window must be > 0": ["Fenster muss > 0 sein"], + "Invalid rolling_type: %(type)s": ["Ungültiger rolling_type: %(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Ungültige Optionen für %(rolling_type)s: %(options)s" ], - "Database does not allow data manipulation.": [ - "Die Datenbank lässt keine Datenbearbeitung zu." + "Referenced columns not available in DataFrame.": [ + "Referenzierte Spalten sind in DataFrame nicht verfügbar." ], - "Database does not exist": ["Datenbank existiert nicht"], - "Database does not support subqueries": [ - "Datenbank unterstützt keine Unterabfragen" + "Column referenced by aggregate is undefined: %(column)s": [ + "Spalte, auf die in Aggregat referenziert wird, ist nicht definiert: %(column)s" ], - "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: " + "Operator undefined for aggregator: %(name)s": [ + "Operator undefiniert für Aggregator: %(name)s" ], - "Database error": ["Datenbankfehler"], - "Database is offline.": ["Datenbank ist offline."], - "Database is required for alerts": [ - "Für Alarme ist eine Datenbank erforderlich" + "Invalid numpy function: %(operator)s": [ + "Ungültige Numpy-Funktion: %(operator)s" ], - "Database name": ["Datenbank"], - "Database not allowed to change": [ - "Datenbank darf nicht geändert werden" + "json isn't valid": ["JSON ist ungültig"], + "Export to YAML": ["Exportieren als YAML"], + "Export to YAML?": ["Als YAML exportieren?"], + "Delete": ["Löschen"], + "Delete all Really?": ["Wirklich alle löschen?"], + "Is favorite": ["Favoriten"], + "Is tagged": ["Ist markiert"], + "The data source seems to have been deleted": [ + "Die Datenquelle scheint gelöscht worden zu sein" ], - "Database not found.": ["Datenbank nicht gefunden."], - "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" + "The user seems to have been deleted": [ + "Der/die Benutzer*in scheint gelöscht worden zu sein" ], - "Dataset Name": ["Datensatzbezeichnung"], - "Dataset column delete failed.": [ - "Fehler beim Löschen der Datensatzspalte." + "You don't have the rights to download as csv": [ + "Sie haben nicht die Rechte, als CSV herunterzuladen" ], - "Dataset column not found.": ["Datensatz-Spalte nicht gefunden."], - "Dataset could not be created.": [ - "Datensatz konnte nicht erstellt werden." + "Error: permalink state not found": [ + "Fehler: Permalink-Status nicht gefunden" ], - "Dataset could not be duplicated.": [ - "Der Datensatz konnte nicht dupliziert werden." + "Error: %(msg)s": ["Fehler: %(msg)s"], + "You don't have the rights to alter this chart": [ + "Sie sind nicht berechtigt, dieses Diagramm zu ändern" ], - "Dataset could not be updated.": [ - "Datensatz konnte nicht aktualisiert werden." + "You don't have the rights to create a chart": [ + "Sie haben nicht die Rechte zum Erstellen eines Diagramms" ], - "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." + "Explore - %(table)s": ["Erkunden - %(table)s"], + "Explore": ["Erkunden"], + "Chart [{}] has been saved": ["Diagramm [{}] wurde gespeichert"], + "Chart [{}] has been overwritten": ["Diagramm [{}] wurde überschrieben"], + "You don't have the rights to alter this dashboard": [ + "Sie sind nicht berechtigt, dieses Dashboard zu ändern" ], - "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" + "Chart [{}] was added to dashboard [{}]": [ + "Diagramm [{}] wurde dem Dashboard hinzugefügt [{}]" ], - "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 " + "You don't have the rights to create a dashboard": [ + "Sie haben nicht die Rechte zum Erstellen eines Dashboards" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Dashboard [{}] wurde gerade erstellt und Diagramm [{}] wurde hinzugefügt" ], - "Datasets do not contain a temporal column": [ - "Datensätze enthalten keine temporale Spalte" + "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" ], - "Datasource": ["Datenquelle"], - "Datasource & Chart Type": ["Datenquelle & Diagrammtyp"], - "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" + "Chart %(id)s not found": ["Diagramm %(id)s nicht gefunden"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Tabelle %(table)s wurde in der Datenbank nicht gefunden %(db)s" ], - "Date Time Format": ["Datum-Zeit-Format"], - "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": [ - "Datetime-Spalte wird nicht als Teil-Tabellenkonfiguration bereitgestellt, ist aber für diesen Diagrammtyp erforderlich" + "permalink state not found": ["Permalink-Status nicht gefunden"], + "Show CSS Template": ["CSS Vorlagen anzeigen"], + "Add CSS Template": ["CSS Vorlagen hinzufügen"], + "Edit CSS Template": ["CSS Vorlagen bearbeiten"], + "Template Name": ["Vorlagenname"], + "A human-friendly name": ["Ein sprechender Name"], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Wird intern verwendet, um das Plugin zu identifizieren. Sollte auf den Paketnamen aus der paket.json des Plugins gesetzt werden" ], - "Datetime format": ["Datum Zeit Format"], - "Day": ["Tag"], - "Day (freq=D)": ["Tag (freq=D)"], - "Day First": [""], - "Days %s": ["Tage %s"], - "Db engine did not return all queried columns": [ - "Db-Modul hat nicht alle abgefragten Spalten zurückgegeben" + "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)" ], - "Deactivate": ["Deaktivieren"], - "December": ["Dezember"], - "Decides which column to sort the base axis by.": [ - "Entscheidet, nach welcher Spalte die Basisachse sortiert werden soll." + "Custom Plugins": ["Benutzerdefinierte Plugins"], + "Custom Plugin": ["Benutzerdefiniertes Plugin"], + "Add a Plugin": ["Plugin hinzufügen"], + "Edit Plugin": ["Plugin bearbeiten"], + "The dataset associated with this chart no longer exists": [ + "Der diesem Diagramm zugeordnete Datensatz ist nicht mehr vorhanden" ], - "Decimal Character": ["Dezimalzeichen"], - "Deck.gl - 3D Grid": ["Deck.gl - 3D-Raster"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D HEX"], - "Deck.gl - Arc": ["Deck.gl - Bogen"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Multiple Layers": ["Deck.gl - Mehrere Ebenen"], - "Deck.gl - Paths": ["Deck.gl - Pfade"], - "Deck.gl - Polygon": ["Deck.gl - Polygon"], - "Deck.gl - Scatter plot": ["Deck.gl - Streudiagramm"], - "Deck.gl - Screen Grid": ["Deck.gl - Bildschirmraster"], - "Default Endpoint": ["Standard-Endpunkt"], - "Default URL": ["Datenbank URL"], - "Default URL to redirect to when accessing from the dataset list page": [ - "Standard-URL, auf die beim Zugriff von der Datensatz-Listenseite aus zugegriffen werden soll" + "Could not determine datasource type": [ + "Datenquellentyp konnte nicht ermittelt werden" ], - "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" + "Could not find viz object": [ + "Visualisierungsobjekt konnte nicht gefunden werden" ], - "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" + "Show Chart": ["Diagramm anzeigen"], + "Add Chart": ["Diagramm hinzufügen"], + "Edit Chart": ["Diagramm bearbeiten"], + "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ + "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 gemacht, die möglicherweise bestimmte Parameter ändern möchten." ], - "Default value must be set when \"Filter value is required\" is checked": [ - "Der Standardwert muss festgelegt werden, wenn „Filterwert ist erforderlich\" aktiviert 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." ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "Standardwert wird automatisch festgelegt, wenn „Erstes Element als Standard“ aktiviert ist" + "Creator": ["Ersteller*in"], + "Datasource": ["Datenquelle"], + "Last Modified": ["Zuletzt geändert"], + "Parameters": ["Parameter"], + "Chart": ["Diagramm"], + "Name": ["Name"], + "Visualization Type": ["Visualisierungstyp"], + "Show Dashboard": ["Dashboard anzeigen"], + "Add Dashboard": ["Dashboard hinzufügen"], + "Edit Dashboard": ["Dashboard bearbeiten"], + "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ + "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" ], - "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" + "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" ], - "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" + "To get a readable URL for your dashboard": [ + "So erhalten Sie eine sprechende URL für Ihr Dashboard" ], - "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." + "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.": [ + "Dieses JSON-Objekt wird dynamisch generiert, wenn Sie in der Dashboardansicht auf die Schaltfläche Speichern oder Überschreiben klicken. Es wird hier als Referenz und für Power-User verfügbar gemacht, die möglicherweise bestimmte Parameter ändern möchten." ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "Owners is a list of users who can alter the dashboard.": [ + "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern können." ], - "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]" + "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." ], - "Defines how each series is broken down": [ - "Definiert, wie jede Reihe aufgeschlüsselt wird" + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Bestimmt, ob dieses Dashboard in der Liste aller Dashboards sichtbar ist" ], - "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" + "Dashboard": ["Dashboard"], + "Title": ["Titel"], + "Slug": ["Kopfzeile"], + "Roles": ["Rollen"], + "Published": ["Veröffentlicht"], + "Position JSON": ["Anordnungs-JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["JSON-Metadaten"], + "Export": ["Export"], + "Export dashboards?": ["Dashboards exportieren?"], + "CSV Upload": ["CSV-Hochladen"], + "Select a file to be uploaded to the database": [ + "Wählen Sie eine Datei aus, die in die Datenbank hochgeladen werden soll" ], - "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" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Nur die folgenden Dateierweiterungen sind zulässig: %(allowed_extensions)s" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "Name of table to be created with CSV file": [ + "Name der Tabelle, die aus CSV-Daten erstellt werden soll" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Definiert, ob der Schritt am Anfang, in der Mitte oder am Ende zwischen zwei Datenpunkten erscheinen soll" + "Table name cannot contain a schema": [ + "Der Tabellenname darf kein Schema enthalten" ], - "Delete": ["Löschen"], - "Delete %s?": ["%s löschen?"], - "Delete Annotation?": ["Anmerkung löschen?"], - "Delete Database?": ["Datenbank löschen?"], - "Delete Dataset?": ["Datensatz löschen?"], - "Delete Layer?": ["Ebene löschen?"], - "Delete Query?": ["Abfrage löschen?"], - "Delete Report?": ["Report löschen?"], - "Delete Template?": ["Vorlage löschen?"], - "Delete all Really?": ["Wirklich alle löschen?"], - "Delete annotation": ["Anmerkung löschen"], - "Delete dashboard tab?": ["Dashboard-Reiter löschen?"], - "Delete database": ["Datenbank löschen"], - "Delete email report": ["E-Mail-Report löschen"], - "Delete query": ["Abfrage löschen"], - "Delete template": ["Vorlage löschen"], - "Delete this container and save to remove this message.": [ - "Löschen Sie diesen Container und speichern Sie, um diese Nachricht zu entfernen." + "Select a database to upload the file to": [ + "Wählen Sie eine Datenbank aus, in die die Datei hochgeladen werden soll" ], - "Deleted %(num)d annotation": [ - "%(num)d Anmerkung gelöscht", - "%(num)d Anmerkungen gelöscht" + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ + "" ], - "Deleted %(num)d annotation layer": [ - "%(num)d Anmerkungebene gelöscht", - "%(num)d Anmerkungsebenen gelöscht" + "Select a schema if the database supports this": [ + "Wählen Sie ein Schema aus, wenn die Datenbank dies unterstützt" ], - "Deleted %(num)d chart": [ - "%(num)d Diagramm gelöscht", - "%(num)d Diagramme gelöscht" + "Delimiter": ["Trennzeichen"], + "Enter a delimiter for this data": [ + "Geben Sie ein Trennzeichen für diese Daten ein" ], - "Deleted %(num)d css template": [ - "Gelöschte %(num)d CSS-Vorlage", - "Gelöschte %(num)d CSS-Vorlagen" + ",": [","], + ".": ["."], + "Other": ["Andere"], + "If Table Already Exists": ["Wenn Tabelle bereits vorhanden ist"], + "What should happen if the table already exists": [ + "Was soll passieren, wenn die Tabelle bereits vorhanden ist?" ], - "Deleted %(num)d dashboard": [ - "%(num)d Dashboard gelöscht", - "%(num)d Dashboards gelöscht" + "Fail": ["Fehlschlagen"], + "Replace": ["Ersetzen"], + "Append": ["Anhängen"], + "Skip Initial Space": ["Führende Leerzeichen überspringen"], + "Skip spaces after delimiter": [ + "Leerzeichen nach Trennzeichen überspringen." ], - "Deleted %(num)d dataset": [ - "Gelöschter %(num)d Datensatz", - "Gelöschte %(num)d Datensätze" + "Skip Blank Lines": ["Leerzeilen überspringen"], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Überspringen Sie Leerzeilen, anstatt sie als Nicht-Zahl-Werte zu interpretieren" ], - "Deleted %(num)d report schedule": [ - "%(num)d Report-Ausführungspläne gelöscht", - "%(num)d Report-Ausführungspläne gelöscht" + "Columns To Be Parsed as Dates": [ + "Spalten, die als Datumsangaben interpretiert werden sollen" ], - "Deleted %(num)d saved query": [ - "%(num)d gespeicherte Abfrage gelöscht", - "%(num)d gespeicherte Abfragen gelöscht" + "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" ], - "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" + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Dezimalzeichen"], + "Character to interpret as decimal point": [ + "Zeichen, das als Dezimaltrenner zu interpretieren ist." ], - "Delimited long & lat single column": [ - "Länge und Breite in einer Spalte mit Trennzeichen" + "Null Values": ["NULL Werte"], + "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" ], - "Delimiter": ["Trennzeichen"], - "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)": [ - "Beschreibung (diese ist in der Liste zu sehen)" + "Index Column": ["Index Spalte"], + "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." ], - "Description Columns": ["Beschreibungsspalten"], - "Description text that shows up below your Big Number": [ - "Beschreibungstext, der unter Ihrer Großen Zahl angezeigt wird" + "Dataframe Index": ["Dataframe-Index"], + "Write dataframe index as a column": [ + "Dataframe-Index als Spalte schreiben" ], - "Deselect all": ["Alle abwählen"], - "Details of the certification": ["Details zur Zertifizierung"], - "Determines how whiskers and outliers are calculated.": [ - "Bestimmt, wie „Whisker“ und Ausreißer berechnet werden." + "Column Label(s)": ["Spaltenbezeichnung(en)"], + "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." ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Bestimmt, ob dieses Dashboard in der Liste aller Dashboards sichtbar ist" + "Columns To Read": ["Zu lesende Spalten"], + "Json list of the column names that should be read": [ + "Json-Liste der Spaltennamen, die gelesen werden sollen" ], - "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"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "" + "Overwrite Duplicate Columns": ["Doppelte Spalten überschreiben"], + "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" ], - "Directed Force Layout": ["Kraftbasierte Anordnung"], - "Directional": ["Direktional"], - "Disable SQL Lab data preview queries": [ - "Deaktivieren von SQL Lab-Datenvorschau-Abfragen" + "Header Row": ["Kopfzeile"], + "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." ], - "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." + "Rows to Read": ["Zu lesende Zeilen"], + "Number of rows of file to read": [ + "Anzahl der aus Datei zu lesenden Zeilen." ], - "Disable embedding?": ["Einbettung deaktivieren?"], - "Disabled": ["Deaktiviert"], - "Discard": ["Verwerfen"], - "Discrete": ["Diskret"], - "Display Name": ["Anzeigename"], - "Display column level total": ["Summe auf Spaltenebene anzeigen"], - "Display configuration": ["Anzeige-Konfiguration"], - "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ - "Zeigen Sie Metriken innerhalb jeder Spalte nebeneinander an, im Gegensatz zur Darstellung einer Spalte je Metrik." + "Skip Rows": ["Zeilen überspringen"], + "Number of rows to skip at start of file": [ + "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "Name of table to be created from excel data.": [ + "Name der Tabelle, die aus Excel-Daten erstellt werden soll." ], - "Display row level total": ["Summe auf Zeilenebene anzeigen"], - "Display settings": ["Darstellungs-Einstellungen"], - "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." + "Excel File": ["Excel-Datei"], + "Select a Excel file to be uploaded to a database.": [ + "Wählen Sie eine Excel-Datei aus, die in eine Datenbank hochgeladen werden soll." ], - "Distribute across": ["Verteilen über"], - "Distribution": ["Verteilung"], - "Distribution - Bar Chart": ["Verteilung - Balkendiagramm"], - "Divider": ["Trenner"], - "Do you want a donut or a pie?": ["Donut oder Torten-Diagramm?"], - "Documentation": ["Dokumentation"], - "Domain": ["Wertebereich"], - "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" + "Sheet Name": ["Blattname"], + "Strings used for sheet names (default is the first sheet).": [ + "Zeichenfolgen, die für Blattnamen verwendet werden (Standard ist das erste Blatt)." ], - "Drag and drop components to this tab": [ - "Ziehen Sie Komponenten per Drag & Drop auf diese Registerkarte" + "Specify a schema (if database flavor supports this).": [ + "Geben Sie ein Schema an (wenn die Datenbankvariante dies unterstützt)." ], - "Draw a marker on data points. Only applicable for line types.": [ - "Zeichnen Sie eine Markierung auf Datenpunkten. Gilt nur für Linientypen." + "Table Exists": ["Tabelle existiert"], + "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)." ], - "Draw area under curves. Only applicable for line types.": [ - "Zeichnen Sie den Bereich unter Kurven. Gilt nur für Linientypen." + "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." ], - "Draw line from Pie to label when labels outside?": [ - "Linie von Torte zur Beschriftung ziehen, wenn Beschriftungen außerhalb?" + "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." ], - "Draw split lines for minor axis ticks": [ - "Zeichnen von Trennlinien für kleinere Achsenteilstriche" + "Number of rows to skip at start of file.": [ + "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." ], - "Draw split lines for minor y-axis ticks": [ - "Geteilten Linien für kleinere Ticks der y-Achse zeichnen" + "Number of rows of file to read.": [ + "Anzahl der aus Datei zu lesenden Zeilen." ], - "Drill by": ["Ins-Detail-Zoomen"], - "Drill by is not available for this data point": [ - "Heinzoomem ist für diesen Datenpunkt nicht verfügbar" + "Parse Dates": ["Datumsangaben auswerten"], + "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." ], - "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." + "Character to interpret as decimal point.": [ + "Zeichen, das als Dezimalstelle zu interpretieren ist." ], - "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." + "Write dataframe index as a column.": [ + "Schreiben Sie den Dataframe-Index als Spalte." ], - "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." + "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." ], - "Drill to detail: %s": ["Zu Detail zoomen: %s"], - "Drop a temporal column here or click": [ - "Legen Sie hier eine Spalte ab oder klicken Sie" + "Null values": ["NULL Werte"], + "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." ], - "Drop columns/metrics here or click": [ - "Spalten/Metriken hierhin ziehen und ablegen oder klicken" - ], - "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." + "Name of table to be created from columnar data.": [ + "Name der Tabelle, die aus tabellarischen Daten erstellt werden soll." ], - "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." + "Columnar File": ["Tabellen-Datei"], + "Select a Columnar file to be uploaded to a database.": [ + "Wählen Sie eine tabellarische Datei aus, die in eine Datenbank hochgeladen werden soll." ], - "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." + "Use Columns": ["Spalten verwenden"], + "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." ], - "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." + "Databases": ["Datenbanken"], + "Show Database": ["Datenbank anzeigen"], + "Add Database": ["Datenbank hinzufügen"], + "Edit Database": ["Datenbank bearbeiten"], + "Expose this DB in SQL Lab": [ + "Diese Datenbank in SQL Lab verfügbar machen" ], - "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." + "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." ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "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 ist." + "Allow CREATE TABLE AS option in SQL Lab": [ + "Option CREATE TABLE AS in SQL Lab zulassen" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "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. " + "Allow CREATE VIEW AS option in SQL Lab": [ + "Option CREATE VIEW AS in SQL Lab zulassen" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Dauer in ms (1,40008 => 1ms 400μs 80ns)" + "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" ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "Dauer in ms (100,40008 => 100ms 400μs 80ns)" + "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" ], - "Duration in ms (66000 => 1m 6s)": ["Dauer in ms (66000 => 1m 6s)"], - "Dynamic Aggregation Function": ["Dynamische Aggregationsfunktion"], - "Dynamically search all filter values": [ - "Alle Filterwerte dynamisch durchsuchen" + "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." ], - "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"], - "Edge symbols": ["Kantensymbole"], - "Edge width": ["Kantenbreite"], - "Edit": ["Bearbeiten"], - "Edit Alert": ["Alarm 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 Log": ["Protokoll bearbeiten"], - "Edit Metric": ["Metrik bearbeiten"], - "Edit Plugin": ["Plugin bearbeiten"], - "Edit Report": ["Report bearbeiten"], - "Edit Table": ["Tabelle bearbeiten"], - "Edit annotation": ["Anmerkung bearbeiten"], - "Edit annotation layer": ["Anmerkungsebene bearbeiten"], - "Edit annotation layer properties": [ - "Eigenschaften der Anmerkungsebene bearbeiten" + "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." ], - "Edit chart": ["Diagramm bearbeiten"], - "Edit chart properties": ["Diagrammeigenschaften bearbeiten"], - "Edit dashboard": ["Dashboard bearbeiten"], - "Edit database": ["Datenbank bearbeiten"], - "Edit dataset": ["Datensatz bearbeiten"], - "Edit email report": ["E-Mail-Report bearbeiten"], - "Edit formatter": ["Formatierer bearbeiten"], - "Edit properties": ["Eigenschaften bearbeiten"], - "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:"], - "Either the database is spelled incorrectly or does not exist.": [ - "Entweder ist die Datenbank falsch geschrieben oder existiert nicht." + "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." ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Entweder der Benutzer*innenname \"%(username)s\" oder das Passwort ist falsch." + "Expose in SQL Lab": ["Verfügbarmachen in SQL Lab"], + "Allow CREATE TABLE AS": ["CREATE TABLE AS zulassen"], + "Allow CREATE VIEW AS": ["CREATE VIEW AS zulassen"], + "Allow DML": ["DML zulassen"], + "CTAS Schema": ["CTAS-Schema"], + "SQLAlchemy URI": ["SQLAlchemy-URI"], + "Chart Cache Timeout": ["Diagramm Cache-Timeout"], + "Secure Extra": ["Sicherheit Extra"], + "Root certificate": ["Root-Zertifikat"], + "Async Execution": ["Asynchrone Ausführung"], + "Impersonate the logged on user": [ + "Identität von angemeldeter Benutzer*in annehmen" ], - "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." + "Allow Csv Upload": ["CSV-Upload zulassen"], + "Backend": ["Backend"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Zusätzliches Feld kann nicht durch JSON decodiert werden. %(msg)s" ], - "Either the username or the password is wrong.": [ - "Entweder der Benutzer*innenname oder das Kennwort ist falsch." + "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'

" ], - "Elevation": ["Höhendaten"], - "Email reports active": ["E-Mail-Reporte aktiv"], - "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" + "CSV to Database configuration": ["CSV-zu-Datenbank-Konfiguration"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Datenbankschema \"%(database_name)s\" \"%(schema_name)s\" ist für CSV-Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-Administrator*in." ], - "Enable Filter Select": ["Filterauswahl aktivieren"], - "Enable cross-filtering": ["Kreuzfilterung aktivieren"], - "Enable data zooming controls": [ - "Aktivieren von Steuerelementen für das Zoomen von Daten" + "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" ], - "Enable embedding": ["Einbettung aktivieren"], - "Enable forecast": ["Prognose aktivieren"], - "Enable forecasting": ["Aktivieren von Prognosen"], - "Enable graph roaming": ["Graph-Roaming aktivieren"], - "Enable node dragging": ["Aktivieren des Ziehens von Knoten"], - "Enable query cost estimation": ["Abfragekostenschätzung aktivieren"], - "Enable row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [ - "Aktivieren der serverseitigen Paginierung der Ergebnisse (experimentelle Funktion)" + "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" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Ungültiger räumlicher NULL-Eintrag gefunden, bitte erwägen Sie, diese herauszufiltern" + "Excel to Database configuration": ["Excel-zu-Datenbank-Konfiguration"], + "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." ], - "End": ["Ende"], - "End (Longitude, Latitude): ": ["Ende (Längengrad, Breitengrad): "], - "End Longitude & Latitude": ["Ende Längen- und Breitengrad"], - "End angle": ["Endwinkel"], - "End date": ["Enddatum"], - "End date excluded from time range": [ - "Enddatum aus dem Zeitraum ausgeschlossen" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Excel-Datei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: %(error_msg)s" ], - "End date must be after start date": [ - "‚Von Datum' kann nicht größer als ‚Bis Datum' sein" + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Excel-Datei \"%(excel_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank \"%(db_name)s\" hochgeladen" ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Die Engine-Spezifikation \"%(engine)s\" unterstützt keine Konfiguration über Parameter." + "Columnar to Database configuration": [ + "Spalten-zu-Datenbank-Konfiguration" ], - "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." + "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." ], - "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" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "Datenbankschema \"%(database_name)s\" \"%(schema_name)s\" ist für spaltenförmige Uploads nicht zulässig. Bitte wenden Sie sich an Ihre*n Superset-Administrator*in." ], - "Enter a name for this sheet": [ - "Geben Sie einen neuen Titel für die Registerkarte ein" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Die Spaltendatei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: %(error_msg)s" ], - "Enter a new title for the tab": [ - "Geben Sie einen neuen Titel für die Registerkarte ein" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Spaltendatei \"%(columnar_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank \"%(db_name)s\" hochgeladen" ], - "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." + "Request missing data field.": ["Datenfeld fehlt in Abfrage."], + "Duplicate column name(s): %(columns)s": [ + "Doppelte Spaltenname(n): %(columns)s" ], - "Entity": ["Element"], - "Entity ID": ["Entitäts-ID"], - "Equal Date Sizes": ["Gleiche Datumsgrößen"], - "Equal to (=)": ["Ist gleich (==)"], - "Error": ["Fehler"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Fehler im Jinja-Ausdruck in HAVING-Klausel: %(msg)s" + "Logs": ["Protokolle"], + "Show Log": ["Protokoll anzeigen"], + "Add Log": ["Protokoll hinzufügen"], + "Edit Log": ["Protokoll bearbeiten"], + "User": ["Nutzer*in"], + "Action": ["Aktion"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Untitled Query": ["Unbenannte Abfrage"], + "Time Range": ["Zeitraum"], + "Time Column": ["Zeitspalte"], + "Time Grain": ["Zeitgranularität"], + "Time Granularity": ["Zeitgranularität"], + "Time": ["Zeit"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Ein Verweis auf die [Time]-Konfiguration unter Berücksichtigung der Granularität" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Fehler im Jinja-Ausdruck in RLS-Filtern: %(msg)s" + "Aggregate": ["Aggregieren"], + "Raw records": ["Rohdatensätze"], + "Category name": ["Kategoriename"], + "Total value": ["Gesamtwert"], + "Minimum value": ["Minimalwert"], + "Maximum value": ["Maximalwert"], + "Average value": ["Durchschnittswert"], + "Certified by %s": ["Zertifiziert von %s"], + "description": ["Beschreibung"], + "bolt": ["Riegel"], + "Changing this control takes effect instantly": [ + "Das Ändern dieses Steuerelements wird sofort wirksam" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Fehler im Jinja-Ausdruck in WHERE-Klausel: %(msg)s" - ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Fehler im Jinja-Ausdruck im Fetch Values-Prädikat: %(msg)s" - ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Fehler beim Laden von Diagrammdatenquellen. Filter funktionieren möglicherweise nicht ordnungsgemäß." - ], - "Error message": ["Fehlermeldung"], - "Error while fetching charts": ["Fehler beim Abrufen von Diagrammen"], - "Error while fetching data: %s": ["Fehler beim Abrufen von Daten: %s"], - "Error while rendering virtual dataset query: %(msg)s": [ - "Fehler bei Anzeige der virtuellen Datensatzabfrage: %(msg)s" + "Show info tooltip": ["Info-Tooltip anzeigen"], + "SQL expression": ["SQL-Ausdruck"], + "Column name": ["Spaltenname"], + "Label": ["Label"], + "Metric name": ["Name der Metrik"], + "unknown type icon": ["Symbol für unbekannten Typ"], + "function type icon": ["Symbol für Funktionstyp"], + "string type icon": ["Symbol für Zeichenfolgentyp"], + "numeric type icon": ["Symbol für numerischen Typ"], + "boolean type icon": ["Symbol für booleschen Typ"], + "temporal type icon": ["Symbol für Zeittyp"], + "Advanced analytics": ["Erweiterte Analysen"], + "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" ], - "Error: %(error)s": ["Fehler: %(error)s"], - "Error: %(msg)s": ["Fehler: %(msg)s"], - "Error: permalink state not found": [ - "Fehler: Permalink-Status nicht gefunden" + "Rolling window": ["Rollierendes Fenster"], + "Rolling function": ["Rollierende Funktion"], + "None": ["Keine"], + "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]" ], - "Estimate cost": ["Kosten schätzen"], - "Estimate selected query cost": [ - "Schätze Kosten für ausgewählte Abfragen" + "Periods": ["Zeiträume"], + "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" ], - "Estimate the cost before running a query": [ - "Schätzen der Kosten vor dem Ausführen einer Abfrage" + "Min periods": ["Mindestzeiträume"], + "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": [ + "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 \"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" ], - "Event": ["Ereignis"], - "Event Flow": ["Ereignisablauf"], - "Event Names": ["Ereignisnamen"], - "Event definition": ["Ereignisdefinition"], - "Event flow": ["Ereignisablauf"], - "Event time column": ["Spalte \"Ereigniszeit\""], - "Every": ["Jeden"], - "Evolution": ["Entwicklung"], - "Exact": ["Genau"], - "Example": ["Beispiel"], - "Examples": ["Beispiele"], - "Excel File": ["Excel-Datei"], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel-Datei \"%(excel_filename)s\" in Tabelle \"%(table_name)s\" in Datenbank \"%(db_name)s\" hochgeladen" + "Time comparison": ["Zeitvergleich"], + "Time shift": ["Zeitverschiebung"], + "1 day ago": ["Vor 1 Tag"], + "1 week ago": ["vor 1 Woche"], + "28 days ago": ["vor 28 Tagen"], + "30 days ago": ["Vor 30 Tagen"], + "52 weeks ago": ["vor 52 Wochen"], + "1 year ago": ["vor 1 Jahr"], + "104 weeks ago": ["vor 104 Wochen"], + "2 years ago": ["vor 2 Jahren"], + "156 weeks ago": ["vor 156 Wochen"], + "3 years ago": ["vor 3 Jahren"], + "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." ], - "Excel to Database configuration": ["Excel-zu-Datenbank-Konfiguration"], - "Exclude selected values": ["Auswahlwerte ausschließen"], - "Executed SQL": ["Ausgeführtes SQL"], - "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'" + "Calculation type": ["Berechnungstyp"], + "Actual values": ["Aktuelle Werte"], + "Difference": ["Differenz"], + "Percentage change": ["Prozentuale Veränderung"], + "Ratio": ["Verhältnis"], + "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.": [ + "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." ], - "Experimental": ["Experimentell"], - "Explore": ["Erkunden"], - "Explore - %(table)s": ["Erkunden - %(table)s"], - "Explore the result set in the data exploration view": [ - "Untersuchen der Ergebnismenge in der Datenexplorations-Ansicht" + "Resample": ["Resample"], + "Rule": ["Regel"], + "1 minutely frequency": ["minütlich"], + "1 hourly frequency": ["stündliche Frequenz"], + "1 calendar day frequency": ["1 Kalendertag Frequenz"], + "7 calendar day frequency": ["7 Kalendertage Frequenz"], + "1 month start frequency": ["1 Monat Start Frequenz"], + "1 month end frequency": ["1 Monat Ende Frequenz"], + "1 year start frequency": ["1 Jahres-Frequenz (Jahresanfang)"], + "1 year end frequency": ["1 Jahres-Frequenz (Jahresende)"], + "Pandas resample rule": ["Pandas Resample-Regel"], + "Fill method": ["Füll-Methode"], + "Null imputation": ["Fehlwert-Imputation"], + "Zero imputation": ["Fehlende-Werte-Ersetzung"], + "Linear interpolation": ["Lineare Interpolation"], + "Forward values": ["Vorwärtsinterpolation"], + "Backward values": ["Rückwärtsinterpolation"], + "Median values": ["Medianwerte"], + "Mean values": ["Mittelwerte"], + "Sum values": ["Summenwerte"], + "Pandas resample method": ["Pandas Resample-Methode"], + "Annotations and Layers": ["Anmerkungen und Ebenen"], + "Left": ["Links"], + "Top": ["Oben"], + "Chart Title": ["Diagrammtitel"], + "X Axis": ["X-Achse"], + "X Axis Title": ["Titel der X-Achse"], + "X AXIS TITLE BOTTOM MARGIN": ["X-ACHSE TITEL UNTERER RAND"], + "Y Axis": ["Y-Achse"], + "Y Axis Title": ["Titel der Y-Achse"], + "Y Axis Title Margin": [""], + "Query": ["Abfrage"], + "Predictive Analytics": ["Prädiktive Analysen"], + "Enable forecast": ["Prognose aktivieren"], + "Enable forecasting": ["Aktivieren von Prognosen"], + "Forecast periods": ["Prognosezeiträume"], + "How many periods into the future do we want to predict": [ + "Wie viele Perioden in der Zukunft sollen prognostiziert werden" ], - "Export": ["Export"], - "Export dashboards?": ["Dashboards exportieren?"], - "Export query": ["Abfrage exportieren"], - "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": [ - "Diese Datenbank in SQL Lab verfügbar machen" + "Confidence interval": ["Konfidenzintervall"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Breite des Konfidenzintervalls. Sollte zwischen 0 und 1 liegen" ], - "Expression": ["Ausdruck"], - "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.\" } `." + "Yearly seasonality": ["Jährliche Saisonalität"], + "default": ["Standard"], + "Yes": ["Ja"], + "No": ["Nein"], + "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." ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Zusätzliches Feld kann nicht durch JSON decodiert werden. %(msg)s" + "Weekly seasonality": ["Wöchentliche Saisonalität"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Sollte wöchentliche Saisonalität angewendet werden. Ein ganzzahliger Wert gibt die Fourier-Reihenfolge der Saisonalität an." ], - "Extra parameters for use in jinja templated queries": [ - "Zusätzliche Parameter für die Verwendung in Jinja-Vorlagenabfragen" + "Daily seasonality": ["Tägliche Saisonalität"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Sollte tägliche Saisonalität angewendet werden. Ein ganzzahliger Wert gibt die Fourier-Reihenfolge der Saisonalität an." ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "Zusätzliche Parameter, die Plugins für die Verwendung in Jinja-Template-Abfragen festlegen können" + "Time related form attributes": ["Zeitbezogene Formularattribute"], + "Datasource & Chart Type": ["Datenquelle & Diagrammtyp"], + "Chart ID": ["Diagramm-ID"], + "The id of the active chart": ["Die ID des aktiven Diagramms"], + "Cache Timeout (seconds)": ["Cache-Timeout (Sekunden)"], + "The number of seconds before expiring the cache": [ + "Die Anzahl der Sekunden vor Ablauf des Caches" ], + "URL Parameters": ["URL-Parameter"], "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" + "Extra Parameters": ["Zusätzliche Parameter"], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Zusätzliche Parameter, die Plugins für die Verwendung in Jinja-Template-Abfragen festlegen können" ], - "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" + "Color Scheme": ["Farbschema"], + "Contribution Mode": ["Beitragsmodus"], + "Row": ["Zeile"], + "Series": ["Zeitreihen"], + "Calculate contribution per series or row": [ + "Beitrag pro Serie oder Zeile berechnen" ], - "Failed to load chart data.": [ - "Diagrammdaten konnten nicht geladen werden." + "Y-Axis Sort By": ["Y-Achse Sortieren nach"], + "X-Axis Sort By": ["X-Achse Sortieren nach"], + "Decides which column to sort the base axis by.": [ + "Entscheidet, nach welcher Spalte die Basisachse sortiert werden soll." ], - "Failed to retrieve advanced type": [ - "Fehler beim Abrufen des erweiterten Typs" + "Y-Axis Sort Ascending": ["Y-Achse aufsteigend sortieren"], + "X-Axis Sort Ascending": ["X-Achse aufsteigend sortieren"], + "Whether to sort ascending or descending on the base Axis.": [ + "Ob aufsteigend oder absteigend auf der Basisachse sortiert werden soll." ], - "Failed to start remote query on a worker.": [ - "Remoteabfrage für einen Worker konnte nicht gestartet werden." + "Treat values as categorical.": [""], + "Dimensions": ["Dimensionen"], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "" ], - "Failed to update report": ["Fehler beim Aktualisieren des Berichts"], - "Failed to verify select options: %s": [ - "Auswahloptionen konnten nicht überprüft werden: %s" + "Dimension": ["Dimension"], + "Entity": ["Element"], + "This defines the element to be plotted on the chart": [ + "Definiert das Element, das im Diagramm dargestellt werden soll" ], - "Favorite": ["Favoriten"], - "February": ["Februar"], - "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" + "Filters": ["Filter"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Das Feld kann nicht durch JSON decodiert werden. %(msg)s" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Field is required": ["Dieses Feld ist erforderlich"], - "File": ["Datei"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["Füllfarbe"], - "Fill all required fields to enable \"Default Value\"": [ - "Füllen Sie alle erforderlichen Felder aus, um \"Standardwert\" zu aktivieren" + "Right Axis Metric": ["Metrik der rechten Achse"], + "Sort by": ["Sortieren nach"], + "Bubble Size": ["Blasengröße"], + "Metric used to calculate bubble size": [ + "Metrik zur Berechnung der Blasengröße" ], - "Fill method": ["Füll-Methode"], - "Filled": ["Gefüllt"], - "Filter": ["Filter"], - "Filter Configuration": ["Filterkonfiguration"], - "Filter List": ["Filterliste"], - "Filter Settings": ["Filtereinstellungen"], - "Filter Type": ["Filtertyp"], - "Filter charts": ["Diagramme filtern"], - "Filter has default value": ["Filter hat den Standardwert"], - "Filter menu": ["Filter-Menü"], - "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." + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Filter results": ["Ergebnisse filtern"], - "Filter type": ["Filter Typ"], - "Filter value (case sensitive)": [ - "Filterwert (Groß-/Kleinschreibung beachten)" + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "Filter value is required": ["Filterwert ist erforderlich"], - "Filter value list cannot be empty": [ - "Filterwertliste darf nicht leer sein" + "Color Metric": ["Farbmetrik"], + "A metric to use for color": [ + "Eine Metrik, die für die Farbe verwendet werden soll" ], - "Filter your charts": ["Filtern Sie Ihre Diagramme"], - "Filterable": ["Filterbar"], - "Filters": ["Filter"], - "Filters by columns": ["Nach Spalten filtern"], - "Filters by metrics": ["Nach Metriken filtern"], - "Filters for comparison must have a value": [""], - "Filters out of scope (%d)": [ - "Filter außerhalb des Gültigkeitsbereichs (%d)" + "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": [ + "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" ], - "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').": [ - "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')." + "Drop a temporal column here or click": [ + "Legen Sie hier eine Spalte ab oder klicken Sie" ], - "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" + "Y-axis": ["Y-Achse"], + "Dimension to use on y-axis.": ["Dimension der y-Achse."], + "X-axis": ["X-Achse"], + "Dimension to use on x-axis.": ["Dimension der x-Achse."], + "The type of visualization to display": [ + "Der anzuzeigende Visualisierungstyp" ], - "Fix to selected Time Range": ["Auf ausgewählten Zeitraum fixieren"], - "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": [ - "Schriftgröße für Achsenbeschriftungen, Detailwerte und andere Textelemente" + "Use this to define a static color for all circles": [ + "Verwenden Sie diese Option, um eine statische Farbe für alle Kreise zu definieren" ], - "Font size for the biggest value in the list": [ - "Schriftgröße für den größten Wert in der Liste" + "Linear Color Scheme": ["Farbverlaufschema"], + "all": ["alle"], + "5 seconds": ["5 Sekunden"], + "30 seconds": ["30 Sekunden"], + "1 minute": ["1 Minute"], + "5 minutes": ["5 Minuten"], + "30 minutes": ["30 Minuten"], + "1 hour": ["1 Stunde"], + "1 day": ["1 Tag"], + "7 days": ["7 Tage"], + "week": ["Woche"], + "week starting Sunday": ["Woche, am Sonntag beginnend"], + "week ending Saturday": ["Woche, am Samstag endend"], + "month": ["Monat"], + "quarter": ["Quartal"], + "year": ["Jahr"], + "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" ], - "Font size for the smallest value in the list": [ - "Schriftgröße für den kleinsten Wert in der Liste" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "" ], - "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." + "This control filters the whole chart based on the selected time range. 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.": [ + "" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Row limit": ["Zeilenlimit"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "For further instructions, consult the": [ - "Weitere Anweisungen finden Sie in der" + "Sort Descending": ["Absteigend sortieren"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "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" + "Series limit": ["Zeitreihenbegrenzung"], + "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.": [ + "Begrenzt die Anzahl der Zeitreihen, die angezeigt werden. Eine Unterabfrage (oder eine zusätzliche Phase, falls Unterabfragen nicht unterstützt werden) wird angewendet, um die Anzahl der Zeitreihen zu begrenzen, die abgerufen und angezeigt werden. Diese Funktion ist nützlich, wenn Sie nach Dimension(en) mit hoher Kardinalität gruppieren, erhöht jedoch die Abfragekomplexität und -kosten." ], - "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." + "Y Axis Format": ["Y-Achsenformat"], + "Time format": ["Zeitformat"], + "The color scheme for rendering chart": [ + "Das zur Diagrammanzeige verwendete Farbschema" ], - "Force": ["Kraft"], - "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." + "Truncate Metric": ["Metrik abschneiden"], + "Whether to truncate metrics": [ + "Ob Metriken abgeschnitten werden sollen" ], - "Force date format": ["Datumsformat erzwingen"], - "Force refresh": ["Aktualisierung erzwingen"], - "Force refresh schema list": ["Aktualisierung der Schemaliste erzwingen"], - "Force refresh table list": ["Aktualisierung erzwingen"], - "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." + "Show empty columns": ["Leere Spalten anzeigen"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "D3-Formatsyntax: https://github.com/d3/d3-format" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Formulardaten nicht im Cache gefunden. Es wird auf Datensatz-Metadaten zurückgesetzt." + "Only applies when \"Label Type\" is set to show values.": [ + "Gilt nur, wenn \"Beschriftungstyp\" so eingestellt ist, dass Werte angezeigt werden." ], - "Formatted CSV attached in email": [ - "Formatierte CSV-Datei in E-Mail angehängt" + "Only applies when \"Label Type\" is not set to a percentage.": [ + "Gilt nur, wenn \"Beschriftungstyp\" nicht auf einen Prozentsatz festgelegt ist." ], - "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"], - "Friction": ["Reibung"], - "Friction between nodes": ["Reibung zwischen Knoten"], - "Friday": ["Freitag"], - "From date cannot be larger than to date": [ - "‚Von Datum' kann nicht größer als ‚Bis-Datum' sein" + "Adaptive formatting": ["Adaptative Formatierung"], + "Original value": ["Ursprünglicher Wert"], + "Duration in ms (66000 => 1m 6s)": ["Dauer in ms (66000 => 1m 6s)"], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Dauer in ms (1,40008 => 1ms 400μs 80ns)" ], - "Full name": ["Vollständiger Name"], - "Funnel Chart": ["Trichterdiagramm"], - "Further customize how to display each column": [ - "Weitere Anpassungen der Anzeige der Spaltenanzeige" + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "D3-Zeitformatsyntax: https://github.com/d3/d3-time-format" ], - "Further customize how to display each metric": [ - "Passen Sie weiter an, wie die einzelnen Metriken angezeigt werden sollen" + "Oops! An error occurred!": ["Hoppla! Ein Fehler ist aufgetreten!"], + "Stack Trace:": ["Stacktrace"], + "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." ], - "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." + "No Results": ["Keine Ergebnisse"], + "ERROR": ["FEHLER"], + "Found invalid orderby options": ["Ungültige Order-By-Optionen gefunden"], + "Invalid input": ["Ungültige Eingabe"], + "Unexpected error: ": ["Unerwarteter Fehler:"], + "(no description, click to see stack trace)": [ + "(keine Beschreibung, klicken Sie hier, um Fehlermeldung zu sehen)" ], - "Get the specify date for the holiday": [ - "Abrufen des angegebenen Datums für den Feiertag" + "Network error": ["Netzwerkfehler"], + "Request timed out": ["Zeitüberschreitung der Anforderung"], + "Issue 1000 - The dataset is too large to query.": [ + "Problem 1000 - Die Datenquelle ist zu groß, um sie abzufragen." ], - "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" + "Issue 1001 - The database is under an unusual load.": [ + "Problem 1001 - Die Datenbank ist ungewöhnlich belastet." ], - "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, Metrics or Percentage Metrics must have a value": [ - "Group By, Metriken oder Prozentmetriken müssen einen Wert haben" + "An error occurred": ["Ein Fehler ist aufgetreten"], + "Sorry, an unknown error occurred.": [ + "Leider ist ein unbekannter Fehler aufgetreten." ], - "Group by": ["Gruppieren nach"], - "Groupable": ["Gruppierbar"], - "Guest user cannot modify chart payload": [""], - "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." + "Sorry, there was an error saving this %s: %s": [ + "Leider ist beim Speichern dieses %s ein Fehler aufgetreten: %s" ], - "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" + "You do not have permission to edit this %s": [ + "Sie haben keine Berechtigung, %s zu bearbeiten" ], - "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"], - "Hour": ["Stunde"], - "Hours %s": ["Stunden %s"], - "Hours offset": ["Stunden-Versatz"], - "How do you want to enter service account credentials?": [ - "Wie möchten Sie die Anmeldeinformationen für das Dienstkonto eingeben?" - ], - "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" - ], - "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.": [ - "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." + "is expected to be an integer": ["wird als Ganzzahl erwartet"], + "is expected to be a number": ["wird als Zahl erwartet"], + "Value cannot exceed %s": [""], + "cannot be empty": ["darf nicht leer sein"], + "Filters for comparison must have a value": [""], + "Domain": ["Wertebereich"], + "hour": ["Stunde"], + "day": ["Tag"], + "The time unit used for the grouping of blocks": [ + "Die Zeiteinheit, die für die Gruppierung von Blöcken verwendet wird" ], - "Huge": ["Riesig"], - "ISO 3166-2 Codes": ["ISO-3166-2-Codes"], - "ISO 8601": ["ISO 8601"], - "Id": ["ID"], - "Id of root node of the tree.": ["ID des Stammknotens der Struktur."], - "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.": [ - "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." + "Subdomain": ["Subdomain"], + "min": ["Minimum"], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "Die Zeiteinheit für jeden Block. Sollte eine kleinere Einheit als domain_granularity sein. Sollte größer oder gleich Zeitgranularität sein" ], - "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." + "Chart Options": ["Diagramm-Optionen"], + "Cell Size": ["Zellengröße"], + "The size of the square cell, in pixels": [ + "Die Größe der quadratischen Zelle in Pixel" ], - "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" + "Cell Padding": ["Zellen Abstand"], + "The distance between cells, in pixels": [ + "Der Abstand zwischen Zellen in Pixel" ], - "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" + "Cell Radius": ["Zellenradius"], + "The pixel radius": ["Der Pixelradius"], + "Color Steps": ["Farbschritte"], + "The number color \"steps\"": ["Die Anzahl Farbabstufungen"], + "Time Format": ["Zeitformat"], + "Legend": ["Legende"], + "Whether to display the legend (toggles)": [ + "Ob die Legende angezeigt werden soll (Wechselschalter)" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "" + "Show Values": ["Werte anzeigen"], + "Whether to display the numerical values within the cells": [ + "Ob die numerischen Werte innerhalb der Zellen angezeigt werden sollen" ], - "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." + "Show Metric Names": ["Metriknamen anzeigen"], + "Whether to display the metric name as a title": [ + "Ob der Metrikname als Titel angezeigt werden soll" ], - "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)." + "Number Format": ["Zahlenformat"], + "Correlation": ["Korrelation"], + "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." ], - "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.": [ - "Bilddownload fehlgeschlagen, bitte aktualisieren und erneut versuchen." + "Business": ["Geschäftlich"], + "Comparison": ["Vergleich"], + "Intensity": ["Intensität"], + "Pattern": ["Muster"], + "Report": ["Melden"], + "Trend": ["Trend"], + "less than {min} {name}": ["weniger als {min} {name}"], + "between {down} and {up} {name}": ["zwischen {down} und {up} {name}"], + "more than {max} {name}": ["mehr als {max} {name}"], + "Sort by metric": ["Nach Metrik sortieren"], + "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." ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Identität von angemeldeter Benutzer*in annehmen (Presto, Trino, Drill & Hive)" + "Number format": ["Nummern Format"], + "Choose a number format": ["Wählen Sie ein Zahlenformat"], + "Source": ["Quelle"], + "Choose a source": ["Wählen Sie eine Quelle"], + "Target": ["Ziel"], + "Choose a target": ["Wählen Sie ein Ziel"], + "Flow": ["Fluss"], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "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." ], - "Impersonate the logged on user": [ - "Identität von angemeldeter Benutzer*in annehmen" + "Relationships between community channels": [ + "Beziehungen zwischen Community-Kanälen" ], - "Import": ["Importieren"], - "Import %s": ["Importiere %s"], - "Import Dashboard(s)": ["Dashboards importieren"], - "Import a table definition": ["Tabellendefinition importieren"], - "Import chart failed for an unknown reason": [ - "Fehler beim Importieren des Diagramms aus unbekanntem Grund" + "Chord Diagram": ["Sehnendiagramm"], + "Circular": ["Kreisförmig"], + "Legacy": ["Veraltet"], + "Proportional": ["Proportional"], + "Relational": ["Relational"], + "Country": ["Land"], + "Which country to plot the map for?": [ + "Für welches Land soll die Karte geplottet werden?" ], - "Import charts": ["Diagramm importieren"], - "Import dashboard failed for an unknown reason": [ - "Import-Dashboard aus unbekanntem Grund fehlgeschlagen" + "ISO 3166-2 Codes": ["ISO-3166-2-Codes"], + "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." ], - "Import dashboards": ["Dashboards importieren"], - "Import database failed for an unknown reason": [ - "Fehler beim Importieren der Datenbank aus unbekanntem Grund" + "Metric to display bottom title": [ + "Metrik zur Anzeige des unteren Titels" ], - "Import database from file": ["Datenbank aus Datei importieren"], - "Import dataset failed for an unknown reason": [ - "Fehler beim Importieren des Datasatzes aus unbekanntem Grund" + "Map": ["Karte"], + "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." ], - "Import datasets": ["Datensätze importieren"], - "Import queries": ["Abfragen importieren"], - "Import saved query failed for an unknown reason.": [ - "Der Import der gespeicherten Abfrage ist aus einem unbekannten Grund fehlgeschlagen." + "2D": ["2D"], + "Geo": ["Räumlich"], + "Range": ["Bereich"], + "Stacked": ["Gestapelt"], + "Sorry, there appears to be no data": [ + "Leider scheint es keine Daten zu geben" ], + "Event definition": ["Ereignisdefinition"], + "Event Names": ["Ereignisnamen"], + "Columns to display": ["Anzuzeigende Spalten"], + "Order by entity id": ["Nach Entitäts-ID sortieren"], "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." ], - "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" + "Minimum leaf node event count": [ + "Minimale Anzahl der Blattknotenereignisse" ], - "Include series name as an axis": [ - "Zeitreihennamen als Achse einschließen" + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Blattknoten, die weniger als diese Anzahl von Ereignissen darstellen, werden zunächst in der Visualisierung ausgeblendet." ], - "Include time": ["Zeit einschließen"], - "Index": ["Index"], - "Index Column": ["Index Spalte"], - "Info": ["Info"], - "Inner Radius": ["Innenradius"], - "Inner radius of donut hole": ["Innerer Radius des Donutlochs"], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Das Eingabefeld unterstützt benutzerdefinierte Drehung. z.B. 30 für 30°" + "Additional metadata": ["Zusätzliche Metadaten"], + "Metadata": ["Metadaten"], + "Select any columns for metadata inspection": [ + "Auswählen beliebiger Spalten für die Metadatenüberprüfung" ], - "Intensity": ["Intensität"], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ - "" + "Entity ID": ["Entitäts-ID"], + "e.g., a \"user id\" column": ["z. B. eine Spalte „user id“"], + "Max Events": ["Maximale Anzahl von Ereignissen"], + "The maximum number of events to return, equivalent to the number of rows": [ + "Die maximale Anzahl der zurückzugebenden Ereignisse, entspricht der Anzahl Zeilen" ], - "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 advanced data type: %(advanced_data_type)s": [ - "Ungültiger erweiterter Datentyp: %(advanced_data_type)s" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Vergleicht die Zeitspanne, die verschiedene Aktivitäten in einer freigegebenen Zeitachsenansicht benötigen." ], - "Invalid certificate": ["Ungültiges Zertifikat"], - "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" + "Event Flow": ["Ereignisablauf"], + "Progressive": ["Progressiv"], + "Axis ascending": ["Achse aufsteigend"], + "Axis descending": ["Achse absteigend"], + "Metric ascending": ["Metrik aufsteigend"], + "Metric descending": ["Metrik absteigend"], + "Heatmap Options": ["Heatmap-Optionen"], + "XScale Interval": ["X-Skalen-Intervall"], + "Number of steps to take between ticks when displaying the X scale": [ + "Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der X-Skala ausgeführt werden müssen" ], - "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'

" + "YScale Interval": ["Y-Skalen-Intervall"], + "Number of steps to take between ticks when displaying the Y scale": [ + "Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der Y-Skala ausgeführt werden müssen" ], - "Invalid cron expression": ["Ungültiger Cron-Ausdruck"], - "Invalid cumulative operator: %(operator)s": [ - "Ungültiger kumulativer Operator: %(operator)s" + "Rendering": ["Darstellen"], + "pixelated (Sharp)": ["Gepixelt (scharf)"], + "auto (Smooth)": ["automatisch (geglättet)"], + "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" ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["Ungültiges Datums-/Zeitstempelformat"], - "Invalid filter operation type: %(op)s": [ - "Ungültiger Filtervorgangstyp: %(op)s" + "Normalize Across": ["Normalisieren über"], + "heatmap": ["Heatmap"], + "x": ["X"], + "y": ["Y"], + "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: " ], - "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." + "x: values are normalized within each column": [ + "X: Werte werden innerhalb jeder Spalte normalisiert" ], - "Invalid longitude/latitude": ["Ungültiger Längen-/Breitengrad"], - "Invalid metric object: %(metric)s": [ - "Ungültiges Metrik-Objekt: %(metric)s" + "y: values are normalized within each row": [ + "y: Werte werden innerhalb jeder Zeile normalisiert" ], - "Invalid numpy function: %(operator)s": [ - "Ungültige Numpy-Funktion: %(operator)s" + "heatmap: values are normalized across the entire heatmap": [ + "Heatmap: Werte werden über die gesamte Heatmap normalisiert" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Ungültige Optionen für %(rolling_type)s: %(options)s" + "Left Margin": ["Linker Abstand"], + "auto": ["automatisch"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Linker Rand in Pixeln, um mehr Platz für Achsenbeschriftungen zu schaffen" ], - "Invalid permalink key": ["Ungültiger Permalink-Schlüssel"], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [ - "Ungültiger Ergebnistyp: %(result_type)s" + "Bottom Margin": ["Unterer Abstand"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "Unterer Rand in Pixeln, ermöglicht mehr Platz für Achsenbeschriftungen" ], - "Invalid rolling_type: %(type)s": ["Ungültiger rolling_type: %(type)s"], - "Invalid state.": ["Ungültiger Zustand."], - "Invalid tab ids: %s(tab_ids)": ["Ungültige Tab-IDs: %s(tab_ids)"], - "Inverse selection": ["Auswahl umkehren"], - "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." + "Value bounds": ["Wertgrenzen"], + "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." ], - "It’s not recommended to truncate axis in Bar chart.": [ - "Es wird nicht empfohlen, die Achse im Balkendiagramm abzuschneiden." + "Sort X Axis": ["X-Achse sortieren"], + "Sort Y Axis": ["Y-Achse sortieren"], + "Show percentage": ["Prozentsatz anzeigen"], + "Whether to include the percentage in the tooltip": [ + "Ob der Prozentsatz in Tooltip aufgenommen werden soll" ], - "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." + "Normalized": ["Normalisiert"], + "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" ], - "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" + "Value Format": ["Wertformat"], + "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." ], - "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." + "Sizes of vehicles": ["Fahrzeuggrößen"], + "Employment and education": ["Beschäftigung und Bildung"], + "Density": ["Dichte"], + "Predictive": ["Prädikativ"], + "Single Metric": ["Einzelne Metrik"], + "Deprecated": ["Veraltet"], + "to": ["bis"], + "count": ["Anzahl"], + "cumulative": ["kumulativ"], + "percentile (exclusive)": ["Perzentil (exklusiv)"], + "Select the numeric columns to draw the histogram": [ + "Auswählen der numerischen Spalten zum Zeichnen des Histogramms" ], - "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" + "No of Bins": ["Anzahl der Bis"], + "Select the number of bins for the histogram": [ + "Wählen Sie die Anzahl der Klassen für das Histogramm aus" ], - "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." + "X Axis Label": ["X Achsenbeschriftung"], + "Y Axis Label": ["Y Achsenbeschriftung"], + "Whether to normalize the histogram": [ + "Ob das Histogramm normalisiert werden soll" ], - "July": ["Juli"], - "June": ["Juni"], - "KPI": ["KPI"], - "Keep control settings?": ["Steuerelement-Einstellungen beibehalten?"], - "Keep editing": ["Weiter bearbeiten"], - "Key": ["Schlüssel"], - "Keyboard shortcuts": [""], - "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"], - "Labelling": ["Beschriftung"], - "Labels": ["Beschriftungen"], - "Labels for the marker lines": ["Beschriftungen für die Markerlinien"], - "Labels for the markers": ["Beschriftungen für die Marker"], - "Labels for the ranges": ["Beschriftungen für Bereiche"], - "Large": ["Groß"], - "Last": ["Letzte"], - "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 run": ["Letzte Ausführung"], - "Latitude": ["Breitengrad"], - "Latitude of default viewport": [ - "Breitengrad des Standardansichtsfensters" + "Cumulative": ["Kumuliert"], + "Whether to make the histogram cumulative": [ + "Ob das Histogramm kumulativ dargestellt werden soll" ], - "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": [ - "Blattknoten, die weniger als diese Anzahl von Ereignissen darstellen, werden zunächst in der Visualisierung ausgeblendet." + "Distribution": ["Verteilung"], + "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" ], - "Least recently modified": ["Zuletzt geändert"], - "Left": ["Links"], - "Left Margin": ["Linker Abstand"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Linker Rand in Pixeln, um mehr Platz für Achsenbeschriftungen zu schaffen" + "Population age data": ["Daten zum Bevölkerungsalter"], + "Contribution": ["Beitrag"], + "Compute the contribution to the total": [ + "Berechnen des Beitrags zur Gesamtsumme" ], - "Left to Right": ["Links nach rechts"], - "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)" + "Series Height": ["Zeitreihenhöhe"], + "Pixel height of each series": ["Pixelhöhe jeder Serie"], + "Value Domain": ["Wertebereich"], + "series": ["Zeitreihen"], + "overall": ["insgesamt"], + "change": ["ändern"], + "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 Zeitreihen verwenden den gleichen Maßstab; Änderung: Änderungen im Vergleich zum ersten Datenpunkt in jeder Datenreihe anzeigen" ], - "Limit reached": ["Limit erreicht"], - "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." + "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.": [ + "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." ], - "Limits the number of cells that get retrieved.": [ - "Begrenzt die Anzahl der Zeilen, die angezeigt werden." + "Horizon Chart": ["Horizont-Diagramm"], + "Dark Cyan": ["Dunkeltürkis"], + "Purple": ["Lila"], + "Gold": ["Gold"], + "Dim Gray": ["Dunkelgrau"], + "Crimson": ["Purpur"], + "Forest Green": ["Waldgrün"], + "Longitude": ["Längengrad"], + "Column containing longitude data": ["Spalte mit Längengraddaten"], + "Latitude": ["Breitengrad"], + "Column containing latitude data": ["Spalte mit Breitengraddaten"], + "Clustering Radius": ["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.": [ + "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." ], - "Limits the number of rows that get displayed.": [ - "Begrenzt die Anzahl der Zeilen, die angezeigt werden." + "Points": ["Punkte"], + "Point Radius": ["Punktradius"], + "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": [ + "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" ], - "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.": [ - "Begrenzt die Anzahl der Zeitreihen, die angezeigt werden. Eine Unterabfrage (oder eine zusätzliche Phase, falls Unterabfragen nicht unterstützt werden) wird angewendet, um die Anzahl der Zeitreihen zu begrenzen, die abgerufen und angezeigt werden. Diese Funktion ist nützlich, wenn Sie nach Dimension(en) mit hoher Kardinalität gruppieren, erhöht jedoch die Abfragekomplexität und -kosten." + "Auto": ["Auto"], + "Point Radius Unit": ["Punktradius-Einheit"], + "Pixels": ["Pixel"], + "Miles": ["Meilen"], + "Kilometers": ["Kilometer"], + "The unit of measure for the specified point radius": [ + "Die Maßeinheit für den angegebenen Punktradius" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "" + "Labelling": ["Beschriftung"], + "label": ["Beschriftung"], + "`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' ist COUNT(*), wenn ein ‚GROUP BY’ verwendet wird. Numerische Spalten werden mit der Aggregatfunktion aggregiert. Nicht numerische Spalten werden verwendet, um Punkte zu beschriften. Falls leer, wird die Anzahl der Punkte in jedem Cluster zurückgegeben." ], - "Line": ["Linie"], - "Line Chart": ["Liniendiagramm"], - "Time-series 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." + "Cluster label aggregator": ["Cluster-Beschriftung-Aggregator"], + "sum": ["sum"], + "mean": ["Mittelwert"], + "max": ["Maximum"], + "std": ["Std"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "Aggregatfunktion, die auf die Liste der Punkte in jedem Cluster angewendet wird, um die Clusterbezeichnung zu erstellen." ], - "Line interpolation as defined by d3.js": [ - "Linieninterpolation gemäß d3.js" + "Visual Tweaks": ["Visuelle Optimierungen"], + "Live render": ["Live-Darstellung"], + "Points and clusters will update as the viewport is being changed": [ + "Punkte und Cluster werden aktualisiert, wenn das Ansichtsfenster geändert wird" ], - "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!"], - "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" + "Map Style": ["Karten Stil"], + "Streets": ["Straßen"], + "Dark": ["Dunkel"], + "Light": ["Hell"], + "Satellite Streets": ["Satellit Straßen"], + "Satellite": ["Satellit"], + "Outdoors": ["Outdoor-Aktivitäten"], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Deckkraft"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "Deckkraft aller Cluster, Punkte und Beschriftungen. Zwischen 0 und 1." ], - "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." + "RGB Color": ["RGB-Farbe"], + "The color for points and clusters in RGB": [ + "Die Farbe für Punkte und Cluster in RGB" ], - "List of values to mark with lines": [ - "Liste der Werte, die mit Linien markiert werden sollen" + "Viewport": ["Ansichtsfenster"], + "Default longitude": ["Standard-Längengrad"], + "Longitude of default viewport": [ + "Längengrad des Standardansichtfensters" ], - "List of values to mark with triangles": [ - "Liste der Werte, die mit Dreiecken markiert werden sollen" + "Default latitude": ["Standard Breitengrad"], + "Latitude of default viewport": [ + "Breitengrad des Standardansichtsfensters" ], - "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..."], - "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" - ], - "Logarithmic scale on secondary y-axis": [ - "Logarithmische Skala auf sekundärer y-Achse" + "Zoom": ["Zoom"], + "Zoom level of the map": ["Zoomstufe der Karte"], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Ein oder mehrere Steuerelemente, nach denen gruppiert werden soll. Bei der Gruppierung müssen Breiten- und Längengradspalten vorhanden sein." ], - "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" + "Light mode": ["Heller Modus"], + "Dark mode": ["Dunkelmodus"], + "MapBox": ["MapBox"], + "Scatter": ["Streudiagramm"], + "Transformable": ["Transportierbar"], + "Significance Level": ["Signifikanzniveau"], + "Threshold alpha level for determining significance": [ + "Schwellenwert für Alpha-Level zur Bestimmung der Signifikanz" ], - "Lower threshold must be lower than upper threshold": [""], - "MAR": ["MÄR"], - "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." + "p-value precision": ["p-Wert-Präzision"], + "Number of decimal places with which to display p-values": [ + "Anzahl der Dezimalstellen, mit denen p-Werte angezeigt werden sollen" ], - "Make the x-axis categorical": [""], - "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" + "Lift percent precision": ["Prozentuale Präzision erhöhen"], + "Number of decimal places with which to display lift values": [ + "Anzahl der Dezimalstellen, mit denen Hubwerte angezeigt werden sollen" ], - "Manage": ["Verwalten"], - "Manage email report": ["E-Mail-Bericht verwalten"], - "Manage your databases": ["Verwalten Sie Ihre Datenbanken"], - "Mandatory": ["Notwendig"], - "Manually set min/max values for the y-axis.": [ - "Min/Max-Werte für die y-Achse manuell festlegen." + "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." ], - "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\"" + "Paired t-test Table": ["Gepaarte t-Test-Tabelle"], + "Statistical": ["Statistisch"], + "Tabular": ["Tabellarisch"], + "Options": ["Optionen"], + "Data Table": ["Datentabelle"], + "Whether to display the interactive data table": [ + "Ob die interaktive Datentabelle angezeigt werden soll" ], - "Marker": ["Marker"], - "Marker Size": ["Markergröße"], - "Marker labels": ["Markierungsbeschriftungen"], - "Marker line labels": ["Markierungslinienbeschriftungen"], - "Marker lines": ["Markierungslinien"], - "Marker size": ["Markergröße"], - "Markers": ["Marker"], - "Markup type": ["Markup-Typ"], - "Max": ["Max"], - "Max Bubble Size": ["Maximale Blasengröße"], - "Max Events": ["Maximale Anzahl von Ereignissen"], - "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." + "Include Series": ["Zeitreihen einschließen"], + "Include series name as an axis": [ + "Zeitreihennamen als Achse einschließen" ], - "Maximum value": ["Maximalwert"], - "Maximum value on the gauge axis": [ - "Maximalwert auf der Messgerät-Skala" + "Ranking": ["Rangliste"], + "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." ], - "May": ["Mai"], + "Directional": ["Direktional"], + "Time Series Options": ["Zeitreihen-Optionen"], + "Not Time Series": ["Keine Zeitreihen"], + "Ignore time": ["Zeit ignorieren"], + "Time Series": ["Zeitreihen"], + "Standard time series": ["Standard-Zeitreihen"], + "Aggregate Mean": ["Aggregater Mittelwert"], "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"], - "Menu actions trigger": ["Auslöser von Menüaktionen"], - "Message content": ["Nachrichteninhalt"], - "Metadata": ["Metadaten"], - "Metadata Parameters": ["Metadaten Parameter"], - "Metadata has been synced": ["Metadaten wurden synchronisiert"], - "Method": ["Methode"], - "Metric": ["Metrik"], - "Metric '%(metric)s' does not exist": [ - "Metrik '%(metric)s' existiert nicht" - ], - "Metric ascending": ["Metrik aufsteigend"], - "Metric assigned to the [X] axis": [ - "Metrik, die der [X]-Achse zugewiesen ist" - ], - "Metric assigned to the [Y] axis": [ - "Metrik, die der [Y]-Achse zugewiesen ist" + "Aggregate Sum": ["Aggregierte Summe"], + "Sum of values over specified period": [ + "Summe der Werte über einen bestimmten Zeitraum" ], "Metric change in value from `since` to `until`": [ "Metrische Wertänderung von 'seit' zu 'bis'" ], - "Metric currency": [""], - "Metric descending": ["Metrik absteigend"], - "Metric factor change from `since` to `until`": [ - "Änderung des metrischen Faktors von \"seit\" zu \"bis\"" - ], - "Metric for node values": ["Metrik für Knotenwerte"], - "Metric name": ["Name der Metrik"], - "Metric name [%s] is duplicated": ["Metrikname [%s] wird dupliziert"], + "Percent Change": ["Prozentuale Veränderung"], "Metric percent change in value from `since` to `until`": [ "Metrische prozentuale Wertänderung von \"seit\" zu \"bis\"" ], - "Metric that defines the size of the bubble": [ - "Metrik, die die Größe der Blase definiert" - ], - "Metric to display bottom title": [ - "Metrik zur Anzeige des unteren Titels" + "Factor": ["Faktor"], + "Metric factor change from `since` to `until`": [ + "Änderung des metrischen Faktors von \"seit\" zu \"bis\"" ], - "Metric used as a weight for the grid's coloring": [ - "Metrik, die als Gewicht für die Färbung des Rasters verwendet wird" + "Advanced Analytics": ["Erweiterte Analysen"], + "Use the Advanced Analytics options below": [ + "Verwenden Sie die untenstehenden fortgeschrittenen Analytik-Optionen" ], - "Metric used to calculate bubble size": [ - "Metrik zur Berechnung der Blasengröße" + "Settings for time series": ["Einstellungen für Zeitreihen"], + "Date Time Format": ["Datum-Zeit-Format"], + "Partition Limit": ["Partitionslimit"], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "Die maximale Anzahl von Unterteilungen jeder Gruppe; Niedrigere Werte werden zuerst ausgeblendet" ], - "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)." + "Partition Threshold": ["Partitionsschwellenwert"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "Partitionen, deren Höhen- zu Elternhöhenverhältnissen unter diesem Wert liegen, werden ausgeblendet." ], - "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)." + "Log Scale": ["Logarithmische Skala"], + "Use a log scale": ["Verwenden einer Logarithmischen Skala"], + "Equal Date Sizes": ["Gleiche Datumsgrößen"], + "Check to force date partitions to have the same height": [ + "Aktivieren, um zu erzwingen, dass Datumspartitionen die gleiche Höhe haben" ], - "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)." + "Rich Tooltip": ["Umfangreicher Tooltip"], + "The rich tooltip shows a list of all series for that point in time": [ + "Der umfangreiche Tooltip zeigt eine Liste aller Zeitreihen für diesen Zeitpunkt" ], - "Metrics": ["Metriken"], - "Middle": ["Mitte"], - "Midnight": ["Mitternacht"], - "Miles": ["Meilen"], - "Min": ["Min"], + "Rolling Window": ["Rollierendes Fenster"], + "Rolling Function": ["Rollierende Funktion"], + "cumsum": ["cumsum"], "Min Periods": ["Mindestzeiträume"], - "Min Width": ["Min. Breite"], - "Min periods": ["Mindestzeiträume"], - "Min/max (no outliers)": ["Min/Max (keine Ausreißer)"], - "Mine": ["Meine"], - "Minimum": ["Minimum"], - "Minimum Font Size": ["Minimale Schriftgröße"], - "Minimum Radius": ["Minimaler Radius"], - "Minimum leaf node event count": [ - "Minimale Anzahl der Blattknotenereignisse" + "Time Comparison": ["Zeitvergleich"], + "Time Shift": ["Zeitverschiebung"], + "1 week": ["1 Woche"], + "28 days": ["28 Tage"], + "30 days": ["30 Tage"], + "52 weeks": ["52 Wochen"], + "1 year": ["1 Jahr"], + "104 weeks": ["104 Wochen"], + "2 years": ["2 Jahre"], + "156 weeks": ["156 Wochen"], + "3 years": ["3 Jahre"], + "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." ], - "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." + "Actual Values": ["Istwerte"], + "1T": ["minütlich (1T)"], + "1H": ["stündlich (1H)"], + "1D": ["täglich (1D)"], + "7D": ["wöchentlich (7D)"], + "1M": ["monatlich (1M)"], + "1AS": ["jährlich zu Jahresbeginn (1AS)"], + "Method": ["Methode"], + "asfreq": ["asfreq"], + "bfill": ["Bfill"], + "ffill": ["ffill"], + "median": ["Median"], + "Part of a Whole": ["Teil eines Ganzen"], + "Compare the same summarized metric across multiple groups.": [ + "Vergleichen Sie dieselbe zusammengefasste Metrik über mehrere Gruppen hinweg." ], - "Minimum threshold in percentage points for showing labels.": [ - "Mindestschwelle in Prozentpunkten für die Anzeige von Beschriftungen." + "Partition Chart": ["Partitionsdiagramm"], + "Categorical": ["Kategorisch"], + "Use Area Proportions": ["Verwenden von Flächenproportionen"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Aktivieren, falls das Rose-Diagramm für die Proportionierung den Segmentbereich anstelle des Segmentradius verwenden soll." ], - "Minimum value": ["Minimalwert"], - "Minimum value for label to be displayed on graph.": [ - "Mindestwert für die Beschriftung, die im Diagramm angezeigt werden soll." + "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.": [ + "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." ], - "Minimum value on the gauge axis": [ - "Minimalwert auf der Messgerät-Skala" + "Nightingale Rose Chart": ["Nightingale Rose Diagramm"], + "Advanced-Analytics": ["Erweiterte Analysen"], + "Multi-Layers": ["Mehr-Ebenen"], + "Source / Target": ["Quelle / Ziel"], + "Choose a source and a target": ["Wählen Sie eine Quelle und ein Ziel"], + "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." ], - "Minor Split Line": ["Kleine geteilte Linie"], - "Minute": ["Minute"], - "Minutes %s": ["Minuten %s"], - "Missing URL parameters": ["Fehlende URL-Parameter"], - "Missing dataset": ["Fehlender Datensatz"], - "Mixed Chart": ["Gemischtes Diagramm"], - "Modified": ["Geändert"], - "Modified %s": ["Geändert %s"], - "Modified by": ["Geändert durch"], - "Modified columns: %s": ["Geänderte Spalten: %s"], - "Monday": ["Montag"], - "Month": ["Monat"], - "Months %s": ["Monate %s"], - "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." + "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.": [ + "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." ], - "Multi-Dimensions": ["Multi-Dimensionen"], - "Multi-Layers": ["Mehr-Ebenen"], - "Multi-Levels": ["Mehrstufige"], - "Multi-Variables": ["Multi-Variablen"], - "Multiple": ["Mehrfach"], - "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." + "Demographics": ["Demographische Daten"], + "Survey Responses": ["Umfrage-Antworten"], + "Sankey Diagram": ["Sankey-Diagramm"], + "Percentages": ["Prozentwerte"], + "Sankey Diagram with Loops": ["Sankey-Diagramm mit Schleifen"], + "Country Field Type": ["Feldtyp \"Land\""], + "Full name": ["Vollständiger Name"], + "code International Olympic Committee (cioc)": [ + "Code Internationales Olympisches Komitee (CIOC)" ], - "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" + "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)"], + "The country code standard that Superset should expect to find in the [country] column": [ + "Der Ländercodestandard, den Superset in der Spalte [Land] erwarten sollte" ], - "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" + "Show Bubbles": ["Blasen anzeigen"], + "Whether to display bubbles on top of countries": [ + "Ob Blasen über Ländern angezeigt werden sollen" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Muss eine Spalte [Gruppieren nach] haben, um 'count' als [Label] zu verwenden" + "Max Bubble Size": ["Maximale Blasengröße"], + "Color by": ["Einfärben nach"], + "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." ], - "Must have at least one numeric column specified": [ - "Mindestens eine numerische Spalte erforderlich" + "Country Column": ["Länderspalte"], + "3 letter code of the country": ["3-Buchstaben-Code des Landes"], + "Metric that defines the size of the bubble": [ + "Metrik, die die Größe der Blase definiert" ], - "Must provide credentials for the SSH Tunnel": [ - "Anmeldeinformationen für den SSH-Tunnel sind verpflichtend" + "Bubble Color": ["Blasenfarbe"], + "Country Color Scheme": ["Länderfarbschema"], + "A map of the world, that can indicate values in different countries.": [ + "Eine Weltkarte, die Werte in verschiedenen Ländern anzeigen kann." ], - "Must specify a value for filters with comparison operators": [ - "Muss einen Wert für Filter mit Vergleichsoperatoren angeben" + "Multi-Dimensions": ["Multi-Dimensionen"], + "Multi-Variables": ["Multi-Variablen"], + "Popular": ["Beliebt"], + "deck.gl charts": ["Deck.gl - Diagramme"], + "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" ], - "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." + "Select charts": ["Diagramme auswählen"], + "Error while fetching charts": ["Fehler beim Abrufen von Diagrammen"], + "Compose multiple layers together to form complex visuals.": [ + "Stellen Sie mehrere Ebenen zusammen, um komplexe visuelle Elemente zu bilden." ], - "Name of table to be created from excel data.": [ - "Name der Tabelle, die aus Excel-Daten erstellt werden soll." + "deck.gl Multiple Layers": ["Deck.gl - Mehrere Ebenen"], + "deckGL": ["deckGL"], + "Start (Longitude, Latitude): ": ["Start (Längengrad, Breitengrad): "], + "End (Longitude, Latitude): ": ["Ende (Längengrad, Breitengrad): "], + "Start Longitude & Latitude": ["Start Längengrad & Breitengrad"], + "Point to your spatial columns": [ + "Zeigen Sie auf Ihre räumlichen Spalten" ], - "Name of table to be created with CSV file": [ - "Name der Tabelle, die aus CSV-Daten erstellt werden soll" + "End Longitude & Latitude": ["Ende Längen- und Breitengrad"], + "Arc": ["Bogen"], + "Target Color": ["Zielfarbe"], + "Color of the target location": ["Farbe des Zielortes"], + "Categorical Color": ["Kategorien-Farbe"], + "Pick a dimension from which categorical colors are defined": [ + "Wählen Sie eine Dimension aus, für die kategoriale Farben definiert werden" ], - "Name of the column containing the id of the parent node": [ - "Name der Spalte, die die ID des übergeordneten Knotens enthält" + "Stroke Width": ["Strichstärke"], + "Advanced": ["Erweitert"], + "Plot the distance (like flight paths) between origin and destination.": [ + "Entfernung (wie Flugrouten) zwischen Abflug- und Zielort zeichen" ], - "Name of the id column": ["Name der ID-Spalte"], - "Name of the source nodes": ["Name der Quellknoten"], - "Name of the table that exists in the source database": [ - "Name der Tabelle in der Quell-Datenbank" + "deck.gl Arc": ["Deck.gl - Bogen"], + "3D": ["3-täglich (3D)"], + "Web": ["Web"], + "Centroid (Longitude and Latitude): ": [ + "Schwerpunkt (Längen- und Breitengrad): " ], - "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" + "The function to use when aggregating points into groups": [ + "Die beim Aggregieren von Punkten in Gruppen zu verwendende Funktion" ], - "Need help? Learn more about": [ - "Benötigen Sie Hilfe? Erfahren Sie mehr über" + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], - "Network error": ["Netzwerkfehler"], - "Network error.": ["Netzwerk-Fehler."], - "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 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 %s yet": ["Noch keine %s"], - "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 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 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" + "Weight": ["Gewicht"], + "Metric used as a weight for the grid's coloring": [ + "Metrik, die als Gewicht für die Färbung des Rasters verwendet wird" ], - "No data in file": ["Keine Daten in Datei"], - "No databases match your search": [ - "Keine Datenbanken stimmen mit Ihrer Suche überein" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "" ], - "No description available.": ["Keine Beschreibung verfügbar."], - "No entities have this tag currently assigned": [""], - "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." + "Spatial": ["Raumbezug"], + "GeoJson Settings": ["GeoJson-Einstellungen"], + "Point Radius Scale": ["Punktradius Maßstab"], + "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." ], - "No form settings were maintained": [ - "Es wurden keine Formulareinstellungen beibehalten" + "deck.gl Geojson": ["Deck.gl - GeoJSON"], + "Longitude and Latitude": ["Längen- und Breitengrad"], + "Height": ["Höhe"], + "Metric used to control height": ["Metrik zur Steuerung der Höhe"], + "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." ], - "No global filters are currently added": [ - "Derzeit sind keine globalen Filter gesetzt" + "deck.gl Grid": ["Deck.gl - Raster"], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" ], - "No matching records found": ["Keine passenden Einträge gefunden"], - "No of Bins": ["Anzahl der Bis"], - "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" + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": ["Dynamische Aggregationsfunktion"], + "variance": ["Varianz"], + "deviation": ["Abweichung"], + "p1": ["P1"], + "p5": ["P5"], + "p95": ["P95"], + "p99": ["P99"], + "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." ], - "No results were returned for this query": [ - "Für diese Abfrage wurden keine Ergebnisse zurückgegeben" + "deck.gl 3D Hexagon": ["Deck.gl - 3D Hexagon"], + "Polyline": ["Polylinie"], + "Visualizes connected points, which form a path, on a map.": [ + "Visualisiert verbundene Punkte, die einen Pfad bilden, auf einer Karte." ], - "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." + "deck.gl Path": ["Deck.gl - Pfade"], + "name": ["Name"], + "Polygon Column": ["Polygon-Spalte"], + "Polygon Encoding": ["Polygon-Kodierung"], + "Elevation": ["Höhendaten"], + "Polygon Settings": ["Polygon-Einstellungen"], + "Opacity, expects values between 0 and 100": [ + "Deckkraft, erwartet Werte zwischen 0 und 100" ], - "No rows were returned for this dataset": [ - "Für diesen Datensatz wurden keine Zeilen zurückgegeben" + "Number of buckets to group data": [ + "Anzahl der Buckets zum Gruppieren von Daten" ], - "No samples were returned for this dataset": [ - "Für diesen Dataensatz wurden keine Beispiele zurückgegeben" + "How many buckets should the data be grouped in.": [ + "Anzahl Buckets, in die Daten gruppiert werden sollen." ], - "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" + "Bucket break points": ["Klassen-Schwellwerte"], + "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." ], - "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." + "Emit Filter Events": ["Filterereignisse ausgeben"], + "Whether to apply filter when items are clicked": [ + "Ob Filter angewendet werden soll, wenn auf Elemente geklickt wird" ], - "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)" - ], - "Node label position": ["Position der Knotenbeschriftung"], - "Node select mode": ["Knotenauswahlmodus"], - "Node size": ["Knotengröße"], - "None": ["Keine"], - "None -> Arrow": ["Keine -> Pfeil"], - "None -> None": ["Keine -> Keine"], - "Normal": ["Normal"], - "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"], - "Nothing triggered": ["Nichts ausgelöst"], - "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." + "Multiple filtering": ["Mehrfachfilterung"], + "Allow sending multiple polygons as a filter event": [ + "Senden mehrerer Polygone als Filterereignis zulassen" ], - "Number format": ["Nummern Format"], - "Number format string": ["Zahlenformat-Zeichenfolge"], - "Number of buckets to group data": [ - "Anzahl der Buckets zum Gruppieren von Daten" + "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." ], - "Number of decimal digits to round numbers to": [ - "Anzahl der Dezimalstellen, auf die gerundet wird" + "deck.gl Polygon": ["Deck.gl - Polygon"], + "Category": ["Kategorie"], + "Point Size": ["Punktgröße"], + "Point Unit": ["Punkteinheit"], + "Square meters": ["Quadratmeter"], + "Square kilometers": ["Quadratkilometern"], + "Square miles": ["Quadratmeilen"], + "Radius in meters": ["Radius in Metern"], + "Radius in kilometers": ["Radius in Kilometern"], + "Radius in miles": ["Radius in Meilen"], + "Minimum Radius": ["Minimaler Radius"], + "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." ], - "Number of decimal places with which to display lift values": [ - "Anzahl der Dezimalstellen, mit denen Hubwerte angezeigt werden sollen" + "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." ], - "Number of decimal places with which to display p-values": [ - "Anzahl der Dezimalstellen, mit denen p-Werte angezeigt werden sollen" + "Point Color": ["Punktfarbe"], + "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" ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "" + "deck.gl Scatterplot": ["deck.gl Streudiagramm"], + "Grid": ["Raster"], + "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" ], - "Number of periods to ratio against": [ - "Anzahl ins Verhältnis zu setzender Perioden" + "deck.gl Screen Grid": ["Deck.gl - Bildschirmraster"], + "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" ], - "Number of rows of file to read": [ - "Anzahl der aus Datei zu lesenden Zeilen." + " source code of Superset's sandboxed parser": [ + " Quellcode des Sandbox-Parsers von Superset" ], - "Number of rows of file to read.": [ - "Anzahl der aus Datei zu lesenden Zeilen." + "This functionality is disabled in your environment for security reasons.": [ + "Diese Funktion ist in Ihrer Umgebung aus Sicherheitsgründen deaktiviert." ], - "Number of rows to skip at start of file": [ - "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." + "Ignore null locations": ["Angesetzte (Null) Örtlichkeiten ignorieren"], + "Whether to ignore locations that are null": [ + "Ob Örtlichkeiten ignoriert werden sollen, die null sind" ], - "Number of rows to skip at start of file.": [ - "Anzahl der Zeilen, die am Anfang der Datei übersprungen werden sollen." + "Auto Zoom": ["Auto-Zoom"], + "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" ], - "Number of split segments on the axis": [ - "Anzahl der geteilten Segmente auf der Achse" + "Select a dimension": ["Wählen Sie eine Dimension"], + "Extra data for JS": ["Zusätzliche Daten für JS"], + "List of extra columns made available in JavaScript functions": [ + "Liste der zusätzlichen Spalten, die in JavaScript-Funktionen zur Verfügung gestellt werden" ], - "Number of steps to take between ticks when displaying the X scale": [ - "Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der X-Skala ausgeführt werden müssen" + "JavaScript data interceptor": ["JavaScript-Daten-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.": [ + "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." ], - "Number of steps to take between ticks when displaying the Y scale": [ - "Anzahl der Schritte, die zwischen den Strichen bei der Anzeige der Y-Skala ausgeführt werden müssen" + "JavaScript tooltip generator": ["JavaScript-Tooltip-Generator"], + "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" ], - "Numerical range": ["Numerischer Bereich"], - "OCT": ["OKT"], - "OK": ["OK"], - "OVERWRITE": ["ÜBERSCHREIBEN"], - "October": ["Oktober"], - "Offline": ["Offline"], - "Offset": ["Offset"], - "On Grace": ["Kulanz"], - "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 Zeitreihenlimit enthalten, um die Anzahl der abgerufenen und dargestellten Zeitreihen zu begrenzen." + "JavaScript onClick href": ["JavaScript onClick href"], + "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" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Ein oder mehrere Steuerelemente, nach denen gruppiert werden soll. Bei der Gruppierung müssen Breiten- und Längengradspalten vorhanden sein." + "Legend Format": ["Legendenformat"], + "Choose the format for legend values": [ + "Format für Legendenwerte auswählen" ], - "One or many controls to pivot as columns": [ - "Ein oder mehrere Steuerelemente, um zu Spalten zu pivotieren" + "Legend Position": ["Position der Legende"], + "Choose the position of the legend": [ + "Wählen Sie die Position der Legende" ], - "One or many metrics to display": [ - "Eine oder mehrere anzuzeigende Metriken" + "Top left": ["Oben links"], + "Top right": ["Oben rechts"], + "Bottom left": ["Unten links"], + "Bottom right": ["Unten rechts"], + "Lines column": ["Linien-Spalte"], + "The database columns that contains lines information": [ + "Die Datenbankspalten, die Zeileninformationen enthalten" ], - "One or more columns already exist": [ - "Eine oder mehrere Spalten sind bereits vorhanden" + "Line width": ["Linienbreite"], + "The width of the lines": ["Die Breite der Linien"], + "Fill Color": ["Füllfarbe"], + " 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." ], - "One or more columns are duplicated": [ - "Eine oder mehrere Spalten werden dupliziert" + "Stroke Color": ["Strichfarbe"], + "Filled": ["Gefüllt"], + "Whether to fill the objects": ["Ob die Objekte gefüllt werden sollen"], + "Stroked": ["Gestrichelt"], + "Whether to display the stroke": [ + "Ob der Strich dargestellt werden soll" ], - "One or more columns do not exist": [ - "Eine oder mehrere Spalten sind nicht vorhanden" + "Extruded": ["extrudiert"], + "Whether to make the grid 3D": [ + "Ob das Raster in 3D umgewandelt werden soll" ], - "One or more metrics already exist": [ - "Eine oder mehrere Metriken sind bereits vorhanden" + "Grid Size": ["Rastergröße"], + "Defines the grid size in pixels": ["Gibt die Rastergröße in Pixel an"], + "Parameters related to the view and perspective on the map": [ + "Parameter in Bezug auf die Ansicht und Perspektive auf der Karte" ], - "One or more metrics are duplicated": [ - "Eine oder mehrere Metriken werden dupliziert" + "Longitude & Latitude": ["Längen- und Breitengrad"], + "Fixed point radius": ["Fester Punktradius"], + "Multiplier": ["Multiplikator"], + "Factor to multiply the metric by": [ + "Faktor, mit dem die Metrik multipliziert wird" ], - "One or more metrics do not exist": [ - "Eine oder mehrere Metriken sind nicht vorhanden" + "Lines encoding": ["Zeilenkodierung"], + "The encoding format of the lines": ["Das Kodierungsformat der Zeilen"], + "geohash (square)": ["Geohash (quadratisch)"], + "Reverse Lat & Long": ["Länge/Breite vertauschen "], + "GeoJson Column": ["GeoJson-Spalte"], + "Select the geojson column": ["Wählen Sie die GeoJSON-Spalte aus"], + "Right Axis Format": ["Format der rechten Achse"], + "Show Markers": ["Markierungen anzeigen"], + "Show data points as circle markers on the lines": [ + "Datenpunkte als Kreismarkierungen auf den Linien darstellen" ], - "One or more parameters needed to configure a database are missing.": [ - "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." + "Y bounds": ["Y-Grenzen"], + "Whether to display the min and max values of the Y-axis": [ + "Ob die Min- und Max-Werte der Y-Achse angezeigt werden sollen" ], - "One or more parameters specified in the query are missing.": [ - "Ein oder mehrere in der Abfrage angegebene Parameter fehlen." + "Y 2 bounds": ["Y 2 Grenzen"], + "Line Style": ["Linien Stil"], + "linear": ["linear"], + "basis": ["basis"], + "cardinal": ["Kardinal"], + "monotone": ["monoton"], + "step-before": ["step-before"], + "step-after": ["step-after"], + "Line interpolation as defined by d3.js": [ + "Linieninterpolation gemäß d3.js" ], - "One ore more annotation layers failed loading.": [ - "Eine oder mehrere Anmerkungsebenen konnten nicht geladen werden." + "Show Range Filter": ["Bereichsfilter anzeigen"], + "Whether to display the time range interactive selector": [ + "Ob die interaktive Zeitbereichs-Auswahl angezeigt werden soll" ], - "Only SELECT statements are allowed against this database.": [ - "Nur 'SELECT'-Anweisungen sind für diese Datenbank zulässig." + "Extra Controls": ["Zusätzliche Bedienelemente"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "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." ], - "Only Total": ["Nur Gesamtwert"], - "Only `SELECT` statements are allowed": [ - "Nur 'SELECT'-Anweisungen sind zulässig" + "X Tick Layout": ["X Tick Layout"], + "flat": ["flach"], + "staggered": ["gestaffelt"], + "The way the ticks are laid out on the X-axis": [ + "Die Art und Weise, wie die Ticks auf der X-Achse angeordnet sind" ], - "Only applies when \"Label Type\" is not set to a percentage.": [ - "Gilt nur, wenn \"Beschriftungstyp\" nicht auf einen Prozentsatz festgelegt ist." + "X Axis Format": ["X-Achsen-Format"], + "Y Log Scale": ["Y-Log-Skala"], + "Use a log scale for the Y-axis": [ + "Logarithmische Skala für die Y-Achse verwenden" ], - "Only applies when \"Label Type\" is set to show values.": [ - "Gilt nur, wenn \"Beschriftungstyp\" so eingestellt ist, dass Werte angezeigt werden." + "Y Axis Bounds": ["Grenzen der Y-Achse"], + "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." ], - "Only selected panels will be affected by this filter": [ - "Nur ausgewählte Bereiche sind von diesem Filter betroffen" + "Y Axis 2 Bounds": ["Grenzen der Y-Achse 2"], + "X bounds": ["X-Grenzen"], + "Whether to display the min and max values of the X-axis": [ + "Ob die Min- und Max-Werte der X-Achse angezeigt werden sollen" ], - "Only show the total value on the stacked chart, and not show on the selected category": [ - "Zeigen Sie nur den Gesamtwert im gestapelten Diagramm und nicht in der ausgewählten Kategorie an" + "Bar Values": ["Balkenwerte"], + "Show the value on top of the bar": [ + "Anzeigen des Werts oben auf der Leiste" ], - "Only single queries supported": [ - "Nur einzelne Abfragen werden unterstützt" + "Stacked Bars": ["Gestapelte Balken"], + "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." ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Nur die folgenden Dateierweiterungen sind zulässig: %(allowed_extensions)s" + "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" ], - "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." + "Stacked Style": ["Gestapelter Stil"], + "stack": ["Stack"], + "stream": ["Stream"], + "expand": ["aufklappen"], + "Evolution": ["Entwicklung"], + "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." ], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Deckkraft aller Cluster, Punkte und Beschriftungen. Zwischen 0 und 1." + "Stretched style": ["Gestreckter Stil"], + "Stacked style": ["Gestapelter Stil"], + "Video game consoles": ["Videospielkonsolen"], + "Vehicle Types": ["Fahrzeugtypen"], + "Time-series Area Chart (legacy)": ["Flächendiagramm (Legacy)"], + "Continuous": ["Kontinuierlich"], + "Line": ["Linie"], + "nvd3": ["nvd3"], + "Series Limit Sort By": ["Zeitreihenlimit Sortieren nach"], + "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)." ], - "Opacity of area chart.": ["Deckkraft des Flächendiagramms."], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" + "Series Limit Sort Descending": ["Zeitreihenlimit absteigend sortieren"], + "Whether to sort descending or ascending if a series limit is present": [ + "Ob absteigend oder aufsteigend sortiert werden soll, wenn ein Reihengrenzwert vorhanden ist" ], - "Opacity, expects values between 0 and 100": [ - "Deckkraft, erwartet Werte zwischen 0 und 100" + "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." ], - "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." + "Time-series Bar Chart (legacy)": ["Zeitreihen-Balkendiagramm (Legacy)"], + "Bar": ["Balken"], + "Box Plot": ["Boxplot"], + "X Log Scale": ["X-Log-Skala"], + "Use a log scale for the X-axis": [ + "Logarithmische Skala für die X-Achse verwenden" ], - "Operator": ["Operator"], - "Operator undefined for aggregator: %(name)s": [ - "Operator undefiniert für Aggregator: %(name)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.": [ + "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." ], - "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." + "Ranges": ["Bereiche"], + "Ranges to highlight with shading": [ + "Bereiche, die mit Schattierung hervorgehoben werden sollen" ], - "Optional d3 date format string": [ - "Optionale d3-Datumsformat-Zeichenfolge" + "Range labels": ["Bereichsbeschriftungen"], + "Labels for the ranges": ["Beschriftungen für Bereiche"], + "Markers": ["Marker"], + "List of values to mark with triangles": [ + "Liste der Werte, die mit Dreiecken markiert werden sollen" ], - "Optional d3 number format string": [ - "Optionale d3-Zahlenformat-Zeichenfolge" + "Marker labels": ["Markierungsbeschriftungen"], + "Labels for the markers": ["Beschriftungen für die Marker"], + "Marker lines": ["Markierungslinien"], + "List of values to mark with lines": [ + "Liste der Werte, die mit Linien markiert werden sollen" ], - "Optional name of the data column.": ["Optionaler Name der Datenspalte."], - "Optional warning about use of this metric": [ - "Optionale Warnung zur Verwendung dieser Metrik" + "Marker line labels": ["Markierungslinienbeschriftungen"], + "Labels for the marker lines": ["Beschriftungen für die Markerlinien"], + "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.": [ + "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." ], - "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:" + "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." ], - "Order by entity id": ["Nach Entitäts-ID sortieren"], - "Order results by selected columns": [ - "Ergebnisse nach ausgewählten Spalten sortieren" + "Time-series Percent Change": ["Zeitreihen - Prozentuale Veränderung"], + "Sort Bars": ["Balken sortieren"], + "Sort bars by x labels.": ["Sortieren Sie Balken nach x-Beschriftungen."], + "Breakdowns": ["Aufschlüsselungen"], + "Defines how each series is broken down": [ + "Definiert, wie jede Reihe aufgeschlüsselt wird" ], - "Ordering": ["Sortierung"], - "Orientation": ["Ausrichtung"], - "Orientation of bar chart": ["Ausrichtung des Balkendiagramms"], - "Orientation of filter bar": ["Ausrichtung des Filterbalkens"], - "Orientation of tree": ["Ausrichtung des Baumes"], - "Original": ["Original"], - "Original table column order": [ - "Ursprüngliche Tabellenspaltenreihenfolge" + "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.": [ + "Vergleicht Metriken aus verschiedenen Kategorien mithilfe von Balken. Balkenlängen werden verwendet, um die Größe jedes Werts anzugeben, und Farbe wird verwendet, um Gruppen zu unterscheiden." ], - "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." + "Bar Chart (legacy)": ["Balkendiagramm (Legacy)"], + "Additive": ["Additiv"], + "Propagate": ["Propagieren"], + "Send range filter events to other charts": [ + "Bereichsfilter-Ereignisse an andere Diagramme senden" ], - "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." + "Classic chart that visualizes how metrics change over time.": [ + "Klassisches Diagramm, das visualisiert, wie sich Metriken im Laufe der Zeit ändern." ], - "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." + "Battery level over time": ["Akkustand im Laufe der Zeit"], + "Time-series Line Chart (legacy)": ["Liniendiagramm (Legacy)"], + "Label Type": ["Beschriftungstyp"], + "Category Name": ["Kategoriename"], + "Value": ["Wert"], + "Percentage": ["Prozentsatz"], + "Category and Value": ["Kategorie und Wert"], + "Category and Percentage": ["Kategorie und Prozentsatz"], + "Category, Value and Percentage": ["Kategorie, Wert und Prozentsatz"], + "What should be shown on the label?": [ + "Was sollte als Beschriftung angezeigt werden?" ], - "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" + "Donut": ["Donut"], + "Do you want a donut or a pie?": ["Donut oder Torten-Diagramm?"], + "Show Labels": ["Beschriftung anzeigen"], + "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." ], - "Owned Created or Favored": ["Im Besitz, Erstellt oder Favorisiert"], - "Owner": ["Besitzer*in"], - "Owners": ["Besitzende"], - "Owners are invalid": ["Besitzende sind ungültig"], - "Owners is a list of users who can alter the dashboard.": [ - "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern können." + "Put labels outside": ["Beschriftung außerhalb darstellen"], + "Put the labels outside the pie?": [ + "Beschriftungen außerhalb des Kuchens anordnen?" ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern können. Durchsuchbar nach Name oder Benutzer*innenname." + "Frequency": ["Häufigkeit"], + "Year (freq=AS)": ["Jahr (freq=AS)"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 Wochen, beginnend am Montag (freq=52W-MON)" ], - "Page length": ["Seitenlänge"], - "Paired t-test Table": ["Gepaarte t-Test-Tabelle"], - "Pandas resample method": ["Pandas Resample-Methode"], - "Pandas resample rule": ["Pandas Resample-Regel"], - "Parallel Coordinates": ["Parallele Koordinaten"], - "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" + "1 week starting Sunday (freq=W-SUN)": [ + "1 Woche beginnend am Sonntag (freq=W-SUN)" ], - "Parent": ["Übergeordnet"], - "Parse Dates": ["Datumsangaben auswerten"], - "Part of a Whole": ["Teil eines Ganzen"], - "Partition Chart": ["Partitionsdiagramm"], - "Partition Diagram": ["Partitionsdiagramm"], - "Partition Limit": ["Partitionslimit"], - "Partition Threshold": ["Partitionsschwellenwert"], - "Partitions whose height to parent height proportions are below this value are pruned": [ - "Partitionen, deren Höhen- zu Elternhöhenverhältnissen unter diesem Wert liegen, werden ausgeblendet." + "1 week starting Monday (freq=W-MON)": [ + "1 Woche beginnend am Montag (freq=W-MON)" ], - "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" + "Day (freq=D)": ["Tag (freq=D)"], + "4 weeks (freq=4W-MON)": ["4 Wochen (freq=4W-MON)"], + "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.": [ + "Die Periodizität, über die die Zeit pilotiert werden soll. Benutzer können\n ein“ Pandas\" Offset-Alias angeben.\n Klicken Sie auf die Infoblase, um weitere Informationen zu akzeptierten \"freq\"-Ausdrücken zu erhalten." ], - "Paste the shareable Google Sheet URL here": [ - "Fügen Sie die gemeinsam nutzbare Google Tabellen-URL hier ein" + "Time-series Period Pivot": ["Zeitreihen - Perioden-Pivot"], + "Formula": ["Formel"], + "Event": ["Ereignis"], + "Interval": ["Intervall"], + "Stack": ["Gestapelt"], + "Stream": ["Stream"], + "Expand": ["Erweitern"], + "Show legend": ["Legende anzeigen"], + "Whether to display a legend for the chart": [ + "Ob eine Legende für das Diagramm angezeigt werden soll" ], - "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" + "Margin": ["Rand"], + "Additional padding for legend.": ["Zusätzliche Einrückung für Legende."], + "Scroll": ["Scrollen"], + "Plain": ["Unformatiert"], + "Legend type": ["Legendentyp"], + "Orientation": ["Ausrichtung"], + "Bottom": ["Unten"], + "Right": ["Rechts"], + "Legend Orientation": ["Legenden-Ausrichtung"], + "Show Value": ["Wert anzeigen"], + "Show series values on the chart": ["Reihenwerten im Diagramm anzeigen"], + "Stack series on top of each other": ["Reihen übereinander stapeln"], + "Only Total": ["Nur Gesamtwert"], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "Zeigen Sie nur den Gesamtwert im gestapelten Diagramm und nicht in der ausgewählten Kategorie an" ], - "Person or group that has certified this chart.": [ - "Person oder Gruppe, die dieses Diagramm zertifiziert hat." + "Percentage threshold": ["Prozentualer Schwellenwert"], + "Minimum threshold in percentage points for showing labels.": [ + "Mindestschwelle in Prozentpunkten für die Anzeige von Beschriftungen." ], - "Person or group that has certified this dashboard.": [ - "Person oder Gruppe, die dieses Dashboard zertifiziert hat." + "Rich tooltip": ["Umfangreicher Tooltip"], + "Shows a list of all series available at that point in time": [ + "Zeigt eine Liste aller zu diesem Zeitpunkt verfügbaren Zeitreihen an." ], - "Person or group that has certified this metric": [ - "Person oder Gruppe, die diese Metrik zertifiziert hat" + "Tooltip time format": ["Tooltip-Zeitformat"], + "Tooltip sort by metric": ["Tooltip nach Metrik sortieren"], + "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." ], - "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" + "Tooltip": ["Tooltip"], + "Sort Series By": ["Zeitreihen sortieren nach"], + "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" ], - "Pick a metric for x, y and size": [ - "Wählen Sie eine Metrik für x, y und Größe" + "Sort Series Ascending": ["Zeitreihen aufsteigend sortieren"], + "Sort series in ascending order": [ + "Sortieren von Zeitreihen in aufsteigender Reihenfolge" ], - "Pick a metric to display": ["Wählen Sie eine Anzeige-Metrik"], - "Pick a name to help you identify this database.": [ - "Wählen Sie einen Namen aus, der Ihnen hilft, diese Datenbank zu identifizieren." + "Rotate x axis label": ["X-Achsenbeschriftung drehen"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "Das Eingabefeld unterstützt benutzerdefinierte Drehung. z.B. 30 für 30°" ], - "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." + "Series Order": ["Zeitreihen-Reihenfolge"], + "Make the x-axis categorical": [""], + "Last available value seen on %s": ["Letzter verfügbarer Wert auf %s"], + "Not up to date": ["Nicht aktuell"], + "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" ], - "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" + "Try applying different filters or ensuring your datasource has data": [ + "Versuchen Sie, andere Filter anzuwenden oder sicherzustellen, dass Ihre Datenquelle Daten enthält" ], - "Pick a title for you annotation.": [ - "Wählen Sie einen Titel für Ihre Anmerkung aus." + "Big Number Font Size": ["Große Zahl Schriftgröße"], + "Tiny": ["Sehr klein"], + "Small": ["Klein"], + "Normal": ["Normal"], + "Large": ["Groß"], + "Huge": ["Riesig"], + "Subheader Font Size": ["Schriftgröße Untertitel"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Pick at least one field for [Series]": [ - "Wählen Sie mindestens ein Feld für [Serie] aus." + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Pick at least one metric": ["Wählen Sie mindestens eine Metrik aus"], - "Pick exactly 2 columns as [Source / Target]": [ - "Wählen Sie genau 2 Spalten als [Quelle / Ziel]" + "Big Number with Time Period Comparison": [""], + "Display settings": ["Darstellungs-Einstellungen"], + "Subheader": ["Untertitel"], + "Description text that shows up below your Big Number": [ + "Beschreibungstext, der unter Ihrer Großen Zahl angezeigt wird" ], - "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.": [ - "Wählen Sie eine oder mehrere Spalten aus, die in der Anmerkung angezeigt werden sollen. Wenn Sie keine Spalte auswählen, werden alle angezeigt." + "Date format": ["Datumsformat"], + "Force date format": ["Datumsformat erzwingen"], + "Use date formatting even when metric value is not a timestamp": [ + "Verwenden Sie die Datumsformatierung, auch wenn der Metrikwert kein Zeitstempel ist" ], - "Pick your favorite markup language": [ - "Wählen Sie Ihre bevorzugte Markup-Sprache" + "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.": [ + "Zeigt eine einzelne Metrik im Vordergrund. ‚Große Zahl‘ wird am besten verwendet, um die Aufmerksamkeit auf einen KPI oder die eine Information zu lenken, auf die sich Ihr Publikum konzentrieren soll." ], - "Pie Chart": ["Kreisdiagramm"], - "Pie shape": ["Kreisform"], - "Pin": ["Pin"], - "Pivot Table": ["Pivot-Tabelle"], - "Pivot operation must include at least one aggregate": [ - "Pivot-Operation muss mindestens ein Aggregat enthalten" + "A Big Number": ["Eine Große Zahl"], + "With a subheader": ["Mit einem Untertitel"], + "Big Number": ["Große Zahl"], + "Comparison Period Lag": ["Verzögerung des Vergleichszeitraums"], + "Based on granularity, number of time periods to compare against": [ + "Basierend auf der Granularität, Anzahl der Zeiträume, mit denen verglichen werden soll" ], - "Pivot operation requires at least one index": [ - "Pivot-Operation erfordert mindestens einen Index" + "Comparison suffix": ["Vergleichssuffix"], + "Suffix to apply after the percentage display": [ + "Suffix, das hinter der Prozentanzeige angezeigt werden soll" ], - "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." + "Show Timestamp": ["Zeitstempel anzeigen"], + "Whether to display the timestamp": [ + "Ob der Zeitstempel angezeigt werden soll" ], - "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." + "Show Trend Line": ["Trendlinie anzeigen"], + "Whether to display the trend line": [ + "Ob die Trendlinie angezeigt werden soll" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Bitte überprüfen Sie Ihre Anfrage auf Syntaxfehler bei oder in der Nähe von \"%(syntax_error)s\". Versuchen Sie dann erneut, die Abfrage auszuführen." + "Start y-axis at 0": ["y-Achse bei 0 beginnen"], + "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." ], - "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." + "Fix to selected Time Range": ["Auf ausgewählten Zeitraum fixieren"], + "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" ], - "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." + "TEMPORAL X-AXIS": ["ZEITLICHE X-ACHSE"], + "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.": [ + "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." ], - "Please choose at least one groupby": [ - "Bitte wählen Sie mindestens ein Gruppierungs-Kriterium" + "Big Number with Trendline": ["Große Zahl mit Trendlinie"], + "Whisker/outlier options": ["Whisker/Ausreißer-Optionen"], + "Determines how whiskers and outliers are calculated.": [ + "Bestimmt, wie „Whisker“ und Ausreißer berechnet werden." ], - "Please confirm": ["Bitte bestätigen"], - "Please confirm the overwrite values.": [ - "Bitte bestätigen Sie die überschreibenden Werte." + "Tukey": ["Turkey"], + "Min/max (no outliers)": ["Min/Max (keine Ausreißer)"], + "2/98 percentiles": ["2/98 Perzentile"], + "9/91 percentiles": ["9/91 Perzentile"], + "Categories to group by on the x-axis.": [ + "Kategorien, nach denen auf der x-Achse gruppiert werden soll." ], - "Please enter a SQLAlchemy URI to test": [ - "Bitten geben Sie eine SQL Alchemy URI zum Testen ein" + "Distribute across": ["Verteilen über"], + "Columns to calculate distribution across.": [ + "Spalten, über die Verteilung berechnet werden soll." ], - "Please re-enter the password.": [ - "Bitte geben Sie das Passwort erneut ein." + "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." ], - "Please re-export your file and try importing again": [ - "Bitte exportieren Sie Ihre Datei erneut und versuchen Sie nochmals, sie zu importieren." + "ECharts": ["ECharts"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Please save the query to enable sharing": [ - "Bitte speichern Sie die Abfrage, um die Freigabe zu aktivieren" + "X AXIS TITLE MARGIN": [""], + "Y AXIS TITLE MARGIN": ["Y-ACHSE TITEL RAND"], + "Logarithmic y-axis": ["Logarithmische y-Achse"], + "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." ], - "Please save your chart first, then try creating a new email report.": [ - "Bitte speichern Sie zuerst Ihr Diagramm und versuchen Sie dann, einen neuen E-Mail-Report zu erstellen." + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "Please save your dashboard first, then try creating a new email report.": [ - "Bitte speichern Sie zuerst Ihr Dashboard und versuchen Sie dann, einen neuen E-Mail-Report zu erstellen." + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Labels": ["Beschriftungen"], + "Whether to display the labels.": [ + "Ob die Beschriftungen angezeigt werden sollen." ], - "Please select both a Dataset and a Chart type to proceed": [ - "Wählen Sie sowohl einen Datensatz- als auch einen Diagrammtyp aus, um fortzufahren" + "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.": [ + "Zeigt, wie sich eine Metrik im Laufe des Trichters ändert. Dieses klassische Diagramm ist nützlich, um den Abfall zwischen Phasen in einer Pipeline oder einem Lebenszyklus zu visualisieren." ], - "Please use 3 different metric labels": [ - "Bitte verwenden Sie 3 verschiedene metrische Beschriftungen" + "Funnel Chart": ["Trichterdiagramm"], + "Sequential": ["Fortlaufend"], + "Columns to group by": ["Spalten, nach denen gruppiert wird"], + "General": ["Allgemein"], + "Min": ["Min"], + "Minimum value on the gauge axis": [ + "Minimalwert auf der Messgerät-Skala" ], - "Plot the distance (like flight paths) between origin and destination.": [ - "Entfernung (wie Flugrouten) zwischen Abflug- und Zielort zeichen" + "Max": ["Max"], + "Maximum value on the gauge axis": [ + "Maximalwert auf der Messgerät-Skala" ], - "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." + "Start angle": ["Startwinkel"], + "Angle at which to start progress axis": [ + "Winkel, an dem die Fortschrittsachse gestartet werden soll" ], - "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" + "End angle": ["Endwinkel"], + "Angle at which to end progress axis": [ + "Winkel, an dem die Fortschrittsachse enden soll" ], - "Points": ["Punkte"], - "Points and clusters will update as the viewport is being changed": [ - "Punkte und Cluster werden aktualisiert, wenn das Ansichtsfenster geändert wird" + "Font size": ["Schriftgröße"], + "Font size for axis labels, detail value and other text elements": [ + "Schriftgröße für Achsenbeschriftungen, Detailwerte und andere Textelemente" ], - "Polygon Column": ["Polygon-Spalte"], - "Polygon Encoding": ["Polygon-Kodierung"], - "Polygon Settings": ["Polygon-Einstellungen"], - "Polyline": ["Polylinie"], - "Popular": ["Beliebt"], - "Populate \"Default value\" to enable this control": [ - "Geben Sie den \"Standardwert\" an, um dieses Steuerelement zu aktivieren" + "Value format": ["Wertformat"], + "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" ], - "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." + "Show pointer": ["Zeiger anzeigen"], + "Whether to show the pointer": ["Ob der Zeiger angezeigt werden soll"], + "Animation": ["Animation"], + "Whether to animate the progress and the value or just display them": [ + "Ob der Fortschritt und der Wert animiert oder nur angezeigt werden sollen" ], - "Port out of range 0-65535": [""], - "Position JSON": ["Anordnungs-JSON"], - "Position of child node label on tree": [ - "Position der Beschriftung des untergeordneten Knotens in der Struktur" + "Axis": ["Achse"], + "Show axis line ticks": ["Anzeigen von Achsenlinien-Ticks"], + "Whether to show minor ticks on the axis": [ + "Ob kleinere Ticks auf der Achse angezeigt werden sollen" ], - "Position of column level subtotal": [ - "Position der Zwischensumme auf Spaltenebene" + "Show split lines": ["Geteilte Linien anzeigen"], + "Whether to show the split lines on the axis": [ + "Ob die geteilten Linien auf der Achse angezeigt werden sollen" ], - "Position of intermediate node label on tree": [ - "Beschriftungs-Position der Zwischenknoten im Baum" + "Split number": ["Zahl aufteilen"], + "Number of split segments on the axis": [ + "Anzahl der geteilten Segmente auf der Achse" ], - "Position of row level subtotal": [ - "Position der Zwischensumme auf Zeilenebene" + "Progress": ["Fortschritt"], + "Show progress": ["Fortschritt anzeigen"], + "Whether to show the progress of gauge chart": [ + "Ob der Fortschritt der Messgerätediagramms angezeigt werden soll" ], - "Powered by Apache Superset": ["Powered Apache Superset"], - "Pre-filter": ["Vorfilter"], - "Pre-filter available values": ["Verfügbare Werte vorfiltern"], - "Pre-filter is required": ["Vorfilterung erforderlich"], - "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ä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." + "Overlap": ["Überlappen"], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Ob sich der Fortschrittsbalken überschneidet, wenn mehrere Datengruppen vorhanden sind" ], - "Predictive": ["Prädikativ"], - "Predictive Analytics": ["Prädiktive Analysen"], - "Prefix": [""], - "Prefix or suffix": [""], - "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"], - "Progress": ["Fortschritt"], - "Progressive": ["Progressiv"], - "Propagate": ["Propagieren"], - "Proportional": ["Proportional"], - "Public and privately shared sheets": [ - "Öffentliche und privat freigegebene Blätter" + "Round cap": ["Runde Kappe"], + "Style the ends of the progress bar with a round cap": [ + "Enden des Fortschrittsbalkens mit einer runden Kappe versehen" ], - "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?" + "Intervals": ["Intervalle"], + "Interval bounds": ["Intervallgrenzen"], + "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.": [ + "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." ], - "Put the labels outside the pie?": [ - "Beschriftungen außerhalb des Kuchens anordnen?" + "Interval colors": ["Intervallfarben"], + "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.": [ + "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." ], - "Put your code here": ["Geben Sie Ihren Code hier ein"], - "Python datetime string pattern": ["Python Datetime-Zeichenfolge"], - "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." + "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.": [ + "Verwendet ein Tachometer, um den Fortschritt einer Metrik in Richtung eines Ziels anzuzeigen. Die Position des Zifferblatts stellt den Fortschritt und der Endwert im Tachometer den Zielwert dar." ], - "Query mode": ["Abfragemodus"], - "Query name": ["Abfragename"], - "Query preview": ["Abfragen-Voransicht"], - "Query was stopped": ["Abfrage wurde angehalten"], - "Query was stopped.": ["Die Abfrage wurde gestoppt."], - "RANGE TYPE": ["BEREICHSTYP"], - "RGB Color": ["RGB-Farbe"], - "Radar": ["Radar"], - "Radar Chart": ["Radar-Diagramm"], - "Radar render type, whether to display 'circle' shape.": [ - "Radar-Darstellungsart, ob die Kreisform angezeigt werden soll." + "Gauge Chart": ["Tachometerdiagramm"], + "Name of the source nodes": ["Name der Quellknoten"], + "Name of the target nodes": ["Name der Zielknoten"], + "Source category": ["Quellkategorie"], + "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." ], - "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"], - "Range filter plugin using AntD": ["Bereichsfilter-Plugin mit AntD"], - "Range labels": ["Bereichsbeschriftungen"], - "Ranges": ["Bereiche"], - "Ranges to highlight with shading": [ - "Bereiche, die mit Schattierung hervorgehoben werden sollen" + "Target category": ["Zielkategorie"], + "Category of target nodes": ["Kategorie der Zielknoten"], + "Chart options": ["Diagramm-Optionen"], + "Layout": ["Layout"], + "Graph layout": ["Graph-Layout"], + "Force": ["Kraft"], + "Layout type of graph": ["Layouttyp des Diagramms"], + "Edge symbols": ["Kantensymbole"], + "Symbol of two ends of edge line": [ + "Symbol für zwei Enden der Kantenlinie" ], - "Ranking": ["Rangliste"], - "Ratio": ["Verhältnis"], - "Raw records": ["Rohdatensätze"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Kürzlich erstellte Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" + "None -> None": ["Keine -> Keine"], + "None -> Arrow": ["Keine -> Pfeil"], + "Circle -> Arrow": ["Kreis -> Pfeil"], + "Circle -> Circle": ["Kreis -> Kreis"], + "Enable node dragging": ["Aktivieren des Ziehens von Knoten"], + "Whether to enable node dragging in force layout mode.": [ + "Ob das Ziehen von Knoten im Kräfte-basierten Layoutmodus aktiviert werden soll." ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Kürzlich bearbeitete Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" + "Enable graph roaming": ["Graph-Roaming aktivieren"], + "Disabled": ["Deaktiviert"], + "Scale only": ["Nur Skalieren"], + "Move only": ["Nur verschieben"], + "Scale and Move": ["Skalieren und Verschieben"], + "Whether to enable changing graph position and scaling.": [ + "Ob das Ändern der Diagrammposition und -skalierung aktiviert werden soll." ], - "Recently modified": ["Kürzlich geändert"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Kürzlich angezeigte Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" + "Node select mode": ["Knotenauswahlmodus"], + "Single": ["Einzeln"], + "Multiple": ["Mehrfach"], + "Allow node selections": ["Knotenauswahl zulassen"], + "Label threshold": ["Beschriftungsschwellenwert"], + "Minimum value for label to be displayed on graph.": [ + "Mindestwert für die Beschriftung, die im Diagramm angezeigt werden soll." ], - "Recents": ["Kürzlich"], - "Recipients are separated by \",\" or \";\"": [ - "Empfänger werden durch \",\" oder \";\" getrennt." + "Node size": ["Knotengröße"], + "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" ], - "Recommended tags": ["Empfohlene Tags"], - "Record Count": ["Anzahl Datensätze"], - "Rectangle": ["Rechteck"], - "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" + "Edge width": ["Kantenbreite"], + "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." ], - "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." + "Edge length": ["Kantenlänge"], + "Edge length between nodes": ["Kantenlänge zwischen Knoten"], + "Gravity": ["Anziehungskraft"], + "Strength to pull the graph toward center": [ + "Stärke, mit der Graph in Richtung Mitte gezogen wird" ], - "Refer to the": ["Weitere Informationen finden Sie im"], - "Referenced columns not available in DataFrame.": [ - "Referenzierte Spalten sind in DataFrame nicht verfügbar." + "Repulsion": ["Abstoßung"], + "Repulsion strength between nodes": ["Abstoßungsstärke zwischen Knoten"], + "Friction": ["Reibung"], + "Friction between nodes": ["Reibung zwischen Knoten"], + "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." ], - "Refetch results": ["Ergebnisse erneut anfordern"], - "Refresh": ["Aktualisieren"], - "Refresh dashboard": ["Dashboard aktualisieren"], - "Refresh frequency": ["Aktualisierungsfrequenz"], - "Refresh interval": ["Aktualisierungsinterval"], - "Refresh interval saved": ["Aktualisierungsintervall gespeichert"], - "Refresh the default values": ["Aktualisieren der Standardwerte"], - "Refreshing charts": ["Aktualisieren von Diagrammen"], - "Refreshing columns": ["Aktualisieren von Spalten"], - "Relational": ["Relational"], - "Relationships between community channels": [ - "Beziehungen zwischen Community-Kanälen" + "Graph Chart": ["Graphen-Diagramm"], + "Structural": ["Strukturell"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Ob absteigend oder aufsteigend sortiert werden soll" ], - "Relative Date/Time": ["Relatives Datum/Uhrzeit"], - "Relative period": ["Relativer Zeitraum"], - "Relative quantity": ["Relative Menge"], - "Reload": ["Neu laden"], - "Remove": ["Entfernen"], - "Remove cross-filter": ["Kreuzfilter entfernen"], - "Remove item": ["Element entfernen"], - "Remove query from log": ["Abfrage aus Protokoll entfernen"], - "Remove table preview": ["Tabellenvorschau entfernen"], - "Removed columns: %s": ["Entfernte Spalten: %s"], - "Rename tab": ["Registerkarte umbenennen"], - "Rendering": ["Darstellen"], - "Replace": ["Ersetzen"], - "Report": ["Melden"], - "Report Name": ["Berichtname"], - "Report Schedule could not be created.": [ - "Report-Ausführungsplan konnte nicht erstellt werden." + "Series type": ["Zeitreihentyp"], + "Smooth Line": ["Glatte Linie"], + "Step - start": ["Schritt - Start"], + "Step - middle": ["Schritt - Mitte"], + "Step - end": ["Schritt - Ende"], + "Series chart type (line, bar etc)": [ + "Zeitreihendiagrammtyp (Linie, Balken usw.)" ], - "Report Schedule could not be updated.": [ - "Report-Ausführungsplan konnte nicht aktualisiert werden." + "Stack series": ["Stack-Serie"], + "Area chart": ["Flächendiagramm"], + "Draw area under curves. Only applicable for line types.": [ + "Zeichnen Sie den Bereich unter Kurven. Gilt nur für Linientypen." ], - "Report Schedule delete failed.": [ - "Fehler beim Löschen des Report-Ausführungsplans." + "Opacity of area chart.": ["Deckkraft des Flächendiagramms."], + "Marker": ["Marker"], + "Draw a marker on data points. Only applicable for line types.": [ + "Zeichnen Sie eine Markierung auf Datenpunkten. Gilt nur für Linientypen." ], - "Report Schedule execution failed when generating a csv.": [ - "Report-Ausführungsplan Ausführungsfehler beim Generieren einer CSV-Datei." + "Marker size": ["Markergröße"], + "Size of marker. Also applies to forecast observations.": [ + "Größe des Markers. Gilt auch für Prognosebeobachtungen." ], - "Report Schedule execution failed when generating a dataframe.": [ - "Report-Ausführungsplan Fehler beim Generieren der Daten für geplanten Report." + "Primary": ["Primär"], + "Secondary": ["Sekundär"], + "Primary or secondary y-axis": ["Primäre oder sekundäre y-Achse"], + "Shared query fields": ["Freigegebene Abfragefelder"], + "Query A": ["Abfrage A"], + "Advanced analytics Query A": ["Advanced Analytics Abfrage A"], + "Query B": ["Abfrage B"], + "Advanced analytics Query B": ["Advanced Analytics Abfrage B"], + "Data Zoom": ["Datenzoom"], + "Enable data zooming controls": [ + "Aktivieren von Steuerelementen für das Zoomen von Daten" ], - "Report Schedule execution failed when generating a screenshot.": [ - "Report-Ausführungsplan Die Ausführung des Zeitplans ist beim Generieren eines Screenshots fehlgeschlagen." + "Minor Split Line": ["Kleine geteilte Linie"], + "Draw split lines for minor y-axis ticks": [ + "Geteilten Linien für kleinere Ticks der y-Achse zeichnen" ], - "Report Schedule execution got an unexpected error.": [ - "Unerwarteter Fehler bei der Ausführung des geplanten Reports." + "Primary y-axis format": ["Primäres y-Achsenformat"], + "Logarithmic scale on primary y-axis": [ + "Logarithmische Skala auf primärer y-Achse" ], - "Report Schedule is still working, refusing to re-compute.": [ - "Geplanter Bericht wird noch erstellt. Derzeit keine Neuerstellung möglich." + "Secondary y-axis format": ["Sekundäres y-Achsenformat"], + "Secondary y-axis title": ["Titel der sekundären y-Achse"], + "Logarithmic scale on secondary y-axis": [ + "Logarithmische Skala auf sekundärer y-Achse" ], - "Report Schedule log prune failed.": [ - "Fehler beim Beschneiden des Report-Ausführungsplan-Logs." + "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)." ], - "Report Schedule not found.": ["Report-Ausführungsplan nicht gefunden."], - "Report Schedule parameters are invalid.": [ - "Report-Ausführungsplanparameter sind ungültig." + "Mixed Chart": ["Gemischtes Diagramm"], + "Put the labels outside of the pie?": [ + "Sollen die Beschriftungen außerhalb der Torte dargestellt werden?" ], - "Report Schedule reached a working timeout.": [ - "Erstellung des geplanter Reports hat zulässige Zeit überschritten." + "Label Line": ["Beschriftungslinie"], + "Draw line from Pie to label when labels outside?": [ + "Linie von Torte zur Beschriftung ziehen, wenn Beschriftungen außerhalb?" ], - "Report Schedule state not found": [ - "Geplanter Report Status nicht gefunden" + "Show Total": ["Gesamtsumme anzeigen"], + "Whether to display the aggregate count": [ + "Ob die Gesamtanzahl angezeigt werden soll" ], - "Report a bug": ["Fehler melden"], - "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"], - "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" + "Pie shape": ["Kreisform"], + "Outer Radius": ["Aussenradius"], + "Outer edge of Pie chart": ["Äußerer Rand des Kreisdiagramms"], + "Inner Radius": ["Innenradius"], + "Inner radius of donut hole": ["Innerer Radius des Donutlochs"], + "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." ], - "Resample": ["Resample"], - "Resample method should in ": [ - "Pandas Methode zur Stichprobenwiederholung (resample)" + "Pie Chart": ["Kreisdiagramm"], + "Total: %s": ["Gesamt: %s"], + "The maximum value of metrics. It is an optional configuration": [ + "Der Maximalwert von Metriken. Optionale Konfiguration" ], - "Resample operation requires DatetimeIndex": [ - "Für den Stichprobenwiederholung ist ein Datetime-Index erforderlich." + "Label position": ["Beschriftungsposition"], + "Radar": ["Radar"], + "Customize Metrics": ["Anpassen von Metriken"], + "Further customize how to display each metric": [ + "Passen Sie weiter an, wie die einzelnen Metriken angezeigt werden sollen" ], - "Reset": ["Zurücksetzen"], - "Reset state": ["Status zurücksetzen"], - "Resource already has an attached report.": [ - "Resource verfügt bereits über einen angefügten Bericht." + "Circle radar shape": ["Kreisradarform"], + "Radar render type, whether to display 'circle' shape.": [ + "Radar-Darstellungsart, ob die Kreisform angezeigt werden soll." ], - "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." + "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.": [ + "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." ], - "Results backend needed for asynchronous queries is not configured.": [ - "Das Ergebnis-Backend, das für asynchrone Abfragen benötigt wird, ist nicht konfiguriert." + "Radar Chart": ["Radar-Diagramm"], + "Primary Metric": ["Primäre Metrik"], + "The primary metric is used to define the arc segment sizes": [ + "Die primäre Metrik wird verwendet, um die Bogensegmentgrößen zu definieren" ], - "Return to specific datetime.": [ - "Kehren Sie zu bestimmtem Zeitpunkt zurück." + "Secondary Metric": ["Sekundäre Metrik"], + "[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" ], - "Reverse Lat & Long": ["Länge/Breite vertauschen "], - "Reverse lat/long ": ["Länge/Breite vertauschen "], - "Rich Tooltip": ["Umfangreicher Tooltip"], - "Rich tooltip": ["Umfangreicher Tooltip"], - "Right": ["Rechts"], - "Right Axis Format": ["Format der rechten Achse"], - "Right Axis Metric": ["Metrik der rechten Achse"], - "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." + "When only a primary metric is provided, a categorical color scale is used.": [ + "Wenn nur eine primäre Metrik bereitgestellt wird, wird eine kategoriale Farbpalette verwendet." ], - "Role": ["Rolle"], - "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.": [ - "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." + "When a secondary metric is provided, a linear color scale is used.": [ + "Wenn eine sekundäre Metrik bereitgestellt wird, wird eine lineare Farbskala verwendet." ], - "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." + "Hierarchy": ["Hierarchie"], + "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." ], - "Rolling Function": ["Rollierende Funktion"], - "Rolling Window": ["Rollierendes Fenster"], - "Rolling function": ["Rollierende Funktion"], - "Rolling window": ["Rollierendes Fenster"], - "Root certificate": ["Root-Zertifikat"], - "Root node id": ["Wurzelknoten-ID"], - "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" + "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.": [ + "Verwendet Kreise, um den Datenfluss durch verschiedene Phasen eines Systems zu visualisieren. Bewegen Sie den Mauszeiger über einzelne Pfade in der Visualisierung, um die Phasen zu verstehen, die ein Wert durchlaufen hat. Nützlich für die Visualisierung von Trichtern und Pipelines in mehreren Gruppen." ], - "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." + "Sunburst Chart": ["Sunburst Diagramm"], + "Multi-Levels": ["Mehrstufige"], + "When using other than adaptive formatting, labels may overlap": [ + "Bei Verwendung einer anderen als der adaptiven Formatierung können sich Beschriftungen überschneiden" ], - "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." + "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." ], - "Row limit": ["Zeilenlimit"], - "Rows": ["Zeilen"], - "Rows per page, 0 means no pagination": [ - "Zeilen pro Seite, 0 bedeutet keine Paginierung" + "Generic Chart": ["Generisches Diagramm"], + "zoom area": ["Zoombereich"], + "restore zoom": ["Zoom wiederherstellen"], + "Series Style": ["Zeitreihenstil"], + "Area chart opacity": ["Deckkraft des Flächendiagramms"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "Deckkraft des Flächendiagramms. Gilt auch für das Vertrauensband." ], - "Rows subtotal position": ["Zeilen Zwischensummenposition"], - "Rows to Read": ["Zu lesende Zeilen"], - "Rule": ["Regel"], - "Rule added": [""], - "Run": ["Ausführen"], - "Run a query to display query history": [ - "Abfrage zum Anzeigen des Abfrageverlaufs ausführen" + "Marker Size": ["Markergröße"], + "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." ], - "Run a query to display results": [ - "Abfrage zum Anzeigen der Ergebnisse ausführen" + "Area Chart": ["Flächendiagramm"], + "Axis Title": ["Titel der Achse"], + "AXIS TITLE MARGIN": ["ABSTAND DES ACHSENTITELS"], + "AXIS TITLE POSITION": ["Y-ACHSE TITEL POSITION"], + "Axis Format": ["Achsenformat"], + "Logarithmic axis": ["Logarithmische Achse"], + "Draw split lines for minor axis ticks": [ + "Zeichnen von Trennlinien für kleinere Achsenteilstriche" ], - "Run in SQL Lab": ["Ausführen in SQL Lab"], - "Run query": ["Abfrage ausführen"], - "Run query (Ctrl + Return)": ["Abfrage ausführen (Strg + Return)"], - "Run query in a new tab": [ - "Abfrage auf einer neuen Registerkarte ausführen" + "Truncate Axis": ["Achse abschneiden"], + "It’s not recommended to truncate axis in Bar chart.": [ + "Es wird nicht empfohlen, die Achse im Balkendiagramm abzuschneiden." ], - "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" + "Axis Bounds": ["Achsenbegrenzungen"], + "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." ], - "SAT": ["SA"], - "SEP": ["SEP"], - "SHA": ["SHA"], - "SQL": ["SQL"], - "SQL Copied!": ["SQL kopiert!"], - "SQL Expression": ["SQL-Ausdruck"], - "SQL Lab": ["SQL Lab"], - "SQL Lab View": ["SQL Lab Anzeige"], - "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 Lab verwendet den lokalen Speicher Ihres Browsers, um Abfragen und Ergebnisse zu speichern.\nDerzeit verwenden Sie %(currentUsage)s KB von %(maxStorage)d KB Speicherplatz.\nUm zu verhindern, dass SQL Lab abstürzt, löschen Sie einige Abfrageregisterkarten.\nSie können erneut auf diese Abfragen zugreifen, indem Sie die Funktion Speichern verwenden, bevor Sie die Registerkarte löschen.\nBeachten Sie, dass Sie andere SQL Lab-Fenster schließen müssen, bevor Sie dies tun." + "Chart Orientation": ["Diagrammausrichtung"], + "Bar orientation": ["Balken-Ausrichtung"], + "Vertical": ["Vertikal"], + "Horizontal": ["Horizontal"], + "Orientation of bar chart": ["Ausrichtung des Balkendiagramms"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Balkendiagramme werden verwendet, um Metriken als eine Reihe von Balken anzuzeigen." ], - "SQL Query": ["SQL Abfrage"], - "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" + "Bar Chart": ["Balkendiagramm"], + "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." ], - "SSH Tunnel could not be deleted.": [ - "SSH-Tunnel konnte nicht gelöscht werden." + "Line Chart": ["Liniendiagramm"], + "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." ], - "SSH Tunnel could not be updated.": [ - "SSH-Tunnel konnte nicht aktualisiert werden." + "Scatter Plot": ["Streudiagramm"], + "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." ], - "SSH Tunnel not found.": ["SSH-Tunnel nicht gefunden."], - "SSH Tunnel parameters are invalid.": [ - "SSH-Tunnelparameter sind ungültig." + "Step type": ["Schritttyp"], + "Start": ["Start"], + "Middle": ["Mitte"], + "End": ["Ende"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Definiert, ob der Schritt am Anfang, in der Mitte oder am Ende zwischen zwei Datenpunkten erscheinen soll" ], - "SSH Tunneling is not enabled": ["SSH-Tunneling ist nicht aktiviert"], - "SSL Mode \"require\" will be used.": [ - "SSL-Modus „require“ wird verwendet." + "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." ], - "START (INCLUSIVE)": ["START (INKLUSIVE)"], - "STEP %(stepCurr)s OF %(stepLast)s": [ - "SCHRITT %(stepCurr)s VON %(stepLast)s" + "Stepped Line": ["Stufendiagramm"], + "Id": ["ID"], + "Name of the id column": ["Name der ID-Spalte"], + "Parent": ["Übergeordnet"], + "Name of the column containing the id of the parent node": [ + "Name der Spalte, die die ID des übergeordneten Knotens enthält" ], - "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." + "Optional name of the data column.": ["Optionaler Name der Datenspalte."], + "Root node id": ["Wurzelknoten-ID"], + "Id of root node of the tree.": ["ID des Stammknotens der Struktur."], + "Metric for node values": ["Metrik für Knotenwerte"], + "Tree layout": ["Baum-Layout"], + "Orthogonal": ["Orthogonal"], + "Radial": ["Radial"], + "Layout type of tree": ["Layouttyp des Baums"], + "Tree orientation": ["Baumausrichtung"], + "Left to Right": ["Links nach rechts"], + "Right to Left": ["Rechts nach links"], + "Top to Bottom": ["Oben nach unten"], + "Bottom to Top": ["Von Unten nach Oben"], + "Orientation of tree": ["Ausrichtung des Baumes"], + "Node label position": ["Position der Knotenbeschriftung"], + "left": ["Links"], + "top": ["Oben"], + "right": ["Rechts"], + "bottom": ["Unten"], + "Position of intermediate node label on tree": [ + "Beschriftungs-Position der Zwischenknoten im Baum" ], - "Samples for datasource could not be retrieved.": [ - "Beispiele für die Datenquelle konnten nicht abgerufen werden." + "Child label position": ["Untergeordnete Beschriftungsposition"], + "Position of child node label on tree": [ + "Position der Beschriftung des untergeordneten Knotens in der Struktur" ], - "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 (Overwrite)": ["Speichern (Überschreiben)"], - "Save as": ["Speichern als"], - "Save as Dataset": ["Als Datensatz speichern"], - "Save as dataset": ["Als Datensatz speichern"], - "Save as new": ["Speichern unter…"], - "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" + "Emphasis": ["Hervorhebung"], + "ancestor": ["Vorfahr"], + "descendant": ["Nachkomme"], + "Which relatives to highlight on hover": [ + "Welche Verwandten beim Überfahren mit der Maus hervorgehoben werden sollen" ], - "Save query": ["Speichere Abfrage"], - "Save the query to enable this feature": [ - "Speichern Sie die Abfrage, um diese Funktion zu aktivieren" + "Symbol": ["Symbol"], + "Empty circle": ["Leerer Kreis"], + "Circle": ["Kreis"], + "Rectangle": ["Rechteck"], + "Triangle": ["Dreieck"], + "Diamond": ["Diamant"], + "Pin": ["Pin"], + "Arrow": ["Pfeil"], + "Symbol size": ["Symbolgröße"], + "Size of edge symbols": ["Größe der Kantensymbole"], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Visualisieren Sie mehrere Hierarchieebenen mit einer vertrauten baumartigen Struktur." ], - "Save this query as a virtual dataset to continue exploring": [ - "Speichern Sie diese Abfrage als virtuellen Datensatz, um mit der Erkundung fortzufahren." + "Tree Chart": ["Baumdiagramm"], + "Show Upper Labels": ["Obere Beschriftungen anzeigen"], + "Show labels when the node has children.": [ + "Zeigen Sie Beschriftungen an, wenn der Knoten untergeordnete Elemente hat." ], - "Saved": ["Speichern als"], - "Saved Queries": ["Gespeicherte Abfragen"], - "Saved expressions": ["Gespeicherte Ausdrücke"], - "Saved metric": ["Gespeicherte Abfragen"], - "Saved queries": ["Gespeicherte Abfragen"], - "Saved queries could not be deleted.": [ - "Gespeicherte Abfragen konnten nicht gelöscht werden." + "Key": ["Schlüssel"], + "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." ], - "Saved query not found.": ["Gespeicherte Abfrage nicht gefunden."], - "Saved query parameters are invalid.": [ - "Gespeicherte Abfrageparameter sind ungültig." + "Treemap": ["Treemap"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "" ], - "Scale and Move": ["Skalieren und Verschieben"], - "Scale only": ["Nur Skalieren"], - "Scatter": ["Streudiagramm"], - "Scatter Plot": ["Streudiagramm"], - "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." + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "" ], - "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"], - "Schedule the query periodically": [ - "Abfrage in regelmäßigen Abständen einplanen" + "page_size.all": ["page_size.all"], + "Loading...": ["Lade..."], + "Write a handlebars template to render the data": [ + "Handlebars-Template zur Darstellung der Daten verfassen" ], - "Scheduled": ["Geplant"], - "Scheduled at (UTC)": ["Geplant um (UTC)"], - "Scheduled task executor not found": [ - "Geplanter Task-Executor nicht gefunden" + "Handlebars": ["Handlebars"], + "must have a value": ["Muss einen Wert haben"], + "Handlebars Template": ["Handlebars-Vorlage"], + "A handlebars template that is applied to the data": [ + "Ein Handelbars-Template, das auf die Daten angewendet wird" ], - "Schema": ["Schema"], - "Schema cache timeout": ["Zeitüberschreitung Schema-Zwischenspeicher"], - "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" + "Include time": ["Zeit einschließen"], + "Whether to include the time granularity as defined in the time section": [ + "Ob die im Zeitabschnitt definierte Zeitgranularität einbezogen werden soll" ], - "Schemas allowed for File upload": [ - "Zulässige Schemata für den Datei-Upload" + "Percentage metrics": ["Prozentuale Metriken"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "" ], - "Scope": ["Geltungsbereich"], - "Scoping": ["Auswahlverfahren"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": ["Scrollen"], - "Scroll down to the bottom to enable overwriting changes. ": [ - "Scrollen Sie nach unten, um das Überschreiben von Änderungen zu aktivieren. " + "Show totals": ["Gesamtwerte anzeigen"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Zeigen Sie die Gesamtaggregationen ausgewählter Metriken an. Beachten Sie, dass das Zeilenlimit nicht für das Ergebnis gilt." ], - "Search": ["Suche"], - "Search / Filter": ["Suchen / Filtern"], - "Search Metrics & Columns": ["Metriken & Spalten durchsuchen"], - "Search all charts": ["Alle Diagramm durchsuchen"], - "Search box": ["Suchfeld"], - "Search by query text": ["Suche nach Abfragetext"], - "Search columns": ["Suchspalten"], - "Search in filters": ["Suche in Filtern"], - "Search...": ["Suche..."], - "Second": ["Sekunde"], - "Secondary": ["Sekundär"], - "Secondary Metric": ["Sekundäre Metrik"], - "Secondary y-axis format": ["Sekundäres y-Achsenformat"], - "Secondary y-axis title": ["Titel der sekundären y-Achse"], - "Seconds %s": ["Sekunden %s"], - "Secure Extra": ["Sicherheit Extra"], - "Secure extra": ["Sicherheit extra"], - "Security": ["Sicherheit"], - "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 Columnar file to be uploaded to a database.": [ - "Wählen Sie eine tabellarische Datei aus, die in eine Datenbank hochgeladen werden soll." + "Ordering": ["Sortierung"], + "Order results by selected columns": [ + "Ergebnisse nach ausgewählten Spalten sortieren" ], - "Select a Excel file to be uploaded to a database.": [ - "Wählen Sie eine Excel-Datei aus, die in eine Datenbank hochgeladen werden soll." + "Sort descending": ["Absteigend sortieren"], + "Server pagination": ["Server-Paginierung"], + "Enable server side pagination of results (experimental feature)": [ + "Aktivieren der serverseitigen Paginierung der Ergebnisse (experimentelle Funktion)" ], - "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" + "Server Page Length": ["Server-Seitenlänge"], + "Rows per page, 0 means no pagination": [ + "Zeilen pro Seite, 0 bedeutet keine Paginierung" ], - "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" + "Query mode": ["Abfragemodus"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "Group By, Metriken oder Prozentmetriken müssen einen Wert haben" ], - "Select a database to upload the file to": [ - "Wählen Sie eine Datenbank aus, in die die Datei hochgeladen werden soll" + "You need to configure HTML sanitization to use CSS": [ + "Sie müssen die HTML-Bereinigung (sanitization) aktivieren, um CSS verwenden zu können" ], - "Select a database to write a query": [ - "Auswählen einer Datenbank zum Schreiben einer Abfrage" + "CSS Styles": ["CSS Stile"], + "CSS applied to the chart": ["Auf das Diagramm angewendetes CSS"], + "Columns to group by on the columns": [ + "Spalten, nach denen in den Spalten gruppiert werden soll" ], - "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" + "Rows": ["Zeilen"], + "Columns to group by on the rows": [ + "Spalten, nach denen in den Zeilen gruppiert werden soll" ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Apply metrics on": ["Metriken anwenden auf"], + "Use metrics as a top level group for columns or for rows": [ + "Verwenden von Metriken als Gruppe der obersten Ebene für Spalten oder Zeilen" ], - "Select a schema if the database supports this": [ - "Wählen Sie ein Schema aus, wenn die Datenbank dies unterstützt" + "Cell limit": ["Zellgrenze"], + "Limits the number of cells that get retrieved.": [ + "Begrenzt die Anzahl der Zeilen, die angezeigt werden." ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "" + "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)." ], - "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" + "Aggregation function": ["Aggregationsfunktion"], + "Count": ["Anzahl"], + "Count Unique Values": ["Eindeutige Werte zählen"], + "List Unique Values": ["Eindeutige Werte auflisten"], + "Sum": ["Summe"], + "Average": ["Durchschnitt"], + "Median": ["Median"], + "Sample Variance": ["Stichprobenvarianz"], + "Sample Standard Deviation": ["Standardabweichung von Stichprobe"], + "Minimum": ["Minimum"], + "Maximum": ["Maximum"], + "First": ["Erste"], + "Last": ["Letzte"], + "Sum as Fraction of Total": ["Summe als Anteil am Gesamtbetrag"], + "Sum as Fraction of Rows": ["Summe als Anteil der Zeilen"], + "Sum as Fraction of Columns": ["Summe als Anteil der Spalten"], + "Count as Fraction of Total": ["Als Anteil der Gesamtsumme zählen"], + "Count as Fraction of Rows": ["Als Anteil der Zeilen zählen"], + "Count as Fraction of Columns": ["Als Anteil der Spalten zählen"], + "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" ], - "Select charts": ["Diagramme auswählen"], - "Select color scheme": ["Farbschema auswählen"], - "Select column": ["Spalte auswählen"], - "Select current page": ["Aktuelle Seite auswählen"], - "Select database or type to search databases": [ - "Datenbank auswählen oder tippen zum Suchen von Datenbanken" + "Show rows total": ["Zeilensumme anzeigen"], + "Display row level total": ["Summe auf Zeilenebene anzeigen"], + "Show columns total": ["Spaltensumme anzeigen"], + "Display column level total": ["Summe auf Spaltenebene anzeigen"], + "Transpose pivot": ["Pivot transponieren"], + "Swap rows and columns": ["Zeilen und Spalten vertauschen"], + "Combine metrics": ["Metriken kombinieren"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "Zeigen Sie Metriken innerhalb jeder Spalte nebeneinander an, im Gegensatz zur Darstellung einer Spalte je Metrik." ], - "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 " + "D3 time format for datetime columns": [ + "D3-Zeitformat für datetime-Spalten" ], - "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 filter value by default": [ - "Standardmäßig erste Ersten Filterwert auswählen" + "Sort rows by": ["Zeilen sortieren nach"], + "key a-z": ["Schlüssel a-z"], + "key z-a": ["Schlüssel z-a"], + "value ascending": ["Wert aufsteigend"], + "value descending": ["Wert absteigend"], + "Change order of rows.": ["Reihenfolge der Zeilen ändern."], + "Available sorting modes:": ["Verfügbare Sortiermodi:"], + "By key: use row names as sorting key": [ + "Nach Schlüssel: Zeilennamen als Sortierschlüssel verwenden" ], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ - "" + "By value: use metric values as sorting key": [ + "Nach Wert: Metrikwerte als Sortierschlüssel verwenden" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Sort columns by": ["Spalten sortieren nach"], + "Change order of columns.": ["Reihenfolge der Spalten ändern."], + "By key: use column names as sorting key": [ + "Nach Schlüssel: Spaltennamen als Sortierschlüssel verwenden" ], - "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 saved metrics": ["Gespeicherte Metriken auswählen"], - "Select schema or type to search schemas": [ - "Schema auswählen oder tippen, um Schemas zu suchen" + "Rows subtotal position": ["Zeilen Zwischensummenposition"], + "Position of row level subtotal": [ + "Position der Zwischensumme auf Zeilenebene" ], - "Select scheme": ["Schema auswählen"], - "Select subject": ["Betreff auswählen"], - "Select table or type to search tables": [ - "Tabelle auswählen oder tippen, um Tabellen zu suchen" + "Columns subtotal position": ["Zwischensummenposition der Spalten"], + "Position of column level subtotal": [ + "Position der Zwischensumme auf Spaltenebene" ], - "Select the Annotation Layer you would like to use.": [ - "Wählen Sie den Anmerkungs-Layer aus, den Sie verwenden möchten." + "Conditional formatting": ["Bedingte Formatierung"], + "Apply conditional color formatting to metrics": [ + "Bedingten Farbformatierung auf Metriken anwenden" ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "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.": [ + "Wird verwendet, um einen Datensatz zusammenzufassen, indem mehrere Statistiken entlang zweier Achsen gruppiert werden. Beispiele: Verkaufszahlen nach Region und Monat, Aufgaben nach Status und Beauftragtem, aktive Nutzer nach Alter und Standort. Nicht die visuell beeindruckendste Visualisierung, aber sehr informativ und vielseitig." ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "Pivot Table": ["Pivot-Tabelle"], + "metric": ["Metrik"], + "Total (%(aggregatorName)s)": ["Insgesamt (%(aggregatorName)s)"], + "Unknown input format": ["Unbekanntes Eingabeformat"], + "search.num_records": [""], + "page_size.show": ["page_size.show"], + "page_size.entries": ["page_size.entries"], + "No matching records found": ["Keine passenden Einträge gefunden"], + "Shift + Click to sort by multiple columns": [ + "UMSCHALT+Klicken um nach mehreren Spalten zu sortieren" ], - "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" + "Totals": ["Summen"], + "Timestamp format": ["Zeitstempelformat"], + "Page length": ["Seitenlänge"], + "Search box": ["Suchfeld"], + "Whether to include a client-side search box": [ + "Ob ein clientseitiges Suchfeld eingeschlossen werden soll" ], - "Select the numeric columns to draw the histogram": [ - "Auswählen der numerischen Spalten zum Zeichnen des Histogramms" + "Cell bars": ["Zellenbalken"], + "Whether to display a bar chart background in table columns": [ + "Ob ein Balkendiagrammhintergrund in Tabellenspalten angezeigt werden soll" ], - "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." + "Align +/-": ["Ausrichten +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "Ob Hintergrunddiagramme sowohl mit positiven als auch mit negativen Werten bei 0 ausgerichtet werden sollen" ], - "Send as CSV": ["Als CSV senden"], - "Send as PNG": ["Als PNG senden"], - "Send as text": ["Als Text senden"], - "Send range filter events to other charts": [ - "Bereichsfilter-Ereignisse an andere Diagramme senden" + "Color +/-": ["Farbe +/-"], + "Allow columns to be rearranged": ["Neuanordnung von Spalten 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." ], - "September": ["September"], - "Sequential": ["Fortlaufend"], - "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)": [ - "Zeitreihendiagrammtyp (Linie, Balken usw.)" + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["Spalten anpassen"], + "Further customize how to display each column": [ + "Weitere Anpassungen der Anzeige der Spaltenanzeige" ], - "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." + "Apply conditional color formatting to numeric columns": [ + "Bedingte Farbformatierung auf numerische Spalten anwenden" ], - "Settings": ["Einstellungen"], - "Settings for time series": ["Einstellungen für Zeitreihen"], - "Share": ["Teilen"], - "Share chart by email": ["Diagramm 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" + "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.": [ + "Klassische Zeilen-für-Spalten-Tabellenansicht eines Datensatzes. Verwenden Sie Tabellen, um eine Ansicht der zugrunde liegenden Daten oder aggregierter Metriken anzuzeigen." ], - "Short description must be unique for this layer": [ - "Kurzbeschreibung muss für diese Ebene eindeutig sein" + "Show": ["Anzeigen"], + "entries": ["Einträge"], + "Word Cloud": ["Wortwolke"], + "Minimum Font Size": ["Minimale Schriftgröße"], + "Font size for the smallest value in the list": [ + "Schriftgröße für den kleinsten Wert in der Liste" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Sollte tägliche Saisonalität angewendet werden. Ein ganzzahliger Wert gibt die Fourier-Reihenfolge der Saisonalität an." + "Maximum Font Size": ["Maximale Schriftgrösse"], + "Font size for the biggest value in the list": [ + "Schriftgröße für den größten Wert in der Liste" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Sollte wöchentliche Saisonalität angewendet werden. Ein ganzzahliger Wert gibt die Fourier-Reihenfolge der Saisonalität an." + "Word Rotation": ["Wort-Rotation"], + "random": ["zufällig"], + "square": ["Quadrat"], + "Rotation to apply to words in the cloud": [ + "Rotation, die auf Wörter in der Cloud angewendet werden soll" ], - "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." + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Visualisiert die Wörter in einer Spalte, die am häufigsten vorkommen. Größere Schrift entspricht einer höheren Frequenz." ], - "Show": ["Anzeigen"], - "Show Bubbles": ["Blasen anzeigen"], - "Show CREATE VIEW statement": ["CREATE VIEW-Anweisung anzeigen"], - "Show CSS Template": ["CSS Vorlagen anzeigen"], - "Show Chart": ["Diagramm anzeigen"], - "Show Column": ["Spalte anzeigen"], - "Show Dashboard": ["Dashboard anzeigen"], - "Show Database": ["Datenbank 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 Range Filter": ["Bereichsfilter 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." + "N/A": ["k.A."], + "offline": ["Offline"], + "failed": ["fehlgeschlagen"], + "pending": ["ausstehend"], + "fetching": ["Wird abgerufen"], + "running": ["laufend"], + "stopped": ["gestoppt"], + "success": ["Erfolg"], + "The query couldn't be loaded": [ + "Die Abfrage konnte nicht geladen werden" ], - "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" + "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" ], - "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." + "Your query could not be scheduled": [ + "Ihre Abfrage konnte nicht eingeplant werden" ], - "Show info tooltip": ["Info-Tooltip anzeigen"], - "Show label": ["Beschriftung anzeigen"], - "Show labels when the node has children.": [ - "Zeigen Sie Beschriftungen an, wenn der Knoten untergeordnete Elemente hat." + "Failed at retrieving results": ["Fehler beim Abrufen der Ergebnisse"], + "Unknown error": ["Unbekannter Fehler"], + "Query was stopped.": ["Die Abfrage wurde gestoppt."], + "Failed at stopping query. %s": ["Fehler beim Beenden der Abfrage. %s"], + "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." ], - "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"], - "Show rows total": ["Zeilensumme anzeigen"], - "Show series values on the chart": ["Reihenwerten im Diagramm anzeigen"], - "Show split lines": ["Geteilte Linien anzeigen"], - "Show the value on top of the bar": [ - "Anzeigen des Werts oben auf der Leiste" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "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." ], - "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ - "Zeigen Sie die Gesamtaggregationen ausgewählter Metriken an. Beachten Sie, dass das Zeilenlimit nicht für das Ergebnis gilt." + "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." ], - "Show totals": ["Gesamtwerte anzeigen"], - "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.": [ - "Zeigt eine einzelne Metrik im Vordergrund. ‚Große Zahl‘ wird am besten verwendet, um die Aufmerksamkeit auf einen KPI oder die eine Information zu lenken, auf die sich Ihr Publikum konzentrieren soll." + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Dem Backend kann keine neue Registerkarte hinzugefügt werden. Wenden Sie sich an Ihre*n Administrator*in." ], - "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.": [ - "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." + "-- 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" ], - "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.": [ - "Zeigt, wie sich eine Metrik im Laufe des Trichters ändert. Dieses klassische Diagramm ist nützlich, um den Abfall zwischen Phasen in einer Pipeline oder einem Lebenszyklus zu visualisieren." + "Copy of %s": ["Kopie von %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Beim Festlegen der aktiven Registerkarte ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "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." + "An error occurred while fetching tab state": [ + "Beim Abrufen des Registerkartenstatus ist ein Fehler aufgetreten" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "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." + "An error occurred while removing tab. Please contact your administrator.": [ + "Beim Entfernen der Registerkarte ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "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 Zeitreihen an." + "An error occurred while removing query. Please contact your administrator.": [ + "Beim Entfernen der Abfrage ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "Shows or hides markers for the time series": [ - "Ein- oder Ausblenden von Markern für die Zeitreihe" + "Your query could not be saved": [ + "Ihre Abfrage konnte nicht gespeichert werden" ], - "Significance Level": ["Signifikanzniveau"], - "Simple": ["Einfach"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "Einfache Ad-hoc-Metriken sind für diesen Datensatz nicht aktiviert" + "Your query was not properly saved": [ + "Ihre Abfrage wurde nicht ordnungsgemäß gespeichert" ], - "Single": ["Einzeln"], - "Single Metric": ["Einzelne Metrik"], - "Single Value": ["Einzelner Wert"], - "Single value": ["Einzelner Wert"], - "Single value type": ["Einzelwerttyp"], - "Size of edge symbols": ["Größe der Kantensymbole"], - "Size of marker. Also applies to forecast observations.": [ - "Größe des Markers. Gilt auch für Prognosebeobachtungen." + "Your query was saved": ["Ihre Abfrage wurde gespeichert"], + "Your query was updated": ["Ihre Abfrage wurde angehalten"], + "Your query could not be updated": [ + "Ihre Abfrage konnte nicht aktualisiert werden." ], - "Sizes of vehicles": ["Fahrzeuggrößen"], - "Skip Blank Lines": ["Leerzeilen überspringen"], - "Skip Initial Space": ["Führende Leerzeichen überspringen"], - "Skip Rows": ["Zeilen überspringen"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "Überspringen Sie Leerzeilen, anstatt sie als Nicht-Zahl-Werte zu interpretieren" + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Beim Speichern der Abfrage im Backend ist ein Fehler aufgetreten. Um zu vermeiden, dass Ihre Änderungen verloren gehen, speichern Sie Ihre Abfrage bitte über die Schaltfläche \"Abfrage speichern\"." ], - "Skip spaces after delimiter": [ - "Leerzeichen nach Trennzeichen überspringen." + "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." ], - "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." + "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." ], - "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" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Beim Reduzieren des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "Sorry there was an error fetching saved charts: ": [ - "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten: " + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Beim Entfernen des Tabellenschemas ist ein Fehler aufgetreten. Wenden Sie sich an Ihre*n Administrator*in." ], - "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" + "Shared query": ["Geteilte Abfrage"], + "The datasource couldn't be loaded": [ + "Datenquelle konnte nicht geladen werden" ], - "Sorry, an unknown error occurred.": [ - "Leider ist ein unbekannter Fehler aufgetreten." + "An error occurred while creating the data source": [ + "Beim Erstellen der Datenquelle ist ein Fehler aufgetreten" ], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Entschuldigung, etwas ist schief gelaufen. Die Einbettung konnte nicht deaktiviert werden." + "An error occurred while fetching function names.": [ + "Fehler bei Abruf von Funktionsnamen." ], - "Sorry, something went wrong. Try again later.": [ - "Entschuldigung, etwas ist schief gegangen. Versuchen Sie es später erneut." + "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 Lab verwendet den lokalen Speicher Ihres Browsers, um Abfragen und Ergebnisse zu speichern.\nDerzeit verwenden Sie %(currentUsage)s KB von %(maxStorage)d KB Speicherplatz.\nUm zu verhindern, dass SQL Lab abstürzt, löschen Sie einige Abfrageregisterkarten.\nSie können erneut auf diese Abfragen zugreifen, indem Sie die Funktion Speichern verwenden, bevor Sie die Registerkarte löschen.\nBeachten Sie, dass Sie andere SQL Lab-Fenster schließen müssen, bevor Sie dies tun." ], - "Sorry, there appears to be no data": [ - "Leider scheint es keine Daten zu geben" + "Primary key": ["Primärschlüssel"], + "Foreign key": ["Fremdschlüssel"], + "Index": ["Index"], + "Estimate selected query cost": [ + "Schätze Kosten für ausgewählte Abfragen" ], - "Sorry, there was an error saving this %s: %s": [ - "Leider ist beim Speichern dieses %s ein Fehler aufgetreten: %s" + "Estimate cost": ["Kosten schätzen"], + "Cost estimate": ["Kostenschätzung"], + "Creating a data source and creating a new tab": [ + "Erstelle eine Datenquelle und eine neue Registerkarte" ], - "Sorry, there was an error saving this dashboard: %s": [ - "Leider ist beim Speichern dieses Dashboards ein Fehler aufgetreten: %s" + "Explore the result set in the data exploration view": [ + "Untersuchen der Ergebnismenge in der Datenexplorations-Ansicht" ], - "Sorry, your browser does not support copying.": [ - "Entschuldigung. Ihr Browser unterstützt leider kein Kopieren." + "explore": ["Erkunden"], + "Create Chart": ["Diagramm erstellen"], + "Source SQL": ["Quell-SQL"], + "Executed SQL": ["Ausgeführtes SQL"], + "Run query": ["Abfrage ausführen"], + "Stop query": ["Abfrage anhalten"], + "New tab": ["Neuer Tab"], + "Previous Line": ["Vorherige Zeile"], + "Keyboard shortcuts": [""], + "Run a query to display query history": [ + "Abfrage zum Anzeigen des Abfrageverlaufs ausführen" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Ihr Browser unterstützt leider kein Kopieren. Verwenden Sie Strg / Cmd + C!" + "LIMIT": ["GRENZE"], + "State": ["Zustand"], + "Started": ["Gestartet"], + "Duration": ["Dauer"], + "Results": ["Ergebnisse"], + "Actions": ["Aktion"], + "Success": ["Erfolg"], + "Failed": ["Fehlgeschlagen"], + "Running": ["Läuft"], + "Fetching": ["Wird abgerufen"], + "Offline": ["Offline"], + "Scheduled": ["Geplant"], + "Unknown Status": ["Status unbekannt"], + "Edit": ["Bearbeiten"], + "View": ["Ansicht"], + "Data preview": ["Datenvorschau"], + "Overwrite text in the editor with a query on this table": [ + "Überschreiben von Text im Editor mit einer Abfrage für diese Tabelle" ], - "Sort": ["Sortieren"], - "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"], - "Sort bars by x labels.": ["Sortieren Sie Balken nach x-Beschriftungen."], - "Sort by": ["Sortieren nach"], - "Sort by %s": ["Sortieren nach %s"], - "Sort by metric": ["Nach Metrik sortieren"], - "Sort columns alphabetically": ["Spalten alphabetisch sortieren"], - "Sort columns by": ["Spalten sortieren nach"], - "Sort descending": ["Absteigend sortieren"], - "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" + "Run query in a new tab": [ + "Abfrage auf einer neuen Registerkarte ausführen" ], - "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).": [ - "Geben Sie ein Schema an (wenn die Datenbankvariante dies unterstützt)." + "Remove query from log": ["Abfrage aus Protokoll entfernen"], + "Unable to create chart without a query id.": [ + "Diagramm kann ohne Abfrage-ID nicht erstellt werden." ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Geben Sie den Namen für das CREATE TABLE AS in Schema public an:" + "Save & Explore": ["Speichern & Erkunden"], + "Overwrite & Explore": ["Überschreiben & Erkunden"], + "Save this query as a virtual dataset to continue exploring": [ + "Speichern Sie diese Abfrage als virtuellen Datensatz, um mit der Erkundung fortzufahren." ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Geben Sie den Namen für CREATE VIEW AS in Schema public an:" + "Download to CSV": ["Als CSV herunterladen"], + "Copy to Clipboard": ["In Zwischenablage kopieren"], + "Filter results": ["Ergebnisse filtern"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Die Anzahl der angezeigten Ergebnisse ist durch die Konfiguration DISPLAY_MAX_ROW auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen." ], - "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"], - "Stacked Bars": ["Gestapelte Balken"], - "Stacked Style": ["Gestapelter Stil"], - "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 angle": ["Startwinkel"], - "Start at (UTC)": ["Starten um (UT)"], - "Start date": ["Startdatum"], - "Start date included in time range": [ - "Startdatum im Zeitbereich enthalten" + "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." ], - "Start y-axis at 0": ["y-Achse bei 0 beginnen"], - "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." + "The number of rows displayed is limited to %(rows)d by the query": [ + "Die Anzahl der angezeigten Zeilen ist durch die Abfrage auf %(rows)d beschränkt" ], - "Started": ["Gestartet"], - "State": ["Zustand"], - "Statement %(statement_num)s out of %(statement_count)s": [ - "Anweisung %(statement_num)s von %(statement_count)s" + "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." ], - "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." + "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." + ], + "%(rows)d rows returned": ["%(rows)d Zeilen zurückgegeben"], + "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." + ], + "Track job": ["Auftrag verfolgen"], + "See query details": ["Abfragedetails anzeigen"], + "Query was stopped": ["Abfrage wurde angehalten"], + "Database error": ["Datenbankfehler"], + "was created": ["wurde erstellt"], + "Query in a new tab": ["Abfrage auf einer neuen Registerkarte"], + "The query returned no data": [ + "Die Abfrage hat keine Daten zurückgegeben" ], + "Fetch data preview": ["Datenvorschau abrufen"], + "Refetch results": ["Ergebnisse erneut anfordern"], "Stop": ["Stopp"], - "Stop query": ["Abfrage anhalten"], - "Stop running (Ctrl + e)": ["Beenden der Ausführung (Strg + e)"], + "Run selection": ["Auswahl ausführen"], + "Run": ["Ausführen"], "Stop running (Ctrl + x)": ["Ausführung abbrechen (Strg + x)"], - "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" + "Stop running (Ctrl + e)": ["Beenden der Ausführung (Strg + e)"], + "Run query (Ctrl + Return)": ["Abfrage ausführen (Strg + Return)"], + "Save": ["Speichern"], + "Untitled Dataset": ["Unbenannter Datensatz"], + "An error occurred saving dataset": [ + "Beim Speichern des Datensatz ist ein Fehler aufgetreten" ], - "Stretched style": ["Gestreckter Stil"], - "Strings used for sheet names (default is the first sheet).": [ - "Zeichenfolgen, die für Blattnamen verwendet werden (Standard ist das erste Blatt)." + "Save or Overwrite Dataset": [ + "Speichern oder Überschreiben des Datensatzes" ], - "Stroke Color": ["Strichfarbe"], - "Stroke Width": ["Strichstärke"], - "Stroked": ["Gestrichelt"], - "Structural": ["Strukturell"], - "Style": ["Stil"], - "Style the ends of the progress bar with a round cap": [ - "Enden des Fortschrittsbalkens mit einer runden Kappe versehen" + "Back": ["Zurück"], + "Save as new": ["Speichern unter…"], + "Overwrite existing": ["Bestehende überschreiben"], + "Select or type dataset name": ["Datensatzname auswählen oder eingeben"], + "Existing dataset": ["Vorhandener Datensatz"], + "Are you sure you want to overwrite this dataset?": [ + "Möchten Sie diesen Datensatz wirklich überschreiben?" ], - "Subdomain": ["Subdomain"], - "Subheader": ["Untertitel"], - "Subheader Font Size": ["Schriftgröße Untertitel"], - "Submit": ["Senden"], - "Subtotal": ["Zwischensumme"], - "Success": ["Erfolg"], - "Successfully changed dataset!": ["Datensatz erfolgreich geändert!"], - "Suffix": [""], - "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" + "Undefined": ["Undefiniert"], + "Save dataset": ["Datensatz speichern"], + "Save as": ["Speichern als"], + "Save query": ["Speichere Abfrage"], + "Cancel": ["Abbrechen"], + "Update": ["Aktualisieren"], + "Label for your query": ["Bezeichnung für Ihre Anfrage"], + "Write a description for your query": ["Beschreibung Ihrer Anfrage"], + "Submit": ["Senden"], + "Schedule query": ["Abfrage einplanen"], + "Schedule": ["Zeitplan"], + "There was an error with your request": [ + "Bei Ihrer Anfrage ist ein Fehler aufgetreten" ], - "Sum values": ["Summenwerte"], - "Sunburst Chart": ["Sunburst Diagramm"], - "Sunday": ["Sonntag"], - "Superset Chart": ["Superset Diagramm"], - "Superset Embedded SDK documentation.": [ - "Superset Embedded SDK-Dokumentation." + "Please save the query to enable sharing": [ + "Bitte speichern Sie die Abfrage, um die Freigabe zu aktivieren" ], - "Superset chart": ["Superset Diagramm"], - "Superset dashboard": ["Superset Dashboard"], - "Superset encountered an error while running a command.": [ - "Superset hat beim Ausführen eines Befehls einen Fehler festgestellt." + "Copy query link to your clipboard": [ + "Abfragelink in die Zwischenablage kopieren" ], - "Superset encountered an unexpected error.": [ - "Superset hat einen unerwarteten Fehler festgestellt." + "Save the query to enable this feature": [ + "Speichern Sie die Abfrage, um diese Funktion zu aktivieren" ], - "Supported databases": ["Unterstützte Datenbanken"], - "Survey Responses": ["Umfrage-Antworten"], - "Swap dataset": ["Datensatz austauschen"], - "Swap rows and columns": ["Zeilen und Spalten vertauschen"], - "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." + "Copy link": ["Link kopieren"], + "Run a query to display results": [ + "Abfrage zum Anzeigen der Ergebnisse ausführen" ], - "Symbol": ["Symbol"], - "Symbol of two ends of edge line": [ - "Symbol für zwei Enden der Kantenlinie" + "No stored results found, you need to re-run your query": [ + "Keine gespeicherten Ergebnisse gefunden. Sie müssen Ihre Abfrage erneut ausführen" ], - "Symbol size": ["Symbolgröße"], - "Sync columns from source": ["Spalten aus der Quelle synchronisieren"], - "Syntax": ["Syntax"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "" + "Query history": ["Abfragenverlauf"], + "Preview: `%s`": ["Vorschau: `%s"], + "Schedule the query periodically": [ + "Abfrage in regelmäßigen Abständen einplanen" ], - "TABLES": ["TABELLEN"], - "TEMPORAL X-AXIS": ["ZEITLICHE X-ACHSE"], - "TEMPORAL_RANGE": ["TEMPORAL_RANGE"], - "THU": ["DO"], - "TUE": ["DI"], - "Tab name": ["Tabellenname"], - "Tab title": ["Registerkartentitel"], - "Table": ["Tabelle"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Tabelle %(table)s wurde in der Datenbank nicht gefunden %(db)s" + "You must run the query successfully first": [ + "Sie müssen die Abfrage zuerst erfolgreich ausführen" ], - "Table Exists": ["Tabelle existiert"], - "Table Name": ["Tabellenname"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Tabelle [%(table_name)s] konnte nicht gefunden werden, überprüfen Sie bitte Ihre Datenbankverbindung, Ihr Schema und Ihren Tabellennamen" + "Render HTML": [""], + "Autocomplete": ["Autovervollständigung"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "Estimate the cost before running a query": [ + "Schätzen der Kosten vor dem Ausführen einer Abfrage" ], - "Table cache timeout": ["Tabellen-Cache Timeout"], - "Table columns": ["Tabellenspalten"], - "Table name cannot contain a schema": [ - "Der Tabellenname darf kein Schema enthalten" + "Specify name to CREATE VIEW AS schema in: public": [ + "Geben Sie den Namen für CREATE VIEW AS in Schema public an:" ], - "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." + "Specify name to CREATE TABLE AS schema in: public": [ + "Geben Sie den Namen für das CREATE TABLE AS in Schema public an:" ], - "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)" + "Select a database to write a query": [ + "Auswählen einer Datenbank zum Schreiben einer Abfrage" ], - "Tag parameters are invalid.": ["Tag-Parameter sind ungültig."], - "Tagged %s %ss": [""], - "Tagged Object could not be deleted.": [ - "Getaggtes Object konnte nicht gelöscht werden." + "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." ], - "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" + "Create": ["Erstellen"], + "Collapse table preview": ["Tabellenvorschau komprimieren"], + "Expand table preview": ["Tabellenvorschau erweitern"], + "Reset state": ["Status zurücksetzen"], + "Enter a new title for the tab": [ + "Geben Sie einen neuen Titel für die Registerkarte ein" ], - "Target": ["Ziel"], - "Target Color": ["Zielfarbe"], - "Target category": ["Zielkategorie"], - "Target value": ["Zielwert"], - "Template Name": ["Vorlagenname"], - "Template parameters": ["Vorlagen-Parameter"], - "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." + "Close tab": ["Registerkarte schließen"], + "Rename tab": ["Registerkarte umbenennen"], + "Expand tool bar": ["Werkzeugleiste erweitern"], + "Hide tool bar": ["Werkzeugleiste ausblenden"], + "Close all other tabs": ["Schließen Sie alle anderen Registerkarten"], + "Duplicate tab": ["Registerkarte duplizieren"], + "Add a new tab": ["Neu Registerkarte hinzufügen"], + "New tab (Ctrl + q)": ["Neue Registerkarte (Strg + q)"], + "New tab (Ctrl + t)": ["Neue Registerkarte (Strg + t)"], + "Add a new tab to create SQL Query": [ + "Neue Registerkarte zum Erstellen einer SQL-Abfrage hinzufügen" ], - "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." + "An error occurred while fetching table metadata": [ + "Beim Abrufen von Tabellen-Metadaten ist ein Fehler aufgetreten" ], - "Test Connection": ["Verbindungstest"], - "Test connection": ["Verbindungstest"], - "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." + "Copy partition query to clipboard": [ + "Partitionsabfrage in Zwischenablage kopieren" ], - "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" + "latest partition:": ["neueste Partition:"], + "Keys for table": ["Schlüssel für Tabelle"], + "View keys & indexes (%s)": ["Schlüssel und Indizes anzeigen (%s)"], + "Original table column order": [ + "Ursprüngliche Tabellenspaltenreihenfolge" ], - "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." + "Sort columns alphabetically": ["Spalten alphabetisch sortieren"], + "Copy SELECT statement to the clipboard": [ + "SELECT-Anweisung in die Zwischenablage kopieren" ], - "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." + "Show CREATE VIEW statement": ["CREATE VIEW-Anweisung anzeigen"], + "CREATE VIEW statement": ["CREATE VIEW-Anweisung"], + "Remove table preview": ["Tabellenvorschau entfernen"], + "Assign a set of parameters as": ["Eines Satz von Parametern zuweisen"], + "below (example:": ["unten (Beispiel:"], + "), and they become available in your SQL (example:": [ + "), und sie werden in Ihrem SQL verfügbar (Beispiel:" ], - "The URL is missing the dataset_id or slice_id parameters.": [ - "In der URL fehlen die Parameter dataset_id oder slice_id." + "by using": ["durch die Verwendung von"], + "Jinja templating": ["Jinja Vorlagen"], + "syntax.": ["Syntax."], + "Edit template parameters": ["Vorlagenparameter bearbeiten"], + "Parameters ": ["Parameter"], + "Invalid JSON": ["Ungültiges JSON"], + "Untitled query": ["Unbenannte Abfrage"], + "%s%s": ["%s%s"], + "Control": ["Steuerung"], + "Before": ["Vor"], + "After": ["Nach"], + "Click to see difference": ["Klicken zum Anzeigen der Unterschiede"], + "Altered": ["Geändert"], + "Chart changes": ["Diagrammänderungen"], + "Loaded data cached": ["Geladene Daten zwischengespeichert"], + "Loaded from cache": ["Aus Zwischenspeicher geladen"], + "Click to force-refresh": [ + "Klicken Sie hier, um die Aktualisierung zu erzwingen" ], - "The X-axis is not on the filters list": [ - "Die X-Achse befindet sich nicht in der Filterliste" + "Cached": ["Gecached"], + "Add required control values to preview chart": [ + "Erforderliche Steuerelementwerte zur Diagramm-Vorschau hinzufügen" ], - "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?" + "Your chart is ready to go!": ["Ihr Chart ist startklar!"], + "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" ], - "The annotation has been saved": [ - "Die Anmerkung wurde erfolgreich gespeichert" + "click here": ["klicken Sie hier"], + "No results were returned for this query": [ + "Für diese Abfrage wurden keine Ergebnisse zurückgegeben" ], - "The annotation has been updated": ["Anmerkung wurde aktualisiert"], - "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." + "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." ], - "The chart datasource does not exist": [ - "Die Diagrammdatenquelle ist nicht vorhanden" + "An error occurred while loading the SQL": [ + "Beim Laden des SQL ist ein Fehler aufgetreten" ], - "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." + "Sorry, an error occurred": ["Leider ist ein Fehler aufgetreten"], + "Updating chart was stopped": [ + "Aktualisierung des Diagramms wurde abgebrochen" ], - "The color for points and clusters in RGB": [ - "Die Farbe für Punkte und Cluster in RGB" + "An error occurred while rendering the visualization: %s": [ + "Bei der Darstellung dieser Visualisierung ist ein Fehler aufgetreten: %s" ], - "The color scheme for rendering chart": [ - "Das zur Diagrammanzeige verwendete Farbschema" + "Network error.": ["Netzwerk-Fehler."], + "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." ], - "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." + "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." ], - "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." + "Cross-filtering is not enabled for this dashboard.": [ + "Die Kreuzfilterung ist für dieses Dashboard nicht aktiviert." ], - "The country code standard that Superset should expect to find in the [country] column": [ - "Der Ländercodestandard, den Superset in der Spalte [Land] erwarten sollte" + "This visualization type does not support cross-filtering.": [ + "Dieser Visualisierungstyp unterstützt keine Kreuzfilterung." ], - "The dashboard has been saved": [ - "Dashboard wurde erfolgreich gespeichert" + "You can't apply cross-filter on this data point.": [ + "Sie können keinen Kreuzfilter auf diesen Datenpunkt anwenden." ], - "The data source seems to have been deleted": [ - "Die Datenquelle scheint gelöscht worden zu sein" + "Remove cross-filter": ["Kreuzfilter entfernen"], + "Add cross-filter": ["Kreuzfilter hinzufügen"], + "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." ], - "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.": [ - "Der Datentyp, der von der Datenbank abgeleitet wurde. In einigen Fällen kann es erforderlich sein, einen Typ für ausdrucksdefinierte Spalten manuell einzugeben. In den meisten Fällen sollten Benutzer*innen dies nicht ändern müssen." + "Drill by is not available for this data point": [ + "Heinzoomem ist für diesen Datenpunkt nicht verfügbar" ], - "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." + "Drill by": ["Ins-Detail-Zoomen"], + "Search columns": ["Suchspalten"], + "No columns found": ["Keine Spalten gefunden"], + "Edit chart": ["Diagramm bearbeiten"], + "Close": ["Schließen"], + "Failed to load chart data.": [ + "Diagrammdaten konnten nicht geladen werden." ], - "The database columns that contains lines information": [ - "Die Datenbankspalten, die Zeileninformationen enthalten" + "Drill by: %s": ["Hineinzogen nach %s"], + "Results %s": ["Ergebnisse %s"], + "Drill to detail": ["Ins-Detail-Zoomen"], + "Drill to detail by": ["Zu Detail zoomen anhand"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "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." + "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." ], - "The database is under an unusual load.": [ - "Die Datenbank ist ungewöhnlich belastet." + "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." ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "Die Datenbank, auf die in dieser Abfrage verwiesen wird, wurde nicht gefunden. Wenden Sie sich an eine*n Administrator*in, um weitere Unterstützung zu erhalten, oder versuchen Sie es erneut." + "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." ], - "The database returned an unexpected error.": [ - "Die Datenbank hat einen unerwarteten Fehler zurückgegeben." + "Drill to detail: %s": ["Zu Detail zoomen: %s"], + "Formatting": ["Formatierung"], + "Formatted value": ["Formatierter Wert"], + "No rows were returned for this dataset": [ + "Für diesen Datensatz wurden keine Zeilen zurückgegeben" ], - "The database was deleted.": ["Die Datenbank wurde gelöscht."], - "The database was not found.": ["Datenbank nicht gefunden."], - "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.": [ - "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." + "Reload": ["Neu laden"], + "Copy": ["Kopieren"], + "Copy to clipboard": ["In die Zwischenablage kopieren"], + "Copied to clipboard!": ["In Zwischenablage kopiert!"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Ihr Browser unterstützt leider kein Kopieren. Verwenden Sie Strg / Cmd + C!" ], - "The dataset associated with this chart no longer exists": [ - "Der diesem Diagramm zugeordnete Datensatz ist nicht mehr vorhanden" + "every": ["jeden"], + "every month": ["jeden Monat"], + "every day of the month": ["jeden Tag des Monats"], + "day of the month": ["Tag des Monats"], + "every day of the week": ["jeden Tag der Woche"], + "day of the week": ["Wochentag"], + "every hour": ["stündlich"], + "every minute": ["jede Minute"], + "minute": ["Minute"], + "reboot": ["Neu starten"], + "Every": ["Jeden"], + "in": ["in"], + "on": ["an"], + "or": ["Oder"], + "at": ["bei"], + ":": [":"], + "minute(s)": ["Minute(n)"], + "Invalid cron expression": ["Ungültiger Cron-Ausdruck"], + "Clear": ["Zurücksetzen"], + "Sunday": ["Sonntag"], + "Monday": ["Montag"], + "Tuesday": ["Dienstag"], + "Wednesday": ["Mittwoch"], + "Thursday": ["Donnerstag"], + "Friday": ["Freitag"], + "Saturday": ["Samstag"], + "January": ["Januar"], + "February": ["Februar"], + "March": ["März"], + "April": ["April"], + "May": ["Mai"], + "June": ["Juni"], + "July": ["Juli"], + "August": ["August"], + "September": ["September"], + "October": ["Oktober"], + "November": ["November"], + "December": ["Dezember"], + "SUN": ["SO"], + "MON": ["MO"], + "TUE": ["DI"], + "WED": ["MI"], + "THU": ["DO"], + "FRI": ["FR"], + "SAT": ["SA"], + "JAN": ["JAN"], + "FEB": ["FEB"], + "MAR": ["MÄR"], + "APR": ["APR"], + "MAY": ["MAI"], + "JUN": ["JUN"], + "JUL": ["JUL"], + "AUG": ["AUG"], + "SEP": ["SEP"], + "OCT": ["OKT"], + "NOV": ["NOV"], + "DEC": ["DEZ"], + "There was an error loading the schemas": [ + "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "Select database or type to search databases": [ + "Datenbank auswählen oder tippen zum Suchen von Datenbanken" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "" + "Force refresh schema list": ["Aktualisierung der Schemaliste erzwingen"], + "Select schema or type to search schemas": [ + "Schema auswählen oder tippen, um Schemas zu suchen" ], - "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.": [ - "Die hier verfügbar gemachte Datensatzkonfiguration\n wirkt sich auf alle Diagramme aus, die diesen Datensatz verwenden.\n Achten Sie darauf, dass das hier vorgenommene Einstellungs-\n änderungen sich in unerwünschter Weise\n auf andere Diagramme auswirken können." + "No compatible schema found": ["Kein kompatibles Schema gefunden"], + "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." ], - "The dataset has been saved": ["Der Datensatz wurde gespeichert"], - "The dataset linked to this chart may have been deleted.": [ - "Der mit diesem Diagramm verknüpfte Datensatz wurde möglicherweise gelöscht." + "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" ], - "The datasource couldn't be loaded": [ - "Datenquelle konnte nicht geladen werden" + "dataset": ["Datensatz"], + "Successfully changed dataset!": ["Datensatz erfolgreich geändert!"], + "Connection": ["Verbindung"], + "Swap dataset": ["Datensatz austauschen"], + "Proceed": ["Fortfahren"], + "Warning!": ["Warnung!"], + "Search / Filter": ["Suchen / Filtern"], + "Add item": ["Element hinzufügen"], + "STRING": ["TEXT"], + "NUMERIC": ["NUMERISCH"], + "DATETIME": ["DATUM/UHRZEIT"], + "BOOLEAN": ["WAHRHEITSWERT"], + "Physical (table or view)": ["Physisch (Tabelle oder Ansicht)"], + "Virtual (SQL)": ["Virtuell (SQL)"], + "Data type": ["Datentyp"], + "Advanced data type": ["Erweiterter Datentyp"], + "Advanced Data type": ["Erweiterter Datentyp"], + "Datetime format": ["Datum Zeit Format"], + "The pattern of timestamp format. For strings use ": [ + "Das Muster des Zeitstempelformats. Für Zeichenfolgen verwenden Sie eine " ], - "The datasource is too large to query.": [ - "Die Datenquelle ist zu groß, um sie abzufragen." + "Python datetime string pattern": ["Python Datetime-Zeichenfolge"], + " expression which needs to adhere to the ": [" die dem "], + "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 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." ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "Die Beschreibung kann als Widget-Titel in der Dashboard-Ansicht angezeigt werden. Unterstützt Markdown." + "Certified By": ["Zertifiziert durch"], + "Person or group that has certified this metric": [ + "Person oder Gruppe, die diese Metrik zertifiziert hat" ], - "The distance between cells, in pixels": [ - "Der Abstand zwischen Zellen in Pixel" + "Certified by": ["Zertifiziert durch"], + "Certification details": ["Details zur Zertifizierung"], + "Details of the certification": ["Details zur Zertifizierung"], + "Is dimension": ["Ist Dimension"], + "Default datetime": ["Standard-Datum/Zeit"], + "Is filterable": ["Ist filterbar"], + "": [""], + "Select owners": ["Besitzende auswählen"], + "Modified columns: %s": ["Geänderte Spalten: %s"], + "Removed columns: %s": ["Entfernte Spalten: %s"], + "New columns added: %s": ["Neue Spalten hinzugefügt: %s"], + "Metadata has been synced": ["Metadaten wurden synchronisiert"], + "An error has occurred": ["Ein Fehler ist aufgetreten"], + "Column name [%s] is duplicated": ["Spaltenname [%s] wird dupliziert"], + "Metric name [%s] is duplicated": ["Metrikname [%s] wird dupliziert"], + "Calculated column [%s] requires an expression": [ + "Berechnete Spalte [%s] erfordert einen Ausdruck" ], - "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." + "Invalid currency code in saved metrics": [""], + "Basic": ["Basic"], + "Default URL": ["Datenbank URL"], + "Default URL to redirect to when accessing from the dataset list page": [ + "Standard-URL, auf die beim Zugriff von der Datensatz-Listenseite aus zugegriffen werden soll" ], - "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." + "Autocomplete filters": ["Auto-Vervollständigen-Filter"], + "Whether to populate autocomplete filters options": [ + "Ob Optionen für Auto-Vervollständigen-Filter vorgefühlt werden sollen" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "Folgende Einträge in 'series_columns' fehlen in ‚columns‘: %(columns)s. " + "Autocomplete query predicate": [ + "Abfrageprädikat für die automatische Vervollständigung" ], - "The function to use when aggregating points into groups": [ - "Die beim Aggregieren von Punkten in Gruppen zu verwendende Funktion" + "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.": [ + "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 ein relativer Zeitfilter auf ein partitioniertes oder indiziertes zeitbezogenes Feld angewendet wird." ], - "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." + "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.\" } `." ], - "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." + "Cache timeout": ["Cache-Timeout"], + "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 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." + "Hours offset": ["Stunden-Versatz"], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "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." ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Der Hostname \"%(hostname)s\" kann nicht aufgelöst werden." + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "" ], - "The hostname provided can't be resolved.": [ - "Der angegebene Hostname kann nicht aufgelöst werden." + "": [""], + "": [""], + "Click the lock to make changes.": [ + "Klicken Sie auf das Schloss, um Änderungen vorzunehmen." ], - "The id of the active chart": ["Die ID des aktiven Diagramms"], - "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\"." + "Click the lock to prevent further changes.": [ + "Klicken Sie auf die Sperre, um weitere Änderungen zu verhindern." ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "Die maximale Anzahl der zurückzugebenden Ereignisse, entspricht der Anzahl Zeilen" + "virtual": ["virtuell"], + "Dataset name": ["Datensatzname"], + "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.": [ + "Beim Angeben von SQL fungiert die Datenquelle als Ansicht. Superset verwendet diese Anweisung als Unterabfrage beim Gruppieren und Filtern der generierten übergeordneten Abfragen." ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "Die maximale Anzahl von Unterteilungen jeder Gruppe; Niedrigere Werte werden zuerst ausgeblendet" + "Physical": ["Physisch"], + "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.": [ + "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 maximum value of metrics. It is an optional configuration": [ - "Der Maximalwert von Metriken. Optionale Konfiguration" + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. Der Schlüssel %(key)s ist ungültig." + "D3 format": ["D3 Format"], + "Metric currency": [""], + "Warning": ["Warnung"], + "Optional warning about use of this metric": [ + "Optionale Warnung zur Verwendung dieser Metrik" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "Die metadata_params im Feld Extra ist nicht ordnungsgemäß konfiguriert. Der Schlüssel %{key}s ist ungültig." + "": [""], + "Be careful.": ["Seien Sie vorsichtig."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Das Ändern dieser Einstellungen wirkt sich auf alle Diagramme aus, die diesen Datensatz verwenden, einschließlich Diagramme, die anderen Personen gehören." ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "Das metadata_params Objekt wird in den sqlalchemy.MetaData-Aufruf entpackt." + "Sync columns from source": ["Spalten aus der Quelle synchronisieren"], + "Calculated columns": ["Berechnete Spalten"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "" ], - "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": [ - "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 \"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" + "": [""], + "Settings": ["Einstellungen"], + "The dataset has been saved": ["Der Datensatz wurde gespeichert"], + "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.": [ + "Die hier verfügbar gemachte Datensatzkonfiguration\n wirkt sich auf alle Diagramme aus, die diesen Datensatz verwenden.\n Achten Sie darauf, dass das hier vorgenommene Einstellungs-\n änderungen sich in unerwünschter Weise\n auf andere Diagramme auswirken können." ], - "The number color \"steps\"": ["Die Anzahl Farbabstufungen"], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "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." + "Are you sure you want to save and apply changes?": [ + "Möchten Sie die Änderungen wirklich speichern und anwenden?" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "Die Anzahl der angezeigten Ergebnisse ist durch die Konfiguration DISPLAY_MAX_ROW auf %(rows)d begrenzt. Bitte fügen Sie zusätzliche Limits/Filter hinzu oder laden Sie sie als CSDV-Datei herunter, um weitere Zeilen bis zum %(limit)d-Limit anzuzeigen." + "Confirm save": ["Speichern bestätigen"], + "OK": ["OK"], + "Edit Dataset ": ["Datensatz bearbeiten "], + "Use legacy datasource editor": [ + "Verwenden des Legacy-Datenquellen-Editors" ], - "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." + "This dataset is managed externally, and can't be edited in Superset": [ + "Dieser Datensatz wird extern verwaltet und kann nicht in Superset bearbeitet werden." ], - "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." + "DELETE": ["LÖSCHEN"], + "delete": ["Löschen"], + "Type \"%s\" to confirm": ["Geben Sie zur Bestätigung \"%s\" ein"], + "More": ["Mehr"], + "Click to edit": ["Klicken um zu bearbeiten"], + "You don't have the rights to alter this title.": [ + "Sie haben nicht das Recht, diesen Titel zu ändern." ], - "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." + "No databases match your search": [ + "Keine Datenbanken stimmen mit Ihrer Suche überein" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Die Anzahl der angezeigten Zeilen ist durch die Abfrage auf %(rows)d beschränkt" + "There are no databases available": [ + "Es sind keine Datenbanken verfügbar" ], - "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." + "Manage your databases": ["Verwalten Sie Ihre Datenbanken"], + "here": ["hier"], + "Unexpected error": ["Unerwarteter Fehler"], + "This may be triggered by:": ["Dies kann ausgelöst werden durch:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nDies kann ausgelöst werden durch: \n%(issues)s" ], - "The number of seconds before expiring the cache": [ - "Die Anzahl der Sekunden vor Ablauf des Caches" + "%s Error": ["%s Fehler"], + "Missing dataset": ["Fehlender Datensatz"], + "See more": ["Mehr anzeigen"], + "See less": ["Weniger anzeigen"], + "Copy message": ["Meldung kopieren"], + "Authorization needed": [""], + "Did you mean:": ["Meintest du:"], + "Parameter error": ["Parameter-Fehler"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nDies kann ausgelöst werden durch:\n %(issue)s" ], - "The object does not exist in the given database.": [ - "Das Objekt existiert nicht in der angegebenen Datenbank." + "Timeout error": ["Zeitüberschreitung"], + "Click to favorite/unfavorite": [ + "Klicken Sie hier, um als Favorit aus-/abzuwählen" ], - "The parameter %(parameters)s in your query is undefined.": [ - "Der Parameter %(parameters)s in ihrer Abfrage ist nicht definiert.", - "Die folgenden Parameter in Ihrer Abfrage sind nicht definiert: %(parameters)s." + "Cell content": ["Zellinhalt"], + "Hide password.": ["Passwort ausblenden."], + "Show password.": ["Passwort anzeigen."], + "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: " ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Das für den Benutzer*innennamen \"%(username)s\" angegebene Kennwort ist falsch." + "OVERWRITE": ["ÜBERSCHREIBEN"], + "Database passwords": ["Datenbank-Kennwörter"], + "%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" ], - "The password provided when connecting to a database is not valid.": [ - "Das Kennwort, das beim Herstellen einer Datenbankverbindung angegeben wurde, ist ungültig." + "Overwrite": ["Überschreiben Scheibe %s"], + "Import": ["Importieren"], + "Import %s": ["Importiere %s"], + "Select file": ["Datei auswählen"], + "Last Updated %s": ["Letzte Aktualisierung %s"], + "Sort": ["Sortieren"], + "+ %s more": ["+ %s weitere"], + "%s Selected": ["%s ausgewählt"], + "Deselect all": ["Alle abwählen"], + "No results match your filter criteria": [ + "Keine Ergebnisse entsprechen Ihren Filterkriterien" ], - "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.": [ - "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zusammen mit den Diagrammen 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." + "Try different criteria to display results.": [ + "Probieren Sie verschiedene Kriterien aus, um Ergebnisse anzuzeigen." ], - "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.": [ - "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." + "clear all filters": ["Alle Filter löschen"], + "No Data": ["Keine Daten"], + "%s-%s of %s": ["%s-%s von %s"], + "Start date": ["Startdatum"], + "End date": ["Enddatum"], + "Type a value": ["Geben Sie einen Wert ein"], + "Filter": ["Filter"], + "Select or type a value": ["Wert eingeben oder auswählen"], + "Last modified": ["Zuletzt geändert"], + "Modified by": ["Geändert durch"], + "Created by": ["Erstellt von"], + "Created on": ["Erstellt am"], + "Menu actions trigger": ["Auslöser von Menüaktionen"], + "Select ...": ["Auswählen …"], + "Filter menu": ["Filter-Menü"], + "Reset": ["Zurücksetzen"], + "No filters": ["Keine Filter"], + "Select all items": ["Alle Elemente auswählen"], + "Search in filters": ["Suche in Filtern"], + "Select current page": ["Aktuelle Seite auswählen"], + "Invert current page": ["Aktuelle Seite umkehren"], + "Clear all data": ["Alle Daten leeren"], + "Select all data": ["Alle Daten auswählen"], + "Expand row": ["Zeile erweitern"], + "Collapse row": ["Zeile zusammenklappen"], + "Click to sort descending": [ + "Klicken Sie hier, um absteigend zu sortieren" ], - "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.": [ - "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zusammen mit den Diagrammen 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." + "Click to sort ascending": [ + "Klicken Sie hier, um aufsteigend zu sortieren" ], - "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." + "Click to cancel sorting": ["Klicken, um die Sortierung abzubrechen"], + "List updated": ["Liste aktualisiert"], + "There was an error loading the tables": [ + "Beim Laden der Tabellen ist ein Fehler aufgetreten" ], - "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." + "See table schema": ["Siehe Tabellenschema"], + "Select table or type to search tables": [ + "Tabelle auswählen oder tippen, um Tabellen zu suchen" ], - "The pattern of timestamp format. For strings use ": [ - "Das Muster des Zeitstempelformats. Für Zeichenfolgen verwenden Sie eine " + "Force refresh table list": ["Aktualisierung erzwingen"], + "Timezone selector": ["Zeitzonen-Auswahl"], + "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." ], - "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.": [ - "Die Periodizität, über die die Zeit pilotiert werden soll. Benutzer können\n ein“ Pandas\" Offset-Alias angeben.\n Klicken Sie auf die Infoblase, um weitere Informationen zu akzeptierten \"freq\"-Ausdrücken zu erhalten." + "Can not move top level tab into nested tabs": [ + "Registerkarte der obersten Ebene kann nicht in verschachtelte Registerkarten verschoben werden" ], - "The pixel radius": ["Der Pixelradius"], - "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.": [ - "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." + "This chart has been moved to a different filter scope.": [ + "Dieses Diagramm wurde in einen anderen Filterbereich verschoben." ], - "The port is closed.": ["Der Port ist geschlossen."], - "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" + "There was an issue fetching the favorite status of this dashboard.": [ + "Beim Abrufen des Favoritenstatus dieses Dashboards ist ein Problem aufgetreten." ], - "The query associated with the results was deleted.": [ - "Die den Ergebnissen zugeordnete Abfrage wurde gelöscht." + "There was an issue favoriting this dashboard.": [ + "Es gab ein Problem dabei, dieses Dashboard zu den Favoriten hinzuzufügen." ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "Die mit diesen Ergebnissen verknüpfte Abfrage konnte nicht gefunden werden. Sie müssen die ursprüngliche Abfrage erneut ausführen." + "This dashboard is now published": [ + "Dieses Dashboard ist jetzt veröffentlicht" ], - "The query contains one or more malformed template parameters.": [ - "Die Abfrage enthält einen oder mehrere fehlerhafte Vorlagenparameter." + "This dashboard is now hidden": ["Dieses Dashboard ist nun verborgen"], + "You do not have permissions to edit this dashboard.": [ + "Sie haben keine Berechtigungen zum Bearbeiten dieses Dashboards." ], - "The query couldn't be loaded": [ - "Die Abfrage konnte nicht geladen werden" + "[ untitled dashboard ]": ["[ unbenanntes Dashboard ]"], + "This dashboard was saved successfully.": [ + "Dieses Dashboard wurde erfolgreich gespeichert." ], - "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." + "Sorry, an unknown error occurred": [ + "Leider ist ein unbekannter Fehler aufgetreten" ], - "The query has a syntax error.": [ - "Die Abfrage weist einen Syntaxfehler auf." + "Sorry, there was an error saving this dashboard: %s": [ + "Leider ist beim Speichern dieses Dashboards ein Fehler aufgetreten: %s" ], - "The query returned no data": [ - "Die Abfrage hat keine Daten zurückgegeben" + "You do not have permission to edit this dashboard": [ + "Sie haben keine Zugriff auf diese Datenquelle" ], - "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ - "Die Abfrage wurde nach %(sqllab_timeout)s Sekunden abgebrochen. Sie war eventuell zu komplex, oder die Datenbank ist aktuell stark belastet." + "Please confirm the overwrite values.": [ + "Bitte bestätigen Sie die überschreibenden Werte." ], - "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.": [ - "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." + "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." ], - "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": [ - "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" + "Could not fetch all saved charts": [ + "Nicht alle gespeicherten Diagramme konnten abgerufen werden" ], - "The report has been created": ["Der Report wurde erstellt"], - "The result of this query should be a numeric-esque value": [""], - "The results backend no longer has the data from the query.": [ - "Das Ergebnis-Backend verfügt nicht mehr über die Daten aus der Abfrage." + "Sorry there was an error fetching saved charts: ": [ + "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten: " ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Die im Backend gespeicherten Ergebnisse wurden in einem anderen Format gespeichert und können nicht mehr deserialisiert werden." + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Jede hier ausgewählte Farbpalette überschreibt die Farben, die auf die einzelnen Diagramme dieses Dashboards angewendet werden" ], - "The rich tooltip shows a list of all series for that point in time": [ - "Der umfangreiche Tooltip zeigt eine Liste aller Zeitreihen für diesen Zeitpunkt" + "You have unsaved changes.": ["Ungesicherte Änderungen vorhanden."], + "Drag and drop components and charts to the dashboard": [ + "Ziehen Sie Komponenten und Diagramme per Drag & Drop auf das Dashboard" ], - "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." + "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." ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "Das Schema \"%(schema_name)s\" existiert nicht. Zum Ausführen dieser Abfrage muss ein gültiges Schema verwendet werden." + "Create a new chart": ["Neues Diagramm erstellen"], + "Drag and drop components to this tab": [ + "Ziehen Sie Komponenten per Drag & Drop auf diese Registerkarte" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "Das Schema wurde in der Datenbank gelöscht oder umbenannt." + "There are no components added to this tab": [ + "Dieser Registerkarte wurden keine Komponenten hinzugefügt." ], - "The size of the square cell, in pixels": [ - "Die Größe der quadratischen Zelle in Pixel" + "You can add the components in the edit mode.": [ + "Sie können die Komponenten im Bearbeitungsmodus hinzufügen." ], - "The submitted payload has the incorrect format.": [ - "Die übermittelte Nutzlast hat das falsche Format." + "Edit the dashboard": ["Dashboard bearbeiten"], + "There is no chart definition associated with this component, could it have been deleted?": [ + "Es gibt keine Diagrammdefinition, die dieser Komponente zugeordnet ist. Könnte sie gelöscht worden sein?" ], - "The submitted payload has the incorrect schema.": [ - "Die übermittelte Nutzlast hat das falsche Schema." - ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "Die Tabelle \"%(table)s\" existiert nicht. Zum Ausführen dieser Abfrage muss eine gültige Tabelle verwendet werden." + "Delete this container and save to remove this message.": [ + "Löschen Sie diesen Container und speichern Sie, um diese Nachricht zu entfernen." ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "Die Tabelle \"%(table_name)s\" existiert nicht. Zum Ausführen dieser Abfrage muss eine gültige Tabelle verwendet werden." + "Refresh interval saved": ["Aktualisierungsintervall gespeichert"], + "Refresh interval": ["Aktualisierungsinterval"], + "Refresh frequency": ["Aktualisierungsfrequenz"], + "Are you sure you want to proceed?": ["Möchten Sie wirklich fortfahren?"], + "Save for this session": ["Für diese Sitzung speichern"], + "You must pick a name for the new dashboard": [ + "Sie müssen einen Namen für das neue Dashboard auswählen" ], - "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.": [ - "Die Tabelle wurde erstellt. Im Rahmen dieses zweiphasigen Konfigurationsprozesses sollten Sie nun auf die Schaltfläche Bearbeiten neben der neuen Tabelle klicken, um sie zu konfigurieren." + "Save dashboard": ["Dashboard speichern"], + "Overwrite Dashboard [%s]": ["Dashboard überschreiben [%s]"], + "Save as:": ["Speichern unter:"], + "[dashboard name]": ["[Dashboard-Name]"], + "also copy (duplicate) charts": ["auch (doppelte) Diagramme kopieren"], + "viz type": ["Visualisierungstyp"], + "recent": ["Kürzlich"], + "Create new chart": ["Neues Diagramm erstellen"], + "Filter your charts": ["Filtern Sie Ihre Diagramme"], + "Filter charts": ["Diagramme filtern"], + "Sort by %s": ["Sortieren nach %s"], + "Show only my charts": ["Nur meine Diagramme anzeigen"], + "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." ], - "The table was deleted or renamed in the database.": [ - "Die Tabelle wurde in der Datenbank gelöscht oder umbenannt." + "Added": ["Hinzugefügt"], + "Viz type": ["Visualisierungstyp"], + "Dataset": ["Datensatz"], + "Superset chart": ["Superset Diagramm"], + "Check out this chart in dashboard:": [ + "Sehen Sie sich dieses Diagramm im Dashboard an:" ], - "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": [ - "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" + "Layout elements": ["Layout-Elemente"], + "An error occurred while fetching available CSS templates": [ + "Beim Abrufen verfügbarer CSS-Vorlagen ist ein Fehler aufgetreten" ], - "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" + "Load a CSS template": ["CSS Vorlage laden"], + "Live CSS editor": ["Live CSS Editor"], + "Collapse tab content": ["Inhalt der Registerkarte ausblenden"], + "There are no charts added to this dashboard": [ + "Diesem Dashboard wurden keine Diagramme hinzugefügt." ], - "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" + "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" ], - "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." + "Changes saved.": ["Änderungen gespeichert."], + "Disable embedding?": ["Einbettung deaktivieren?"], + "This will remove your current embed configuration.": [ + "Dadurch wird Ihre aktuelle Embedded-Konfiguration entfernt." ], - "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.": [ - "Der Zeitraum für die Visualisierung. Alle relativen Zeiten, z.B. \"Letzter Monat\", \"Letzte 7 Tage\", \"jetzt\" usw., werden auf dem Server anhand der Ortszeit des Servers (ohne Zeitzone) ausgewertet. Alle QuickInfos und Platzhalterzeiten werden in UTC (ohne Zeitzone) ausgedrückt. Die Zeitstempel werden dann von der Datenbank anhand der lokalen Zeitzone des Moduls ausgewertet. Beachten Sie, dass man die Zeitzone explizit nach dem ISO 8601-Format festlegen kann, wenn entweder die Start- und/oder Endzeit angegeben wird." + "Embedding deactivated.": ["Einbetten deaktiviert."], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Entschuldigung, etwas ist schief gelaufen. Die Einbettung konnte nicht deaktiviert werden." ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "Die Zeiteinheit für jeden Block. Sollte eine kleinere Einheit als domain_granularity sein. Sollte größer oder gleich Zeitgranularität sein" + "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:" ], - "The time unit used for the grouping of blocks": [ - "Die Zeiteinheit, die für die Gruppierung von Blöcken verwendet wird" + "Configure this dashboard to embed it into an external web application.": [ + "Konfigurieren Sie dieses Dashboard, um es in eine externe Webanwendung einzubetten." ], - "The type of visualization to display": [ - "Der anzuzeigende Visualisierungstyp" + "For further instructions, consult the": [ + "Weitere Anweisungen finden Sie in der" ], - "The unit of measure for the specified point radius": [ - "Die Maßeinheit für den angegebenen Punktradius" + "Superset Embedded SDK documentation.": [ + "Superset Embedded SDK-Dokumentation." ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "Der/die Benutzer*in scheint gelöscht worden zu sein" + "Allowed Domains (comma separated)": [ + "Zulässige Domänen (durch Kommas getrennt)" ], - "The user/password combination is not valid (Incorrect password for user).": [ - "" + "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." ], - "The username \"%(username)s\" does not exist.": [ - "Der Benutzer*innenname \"%(username)s\" existiert nicht." + "Deactivate": ["Deaktivieren"], + "Save changes": ["Änderungen speichern"], + "Enable embedding": ["Einbettung aktivieren"], + "Embed": ["Einbetten"], + "Applied cross-filters (%d)": ["Kreuzfilter (%d) angewendet"], + "Applied filters (%d)": ["Angewendete Filter (%d)"], + "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." ], - "The username provided when connecting to a database is not valid.": [ - "Der Benutzer*innenname, der beim Herstellen einer Datenbankverbindung angegeben wurde, ist ungültig." + "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." ], - "The way the ticks are laid out on the X-axis": [ - "Die Art und Weise, wie die Ticks auf der X-Achse angeordnet sind" + "Add the name of the dashboard": ["Name des Dashboards hinzufügen"], + "Dashboard title": ["Dashboard Titel"], + "Undo the action": ["Aktion rückgängig machen"], + "Redo the action": ["Aktion wiederholen"], + "Discard": ["Verwerfen"], + "Edit dashboard": ["Dashboard bearbeiten"], + "Refreshing charts": ["Aktualisieren von Diagrammen"], + "Superset dashboard": ["Superset Dashboard"], + "Check out this dashboard: ": ["Schauen Sie sich dieses Dashboard an: "], + "Refresh dashboard": ["Dashboard aktualisieren"], + "Exit fullscreen": ["Vollbildanzeige beenden"], + "Enter fullscreen": ["Vollbild öffnen"], + "Edit properties": ["Eigenschaften bearbeiten"], + "Edit CSS": ["CSS bearbeiten"], + "Download": ["Herunterladen"], + "Share": ["Teilen"], + "Copy permalink to clipboard": ["Permalink in Zwischenablage kopieren"], + "Share permalink by email": ["Permalink per E-Mail teilen"], + "Embed dashboard": ["Dashboard einbetten"], + "Manage email report": ["E-Mail-Bericht verwalten"], + "Set filter mapping": ["Festlegen der Filterzuordnung"], + "Set auto-refresh interval": ["Auto-Aktualisieren-Interval setzen"], + "Confirm overwrite": ["Überschreiben bestätigen"], + "Scroll down to the bottom to enable overwriting changes. ": [ + "Scrollen Sie nach unten, um das Überschreiben von Änderungen zu aktivieren. " ], - "The width of the lines": ["Die Breite der Linien"], - "There are associated alerts or reports": [ - "Es gibt zugehörige Alarme oder Reports" + "Yes, overwrite changes": ["Ja, Änderungen überschreiben"], + "Are you sure you intend to overwrite the following values?": [ + "Sind Sie sicher, dass Sie die folgenden Werte überschreiben möchten?" ], - "There are no charts added to this dashboard": [ - "Diesem Dashboard wurden keine Diagramme hinzugefügt." + "Last Updated %s by %s": ["Zuletzt aktualisiert %s von %s"], + "Apply": ["Übernehmen"], + "Error": ["Fehler"], + "A valid color scheme is required": [ + "Ein gültiges Farbschema ist erforderlich" ], - "There are no components added to this tab": [ - "Dieser Registerkarte wurden keine Komponenten hinzugefügt." + "JSON metadata is invalid!": ["JSON-Metadaten sind ungültig!"], + "Dashboard properties updated": ["Dashboard-Eigenschaften aktualisiert"], + "The dashboard has been saved": [ + "Dashboard wurde erfolgreich gespeichert" ], - "There are no databases available": [ - "Es sind keine Datenbanken verfügbar" + "Access": ["Zugang"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Besitzende ist eine Liste von Benutzer*innen, die das Dashboard ändern können. Durchsuchbar nach Name oder Benutzer*innenname." ], - "There are no filters in this dashboard.": [ - "In diesem Dashboard gibt es keine Filter." + "Colors": ["Farben"], + "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." ], - "There are unsaved changes.": ["Ungesicherte Änderungen vorhanden."], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "In der SQL-Abfrage liegt ein Syntaxfehler vor. Vielleicht gab es einen Rechtschreibfehler oder einen Tippfehler." + "Dashboard properties": ["Dashboardeigenschaften bearbeiten"], + "This dashboard is managed externally, and can't be edited in Superset": [ + "Dieses Dashboard wird extern verwaltet und kann nicht in Superset bearbeitet werden." ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "Es gibt keine Diagrammdefinition, die dieser Komponente zugeordnet ist. Könnte sie gelöscht worden sein?" + "Basic information": ["Basisangaben"], + "URL slug": ["URL Titelform"], + "A readable URL for your dashboard": [ + "Eine sprechende URL für Ihr Dashboard" ], - "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." + "Certification": ["Zertifizierung"], + "Person or group that has certified this dashboard.": [ + "Person oder Gruppe, die dieses Dashboard zertifiziert hat." ], - "There was an error fetching dataset": [ - "Fehler beim Abrufen des Datensatzes" + "Any additional detail to show in the certification tooltip.": [ + "Alle zusätzlichen Details, die im Zertifizierungs-Tooltip angezeigt werden sollen." ], - "There was an error fetching dataset's related objects": [ - "Fehler beim Abrufen der zugehörigen Objekte des Datensatzes" + "A list of tags that have been applied to this chart.": [ + "Eine Liste der Tags, die auf dieses Diagramm angewendet wurden." ], - "There was an error fetching the favorite status: %s": [ - "Beim Abrufen des Favoritenstatus ist ein Problem aufgetreten: %s" + "JSON metadata": ["JSON Metadaten"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [ + "Bitte überschreiben Sie den \"filter_scopes“-Schlüssel NICHT." ], - "There was an error fetching your recent activity:": [ - "Beim Abrufen der letzten Aktivität ist ein Fehler aufgetreten:" + "Use \"%(menuName)s\" menu instead.": [ + "Verwenden Sie stattdessen das Menü \"%(menuName)s\"." ], - "There was an error loading the dataset metadata": [ - "Fehler beim Laden der Datensatz-Metadaten" + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der Dashboards angezeigt. Klicken Sie hier, um dieses Dashboard zu veröffentlichen." ], - "There was an error loading the schemas": [ - "Beim Abrufen gespeicherter Diagramme ist leider ein Fehler aufgetreten" + "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." ], - "There was an error loading the tables": [ - "Beim Laden der Tabellen ist ein Fehler aufgetreten" + "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." ], - "There was an error saving the favorite status: %s": [ - "Beim Speichern des Favoritenstatus ist ein Fehler aufgetreten: %s" + "Draft": ["Entwurf"], + "Annotation layers are still loading.": [ + "Anmerkungsebenen werden noch geladen." ], - "There was an error with your request": [ - "Bei Ihrer Anfrage ist ein Fehler aufgetreten" + "One ore more annotation layers failed loading.": [ + "Eine oder mehrere Anmerkungsebenen konnten nicht geladen werden." ], - "There was an issue deleting %s: %s": [ - "Beim Löschen von %s ist ein Problem aufgetreten: %s" + "Data refreshed": ["Daten aktualisiert"], + "Cached %s": ["%s zwischengespeichert"], + "Fetched %s": ["%s abgerufen"], + "Query %s: %s": ["Abfrage %s: %s"], + "Force refresh": ["Aktualisierung erzwingen"], + "Hide chart description": ["Diagrammbeschreibung ausblenden"], + "Show chart description": ["Diagrammbeschreibung anzeigen"], + "View query": ["Abfrage anzeigen"], + "View as table": ["Als Tabelle anzeigen"], + "Chart Data: %s": ["Diagrammdaten: %s"], + "Share chart by email": ["Diagramm per Email teilen"], + "Check out this chart: ": ["Sehen Sie sich dieses Diagramm an: "], + "Export to .CSV": ["Export nach .CSV"], + "Export to Excel": ["Exportieren nach Excel"], + "Export to full .CSV": ["Export in vollständiges . .CSV"], + "Download as image": ["Herunterladen als Bild"], + "Something went wrong.": ["Etwas ist schief gelaufen."], + "Search...": ["Suche..."], + "No filter is selected.": ["Kein Filter ausgewählt."], + "Editing 1 filter:": ["Bearbeiten von einem Filter:"], + "Batch editing %d filters:": ["Stapelbearbeitung %d Filter:"], + "Configure filter scopes": ["Filterbereiche konfigurieren"], + "There are no filters in this dashboard.": [ + "In diesem Dashboard gibt es keine Filter." ], - "There was an issue deleting the selected %s: %s": [ - "Beim Löschen der ausgewählten %s ist ein Problem aufgetreten: %s" + "Expand all": ["Alle aufklappen"], + "Collapse all": ["Alle einklappen"], + "An error occurred while opening Explore": [ + "Beim Öffnen von Explore ist ein Fehler aufgetreten" ], - "There was an issue deleting the selected annotations: %s": [ - "Beim Löschen der ausgewählten Anmerkungen ist ein Problem aufgetreten: %s" + "Empty column": ["Leere Spalte"], + "This markdown component has an error.": [ + "Diese Markdown-Komponente weist einen Fehler auf." ], - "There was an issue deleting the selected charts: %s": [ - "Beim Löschen der ausgewählten Diagramme ist ein Problem aufgetreten: %s" + "This markdown component has an error. Please revert your recent changes.": [ + "Diese Markdown-Komponente weist einen Fehler auf. Bitte machen Sie Ihre letzten Änderungen rückgängig." ], - "There was an issue deleting the selected dashboards: ": [ - "Beim Löschen der ausgewählten Dashboards ist ein Problem aufgetreten: " + "Empty row": ["Leere Zeile"], + "You can": ["Sie können"], + "create a new chart": ["Neues Diagramm erstellen"], + "or use existing ones from the panel on the right": [ + "oder verwenden Sie vorhandene aus dem Bereich auf der rechten Seite" ], - "There was an issue deleting the selected datasets: %s": [ - "Beim Löschen der ausgewählten Datensätze ist ein Problem aufgetreten: %s" + "You can add the components in the": [ + "Hinzufügen können Sie die Komponenten in der" ], - "There was an issue deleting the selected layers: %s": [ - "Beim Löschen der ausgewählten Ebenen ist ein Problem aufgetreten: %s" + "edit mode": ["Bearbeitungsmodus"], + "Delete dashboard tab?": ["Dashboard-Reiter löschen?"], + "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" ], - "There was an issue deleting the selected queries: %s": [ - "Beim Löschen der ausgewählten Abfragen ist ein Problem aufgetreten: %s" + "undo": ["Rückgängig"], + "button (cmd + z) until you save your changes.": [ + "Schaltfläche (cmd + z), bis Sie Ihre Änderungen speichern." ], - "There was an issue deleting the selected templates: %s": [ - "Beim Löschen der ausgewählten Vorlagen ist ein Problem aufgetreten: %s" + "CANCEL": ["ABBRECHEN"], + "Divider": ["Trenner"], + "Header": ["Header"], + "Text": ["Text"], + "Tabs": ["Reiter"], + "background": ["Hintergrund"], + "Preview": ["Vorschau"], + "Sorry, something went wrong. Try again later.": [ + "Entschuldigung, etwas ist schief gegangen. Versuchen Sie es später erneut." ], - "There was an issue deleting: %s": [ - "Beim Löschen ist ein Problem aufgetreten: %s" + "Unknown value": ["Unbekannter Wert"], + "Add/Edit Filters": ["Filter hinzufügen/bearbeiten"], + "No filters are currently added to this dashboard.": [ + "Bisher wurden diesem Dashboard noch keine Filter hinzugefügt." ], - "There was an issue duplicating the dataset.": [ - "Beim Duplizieren des Datensatzes ist ein Problem aufgetreten." + "No global filters are currently added": [ + "Derzeit sind keine globalen Filter gesetzt" ], - "There was an issue duplicating the selected datasets: %s": [ - "Beim Duplizieren der ausgewählten Datensätze ist ein Problem aufgetreten: %s" + "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" ], - "There was an issue favoriting this dashboard.": [ - "Es gab ein Problem dabei, dieses Dashboard zu den Favoriten hinzuzufügen." + "Apply filters": ["Filter anwenden"], + "Clear all": ["Alles löschen"], + "Locate the chart": ["Suchen des Diagramms"], + "Cross-filters": ["Kreuzfilter"], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "There was an issue fetching reports attached to this dashboard.": [ - "Es gab ein Problem beim Abrufen von Reports, die an dieses Dashboard angehängt waren." + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Beim Abrufen des Favoritenstatus dieses Dashboards ist ein Problem aufgetreten." + "All charts": ["Alle Diagramme"], + "Enable cross-filtering": ["Kreuzfilterung aktivieren"], + "Orientation of filter bar": ["Ausrichtung des Filterbalkens"], + "Vertical (Left)": ["Vertikal (links)"], + "Horizontal (Top)": ["Horizontal (oben)"], + "More filters": ["Weitere Filter"], + "No applied filters": ["Keine angewendete Filter"], + "Applied filters: %s": ["Angewendete Filter: %s"], + "Cannot load filter": ["Filter konnte nicht geladen werden"], + "Filters out of scope (%d)": [ + "Filter außerhalb des Gültigkeitsbereichs (%d)" ], - "There was an issue fetching your chart: %s": [ - "Beim Abrufen Ihres Diagramms ist ein Problem aufgetreten: %s" + "Dependent on": ["Abhängig von"], + "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." ], - "There was an issue fetching your dashboards: %s": [ - "Beim Abrufen Ihrer Dashboards ist ein Problem aufgetreten: %s" + "Scope": ["Geltungsbereich"], + "Filter type": ["Filter Typ"], + "Title is required": ["Titel ist erforderlich"], + "(Removed)": ["(Entfernt)"], + "Undo?": ["Rückgängig machen?"], + "Add filters and dividers": ["Filter und Trennlinien hinzufügen"], + "[untitled]": ["[Unbenannt]"], + "Cyclic dependency detected": ["Zyklische Abhängigkeit erkannt"], + "Add and edit filters": ["Hinzufügen und Bearbeiten von Filtern"], + "Column select": ["Spaltenauswahl"], + "Select a column": ["Spalte wählen"], + "No compatible columns found": ["Keine kompatiblen Quellen gefunden"], + "No compatible datasets found": ["Keine kompatiblen Datensätze gefunden"], + "Value is required": ["Wert ist erforderlich"], + "(deleted or invalid type)": ["(gelöschter oder ungültiger Typ)"], + "Limit type": ["Typ einschränken"], + "No available filters.": ["Keine Filter verfügbar."], + "Add filter": ["Filter hinzufügen"], + "Values are dependent on other filters": [ + "Werte sind abhängig von anderen Filtern" ], - "There was an issue fetching your recent activity: %s": [ - "Beim Abrufen Ihrer letzten Aktivität ist ein Problem aufgetreten: %s" + "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" ], - "There was an issue fetching your saved queries: %s": [ - "Beim Abrufen Ihrer gespeicherten Abfragen ist ein Problem aufgetreten: %s" + "Values dependent on": ["Werte abhängig von"], + "Scoping": ["Auswahlverfahren"], + "Filter Configuration": ["Filterkonfiguration"], + "Filter Settings": ["Filtereinstellungen"], + "Select filter": ["Filter auswählen"], + "Range filter": ["Bereichsfilter"], + "Numerical range": ["Numerischer Bereich"], + "Time filter": ["Zeitfilter"], + "Time range": ["Zeitbereich"], + "Time column": ["Zeitspalten"], + "Time grain": ["Zeitgranularität"], + "Group By": ["Gruppieren nach"], + "Group by": ["Gruppieren nach"], + "Pre-filter is required": ["Vorfilterung erforderlich"], + "Time column to apply dependent temporal filter to": [ + "Zeitspalte, auf die ein abhängiger zeitlicher Filter angewendet werden soll" ], - "There was an issue previewing the selected query %s": [ - "Bei der Vorschau der ausgewählten Abfrage %s ist ein Problem aufgetreten" + "Time column to apply time range to": [ + "Zeitspalte, auf die der Zeitbereich angewendet werden soll" ], - "There was an issue previewing the selected query. %s": [ - "Bei der Vorschau der ausgewählten Abfrage ist ein Problem aufgetreten. %s" + "Filter name": ["Tabellenname"], + "Name is required": ["Name ist erforderlich"], + "Filter Type": ["Filtertyp"], + "Datasets do not contain a temporal column": [ + "Datensätze enthalten keine temporale Spalte" ], - "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: {}" + "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." ], - "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.": [ - "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 gemacht, die möglicherweise bestimmte Parameter ändern möchten." + "Dataset is required": ["Datensatz ist erforderlich"], + "Pre-filter available values": ["Verfügbare Werte vorfiltern"], + "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." ], - "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.": [ - "Dieses JSON-Objekt wird dynamisch generiert, wenn Sie in der Dashboardansicht auf die Schaltfläche Speichern oder Überschreiben klicken. Es wird hier als Referenz und für Power-User verfügbar gemacht, die möglicherweise bestimmte Parameter ändern möchten." + "Pre-filter": ["Vorfilter"], + "No filter": ["Kein Filter"], + "Sort filter values": ["Filterwerte sortieren"], + "Sort type": ["Art der Sortierung"], + "Sort ascending": ["Aufsteigend sortieren"], + "Sort Metric": ["Sortiermetrik"], + "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" ], - "This action will permanently delete %s.": [ - "Mit dieser Aktion wird %s dauerhaft gelöscht." + "Sort metric": ["Metrik anzeigen"], + "Single Value": ["Einzelner Wert"], + "Single value type": ["Einzelwerttyp"], + "Exact": ["Genau"], + "Filter has default value": ["Filter hat den Standardwert"], + "Default Value": ["Standardwert"], + "Default value is required": ["Standardwert ist erforderlich"], + "Refresh the default values": ["Aktualisieren der Standardwerte"], + "Fill all required fields to enable \"Default Value\"": [ + "Füllen Sie alle erforderlichen Felder aus, um \"Standardwert\" zu aktivieren" ], - "This action will permanently delete the layer.": [ - "Durch diese Aktion wird die Ebene dauerhaft gelöscht." + "You have removed this filter.": ["Sie haben diesen Filter entfernt."], + "Restore Filter": ["Filter wiederherstellen"], + "Column is required": ["Spalte ist erforderlich"], + "Populate \"Default value\" to enable this control": [ + "Geben Sie den \"Standardwert\" an, um dieses Steuerelement zu aktivieren" ], - "This action will permanently delete the saved query.": [ - "Durch diese Aktion wird die gespeicherte Abfrage dauerhaft gelöscht." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "Standardwert wird automatisch festgelegt, wenn „Erstes Element als Standard“ aktiviert ist" ], - "This action will permanently delete the template.": [ - "Durch diese Aktion wird die Vorlage dauerhaft gelöscht." + "Default value must be set when \"Filter value is required\" is checked": [ + "Der Standardwert muss festgelegt werden, wenn „Filterwert ist erforderlich\" aktiviert ist" ], - "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." + "Default value must be set when \"Filter has default value\" is checked": [ + "Standardwert muss festgelegt werden, wenn \"Filter hat Standardwert\" aktiviert ist" ], - "This chart has been moved to a different filter scope.": [ - "Dieses Diagramm wurde in einen anderen Filterbereich verschoben." + "Apply to all panels": ["Auf alle Bereiche anwenden"], + "Apply to specific panels": ["Anwenden auf bestimmte Bereiche"], + "Only selected panels will be affected by this filter": [ + "Nur ausgewählte Bereiche sind von diesem Filter betroffen" ], - "This chart is managed externally, and can't be edited in Superset": [ - "Dieses Diagramm wird extern verwaltet und kann nicht in Superset bearbeitet werden." + "All panels with this column will be affected by this filter": [ + "Alle Bereiche mit dieser Spalte sind von diesem Filter betroffen" ], + "All panels": ["Alle Bereiche"], "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 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. " + "Keep editing": ["Weiter bearbeiten"], + "Yes, cancel": ["Ja, abbrechen"], + "There are unsaved changes.": ["Ungesicherte Änderungen vorhanden."], + "Are you sure you want to cancel?": ["Möchten Sie wirklich abbrechen?"], + "Error loading chart datasources. Filters may not work correctly.": [ + "Fehler beim Laden von Diagrammdatenquellen. Filter funktionieren möglicherweise nicht ordnungsgemäß." ], - "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" + "Transparent": ["Transparent"], + "White": ["Weiß"], + "All filters": ["Alle Filter"], + "Click to edit %s.": ["Klicken Sie hier, um %s zu bearbeiten."], + "Click to edit chart.": [ + "Klicken Sie hier, um das Diagramm zu bearbeiten." ], - "This column might be incompatible with current dataset": [ - "Diese Spalte ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." + "Use %s to open in a new tab.": [ + "Verwenden Sie %s, um eine neue Registerkarte zu öffnen." ], - "This column must contain date/time information.": [ - "Diese Spalte muss Datums-/Uhrzeitinformationen enthalten." + "Medium": ["Mittel"], + "New header": ["Neue Überschrift"], + "Tab title": ["Registerkartentitel"], + "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 control filters the whole chart based on the selected time range. 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.": [ - "" + "Equal to (=)": ["Ist gleich (==)"], + "Not equal to (≠)": ["Ist nicht gleich (≠)"], + "Less than (<)": ["Weniger als (<)"], + "Less or equal (<=)": ["Kleiner oder gleich (<=)"], + "Greater than (>)": ["Größer als (>)"], + "Greater or equal (>=)": ["Größer oder gleich (>=)"], + "In": ["in"], + "Not in": ["Nicht in"], + "Like": ["Wie (Like)"], + "Like (case insensitive)": [ + "Like (Groß-/Kleinschreibung wird nicht beachtet)" ], - "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." + "Is not null": ["Ist nicht null"], + "Is null": ["Ist null"], + "use latest_partition template": ["latest_partition Vorlage verwenden"], + "Is true": ["Ist wahr"], + "Is false": ["Ist falsch"], + "TEMPORAL_RANGE": ["TEMPORAL_RANGE"], + "Time granularity": ["Zeitgranularität"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Dauer in ms (100,40008 => 100ms 400μs 80ns)" ], - "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." + "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 Zeitreihenlimit enthalten, um die Anzahl der abgerufenen und dargestellten Zeitreihen zu begrenzen." ], - "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." + "One or many metrics to display": [ + "Eine oder mehrere anzuzeigende Metriken" ], - "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." + "Fixed color": ["Fixierte Farbe"], + "Right axis metric": ["Metrik der rechten Achse"], + "Choose a metric for right axis": [ + "Wählen Sie eine Metrik für die rechte Achse" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Dieses Dashboard ist nicht veröffentlicht, es wird nicht in der Liste der Dashboards angezeigt. Klicken Sie hier, um dieses Dashboard zu veröffentlichen." + "Linear color scheme": ["Farbverlaufschema"], + "Color metric": ["Metrik auswählen"], + "One or many controls to pivot as columns": [ + "Ein oder mehrere Steuerelemente, um zu Spalten zu pivotieren" ], - "This dashboard is now hidden": ["Dieses Dashboard ist nun verborgen"], - "This dashboard is now published": [ - "Dieses Dashboard ist jetzt veröffentlicht" + "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" ], - "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." + "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." ], - "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:" + "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.": [ + "Der Zeitraum für die Visualisierung. Alle relativen Zeiten, z.B. \"Letzter Monat\", \"Letzte 7 Tage\", \"jetzt\" usw., werden auf dem Server anhand der Ortszeit des Servers (ohne Zeitzone) ausgewertet. Alle QuickInfos und Platzhalterzeiten werden in UTC (ohne Zeitzone) ausgedrückt. Die Zeitstempel werden dann von der Datenbank anhand der lokalen Zeitzone des Moduls ausgewertet. Beachten Sie, dass man die Zeitzone explizit nach dem ISO 8601-Format festlegen kann, wenn entweder die Start- und/oder Endzeit angegeben wird." ], - "This dashboard was saved successfully.": [ - "Dieses Dashboard wurde erfolgreich gespeichert." + "Limits the number of rows that get displayed.": [ + "Begrenzt die Anzahl der Zeilen, die angezeigt werden." ], - "This database is managed externally, and can't be edited in Superset": [ - "Diese Datenbank wird extern verwaltet und kann nicht in Superset bearbeitet werden." + "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)." ], - "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." + "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" ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Dieser Datensatz wird extern verwaltet und kann nicht in Superset bearbeitet werden." + "Metric assigned to the [X] axis": [ + "Metrik, die der [X]-Achse zugewiesen ist" ], - "This dataset is not used to power any charts.": [ - "Dieser Datesatz wird nicht von Diagrammen genutzt." + "Metric assigned to the [Y] axis": [ + "Metrik, die der [Y]-Achse zugewiesen ist" ], - "This defines the element to be plotted on the chart": [ - "Definiert das Element, das im Diagramm dargestellt werden soll" + "Bubble size": ["Blasengröße"], + "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" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "" + "Color scheme": ["Farbschema"], + "An error occurred while starring this chart": [ + "Beim Favorisieren des Diagramms ist ein Fehler aufgetreten." ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "" + "Chart [%s] has been saved": ["Diagramm [%s] wurde gespeichert"], + "Chart [%s] has been overwritten": ["Diagramm [%s] wurde überschrieben"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "Dashboard [%s] wurde gerade erstellt und Diagramm [%s] hinzugefügt" ], - "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." + "Chart [%s] was added to dashboard [%s]": [ + "Diagramm [%s] wurde dem Dashboard hinzugefügt [%s]" ], - "This filter might be incompatible with current dataset": [ - "Dieser Filter ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." + "GROUP BY": ["Gruppieren nach"], + "Use this section if you want a query that aggregates": [ + "Verwenden Sie diesen Abschnitt, wenn Sie eine Abfrage benötigen, die aggregiert" ], - "This functionality is disabled in your environment for security reasons.": [ - "Diese Funktion ist in Ihrer Umgebung aus Sicherheitsgründen deaktiviert." + "NOT GROUPED BY": ["NICHT GRUPPIERT NACH"], + "Use this section if you want to query atomic rows": [ + "Verwenden Sie diesen Abschnitt, wenn Sie atomare Zeilen abfragen möchten" ], - "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." + "The X-axis is not on the filters list": [ + "Die X-Achse befindet sich nicht in der Filterliste" ], - "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": [ - "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" + "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?" ], - "This markdown component has an error.": [ - "Diese Markdown-Komponente weist einen Fehler auf." + "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." ], - "This markdown component has an error. Please revert your recent changes.": [ - "Diese Markdown-Komponente weist einen Fehler auf. Bitte machen Sie Ihre letzten Änderungen rückgängig." + "This section contains validation errors": [ + "Dieser Abschnitt enthält Validierungsfehler" ], - "This may be triggered by:": ["Dies kann ausgelöst werden durch:"], - "This metric might be incompatible with current dataset": [ - "Diese Metrik ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." + "Keep control settings?": ["Steuerelement-Einstellungen beibehalten?"], + "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." ], - "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." + "Continue": ["Weiter"], + "Clear form": ["Formular zurücksetzen"], + "No form settings were maintained": [ + "Es wurden keine Formulareinstellungen beibehalten" ], - "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" + "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." ], - "This section contains validation errors": [ - "Dieser Abschnitt enthält Validierungsfehler" + "Customize": ["Anpassen"], + "Generating link, please wait..": ["Link wird generiert, bitte warten."], + "Chart height": ["Diagrammhöhe"], + "Chart width": ["Diagrammbreite"], + "Save (Overwrite)": ["Speichern (Überschreiben)"], + "Save as...": ["Speichern unter..."], + "Chart name": ["Diagrammname"], + "Dataset Name": ["Datensatzbezeichnung"], + "A reusable dataset will be saved with your chart.": [ + "Ein wiederverwendbarer Datensatz wird mit Ihrem Diagramm gespeichert." ], - "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." + "Add to dashboard": ["Zu Dashboard hinzufügen"], + "Select a dashboard": ["Dashboard auswählen"], + "Select": ["Auswählen"], + " a dashboard OR ": [" ein Dashboard ODER "], + "create": ["Erstellen"], + " a new one": [" eine neue"], + "Save & go to dashboard": ["Speichern & zum Dashboard gehen"], + "Save chart": ["Diagramm speichern"], + "Formatted date": ["Formatiertes Datum"], + "Column Formatting": ["Spaltenformatierung"], + "Collapse data panel": ["Datenbereich ausblenden"], + "Expand data panel": ["Datenbereich erweitern"], + "Samples": ["Beispiele"], + "No samples were returned for this dataset": [ + "Für diesen Dataensatz wurden keine Beispiele zurückgegeben" ], - "This table already has a dataset": [ - "Diese Tabelle hat bereits einen Datensatz" + "No results": ["Keine Ergebnisse"], + "Showing %s of %s": ["Sie sehen %s von %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Weniger..."], + "Show all...": ["Zeige alle …"], + "Search Metrics & Columns": ["Metriken & Spalten durchsuchen"], + "Create a dataset": ["Datensatz erstellen"], + " to edit or add columns and metrics.": [ + ", um Spalten und Metriken zu bearbeiten oder hinzuzufügen." ], - "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" + "Unable to retrieve dashboard colors": [ + "Dashboardfarben können nicht abgerufen werden" ], - "This value should be greater than the left target value": [ - "Dieser Wert sollte größer als der linke Zielwert sein" + "Not added to any dashboard": ["Zu keinem Dashboard hinzugefügt"], + "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." ], - "This value should be smaller than the right target value": [ - "Dieser Wert sollte kleiner als der rechte Zielwert sein" + "Not available": ["Nicht verfügbar"], + "Add the name of the chart": ["Name des Diagramms hinzufügen"], + "Chart title": ["Diagrammtitel"], + "Add required control values to save chart": [ + "Fügen Sie erforderlicher Steuerelementwerte hinzu, um das Diagramms zu speichern" ], - "This visualization type does not support cross-filtering.": [ - "Dieser Visualisierungstyp unterstützt keine Kreuzfilterung." + "Chart type requires a dataset": [ + "Diagrammtyp erfordert einen Datensatz" ], - "This visualization type is not supported.": [ - "Dieser Visualisierungstyp wird nicht unterstützt." + "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 will remove your current embed configuration.": [ - "Dadurch wird Ihre aktuelle Embedded-Konfiguration entfernt." + " to visualize your data.": [" , um Ihre Daten zu visualisieren."], + "Required control values have been removed": [ + "Erforderliche Steuerwerte wurden entfernt" ], - "Threshold alpha level for determining significance": [ - "Schwellenwert für Alpha-Level zur Bestimmung der Signifikanz" + "Your chart is not up to date": ["Ihr Diagramm ist nicht aktuell"], + "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" ], - "Thumbnails": ["Vorschaubilder"], - "Thursday": ["Donnerstag"], - "Time": ["Zeit"], - "Time Column": ["Zeitspalte"], - "Time Comparison": ["Zeitvergleich"], - "Time Format": ["Zeitformat"], - "Time Grain": ["Zeitgranularität"], - "Time Granularity": ["Zeitgranularität"], - "Time Lag": ["Verzögerung"], - "Time Range": ["Zeitraum"], - "Time Ratio": ["Zeitverhältnis"], - "Time Series": ["Zeitreihen"], - "Time Series - Bar Chart": ["Zeitreihen - Balkendiagramm"], - "Time Series - Line Chart": ["Zeitreihen - Liniendiagramm"], - "Time Series - Nightingale Rose Chart": [ - "Zeitreihe - Nightingale Rose Chart" + "Controls labeled ": ["Steuerelemente beschriftet "], + "Control labeled ": ["Feld "], + "Chart Source": ["Diagrammquelle"], + "Open Datasource tab": ["Datenquellen-Reiter öffnen"], + "Original": ["Original"], + "Pivoted": ["Pilotiert"], + "You do not have permission to edit this chart": [ + "Sie sind nicht berechtigt, dieses Diagramm zu bearbeiten" ], - "Time Series - Paired t-test": ["Zeitreihen - t-Differenzentest"], - "Time Series - Percent Change": ["Zeitreihen - Prozentuale Veränderung"], - "Time Series - Period Pivot": ["Zeitreihen - Perioden-Pivot"], - "Time Series - Stacked": ["Zeitreihen - Gestapelt"], - "Time Series Options": ["Zeitreihen-Optionen"], - "Time Shift": ["Zeitverschiebung"], - "Time Table View": ["Zeittabellenansicht"], - "Time column": ["Zeitspalten"], - "Time column \"%(col)s\" does not exist in dataset": [ - "Zeitspalte \"%(col)s\" ist im Datensatz nicht vorhanden" + "Chart properties updated": ["Diagrammeigenschaften aktualisiert"], + "Edit Chart Properties": ["Diagrammeigenschaften bearbeiten"], + "This chart is managed externally, and can't be edited in Superset": [ + "Dieses Diagramm wird extern verwaltet und kann nicht in Superset bearbeitet werden." ], - "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" + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Die Beschreibung kann als Widget-Titel in der Dashboard-Ansicht angezeigt werden. Unterstützt Markdown." ], - "Time column to apply time range to": [ - "Zeitspalte, auf die der Zeitbereich angewendet werden soll" + "Person or group that has certified this chart.": [ + "Person oder Gruppe, die dieses Diagramm zertifiziert hat." ], - "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)" + "Configuration": ["Konfiguration"], + "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." ], - "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." + "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." ], - "Time filter": ["Zeitfilter"], - "Time format": ["Zeitformat"], - "Time grain": ["Zeitgranularität"], - "Time grain filter plugin": ["Zeitgranularität-Plugin"], - "Time grain missing": ["Zeiteinteilung fehlt"], - "Time granularity": ["Zeitgranularität"], - "Time in seconds": ["Zeit in Sekunden"], - "Time lag": ["Verzögerung"], - "Time range": ["Zeitbereich"], - "Time ratio": ["Zeitverhältnis"], - "Time related form attributes": ["Zeitbezogene Formularattribute"], - "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." + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "Time-series Bar Chart (legacy)": ["Zeitreihen-Balkendiagramm (Legacy)"], - "Time-series Percent Change": ["Zeitreihen - Prozentuale Veränderung"], - "Time-series Period Pivot": ["Zeitreihen - Perioden-Pivot"], - "Time-series Table": ["Zeitreihentabelle"], - "Timeout error": ["Zeitüberschreitung"], - "Timestamp format": ["Zeitstempelformat"], - "Timezone": ["Zeitzone"], - "Timezone offset (in hours) for this datasource": [ - "Zeitzonen-Offset (in Stunden) für diese Datenquelle" + "Create chart": ["Diagramm erstellen"], + "Update chart": ["Diagramm aktualisieren"], + "Invalid lat/long configuration.": [ + "Ungültige Längen-/Breitengrad-Konfiguration." ], - "Timezone selector": ["Zeitzonen-Auswahl"], - "Tiny": ["Sehr klein"], - "Title": ["Titel"], - "Title Column": ["Titelspalte"], - "Title is required": ["Titel ist erforderlich"], - "Title or Slug": ["Titel oder Kopfzeile"], - "To filter on a metric, use Custom SQL tab.": [ - "Um nach einer Metrik zu filtern, verwenden Sie die Registerkarte Benutzerdefinierte SQL." + "Reverse lat/long ": ["Länge/Breite vertauschen "], + "Longitude & Latitude columns": ["Längen- und Breitengradspalten"], + "Delimited long & lat single column": [ + "Länge und Breite in einer Spalte mit Trennzeichen" ], - "To get a readable URL for your dashboard": [ - "So erhalten Sie eine sprechende URL für Ihr Dashboard" + "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" ], - "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"], - "Transparent": ["Transparent"], - "Transpose pivot": ["Pivot transponieren"], - "Treat values as categorical.": [""], - "Tree Chart": ["Baumdiagramm"], - "Tree layout": ["Baum-Layout"], - "Tree orientation": ["Baumausrichtung"], - "Treemap": ["Treemap"], - "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." + "Geohash": ["Geo Hashing"], + "textarea": ["Textfeld"], + "in modal": [" "], + "Sorry, An error occurred": ["Leider ist ein Fehler aufgetreten"], + "Save as Dataset": ["Als Datensatz speichern"], + "Open in SQL Lab": ["In SQL Lab öffnen"], + "Failed to verify select options: %s": [ + "Auswahloptionen konnten nicht überprüft werden: %s" ], - "Truncate long cells to the \"min width\" set above": [ - "Lange Zellen auf die oben festgelegte \"Mindestbreite\" abschneiden" + "No annotation layers": ["Keine Anmerkungs-Layer"], + "Add an annotation layer": ["Anmerkungsebene hinzufügen"], + "Annotation layer": ["Anmerkungsebene"], + "Select the Annotation Layer you would like to use.": [ + "Wählen Sie den Anmerkungs-Layer aus, den Sie verwenden möchten." ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Kürzt das angegebene Datum auf die von der Datumseinheit angegebene Genauigkeit." + "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]" ], - "Try applying different filters or ensuring your datasource has data": [ - "Versuchen Sie, andere Filter anzuwenden oder sicherzustellen, dass Ihre Datenquelle Daten enthält" + "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'" ], - "Try different criteria to display results.": [ - "Probieren Sie verschiedene Kriterien aus, um Ergebnisse anzuzeigen." + "Annotation layer value": ["Wert der Anmerkungsebene"], + "Bad formula.": ["Fehlerhafte Formel."], + "Annotation Slice Configuration": ["Konfiguration Anmerkungs-Slice"], + "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." ], - "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" + "Annotation layer time column": ["Zeitspalte der Anmerkungsebene"], + "Interval start column": ["Spalte \"Intervallstart\""], + "Event time column": ["Spalte \"Ereigniszeit\""], + "This column must contain date/time information.": [ + "Diese Spalte muss Datums-/Uhrzeitinformationen enthalten." ], - "UI Configuration": ["UI Konfiguration"], - "URL": ["URL"], - "URL Parameters": ["URL-Parameter"], - "URL parameters": ["URL-Parameter"], - "URL slug": ["URL Titelform"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Dem Backend kann keine neue Registerkarte hinzugefügt werden. Wenden Sie sich an Ihre*n Administrator*in." + "Annotation layer interval end": ["Ende des Anmerkungsebenen-Intervalls"], + "Interval End column": ["Spalte \"Intervallende\""], + "Annotation layer title column": ["Titelspalte der Anmerkungsebene"], + "Title Column": ["Titelspalte"], + "Pick a title for you annotation.": [ + "Wählen Sie einen Titel für Ihre Anmerkung aus." ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Es konnte keine Verbindung zum Katalog mit dem Namen \"%(catalog_name)s\" hergestellt werden." + "Annotation layer description columns": [ + "Beschreibungsspalten für Anmerkungsebenen" ], - "Unable to connect to database \"%(database)s\".": [ - "Es konnte keine Verbindung zur Datenbank \"%(database)s\" hergestellt werden." + "Description Columns": ["Beschreibungsspalten"], + "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.": [ + "Wählen Sie eine oder mehrere Spalten aus, die in der Anmerkung angezeigt werden sollen. Wenn Sie keine Spalte auswählen, werden alle angezeigt." ], - "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\"" + "Override time range": ["Zeitbereich überschreiben"], + "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." ], - "Unable to create chart without a query id.": [ - "Diagramm kann ohne Abfrage-ID nicht erstellt werden." + "Override time grain": ["Zeitgranularität überschreiben"], + "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." ], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "Kann einen solchen Feiertag nicht finden: [%(holiday)s]" + "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)" ], - "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." + "Display configuration": ["Anzeige-Konfiguration"], + "Configure your how you overlay is displayed here.": [ + "Konfigurieren Sie hier, wie Ihr Overlay angezeigt wird." ], - "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." + "Annotation layer stroke": ["Strichstärke Anmerkungebene"], + "Style": ["Stil"], + "Solid": ["Durchgezogen"], + "Dashed": ["Gestrichelt"], + "Long dashed": ["Lange gestrichelt"], + "Dotted": ["Gepunktet"], + "Annotation layer opacity": ["Deckkraft der Amerkungsebene"], + "Color": ["Farbe"], + "Automatic Color": ["Automatische Farbe"], + "Shows or hides markers for the time series": [ + "Ein- oder Ausblenden von Markern für die Zeitreihe" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "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." + "Hide Line": ["Linie ausblenden"], + "Hides the Line for the time series": [ + "Blendet die Linie für die Zeitreihe aus" ], - "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." + "Layer configuration": ["Ebenen-Konfiguration"], + "Configure the basics of your Annotation Layer.": [ + "Konfigurieren Sie die Grundeinstellungen der Anmerkungsebene." ], - "Unable to retrieve dashboard colors": [ - "Dashboardfarben können nicht abgerufen werden" + "Mandatory": ["Notwendig"], + "Hide layer": ["Ebene verstecken"], + "Show label": ["Beschriftung anzeigen"], + "Whether to always show the annotation label": [ + "Ob die Anmerkungs-Beschriftung immer angezeigt werden soll" ], - "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" + "Annotation layer type": ["Anmerkungsebenen-Typ"], + "Choose the annotation layer type": [ + "Auswählen des Anmerkungsebenen-Typs" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Die Spaltendatei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: %(error_msg)s" + "Annotation source type": ["Typ der Anmerkungsquelle"], + "Choose the source of your annotations": [ + "Wählen Sie die Quelle Ihrer Anmerkungen aus" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Excel-Datei \"%(filename)s\" kann nicht in die Tabelle \"%(table_name)s\" in der Datenbank \"%(db_name)s\" hochgeladen werden. Fehlermeldung: %(error_msg)s" + "Annotation source": ["Quelle Anmerkungen"], + "Remove": ["Entfernen"], + "Time series": ["Zeitreihen"], + "Edit annotation layer": ["Anmerkungsebene bearbeiten"], + "Add annotation layer": ["Anmerkungsebene hinzufügen"], + "Empty collection": ["Leere Sammlung"], + "Add an item": ["Element hinzufügen"], + "Remove item": ["Element entfernen"], + "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" ], - "Undefined": ["Undefiniert"], - "Undefined window for rolling operation": [ - "Undefiniertes Fenster für rollierende Operation" + "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." ], - "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" + "dashboard": ["Dashboard"], + "Dashboard scheme": ["Dashboard Schema"], + "Select color scheme": ["Farbschema auswählen"], + "Select scheme": ["Schema auswählen"], + "Show less columns": ["Weniger Spalten anzeigen"], + "Show all columns": ["Alle Spalten anzeigen"], + "Fraction digits": ["Nachkommastellen"], + "Number of decimal digits to round numbers to": [ + "Anzahl der Dezimalstellen, auf die gerundet wird" ], - "Unexpected error: ": ["Unerwarteter Fehler:"], - "Unknown": ["Unbekannt"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Unbekannter MySQL-Server-Host \"%(hostname)s\"." + "Min Width": ["Min. Breite"], + "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" ], - "Unknown Presto Error": ["Unbekannter Presto-Fehler"], - "Unknown Status": ["Status unbekannt"], - "Unknown column used in orderby: %(col)s": [ - "Unbekannte Spalte in ORDER BY verwendet: %(col)s" + "Text align": ["Textausrichtung"], + "Horizontal alignment": ["Horizontale Ausrichtung"], + "Show cell bars": ["Zellenbalken anzeigen"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "Ob positive und negative Werte im Zellbalkendiagramm bei 0 ausgerichtet werden sollen" ], - "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" + "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" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Unsicherer Vorlagenwert für Schlüssel %(key)s: %(value_type)s" + "Truncate Cells": ["Zellen abschneiden"], + "Truncate long cells to the \"min width\" set above": [ + "Lange Zellen auf die oben festgelegte \"Mindestbreite\" abschneiden" ], - "Unsupported clause type: %(clause)s": [ - "Nicht unterstützter Ausdruck-Typ: %(clause)s" + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "" ], - "Unsupported post processing operation: %(operation)s": [ - "Nicht unterstützter Nachbearbeitungsvorgang: %(operation)s" + "Small number format": ["Kleines Zahlenformat"], + "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" ], - "Unsupported return value for method %(name)s": [ - "Nicht unterstützter Rückgabewert für %(name)s" - ], - "Unsupported template value for key %(key)s": [ - "Nicht unterstützter Vorlagenwert für Schlüssel %(key)s" - ], - "Unsupported time grain: %(time_grain)s": [ - "Nicht unterstützte Zeiteinteilung: %(time_grain)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 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 columnar file": ["Spaltendatei hochladen"], - "Upload columnar file to database": [ - "Spaltendatei in Datenbank hochladen" + "Edit formatter": ["Formatierer bearbeiten"], + "Add new formatter": ["Neuen Formatierer hinzufügen"], + "Add new color formatter": ["Neuen Farbformatierer hinzufügen"], + "alert": ["Alarm"], + "error dark": [""], + "This value should be smaller than the right target value": [ + "Dieser Wert sollte kleiner als der rechte Zielwert sein" ], - "Upload file to database": ["Datei in Datenbank hochladen"], - "Usage": ["Verwendung"], - "Use \"%(menuName)s\" menu instead.": [ - "Verwenden Sie stattdessen das Menü \"%(menuName)s\"." + "This value should be greater than the left target value": [ + "Dieser Wert sollte größer als der linke Zielwert sein" ], - "Use %s to open in a new tab.": [ - "Verwenden Sie %s, um eine neue Registerkarte zu öffnen." + "Required": ["Erforderlich"], + "Operator": ["Operator"], + "Left value": ["Linker Wert"], + "Right value": ["Rechter Wert"], + "Target value": ["Zielwert"], + "Select column": ["Spalte auswählen"], + "Lower threshold must be lower than upper threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "Use Area Proportions": ["Verwenden von Flächenproportionen"], - "Use Columns": ["Spalten verwenden"], - "Use a log scale": ["Verwenden einer Logarithmischen Skala"], - "Use a log scale for the X-axis": [ - "Logarithmische Skala für die X-Achse verwenden" + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Datensatz bearbeiten"], + "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." ], - "Use a log scale for the Y-axis": [ - "Logarithmische Skala für die Y-Achse verwenden" + "View in SQL Lab": ["In SQL Lab anzeigen"], + "Query preview": ["Abfragen-Voransicht"], + "Save as dataset": ["Als Datensatz speichern"], + "Missing URL parameters": ["Fehlende URL-Parameter"], + "The URL is missing the dataset_id or slice_id parameters.": [ + "In der URL fehlen die Parameter dataset_id oder slice_id." ], - "Use an encrypted connection to the database": [ - "Verschlüsselten Verbindung zur Datenbank verwenden" + "The dataset linked to this chart may have been deleted.": [ + "Der mit diesem Diagramm verknüpfte Datensatz wurde möglicherweise gelöscht." ], - "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]" + "RANGE TYPE": ["BEREICHSTYP"], + "Actual time range": ["Tatsächlicher Zeitbereich"], + "APPLY": ["ANWENDEN"], + "Edit time range": ["Zeitraum bearbeiten"], + "Configure Advanced Time Range ": [ + "Erweiterten Zeitbereich konfigurieren " ], - "Use date formatting even when metric value is not a timestamp": [ - "Verwenden Sie die Datumsformatierung, auch wenn der Metrikwert kein Zeitstempel ist" + "START (INCLUSIVE)": ["START (INKLUSIVE)"], + "Start date included in time range": [ + "Startdatum im Zeitbereich enthalten" ], - "Use legacy datasource editor": [ - "Verwenden des Legacy-Datenquellen-Editors" + "END (EXCLUSIVE)": ["ENDE (EXKLUSIV)"], + "End date excluded from time range": [ + "Enddatum aus dem Zeitraum ausgeschlossen" ], - "Use metrics as a top level group for columns or for rows": [ - "Verwenden von Metriken als Gruppe der obersten Ebene für Spalten oder Zeilen" + "Configure Time Range: Previous...": [ + "Zeitraum konfigurieren: Vorhergehende…" ], - "Use only a single value.": ["Verwenden Sie nur einen einzigen Wert."], - "Use the Advanced Analytics options below": [ - "Verwenden Sie die untenstehenden fortgeschrittenen Analytik-Optionen" + "Configure Time Range: Last...": ["Zeitraum konfigurieren: Letzte..."], + "Configure custom time range": [ + "Benutzerdefinierten Zeitraum konfigurieren" ], - "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." + "Relative quantity": ["Relative Menge"], + "Relative period": ["Relativer Zeitraum"], + "Anchor to": ["Verankern mit"], + "NOW": ["JETZT"], + "Date/Time": ["Datum/Zeit"], + "Return to specific datetime.": [ + "Kehren Sie zu bestimmtem Zeitpunkt zurück." ], - "Use the edit button to change this field": [ - "Verwenden Sie die Schaltfläche Bearbeiten, um dieses Feld zu ändern" + "Syntax": ["Syntax"], + "Example": ["Beispiel"], + "Moves the given set of dates by a specified interval.": [ + "Verschiebt den angegebenen Satz von Datumsangaben um ein angegebenes Intervall." ], - "Use this section if you want a query that aggregates": [ - "Verwenden Sie diesen Abschnitt, wenn Sie eine Abfrage benötigen, die aggregiert" + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Kürzt das angegebene Datum auf die von der Datumseinheit angegebene Genauigkeit." ], - "Use this section if you want to query atomic rows": [ - "Verwenden Sie diesen Abschnitt, wenn Sie atomare Zeilen abfragen möchten" + "Get the last date by the date unit.": [ + "Das letzte Datum anhand der Datumseinheit anfordern." ], - "Use this to define a static color for all circles": [ - "Verwenden Sie diese Option, um eine statische Farbe für alle Kreise zu definieren" + "Get the specify date for the holiday": [ + "Abrufen des angegebenen Datums für den Feiertag" ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Wird intern verwendet, um das Plugin zu identifizieren. Sollte auf den Paketnamen aus der paket.json des Plugins gesetzt werden" + "Previous": ["Zurück"], + "Custom": ["Angepasst"], + "previous calendar week": ["vorherige Kalenderwoche"], + "previous calendar month": ["vorheriger Kalendermonat"], + "previous calendar year": ["vorheriges Kalenderjahr"], + "Seconds %s": ["Sekunden %s"], + "Minutes %s": ["Minuten %s"], + "Hours %s": ["Stunden %s"], + "Days %s": ["Tage %s"], + "Weeks %s": ["Wochen %s"], + "Months %s": ["Monate %s"], + "Quarters %s": ["Quartale %s"], + "Years %s": ["Jahre %s"], + "Specific Date/Time": ["Spezifisches Datum/Uhrzeit"], + "Relative Date/Time": ["Relatives Datum/Uhrzeit"], + "Now": ["Jetzt"], + "Midnight": ["Mitternacht"], + "Saved expressions": ["Gespeicherte Ausdrücke"], + "Saved": ["Speichern als"], + "%s column(s)": ["%s Spalte(n)"], + "No temporal columns found": ["Keine Zeitspalten gefunden"], + "No saved expressions found": ["Keine gespeicherten Ausdrücke gefunden"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Fügen Sie berechnete Zeitspalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" ], - "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.": [ - "Wird verwendet, um einen Datensatz zusammenzufassen, indem mehrere Statistiken entlang zweier Achsen gruppiert werden. Beispiele: Verkaufszahlen nach Region und Monat, Aufgaben nach Status und Beauftragtem, aktive Nutzer nach Alter und Standort. Nicht die visuell beeindruckendste Visualisierung, aber sehr informativ und vielseitig." + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Fügen Sie berechnete Spalten im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" ], - "User": ["Nutzer*in"], - "User doesn't have the proper permissions.": [ - "Benutzer*in verfügt nicht über die richtigen Berechtigungen." + " to mark a column as a time column": [ + " um eine Spalte als Zeitspalte zu markieren" ], - "User must select a value before applying the filter": [ - "Benutzer*in muss einen Wert für diesen Filter auswählen" + " to add calculated columns": [", um berechnete Spalten hinzuzufügen"], + "Simple": ["Einfach"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Markieren einer Spalte als temporär im Modal \"Datenquelle bearbeiten\"" ], - "User query": ["Benutzer*innen-Abfrage"], - "Username": ["Benutzer*innenname"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "" + "Custom SQL": ["Benutzerdefinierte SQL"], + "My column": ["Meine Spalte"], + "This filter might be incompatible with current dataset": [ + "Dieser Filter ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." ], - "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.": [ - "Verwendet ein Tachometer, um den Fortschritt einer Metrik in Richtung eines Ziels anzuzeigen. Die Position des Zifferblatts stellt den Fortschritt und der Endwert im Tachometer den Zielwert dar." + "This column might be incompatible with current dataset": [ + "Diese Spalte ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." ], - "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.": [ - "Verwendet Kreise, um den Datenfluss durch verschiedene Phasen eines Systems zu visualisieren. Bewegen Sie den Mauszeiger über einzelne Pfade in der Visualisierung, um die Phasen zu verstehen, die ein Wert durchlaufen hat. Nützlich für die Visualisierung von Trichtern und Pipelines in mehreren Gruppen." + "Click to edit label": ["Klicke um zu Bezeichnung zu bearbeiten"], + "Drop columns/metrics here or click": [ + "Spalten/Metriken hierhin ziehen und ablegen oder klicken" ], - "Value": ["Wert"], - "Value Domain": ["Wertebereich"], - "Value Format": ["Wertformat"], - "Value bounds": ["Wertgrenzen"], - "Value cannot exceed %s": [""], - "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" + "This metric might be incompatible with current dataset": [ + "Diese Metrik ist möglicherweise nicht mit dem aktuellen Datensatz kompatibel." ], - "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" + "\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 " ], - "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 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"], - "Viewed": ["Angesehen"], - "Viewed %s": ["%s angesehen"], - "Viewport": ["Ansichtsfenster"], - "Virtual": ["Virtuell"], - "Virtual (SQL)": ["Virtuell (SQL)"], - "Virtual dataset": ["Virtueller Datensatz"], - "Virtual dataset query cannot be empty": [ - "Virtuelle Datensatzabfrage darf nicht leer sein" + "%s option(s)": ["%s Option(en)"], + "Select subject": ["Betreff auswählen"], + "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." ], - "Virtual dataset query cannot consist of multiple statements": [ - "Virtuelle Datensatzabfrage kann nicht aus mehreren Anweisungen bestehen" + "To filter on a metric, use Custom SQL tab.": [ + "Um nach einer Metrik zu filtern, verwenden Sie die Registerkarte Benutzerdefinierte SQL." ], - "Virtual dataset query must be read-only": [ - "Virtuelle Datensatzabfrage muss schreibgeschützt sein" + "%s operator(s)": ["%s Operator(en)"], + "Select operator": ["Operator auswählen"], + "Comparator option": ["Komparator-Option"], + "Type a value here": ["Geben Sie hier einen Wert ein"], + "Filter value (case sensitive)": [ + "Filterwert (Groß-/Kleinschreibung beachten)" ], - "Visual Tweaks": ["Visuelle Optimierungen"], - "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.": [ - "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." + "Failed to retrieve advanced type": [ + "Fehler beim Abrufen des erweiterten Typs" ], - "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." + "choose WHERE or HAVING...": ["Wählen Sie WHERE oder HAVING…"], + "Filters by columns": ["Nach Spalten filtern"], + "Filters by metrics": ["Nach Metriken filtern"], + "Fixed": ["Fixiert"], + "Based on a metric": ["Auf Metrik basierend"], + "My metric": ["Meine Metrik"], + "Add metric": ["Metrik hinzufügen"], + "Select aggregate options": ["Aggregierungsoptionen auswählen"], + "%s aggregates(s)": ["%s Aggregate"], + "Select saved metrics": ["Gespeicherte Metriken auswählen"], + "%s saved metric(s)": ["%s gespeicherte Metrik(en)"], + "Saved metric": ["Gespeicherte Abfragen"], + "No saved metrics found": ["Keine gespeicherten Metriken gefunden"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Fügen Sie Metriken im Dialog \"Datenquelle bearbeiten\" zum Datensatz hinzu" ], - "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." + " to add metrics": [", um Metriken hinzuzufügen"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Einfache Ad-hoc-Metriken sind für diesen Datensatz nicht aktiviert" ], - "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." + "column": ["Spalte"], + "aggregate": ["Aggregat"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Benutzerdefinierte SQL-Ad-hoc-Metriken sind für diesen Datasatz nicht aktiviert" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Visualisieren Sie mehrere Hierarchieebenen mit einer vertrauten baumartigen Struktur." + "Error while fetching data: %s": ["Fehler beim Abrufen von Daten: %s"], + "Time series columns": ["Zeitreihenspalte"], + "Actual value": ["Istwert"], + "Sparkline": ["Sparkline"], + "Period average": ["Periodendurchschnitt"], + "The column header label": ["Die Spaltenüberschrift"], + "Column header tooltip": ["Tooltip zur Spaltenüberschrift"], + "Type of comparison, value difference or percentage": [ + "Art des Vergleichs, Wertdifferenz oder Prozentsatz" ], - "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)." + "Width": ["Breite"], + "Width of the sparkline": ["Breite der Sparkline"], + "Height of the sparkline": ["Höhe der Sparkline"], + "Time lag": ["Verzögerung"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the 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.": [ - "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." + "Time Lag": ["Verzögerung"], + "Time ratio": ["Zeitverhältnis"], + "Number of periods to ratio against": [ + "Anzahl ins Verhältnis zu setzender Perioden" ], - "Visualizes connected points, which form a path, on a map.": [ - "Visualisiert verbundene Punkte, die einen Pfad bilden, auf einer Karte." + "Time Ratio": ["Zeitverhältnis"], + "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." ], - "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." + "Y-axis bounds": ["Grenzen der Y-Achse"], + "Manually set min/max values for the y-axis.": [ + "Min/Max-Werte für die y-Achse manuell festlegen." ], - "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." + "Color bounds": ["Farbgrenzen"], + "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." ], - "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." + "Optional d3 number format string": [ + "Optionale d3-Zahlenformat-Zeichenfolge" ], - "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." + "Number format string": ["Zahlenformat-Zeichenfolge"], + "Optional d3 date format string": [ + "Optionale d3-Datumsformat-Zeichenfolge" ], - "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.": [ - "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." + "Date format string": ["Datumsformat-Zeichenfolge"], + "Column Configuration": ["Spaltenkonfiguration"], + "Select Viz Type": ["Visualisierungstyp wählen"], + "Currently rendered: %s": ["Derzeit dargestellt: %s"], + "Search all charts": ["Alle Diagramm durchsuchen"], + "No description available.": ["Keine Beschreibung verfügbar."], + "Examples": ["Beispiele"], + "This visualization type is not supported.": [ + "Dieser Visualisierungstyp wird nicht unterstützt." ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Visualisiert die Wörter in einer Spalte, die am häufigsten vorkommen. Größere Schrift entspricht einer höheren Frequenz." + "View all charts": ["Alle Diagramme anzeigen"], + "Select a visualization type": ["Visualisierungstyp wählen"], + "No results found": ["Keine Ergebnisse gefunden"], + "Superset Chart": ["Superset Diagramm"], + "New chart": ["Neues Diagramm"], + "Edit chart properties": ["Diagrammeigenschaften bearbeiten"], + "Export to original .CSV": ["Export in das ursprüngliche .CSV"], + "Export to pivoted .CSV": ["Export in das pivotierte .CSV"], + "Export to .JSON": ["Exportieren nach . JSON"], + "Embed code": ["Code einbetten"], + "Run in SQL Lab": ["Ausführen in SQL Lab"], + "Code": ["Code"], + "Markup type": ["Markup-Typ"], + "Pick your favorite markup language": [ + "Wählen Sie Ihre bevorzugte Markup-Sprache" ], - "Viz is missing a datasource": ["Visualisierung fehlt eine Datenquelle"], - "Viz type": ["Visualisierungstyp"], - "WED": ["MI"], - "Want to add a new database?": [ - "Möchten Sie eine neue Datenbank hinzufügen?" + "Put your code here": ["Geben Sie Ihren Code hier ein"], + "URL parameters": ["URL-Parameter"], + "Extra parameters for use in jinja templated queries": [ + "Zusätzliche Parameter für die Verwendung in Jinja-Vorlagenabfragen" ], - "Warning": ["Warnung"], - "Warning Message": ["Warnmeldung"], - "Warning!": ["Warnung!"], - "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." + "Annotations and layers": ["Anmerkungen und Ebenen"], + "Annotation layers": ["Anmerkungsebenen"], + "My beautiful colors": ["Meine schönen Farben"], + "< (Smaller than)": ["< (Kleiner als)"], + "> (Larger than)": ["> (Größer als)"], + "<= (Smaller or equal)": ["<= (Kleiner oder gleich)"], + ">= (Larger or equal)": [">= (Größer oder gleich)"], + "== (Is equal)": ["== (Ist gleich)"], + "!= (Is not equal)": ["!= (Ist nicht gleich)"], + "Not null": ["Nicht NULL"], + "60 days": ["60 Tage"], + "90 days": ["90 Tage"], + "Send as PNG": ["Als PNG senden"], + "Send as CSV": ["Als CSV senden"], + "Send as text": ["Als Text senden"], + "Alert condition": ["Alarmierungsbedingung"], + "Notification method": ["Benachrichtigungsmethode"], + "database": ["Datenbank"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ + "" ], - "Was unable to check your query": [ - "Ihre Abfrage konnte nicht überprüft werden" + "Add delivery method": ["Übermittlungsmethode hinzufügen"], + "report": ["Report"], + "%s updated": ["%s aktualisiert"], + "Edit Report": ["Report bearbeiten"], + "Edit Alert": ["Alarm bearbeiten"], + "Add Report": ["Report hinzufügen"], + "Add Alert": ["Alarm hinzufügen"], + "Add": ["Hinzufügen"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Name des Reports"], + "Alert name": ["Name des Alarms"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "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." + "SQL Query": ["SQL Abfrage"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "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." + "Trigger Alert If...": ["Alarm auslösen falls..."], + "Condition": ["Bedingung"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Zeitzone"], + "Log retention": ["Protokollaufbewahrung"], + "Working timeout": ["Zeitüberschreitung"], + "Time in seconds": ["Zeit in Sekunden"], + "seconds": ["Sekunden"], + "Grace period": ["Kulanzzeit"], + "Recurring (every)": [""], + "CRON Schedule": ["CRON Zeitplan"], + "CRON expression": ["CRON-Ausdruck"], + "Report sent": ["Report gesendet"], + "Alert triggered, notification sent": [ + "Alarm ausgelöst, Benachrichtigung gesendet" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Wir können die Spalte „%(column_name)s“ nicht auflösen." + "Report sending": ["Report wird versendet"], + "Alert running": ["Alarm wird ausgeführt"], + "Report failed": ["Report fehlgeschlagen"], + "Alert failed": ["Alarm fehlgeschlagen"], + "Nothing triggered": ["Nichts ausgelöst"], + "Alert Triggered, In Grace Period": ["Alarm ausgelöst, in Kulanzzeit"], + "Delivery method": ["Übermittlungsmethode"], + "Select Delivery Method": ["Übermittlungsmethode hinzufügen"], + "Recipients are separated by \",\" or \";\"": [ + "Empfänger werden durch \",\" oder \";\" getrennt." ], - "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." + "Queries": ["Abfragen"], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["Anmerkungsebene"], + "Annotation template updated": ["Anmerkungsvorlage aktualisiert"], + "Annotation template created": ["Anmerkungsvorlage erstellt"], + "Edit annotation layer properties": [ + "Eigenschaften der Anmerkungsebene bearbeiten" ], - "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." + "Annotation layer name": ["Name der Anmerkungebene"], + "Description (this can be seen in the list)": [ + "Beschreibung (diese ist in der Liste zu sehen)" ], - "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." + "annotation": ["Anmerkungen"], + "The annotation has been updated": ["Anmerkung wurde aktualisiert"], + "The annotation has been saved": [ + "Die Anmerkung wurde erfolgreich gespeichert" ], - "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." + "Edit annotation": ["Anmerkung bearbeiten"], + "Add annotation": ["Anmerkungen hinzufügen"], + "date": ["Datum"], + "Additional information": ["Zusätzliche Information"], + "Please confirm": ["Bitte bestätigen"], + "Are you sure you want to delete": ["Wollen Sie wirklich löschen"], + "Modified %s": ["Geändert %s"], + "css_template": ["css_template"], + "Edit CSS template properties": ["CSS Vorlagen"], + "Add CSS template": ["CSS Vorlagen"], + "css": ["CSS"], + "published": ["veröffentlicht"], + "draft": ["Entwurf"], + "Adjust how this database will interact with SQL Lab.": [ + "Anpassen, wie diese Datenbank mit SQL Lab interagiert." ], - "Web": ["Web"], - "Wednesday": ["Mittwoch"], - "Week": ["Woche"], - "Week ending Saturday": ["Woche endet am Samstag"], - "Week starting Monday": ["Woche beginnt am Montag"], - "Week starting Sunday": ["Woche beginnt 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"], - "What should be shown on the label?": [ - "Was sollte als Beschriftung angezeigt werden?" + "Expose database in SQL Lab": ["Datenbank in SQL Lab verfügbar machen"], + "Allow this database to be queried in SQL Lab": [ + "Abfragen dieser Datenbank in SQL Lab zulassen" ], - "What should happen if the table already exists": [ - "Was soll passieren, wenn die Tabelle bereits vorhanden ist?" + "Allow creation of new tables based on queries": [ + "Erstellen neuer Tabellen basierend auf Abfragen zulassen" ], - "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" + "Allow creation of new views based on queries": [ + "Erstellen neuer Ansichten basierend auf Abfragen zulassen" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Wenn eine sekundäre Metrik bereitgestellt wird, wird eine lineare Farbskala verwendet." + "CTAS & CVAS SCHEMA": ["CTAS & CVAS SCHEMA"], + "Create or select schema...": ["Schema erstellen oder auswählen…"], + "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." ], - "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" + "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." ], - "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" + "Enable query cost estimation": ["Abfragekostenschätzung aktivieren"], + "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." + ], + "Allow this database to be explored": [ + "Abfragen dieser Datenbank in SQL Lab zulassen" ], "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." ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Wenn nur eine primäre Metrik bereitgestellt wird, wird eine kategoriale Farbpalette verwendet." + "Disable SQL Lab data preview queries": [ + "Deaktivieren von SQL Lab-Datenvorschau-Abfragen" ], - "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.": [ - "Beim Angeben von SQL fungiert die Datenquelle als Ansicht. Superset verwendet diese Anweisung als Unterabfrage beim Gruppieren und Filtern der generierten übergeordneten 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." ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "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.": [ - "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 ein relativer Zeitfilter auf ein partitioniertes oder indiziertes zeitbezogenes Feld angewendet wird." + "Performance": ["Leistung"], + "Adjust performance settings of this database.": [ + "Leistungseinstellungen dieser Datenbank anpassen." ], - "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" + "Chart cache timeout": ["Diagramm-Cache Timeout"], + "Enter duration in seconds": ["Dauer in Sekunden eingeben"], + "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." ], - "When using other than adaptive formatting, labels may overlap": [ - "Bei Verwendung einer anderen als der adaptiven Formatierung können sich Beschriftungen überschneiden" + "Schema cache timeout": ["Zeitüberschreitung Schema-Zwischenspeicher"], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "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 ist." ], - "When using this option, default value can’t be set": [ - "Bei Verwendung dieser Option kann der Standardwert nicht festgelegt werden" + "Table cache timeout": ["Tabellen-Cache Timeout"], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "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. " ], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Ob sich der Fortschrittsbalken überschneidet, wenn mehrere Datengruppen vorhanden sind" + "Asynchronous query execution": ["Asynchrone Abfrageausführung"], + "Cancel query on window unload event": [ + "Abfrage abbrechen bei ‚Window unload‘-Ereignis" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Ob die Tabelle durch den 'Visualize'-Fluss in SQL Lab generiert wurde" + "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." ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Ob diese Spalte im Abschnitt \"Filter\" der Erkunden-Ansicht verfügbar gemacht wird." + "Add extra connection information.": [ + "Zusätzliche Verbindungsinformationen hinzufügen" ], - "Whether to align background charts with both positive and negative values at 0": [ - "Ob Hintergrunddiagramme sowohl mit positiven als auch mit negativen Werten bei 0 ausgerichtet werden sollen" + "Secure extra": ["Sicherheit 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.": [ + "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." ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Ob positive und negative Werte im Zellbalkendiagramm bei 0 ausgerichtet werden sollen" + "Enter CA_BUNDLE": ["Geben Sie CA_BUNDLE ein"], + "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." ], - "Whether to always show the annotation label": [ - "Ob die Anmerkungs-Beschriftung immer angezeigt werden soll" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Identität von angemeldeter Benutzer*in annehmen (Presto, Trino, Drill & Hive)" ], - "Whether to animate the progress and the value or just display them": [ - "Ob der Fortschritt und der Wert animiert oder nur angezeigt werden sollen" + "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.": [ + "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." ], - "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" + "Allow file uploads to database": [ + "Datei-Uploads in die Datenbank zulassen" ], - "Whether to apply filter when items are clicked": [ - "Ob Filter angewendet werden soll, wenn auf Elemente geklickt wird" + "Schemas allowed for File upload": [ + "Zulässige Schemata für den Datei-Upload" ], - "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" + "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." ], - "Whether to display a bar chart background in table columns": [ - "Ob ein Balkendiagrammhintergrund in Tabellenspalten angezeigt werden soll" + "Additional settings.": ["Zusätzliche Einstellungen"], + "Metadata Parameters": ["Metadaten Parameter"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Das metadata_params Objekt wird in den sqlalchemy.MetaData-Aufruf entpackt." ], - "Whether to display a legend for the chart": [ - "Ob eine Legende für das Diagramm angezeigt werden soll" + "Engine Parameters": ["Engine-Parameter"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Das engine_params Objekt wird in den sqlalchemy.create_engine Aufrufs entpackt." ], - "Whether to display bubbles on top of countries": [ - "Ob Blasen über Ländern angezeigt werden sollen" + "Version": ["Version"], + "Version number": ["Versionsnummer"], + "STEP %(stepCurr)s OF %(stepLast)s": [ + "SCHRITT %(stepCurr)s VON %(stepLast)s" ], - "Whether to display the aggregate count": [ - "Ob die Gesamtanzahl angezeigt werden soll" + "Enter Primary Credentials": ["Primäre Anmeldeinformationen eingeben"], + "Need help? Learn how to connect your database": [ + "Benötigen Sie Hilfe? Erfahren Sie, wie Sie Ihre Datenbank verbinden" ], - "Whether to display the interactive data table": [ - "Ob die interaktive Datentabelle angezeigt werden soll" + "Database connected": ["Datenbank verbunden"], + "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." ], - "Whether to display the labels.": [ - "Ob die Beschriftungen angezeigt werden sollen." + "Enter the required %(dbModelName)s credentials": [ + "Geben Sie die erforderlichen %(dbModelName)s Anmeldeinformationen ein." ], - "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." + "Need help? Learn more about": [ + "Benötigen Sie Hilfe? Erfahren Sie mehr über" ], - "Whether to display the legend (toggles)": [ - "Ob die Legende angezeigt werden soll (Wechselschalter)" + "connecting to %(dbModelName)s.": ["verbinde mit %(dbModelName)s."], + "Select a database to connect": [ + "Wählen Sie eine Datenbank aus, mit der eine Verbindung hergestellt werden soll" ], - "Whether to display the metric name as a title": [ - "Ob der Metrikname als Titel angezeigt werden soll" + "SSH Host": ["SSH-Host"], + "e.g. 127.0.0.1": ["z.B. 127.0.0.1"], + "SSH Port": ["SSH Port"], + "e.g. Analytics": ["z.B. Analytik"], + "Login with": ["Anmelden mit"], + "Private Key & Password": ["Privater Schlüssel & Passwort"], + "SSH Password": ["SSH-Passwort"], + "e.g. ********": ["z.B. ********"], + "Private Key": ["Privater Schlüssel"], + "Paste Private Key here": ["Privaten Schlüssel hier einfügen"], + "Private Key Password": ["Passwort des privaten Schlüssels"], + "SSH Tunnel": ["SSH-Tunnel"], + "SSH Tunnel configuration parameters": [ + "Konfigurationsparameter für den SSH-Tunnel" ], - "Whether to display the min and max values of the X-axis": [ - "Ob die Min- und Max-Werte der X-Achse angezeigt werden sollen" + "Display Name": ["Anzeigename"], + "Name your database": ["Benennen der Datenbank"], + "Pick a name to help you identify this database.": [ + "Wählen Sie einen Namen aus, der Ihnen hilft, diese Datenbank zu identifizieren." ], - "Whether to display the min and max values of the Y-axis": [ - "Ob die Min- und Max-Werte der Y-Achse angezeigt werden sollen" + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "Whether to display the numerical values within the cells": [ - "Ob die numerischen Werte innerhalb der Zellen angezeigt werden sollen" + "Refer to the": ["Weitere Informationen finden Sie im"], + "for more information on how to structure your URI.": [ + "für weitere Informationen zum Strukturieren des URI." ], - "Whether to display the stroke": [ - "Ob der Strich dargestellt werden soll" + "Test connection": ["Verbindungstest"], + "Please enter a SQLAlchemy URI to test": [ + "Bitten geben Sie eine SQL Alchemy URI zum Testen ein" ], - "Whether to display the time range interactive selector": [ - "Ob die interaktive Zeitbereichs-Auswahl angezeigt werden soll" + "e.g. world_population": ["z.B. world_population"], + "Database settings updated": ["Datenbankeinstellungen aktualisiert"], + "Sorry there was an error fetching database information: %s": [ + "Beim Abrufen von Datenbankinformationen ist leider ein Fehler aufgetreten: %s" ], - "Whether to display the timestamp": [ - "Ob der Zeitstempel angezeigt werden soll" + "Or choose from a list of other databases we support:": [ + "Oder wählen Sie aus einer Liste anderer Datenbanken, die wir unterstützen:" ], - "Whether to display the trend line": [ - "Ob die Trendlinie angezeigt werden soll" + "Supported databases": ["Unterstützte Datenbanken"], + "Choose a database...": ["Wählen Sie eine Datenbank..."], + "Want to add a new database?": [ + "Möchten Sie eine neue Datenbank hinzufügen?" ], - "Whether to enable changing graph position and scaling.": [ - "Ob das Ändern der Diagrammposition und -skalierung aktiviert werden soll." + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können hinzugefügt werden. " ], - "Whether to enable node dragging in force layout mode.": [ - "Ob das Ziehen von Knoten im Kräfte-basierten Layoutmodus aktiviert werden soll." + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Alle Datenbanken, die Verbindungen über SQL Alchemy URIs zulassen, können hinzugefügt werden. Informationen zum Verbinden eines Datenbanktreibers " ], - "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" + "Connect": ["Verbinden"], + "Finish": ["Fertigstellen"], + "This database is managed externally, and can't be edited in Superset": [ + "Diese Datenbank wird extern verwaltet und kann nicht in Superset bearbeitet werden." ], - "Whether to include a client-side search box": [ - "Ob ein clientseitiges Suchfeld eingeschlossen werden soll" + "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." ], - "Whether to include the percentage in the tooltip": [ - "Ob der Prozentsatz in Tooltip aufgenommen werden soll" + "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?": [ + "Sie importieren eine oder mehrere Datenbanken, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" ], - "Whether to include the time granularity as defined in the time section": [ - "Ob die im Zeitabschnitt definierte Zeitgranularität einbezogen werden soll" + "Database Creation Error": ["Fehler bei der Datenbankerstellung"], + "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." ], - "Whether to make the grid 3D": [ - "Ob das Raster in 3D umgewandelt werden soll" + "CREATE DATASET": ["DATASET ERSTELLEN"], + "QUERY DATA IN SQL LAB": ["DATEN IN SQL LAB ABFRAGEN "], + "Connect a database": ["Eine Datenbank verbinden"], + "Edit database": ["Datenbank bearbeiten"], + "Connect this database using the dynamic form instead": [ + "Verbinden Sie diese Datenbank stattdessen mithilfe des dynamischen Formulars" ], - "Whether to make the histogram cumulative": [ - "Ob das Histogramm kumulativ dargestellt werden soll" + "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." ], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Unabhängig davon, ob diese Spalte als [Zeitgranularität]-Option verfügbar gemacht werden soll, muss die Spalte DATETIME oder DATETIME-ähnlich sein" + "Additional fields may be required": [ + "Eventuell sind weitere Felder erforderlich" ], - "Whether to normalize the histogram": [ - "Ob das Histogramm normalisiert werden soll" + "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 " ], - "Whether to populate autocomplete filters options": [ - "Ob Optionen für Auto-Vervollständigen-Filter vorgefühlt werden sollen" + "Import database from file": ["Datenbank aus Datei importieren"], + "Connect this database with a SQLAlchemy URI string instead": [ + "Verbinden Sie diese Datenbank stattdessen mit einer SQLAlchemy-URI-Zeichenfolge" ], - "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": [ - "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" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Klicken Sie auf diesen Link, um zu einem alternativen Formular zu wechseln, mit dem Sie die SQLAlchemy-URL für diese Datenbank manuell eingeben können." ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "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." + "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." ], - "Whether to show minor ticks on the axis": [ - "Ob kleinere Ticks auf der Achse angezeigt werden sollen" + "Host": ["Host"], + "e.g. 5432": ["z.B. 5432"], + "Port": ["Port"], + "e.g. sql/protocolv1/o/12345": ["z.B.sql/protocolv1/o/12345"], + "Copy the name of the HTTP Path of your cluster.": [ + "Kopieren Sie den Namen des HTTP-Pfads Ihres Clusters." ], - "Whether to show the pointer": ["Ob der Zeiger angezeigt werden soll"], - "Whether to show the progress of gauge chart": [ - "Ob der Fortschritt der Messgerätediagramms angezeigt werden soll" + "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." ], - "Whether to show the split lines on the axis": [ - "Ob die geteilten Linien auf der Achse angezeigt werden sollen" + "Access token": ["Zugangs-Token"], + "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." ], - "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 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." - ], - "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." + "e.g. param1=value1¶m2=value2": ["z.B. param1=Wert1¶m2=Wert2"], + "Additional Parameters": ["Zusätzliche Parameter"], + "Add additional custom parameters": ["Zusätzliche Parameter hinzufügen"], + "SSL Mode \"require\" will be used.": [ + "SSL-Modus „require“ wird verwendet." ], - "Whether to truncate metrics": [ - "Ob Metriken abgeschnitten werden sollen" + "Type of Google Sheets allowed": ["Art der zulässigen Google Tabellen"], + "Publicly shared sheets only": ["Nur öffentlich freigegebene Blätter"], + "Public and privately shared sheets": [ + "Öffentliche und privat freigegebene Blätter" ], - "Which country to plot the map for?": [ - "Für welches Land soll die Karte geplottet werden?" + "How do you want to enter service account credentials?": [ + "Wie möchten Sie die Anmeldeinformationen für das Dienstkonto eingeben?" ], - "Which relatives to highlight on hover": [ - "Welche Verwandten beim Überfahren mit der Maus hervorgehoben werden sollen" + "Upload JSON file": ["JSON Datei hochladen"], + "Copy and Paste JSON credentials": [ + "Kopieren und Einfügen von JSON-Anmeldeinformationen" ], - "Whisker/outlier options": ["Whisker/Ausreißer-Optionen"], - "White": ["Weiß"], - "Width": ["Breite"], - "Width of the confidence interval. Should be between 0 and 1": [ - "Breite des Konfidenzintervalls. Sollte zwischen 0 und 1 liegen" + "Service Account": ["Dienstkonto"], + "Paste content of service credentials JSON file here": [ + "Fügen Sie den Inhalt der JSON-Datei für Dienstanmeldeinformationen hier ein" ], - "Width of the sparkline": ["Breite der Sparkline"], - "Window must be > 0": ["Fenster muss > 0 sein"], - "With a subheader": ["Mit einem Untertitel"], - "Word Cloud": ["Wortwolke"], - "Word Rotation": ["Wort-Rotation"], - "Working": ["In Bearbeitung"], - "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" + "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" ], - "Write dataframe index as a column": [ - "Dataframe-Index als Spalte schreiben" + "Upload Credentials": ["Anmeldeinformationen hochladen"], + "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." ], - "Write dataframe index as a column.": [ - "Schreiben Sie den Dataframe-Index als Spalte." + "Connect Google Sheets as tables to this database": [ + "Google Tabellen als Tabellen mit dieser Datenbank verbinden" ], - "X AXIS TITLE BOTTOM MARGIN": ["X-ACHSE TITEL UNTERER RAND"], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["X-Achse"], - "X Axis Format": ["X-Achsen-Format"], - "X Axis Label": ["X Achsenbeschriftung"], - "X Axis Title": ["Titel der X-Achse"], - "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"], - "Y Axis": ["Y-Achse"], - "Y Axis 2 Bounds": ["Grenzen der Y-Achse 2"], - "Y Axis Bounds": ["Grenzen der Y-Achse"], - "Y Axis Format": ["Y-Achsenformat"], - "Y Axis Label": ["Y Achsenbeschriftung"], - "Y Axis Title": ["Titel der Y-Achse"], - "Y Axis Title Margin": [""], - "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 adding tags to %s %ss": [""], - "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?" + "Google Sheet Name and URL": ["Google Tabellen-Name und URL"], + "Enter a name for this sheet": [ + "Geben Sie einen neuen Titel für die Registerkarte ein" ], - "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?": [ - "Sie importieren ein oder mehrere Dashboards, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" + "Paste the shareable Google Sheet URL here": [ + "Fügen Sie die gemeinsam nutzbare Google Tabellen-URL hier ein" ], - "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?": [ - "Sie importieren eine oder mehrere Datenbanken, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" + "Add sheet": ["Tabelle hinzufügen"], + "e.g. xy12345.us-east-2.aws": ["z.B. xy12345.us-east-2.aws"], + "e.g. compute_wh": ["z.B. compute_wh"], + "e.g. AccountAdmin": ["z.B. AccountAdmin"], + "Duplicate dataset": ["Datensatz duplizieren"], + "Duplicate": ["Duplizieren"], + "New dataset name": ["Name des neuen Datensatzes"], + "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.": [ + "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zusammen mit den Diagrammen 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." ], "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?": [ "Sie importieren eine oder mehrere Datenbanken, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" ], - "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 can": ["Sie können"], - "You can add the components in the": [ - "Hinzufügen können Sie die Komponenten in der" + "Refreshing columns": ["Aktualisieren von Spalten"], + "Table columns": ["Tabellenspalten"], + "Loading": ["Lädt"], + "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" ], - "You can add the components in the edit mode.": [ - "Sie können die Komponenten im Bearbeitungsmodus hinzufügen." + "View Dataset": ["Datensatz anzeigen"], + "This table already has a dataset": [ + "Diese Tabelle hat bereits einen Datensatz" ], - "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." + "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 " ], - "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." + "create dataset from SQL query": ["Datensatz aus SQL-Abfrage erstellen"], + " 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." ], - "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." + "Select dataset source": ["Datensatz-Quelle auswählen"], + "No table columns": ["Keine Tabellenspalten"], + "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." ], - "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." + "An Error Occurred": ["Ein Fehler ist aufgetreten"], + "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." ], - "You can't apply cross-filter on this data point.": [ - "Sie können keinen Kreuzfilter auf diesen Datenpunkt anwenden." + "The API response from %s does not match the IDatabaseTable interface.": [ + "Die API-Antwort von %s stimmt nicht mit der IDatabaseTable-Schnittstelle überein." ], - "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." + "Usage": ["Verwendung"], + "Chart owners": ["Diagrammbesitzende"], + "Chart last modified": ["Diagramm zuletzt geändert"], + "Chart last modified by": ["Diagramm zuletzt geändert von"], + "Dashboard usage": ["Dashboard-Nutzung"], + "Create chart with dataset": ["Diagramm mit Datensatz erstellen"], + "chart": ["Diagramm"], + "No charts": ["Keine Diagramme"], + "This dataset is not used to power any charts.": [ + "Dieser Datesatz wird nicht von Diagrammen genutzt." ], - "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" + "Select a database table.": ["Wählen Sie eine Datenbanktabelle aus."], + "Create dataset and create chart": [ + "Datensatz erstellen und Diagramm erstellen" ], - "You do not have permission to edit this %s": [ - "Sie haben keine Berechtigung, %s zu bearbeiten" + "New dataset": ["Neuer Datensatz"], + "Select a database table and create dataset": [ + "Auswählen einer Datenbanktabelle und Erstellen eines Datensatzes" ], - "You do not have permission to edit this chart": [ - "Sie sind nicht berechtigt, dieses Diagramm zu bearbeiten" + "dataset name": ["Datensatzname"], + "There was an error fetching dataset": [ + "Fehler beim Abrufen des Datensatzes" ], - "You do not have permission to edit this dashboard": [ - "Sie haben keine Zugriff auf diese Datenquelle" + "There was an error fetching dataset's related objects": [ + "Fehler beim Abrufen der zugehörigen Objekte des Datensatzes" ], - "You do not have permissions to edit this dashboard.": [ - "Sie haben keine Berechtigungen zum Bearbeiten dieses Dashboards." + "There was an error loading the dataset metadata": [ + "Fehler beim Laden der Datensatz-Metadaten" ], - "You don't have access to this chart.": [ - "Sie haben keinen Zugriff auf dieses Diagramm." + "[Untitled]": ["[Unbenannt]"], + "Unknown": ["Unbekannt"], + "Viewed %s": ["%s angesehen"], + "Edited": ["Bearbeitet"], + "Created": ["Erstellt"], + "Viewed": ["Angesehen"], + "Favorite": ["Favoriten"], + "Mine": ["Meine"], + "View All »": ["Alle ansehen »"], + "An error occurred while fetching dashboards: %s": [ + "Beim Abrufen von Dashboards ist ein Fehler aufgetreten: %s" ], - "You don't have access to this dashboard.": [ - "Sie haben keinen Zugriff auf dieses Dashboard." + "charts": ["Diagramme"], + "dashboards": ["Dashboards"], + "recents": ["Kürzlich"], + "saved queries": ["gespeicherte Abfragen"], + "No charts yet": ["Noch keine Diagramme"], + "No dashboards yet": ["Noch keine Dashboards"], + "No recents yet": ["Noch keine aktuellen"], + "No saved queries yet": ["Noch keine gespeicherten Abfragen"], + "%(other)s charts will appear here": [ + "%(other)s Diagramme werden hier angezeigt" ], - "You don't have access to this dataset.": [ - "Sie haben keinen Zugriff auf dieses Dataset." + "%(other)s dashboards will appear here": [ + "%(other)s Dashboards werden hier angezeigt" ], - "You don't have access to this embedded dashboard config.": [ - "Sie haben keinen Zugriff auf diese eingebettete Dashboard-Konfiguration." + "%(other)s recents will appear here": [ + "Aktuelle %(other)s werden hier angezeigt" ], - "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." + "%(other)s saved queries will appear here": [ + "%(other)s gespeicherte Abfragen werden hier angezeigt" ], - "You don't have the rights to alter %(resource)s": [ - "Sie sind nicht berechtigt, %(resource)s zu ändern" + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Kürzlich angezeigte Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" ], - "You don't have the rights to alter this chart": [ - "Sie sind nicht berechtigt, dieses Diagramm zu ändern" + "Recently created charts, dashboards, and saved queries will appear here": [ + "Kürzlich erstellte Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" ], - "You don't have the rights to alter this dashboard": [ - "Sie sind nicht berechtigt, dieses Dashboard zu ändern" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Kürzlich bearbeitete Diagramme, Dashboards und gespeicherte Abfragen werden hier angezeigt" ], - "You don't have the rights to alter this title.": [ - "Sie haben nicht das Recht, diesen Titel zu ändern." + "SQL query": ["SQL Abfrage"], + "You don't have any favorites yet!": ["Sie haben noch keine Favoriten!"], + "See all %(tableName)s": ["Alle %(tableName)s ansehen"], + "Connect database": ["Datenbank verbinden"], + "Create dataset": ["Datensatz erstellen"], + "Connect Google Sheet": ["Google Sheet verbinden"], + "Upload CSV to database": ["CSV in Datenbank hochladen"], + "Upload columnar file to database": [ + "Spaltendatei in Datenbank hochladen" ], - "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" + "Upload Excel file to database": ["Excel-Datei in Datenbank hochladen"], + "Enable 'Allow file uploads to database' in any database's settings": [ + "Aktivieren Sie \"Datei-Uploads in Datenbank zulassen\" in den Einstellungen einer beliebigen Datenbank" ], - "You don't have the rights to download as csv": [ - "Sie haben nicht die Rechte, als CSV herunterzuladen" + "Info": ["Info"], + "Logout": ["Abmelden"], + "About": ["Über"], + "Powered by Apache Superset": ["Powered Apache Superset"], + "SHA": ["SHA"], + "Build": ["Build"], + "Documentation": ["Dokumentation"], + "Report a bug": ["Fehler melden"], + "Login": ["Anmelden"], + "query": ["Abfrage"], + "Deleted: %s": ["Gelöscht: %s"], + "There was an issue deleting %s: %s": [ + "Beim Löschen von %s ist ein Problem aufgetreten: %s" ], - "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." + "This action will permanently delete the saved query.": [ + "Durch diese Aktion wird die gespeicherte Abfrage dauerhaft gelöscht." ], - "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." + "Delete Query?": ["Abfrage löschen?"], + "Ran %s": ["Ausgeführt %s"], + "Saved queries": ["Gespeicherte Abfragen"], + "Next": ["Weiter"], + "Tab name": ["Tabellenname"], + "User query": ["Benutzer*innen-Abfrage"], + "Executed query": ["Ausgeführte Abfrage"], + "Query name": ["Abfragename"], + "SQL Copied!": ["SQL kopiert!"], + "Sorry, your browser does not support copying.": [ + "Entschuldigung. Ihr Browser unterstützt leider kein Kopieren." ], - "You must pick a name for the new dashboard": [ - "Sie müssen einen Namen für das neue Dashboard auswählen" + "There was an issue fetching reports attached to this dashboard.": [ + "Es gab ein Problem beim Abrufen von Reports, die an dieses Dashboard angehängt waren." ], - "You must run the query successfully first": [ - "Sie müssen die Abfrage zuerst erfolgreich ausführen" + "The report has been created": ["Der Report wurde erstellt"], + "Report updated": ["Bericht aktualisiert"], + "We were unable to active or deactivate this report.": [ + "Wir konnten diesen Bericht nicht aktivieren oder deaktivieren." ], - "You need to configure HTML sanitization to use CSS": [ - "Sie müssen die HTML-Bereinigung (sanitization) aktivieren, um CSS verwenden zu können" + "Your report could not be deleted": [ + "Ihr Report konnte nicht gelöscht werden" ], - "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" + "Weekly Report for %s": ["Wöchentlicher Bericht für %s"], + "Weekly Report": ["Wöchentlicher Bericht"], + "Edit email report": ["E-Mail-Report bearbeiten"], + "Schedule a new email report": ["Planen eines neuen E-Mail-Berichts"], + "Message content": ["Nachrichteninhalt"], + "Text embedded in email": ["In E-Mail eingebetteter Text"], + "Image (PNG) embedded in email": ["Bild (PNG) in E-Mail eingebettet"], + "Formatted CSV attached in email": [ + "Formatierte CSV-Datei in E-Mail angehängt" ], - "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." + "Report Name": ["Berichtname"], + "Include a description that will be sent with your report": [ + "Fügen Sie eine Beschreibung hinzu, die mit Ihrem Bericht gesendet wird" ], - "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." + "Failed to update report": ["Fehler beim Aktualisieren des Berichts"], + "Failed to create report": ["Bericht konnte nicht erstellt werden"], + "Set up an email report": ["E-Mail-Report einrichten"], + "Email reports active": ["E-Mail-Reporte aktiv"], + "Delete email report": ["E-Mail-Report löschen"], + "Schedule email report": ["Planen von E-Mail-Reports"], + "This action will permanently delete %s.": [ + "Mit dieser Aktion wird %s dauerhaft gelöscht." ], - "Your query could not be saved": [ - "Ihre Abfrage konnte nicht gespeichert werden" + "Delete Report?": ["Report löschen?"], + "Rule added": [""], + "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." ], - "Your query could not be scheduled": [ - "Ihre Abfrage konnte nicht eingeplant werden" + "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').": [ + "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')." ], - "Your query could not be updated": [ - "Ihre Abfrage konnte nicht aktualisiert werden." + "Clause": ["Ausdruck"], + "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." ], - "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" + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" ], - "Your query was not properly saved": [ - "Ihre Abfrage wurde nicht ordnungsgemäß gespeichert" + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": ["Ausgewählte nicht numerische Spalte"], + "UI Configuration": ["UI Konfiguration"], + "Filter value is required": ["Filterwert ist erforderlich"], + "User must select a value before applying the filter": [ + "Benutzer*in muss einen Wert für diesen Filter auswählen" ], - "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" + "Single value": ["Einzelner Wert"], + "Use only a single value.": ["Verwenden Sie nur einen einzigen Wert."], + "Range filter plugin using AntD": ["Bereichsfilter-Plugin mit AntD"], + "Experimental": ["Experimentell"], + " (excluded)": [" (ausgeschlossen)"], + "Check for sorting ascending": [ + "Überprüfen Sie die Sortierung aufsteigend" ], - "Zero imputation": ["Fehlende-Werte-Ersetzung"], - "Zoom": ["Zoom"], - "Zoom level of the map": ["Zoomstufe der Karte"], - "[ 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." + "Can select multiple values": ["Mehrere Werte können ausgewählt werden"], + "Select first filter value by default": [ + "Standardmäßig erste Ersten Filterwert auswählen" ], - "[Longitude] and [Latitude] must be set": [ - "[Longitude] und [Latitude] müssen eingestellt sein" + "When using this option, default value can’t be set": [ + "Bei Verwendung dieser Option kann der Standardwert nicht festgelegt werden" ], - "[Missing Dataset]": ["[Fehlender Datensatz]"], - "[Untitled]": ["[Unbenannt]"], - "[asc]": ["[asc]"], - "[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" + "Inverse selection": ["Auswahl umkehren"], + "Exclude selected values": ["Auswahlwerte ausschließen"], + "Dynamically search all filter values": [ + "Alle Filterwerte dynamisch durchsuchen" ], - "[untitled]": ["[Unbenannt]"], - "`compare_columns` must have the same length as `source_columns`.": [ - "„compare_columns“ muss die gleiche Länge wie „source_columns“ haben." + "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).": [ + "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)." ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "\"compare_type\" muss \"Differenz\", \"Prozentsatz\" oder \"Verhältnis\" sein" + "Select filter plugin using AntD": ["Filter-Plugin mit AntD auswählen"], + "Custom time filter plugin": ["Benutzerdefiniertes Zeitfilter-Plugin"], + "No time columns": ["Nicht-Zeitspalten"], + "Time column filter plugin": ["Zeitspalten-Filter-Plugin"], + "Time grain filter plugin": ["Zeitgranularität-Plugin"], + "Working": ["In Bearbeitung"], + "Not triggered": ["Nicht ausgelöst"], + "On Grace": ["Kulanz"], + "reports": ["Reports"], + "alerts": ["Alarme"], + "There was an issue deleting the selected %s: %s": [ + "Beim Löschen der ausgewählten %s ist ein Problem aufgetreten: %s" ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "\"confidence_interval\" muss zwischen 0 und 1 liegen (exklusiv)" + "Last run": ["Letzte Ausführung"], + "Active": ["Aktiv"], + "Execution log": ["Aktionsprotokoll"], + "Bulk select": ["Massenauswahl"], + "No %s yet": ["Noch keine %s"], + "Owner": ["Besitzer*in"], + "All": ["Alle"], + "An error occurred while fetching owners values: %s": [ + "Beim Abrufen der Werte der Besitzer*innen ist ein Fehler aufgetreten: %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.": [ - "'count' ist COUNT(*), wenn ein ‚GROUP BY’ verwendet wird. Numerische Spalten werden mit der Aggregatfunktion aggregiert. Nicht numerische Spalten werden verwendet, um Punkte zu beschriften. Falls leer, wird die Anzahl der Punkte in jedem Cluster zurückgegeben." + "Status": ["Status"], + "An error occurred while fetching dataset datasource values: %s": [ + "Beim Abrufen von Datassatz-Datenquellenwerten ist ein Fehler aufgetreten: %s" ], - "`operation` property of post processing object undefined": [ - "'operation'-Eigenschaft des Nachbearbeitungsobjekts undefiniert" + "Alerts & reports": ["Alarme und Reports"], + "Alerts": ["Alarme"], + "Reports": ["Reports"], + "Delete %s?": ["%s löschen?"], + "Are you sure you want to delete the selected %s?": [ + "Möchten Sie die/das ausgewählte %s wirklich löschen?" ], - "`prophet` package not installed": ["Paket 'prophet' nicht installiert"], - "`rename_columns` must have the same length as `columns`.": [ - "\"rename_columns\" muss die gleiche Länge wie „columns“ haben." + "There was an issue deleting the selected layers: %s": [ + "Beim Löschen der ausgewählten Ebenen ist ein Problem aufgetreten: %s" ], - "`row_limit` must be greater than or equal to 0": [ - "\"row_limit\" muss größer oder gleich 0 sein" + "Edit template": ["Vorlage bearbeiten"], + "Delete template": ["Vorlage löschen"], + "No annotation layers yet": ["Noch keine Anmerkungsebenen"], + "This action will permanently delete the layer.": [ + "Durch diese Aktion wird die Ebene dauerhaft gelöscht." ], - "`row_offset` must be greater than or equal to 0": [ - "\"row_offset\" muss größer oder gleich 0 sein" + "Delete Layer?": ["Ebene löschen?"], + "Are you sure you want to delete the selected layers?": [ + "Möchten Sie die ausgewählten Ebenen wirklich löschen?" ], - "`width` must be greater or equal to 0": [ - "\"Breite\" muss größer oder gleich 0 sein" + "There was an issue deleting the selected annotations: %s": [ + "Beim Löschen der ausgewählten Anmerkungen ist ein Problem aufgetreten: %s" ], - "aggregate": ["Aggregat"], - "alert": ["Alarm"], - "alerts": ["Alarme"], - "all": ["alle"], - "also copy (duplicate) charts": ["auch (doppelte) Diagramme kopieren"], - "ancestor": ["Vorfahr"], - "and": ["und"], - "annotation": ["Anmerkungen"], - "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"], - "button (cmd + z) until you save your changes.": [ - "Schaltfläche (cmd + z), bis Sie Ihre Änderungen speichern." + "Delete annotation": ["Anmerkung löschen"], + "Annotation": ["Anmerkung"], + "No annotation yet": ["Noch keinen Anmerkungen"], + "Annotation Layer %s": ["Anmerkungs-Layer %s"], + "Back to all": ["Zurück zu allen"], + "Are you sure you want to delete %s?": [ + "Sind Sie sicher, dass Sie %s löschen möchten?" ], - "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)" + "Delete Annotation?": ["Anmerkung löschen?"], + "Are you sure you want to delete the selected annotations?": [ + "Möchten Sie die ausgewählten Anmerkungen wirklich löschen?" ], - "column": ["Spalte"], - "connecting to %(dbModelName)s.": ["verbinde mit %(dbModelName)s."], - "count": ["Anzahl"], - "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" + "Failed to load chart data": [ + "Diagrammdaten konnten nicht geladen werden" ], - "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 dark": [""], - "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"], - "expand": ["aufklappen"], - "explore": ["Erkunden"], - "failed": ["fehlgeschlagen"], - "fetching": ["Wird abgerufen"], - "ffill": ["ffill"], - "flat": ["flach"], - "for more information on how to structure your URI.": [ - "für weitere Informationen zum Strukturieren des URI." + "view instructions": ["Anleitung anzeigen"], + "Add a dataset": ["Datensatz hinzufügen"], + "Choose a dataset": ["Datensatz auswählen"], + "Choose chart type": ["Diagrammtyp auswählen"], + "Please select both a Dataset and a Chart type to proceed": [ + "Wählen Sie sowohl einen Datensatz- als auch einen Diagrammtyp aus, um fortzufahren" ], - "function type icon": ["Symbol für Funktionstyp"], - "geohash (square)": ["Geohash (quadratisch)"], - "heatmap": ["Heatmap"], - "heatmap: values are normalized across the entire heatmap": [ - "Heatmap: Werte werden über die gesamte Heatmap normalisiert" + "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.": [ + "Die Passwörter für die folgenden Datenbanken werden benötigt, um sie zusammen mit den Diagrammen 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." ], - "here": ["hier"], - "hour": ["Stunde"], - "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" + "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?" + ], + "Chart imported": ["Diagramm importiert"], + "There was an issue deleting the selected charts: %s": [ + "Beim Löschen der ausgewählten Diagramme ist ein Problem aufgetreten: %s" + ], + "An error occurred while fetching dashboards": [ + "Beim Abrufen von Dashboards ist ein Fehler aufgetreten" + ], + "Any": ["Beliebig"], + "An error occurred while fetching chart owners values: %s": [ + "Beim Abrufen von Diagrammbesitzer*innenwerten ist ein Fehler aufgetreten: %s" + ], + "Certified": ["Zertifiziert"], + "Alphabetical": ["Alphabetisch"], + "Recently modified": ["Kürzlich geändert"], + "Least recently modified": ["Zuletzt geändert"], + "Import charts": ["Diagramm importieren"], + "Are you sure you want to delete the selected charts?": [ + "Möchten Sie die ausgewählten Diagramme wirklich löschen?" + ], + "CSS templates": ["CSS Vorlagen"], + "There was an issue deleting the selected templates: %s": [ + "Beim Löschen der ausgewählten Vorlagen ist ein Problem aufgetreten: %s" + ], + "CSS template": ["CSS Vorlagen"], + "This action will permanently delete the template.": [ + "Durch diese Aktion wird die Vorlage dauerhaft gelöscht." + ], + "Delete Template?": ["Vorlage löschen?"], + "Are you sure you want to delete the selected templates?": [ + "Möchten Sie die ausgewählten Vorlagen wirklich löschen?" + ], + "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.": [ + "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." + ], + "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?": [ + "Sie importieren ein oder mehrere Dashboards, die bereits vorhanden sind. Das Überschreiben kann dazu führen, dass Sie einen Teil Ihrer Arbeit verlieren. Sind Sie sicher, dass Sie diese überschreiben möchten?" + ], + "Dashboard imported": ["Dashboard importiert"], + "There was an issue deleting the selected dashboards: ": [ + "Beim Löschen der ausgewählten Dashboards ist ein Problem aufgetreten: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Beim Abrufen von Dashboardbesitzer*innen-Werten ist ein Fehler aufgetreten: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Möchten Sie die ausgewählten Dashboards wirklich löschen?" + ], + "An error occurred while fetching database related data: %s": [ + "Beim Abrufen datenbankbezogener Daten ist ein Fehler aufgetreten: %s" + ], + "Upload file to database": ["Datei in Datenbank hochladen"], + "Upload CSV": ["CSV hochladen"], + "Upload columnar file": ["Spaltendatei hochladen"], + "Upload Excel file": ["Excel hochladen"], + "AQE": ["AQE"], + "Allow data manipulation language": [ + "DML (Datenmanipulationssprache) zulassen" + ], + "DML": ["DML"], + "CSV upload": ["CSV-Upload"], + "Delete database": ["Datenbank löschen"], + "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." + ], + "Delete Database?": ["Datenbank löschen?"], + "Dataset imported": ["Datensatz importiert"], + "An error occurred while fetching dataset related data": [ + "Fehler beim Abrufen von Daten des Datensatzes" + ], + "An error occurred while fetching dataset related data: %s": [ + "Beim Abrufen von Datensatzdaten ist ein Fehler aufgetreten: %s" + ], + "Physical dataset": ["Physischer Datensatz"], + "Virtual dataset": ["Virtueller Datensatz"], + "Virtual": ["Virtuell"], + "An error occurred while fetching datasets: %s": [ + "Beim Abrufen von Datensätzen ist ein Fehler aufgetreten: %s" + ], + "An error occurred while fetching schema values: %s": [ + "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Beim Abrufen von Angaben zum/zur Datensatz-Besitzer*in ist ein Fehler aufgetreten: %s" + ], + "Import datasets": ["Datensätze importieren"], + "There was an issue deleting the selected datasets: %s": [ + "Beim Löschen der ausgewählten Datensätze 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" + ], + "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.": [ + "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." + ], + "Delete Dataset?": ["Datensatz löschen?"], + "Are you sure you want to delete the selected datasets?": [ + "Möchten Sie die ausgewählten Datensätze wirklich löschen?" + ], + "0 Selected": ["0 ausgewählt"], + "%s Selected (Virtual)": ["%s ausgewählt (virtuell)"], + "%s Selected (Physical)": ["%s ausgewählt (physisch)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s ausgewählt (%s physisch, %s virtuell)" ], - "in": ["in"], - "in modal": [" "], - "is expected to be a number": ["wird als Zahl erwartet"], - "is expected to be an integer": ["wird als Ganzzahl erwartet"], - "json isn't valid": ["JSON ist ungültig"], - "key a-z": ["Schlüssel a-z"], - "key z-a": ["Schlüssel z-a"], - "label": ["Beschriftung"], - "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." + "Execution ID": ["Ausführungs-ID"], + "Scheduled at (UTC)": ["Geplant um (UTC)"], + "Start at (UTC)": ["Starten um (UT)"], + "Error message": ["Fehlermeldung"], + "Alert": ["Alarm"], + "There was an issue fetching your recent activity: %s": [ + "Beim Abrufen Ihrer letzten Aktivität ist ein Problem aufgetreten: %s" ], - "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"], - "numeric type icon": ["Symbol für numerischen Typ"], - "nvd3": ["nvd3"], - "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" + "There was an issue fetching your dashboards: %s": [ + "Beim Abrufen Ihrer Dashboards ist ein Problem aufgetreten: %s" ], - "orderby column must be populated": [ - "ORDER BY-Spalte muss angegeben werden" + "There was an issue fetching your chart: %s": [ + "Beim Abrufen Ihres Diagramms ist ein Problem aufgetreten: %s" ], - "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" + "There was an issue fetching your saved queries: %s": [ + "Beim Abrufen Ihrer gespeicherten Abfragen ist ein Problem aufgetreten: %s" ], - "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"], - "report": ["Report"], - "reports": ["Reports"], - "restore zoom": ["Zoom wiederherstellen"], - "right": ["Rechts"], - "running": ["laufend"], - "saved queries": ["gespeicherte Abfragen"], - "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 Zeitreihen verwenden den gleichen Maßstab; Änderung: Änderungen im Vergleich zum ersten Datenpunkt in jeder Datenreihe anzeigen" + "Thumbnails": ["Vorschaubilder"], + "Recents": ["Kürzlich"], + "There was an issue previewing the selected query. %s": [ + "Bei der Vorschau der ausgewählten Abfrage ist ein Problem aufgetreten. %s" ], - "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."], + "TABLES": ["TABELLEN"], + "Open query in SQL Lab": ["Bearbeiten in SQL Editor"], + "An error occurred while fetching database values: %s": [ + "Beim Abrufen von Datenbankwerten ist ein Fehler aufgetreten: %s" + ], + "An error occurred while fetching user values: %s": [ + "Beim Abrufen von Schemawerten ist ein Fehler aufgetreten: %s" + ], + "Search by query text": ["Suche nach Abfragetext"], + "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." + ], + "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?" + ], + "Query imported": ["Abfrage importiert"], + "There was an issue previewing the selected query %s": [ + "Bei der Vorschau der ausgewählten Abfrage %s ist ein Problem aufgetreten" + ], + "Import queries": ["Abfragen importieren"], + "Link Copied!": ["Link kopiert!"], + "There was an issue deleting the selected queries: %s": [ + "Beim Löschen der ausgewählten Abfragen ist ein Problem aufgetreten: %s" + ], + "Edit query": ["Abfrage bearbeiten"], + "Copy query URL": ["Abfrage-URL kopieren"], + "Export query": ["Abfrage exportieren"], + "Delete query": ["Abfrage löschen"], + "Are you sure you want to delete the selected queries?": [ + "Möchten Sie die ausgewählten Abfragen wirklich löschen?" + ], + "queries": ["Abfragen"], "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." + "Are you sure you want to delete the selected tags?": [ + "Möchten Sie die ausgewählten Tags wirklich löschen?" ], - "use latest_partition template": ["latest_partition Vorlage verwenden"], - "value ascending": ["Wert aufsteigend"], - "value descending": ["Wert absteigend"], - "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" + "Image download failed, please refresh and try again.": [ + "Bilddownload fehlgeschlagen, bitte aktualisieren und erneut versuchen." ], - "y": ["Y"], - "y: values are normalized within each row": [ - "y: Werte werden innerhalb jeder Zeile normalisiert" + "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." ], - "year": ["Jahr"], - "zoom area": ["Zoombereich"] + "An error occurred while fetching %s info: %s": [ + "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" + ], + "An error occurred while fetching %ss: %s": [ + "Beim Abrufen von %s ist ein Fehler aufgetreten: %s" + ], + "An error occurred while creating %ss: %s": [ + "Beim Erstellen von %s ist ein Fehler aufgetreten: %s" + ], + "Please re-export your file and try importing again": [ + "Bitte exportieren Sie Ihre Datei erneut und versuchen Sie nochmals, sie zu importieren." + ], + "An error occurred while importing %s: %s": [ + "Beim Importieren von %s ist ein Fehler aufgetreten: %s" + ], + "There was an error fetching the favorite status: %s": [ + "Beim Abrufen des Favoritenstatus ist ein Problem aufgetreten: %s" + ], + "There was an error saving the favorite status: %s": [ + "Beim Speichern des Favoritenstatus ist ein Fehler aufgetreten: %s" + ], + "Connection looks good!": ["Verbindung möglich!"], + "ERROR: %s": ["FEHLER: %s"], + "There was an error fetching your recent activity:": [ + "Beim Abrufen der letzten Aktivität ist ein Fehler aufgetreten:" + ], + "There was an issue deleting: %s": [ + "Beim Löschen ist ein Problem aufgetreten: %s" + ], + "URL": ["URL"], + "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." + ], + "Time-series Table": ["Zeitreihentabelle"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Vergleichen Sie schnell mehrere Zeitreihendiagramme (als Sparklines) und verwandte Metriken." + ], + "We have the following keys: %s": ["Wir haben folgende Schlüssel: %s"] } } } diff --git a/superset/translations/en/LC_MESSAGES/messages.json b/superset/translations/en/LC_MESSAGES/messages.json index c24e7b3d75f84..d739eff99db83 100644 --- a/superset/translations/en/LC_MESSAGES/messages.json +++ b/superset/translations/en/LC_MESSAGES/messages.json @@ -8,4717 +8,4791 @@ "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "en" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "" - ], - "\n Error: %(text)s\n ": [""], - " (excluded)": [""], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - "" - ], - " 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.": [ - "" - ], - " 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)": [""], - "% calculation": [""], - "%(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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "The datasource is too large to query.": [""], + "The database is under an unusual load.": [""], + "The database returned an unexpected error.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "The column was deleted or renamed in the database.": [""], + "The table was deleted or renamed in the database.": [""], + "One or more parameters specified in the query are missing.": [""], + "The hostname provided can't be resolved.": [""], + "The port is closed.": [""], + "The host might be down, and can't be reached on the provided port.": [ "" ], - "%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)": [""], - "), 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": [ + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [""], + "User doesn't have the proper permissions.": [""], + "One or more parameters needed to configure a database are missing.": [ "" ], - "*%(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 submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - ".": [""], - "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.": [ + "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.": [ "" ], - "A database with the same name already exists.": [""], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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 malformed.": [""], + "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.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "The port number is invalid.": [""], + "Failed to start remote query on a worker.": [""], + "The database was deleted.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": [""], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "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.": [ + "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 map of the world, that can indicate values in different countries.": [ + "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 that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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 metric to use for color": [""], - "A new chart and dashboard will be created.": [""], - "A new chart will be created.": [""], - "A new dashboard will be created.": [""], - "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.": [ + "From date cannot be larger than to date": [""], + "Cached value not found": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Time Table View": [""], + "Pick at least one metric": [""], + "When using 'Group By' you are limited to use a single metric": [""], + "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": [""], + "Time Series - Line Chart": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A readable URL for your dashboard": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "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]": [""], + "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 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": [ + "Directed Force Layout": [""], + "Country Map": [""], + "World Map": [""], + "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: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "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.": [ - "" + "Deck.gl - Scatter plot": [""], + "Deck.gl - Screen Grid": [""], + "Deck.gl - 3D Grid": [""], + "Deck.gl - Paths": [""], + "Deck.gl - Polygon": [""], + "Deck.gl - 3D HEX": [""], + "Deck.gl - Heatmap": [""], + "Deck.gl - Contour": [""], + "Deck.gl - GeoJSON": [""], + "Deck.gl - Arc": [""], + "Event flow": [""], + "Time Series - Paired t-test": [""], + "Time Series - Nightingale Rose Chart": [""], + "Partition Diagram": [""], + "Please choose at least one groupby": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers" ], - "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": [""], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "All Text": [""], + "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Is certified": [""], + "Has created by": [""], + "Created by me": [""], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`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.": [ "" ], - "APPLY": [""], - "APR": [""], - "AQE": [""], - "AUG": [""], - "AXIS TITLE MARGIN": [""], - "AXIS TITLE POSITION": [""], - "About": [""], - "Access": [""], - "Access token": [""], - "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 Rule": [""], - "Add Tag": [""], - "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 color for positive/negative change": [""], - "Add cross-filter": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "Add delivery method": [""], - "Add description of your tag": [""], - "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": [""], + "orderby column must be populated": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Empty query result": [""], + "Owners are invalid": [""], + "Some roles do not exist": [""], + "Datasource type is invalid": [""], + "Datasource does not exist": [""], + "Query does not exist": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer could not be created.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer not found.": [""], + "Annotation layers could not be deleted.": [""], + "Annotation layer has associated annotations.": [""], + "Name must be unique": [""], + "End date must be after start date": [""], + "Short description must be unique for this layer": [""], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotations could not be deleted.": [""], + "There are associated alerts or reports: %(report_names)s": [""], + "Time string is ambiguous. 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 tag to entities": [""], - "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]": [""], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "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.": [""], + "Charts could not be deleted.": [""], + "There are associated alerts or reports": [""], + "You don't have access to this chart.": [""], + "Changing this chart is forbidden": [""], + "Import chart failed for an unknown reason": [""], + "Changing one or more of these dashboards is forbidden": [""], + "Chart not found": [""], + "Error: %(error)s": [""], + "CSS templates could not be deleted.": [""], + "CSS template not found.": [""], + "Must be unique": [""], + "Dashboard parameters are invalid.": [""], + "Dashboards could not be created.": [""], + "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.": [""], + "You don't have access to this embedded dashboard config.": [""], + "No data in file": [""], + "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.": [ "" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "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 datasets 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": [""], + "no SQL validator is configured": [""], + "No validator found (configured for the engine)": [""], + "Was unable to check your query": [""], + "An unexpected error occurred": [""], + "Import database failed for an unknown reason": [""], + "Could not load database driver: {}": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Database is offline.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Aggregation": [""], - "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. %(num_cols)s columns returned": [ + "no SQL validator is configured for %(engine_spec)s": [""], + "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ "" ], - "Alert query returned more than one row.": [""], - "Alert query returned more than one row. %(num_rows)s rows returned": [ + "SSH Tunnel could not be deleted.": [""], + "SSH Tunnel not found.": [""], + "SSH Tunnel parameters are invalid.": [""], + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "The database was not found.": [""], + "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": [ "" ], - "Alert running": [""], - "Alert triggered, notification sent": [""], - "Alert validator config error.": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Alerts & reports": [""], - "Align +/-": [""], - "All": [""], - "All Text": [""], - "All charts": [""], - "All charts/global scoping": [""], - "All filters": [""], - "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 column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "Dataset does not exist": [""], + "Dataset parameters are invalid.": [""], + "Dataset could not be created.": [""], + "Dataset could not be updated.": [""], + "Datasets could not be deleted.": [""], + "Samples for dataset could not be retrieved.": [""], + "Changing this dataset is forbidden": [""], + "Import dataset failed for an unknown reason": [""], + "You don't have access to this dataset.": [""], + "Dataset could not be duplicated.": [""], + "Data URI is not allowed.": [""], + "The provided table was not found in the provided database": [""], + "Dataset column not found.": [""], + "Dataset column delete failed.": [""], + "Changing this dataset is forbidden.": [""], + "Dataset metric not found.": [""], + "Dataset metric delete failed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": [""], + "Saved queries could not be deleted.": [""], + "Saved query not found.": [""], + "Import saved query failed for an unknown reason.": [""], + "Saved query parameters are invalid.": [""], + "Alert query returned more than one row. %(num_rows)s rows returned": [ "" ], - "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.": [ + "Alert query returned more than one column. %(num_cols)s columns returned": [ "" ], - "Allow file uploads to database": [""], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "An error occurred when running alert query": [""], + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": [""], + "Chart does not exist": [""], + "Database is required for alerts": [""], + "Type is required": [""], + "Choose a chart or dashboard not both": [""], + "Must choose either a chart or a dashboard": [""], + "Please save your chart first, then try creating a new email report.": [ "" ], - "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": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "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.": [ + "Report Schedule parameters are invalid.": [""], + "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 pdf.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule reached a working timeout.": [""], + "A report named \"%(name)s\" already exists": [""], + "An alert named \"%(name)s\" already exists": [""], + "Resource already has an attached report.": [""], + "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.": [""], + "A timeout occurred while generating a dataframe.": [""], + "Alert fired during grace period.": [""], + "Alert ended grace period.": [""], + "Alert on grace period": [""], + "Report Schedule state not found": [""], + "Report schedule system error": [""], + "Report schedule client error": [""], + "Report schedule unexpected error": [""], + "Changing this report is forbidden": [""], + "An error occurred while pruning logs ": [""], + "RLS Rule not found.": [""], + "RLS rules could not be deleted.": [""], + "The database could not be found": [""], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "Altered": [""], - "Always filter main datetime column": [""], - "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.": [ + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "An engine must be specified when passing individual parameters to a database.": [ + "The query associated with these results could not be found. You need to re-run the original query.": [ "" ], - "An error has occurred": [""], - "An error occurred": [""], - "An error occurred saving dataset": [""], - "An error occurred when running alert query": [""], - "An error occurred while accessing the value.": [""], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "An error occurred while creating %ss: %s": [""], - "An error occurred while creating the data source": [""], + "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.": [ + "" + ], + "Tag parameters are invalid.": [""], + "Tag could not be created.": [""], + "Tag could not be updated.": [""], + "Tag could not be deleted.": [""], + "Tagged Object could not be deleted.": [""], "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 expanding the table schema. Please contact your administrator.": [ + "An error occurred while updating the value.": [""], + "You don't have permission to modify the value.": [""], + "Resource was not found.": [""], + "Invalid result type: %(result_type)s": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "The chart does not exist": [""], + "The chart datasource does not exist": [""], + "The chart query context 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 %s info: %s": [""], - "An error occurred while fetching %ss: %s": [""], - "An error occurred while fetching available CSS templates": [""], - "An error occurred while fetching chart owners 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 following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ "" ], - "An error occurred while fetching user values: %s": [""], - "An error occurred while importing %s: %s": [""], - "An error occurred while loading dashboard information.": [""], - "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.": [ + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [""], + "[asc]": [""], + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Virtual dataset query must be read-only": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Metric '%(metric)s' does not exist": [""], + "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [""], + "Only `SELECT` statements are allowed": [""], + "Only single queries supported": [""], + "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 removing tab. Please contact your administrator.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "An error occurred while removing the table schema. 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 rendering the visualization: %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "Column": [""], + "Verbose Name": [""], + "Description": [""], + "Groupable": [""], + "Filterable": [""], + "Table": [""], + "Expression": [""], + "Is temporal": [""], + "Datetime Format": [""], + "Type": [""], + "Business Data Type": [""], + "Invalid date/timestamp format": [""], + "Metrics": [""], + "Show Metric": [""], + "Add Metric": [""], + "Edit Metric": [""], + "Metric": [""], + "SQL Expression": [""], + "D3 Format": [""], + "Extra": [""], + "Warning Message": [""], + "Tables": [""], + "Show Table": [""], + "Import a table definition": [""], + "Edit Table": [""], + "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 starring this chart": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Timezone offset (in hours) for this datasource": [""], + "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 updating the value.": [""], - "An error occurred while upserting the value.": [""], - "An unexpected error occurred": [""], - "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 layer": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "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 layers could not be deleted.": [""], - "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": [ + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Redirects to this endpoint when clicking on the table from the table list": [ "" ], - "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.": [ + "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": [ "" ], - "Apply": [""], - "Apply conditional color formatting to metric": [""], - "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 rules?": [""], - "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": [""], - "Time-series 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": [ + "" + ], + "A set of parameters that become available in the query using 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.": [ + "" + ], + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" + ], + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Arrow": [""], - "Assign a set of parameters as": [""], - "Assist": [""], "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": [""], - "Base layer map style. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. 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.": [ + "Changed By": [""], + "Database": [""], + "Last Changed": [""], + "Enable Filter Select": [""], + "Schema": [""], + "Default Endpoint": [""], + "Offset": [""], + "Cache Timeout": [""], + "Table Name": [""], + "Fetch Values Predicate": [""], + "Owners": [""], + "Main Datetime Column": [""], + "SQL Lab View": [""], + "Template parameters": [""], + "Modified": [""], + "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 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.": [ + "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], + "Title or Slug": [""], + "Role": [""], + "Invalid state.": [""], + "Table name undefined": [""], + "Upload Enabled": [""], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "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.": [ + "Field cannot be decoded by JSON. %(msg)s": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Bounds for the primary 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.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Box Plot": [""], - "Breakdowns": [""], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "Deleted %(num)d dataset": ["", "Deleted %(num)d datasets"], + "Null or Empty": [""], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "Bubble Chart": [""], - "Bubble Chart (legacy)": [""], - "Bubble Color": [""], - "Bubble Opacity": [""], - "Bubble Size": [""], - "Bubble size": [""], - "Bubble size number format": [""], - "Bucket break points": [""], - "Build": [""], - "Bulk select": [""], - "Bulk tag": [""], - "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).": [ + "Second": [""], + "5 second": [""], + "30 second": [""], + "Minute": [""], + "5 minute": [""], + "10 minute": [""], + "15 minute": [""], + "30 minute": [""], + "Hour": [""], + "6 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": [""], + "Additional parameters": [""], + "Use an encrypted connection to the database": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "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 not found.": [""], - "CSS templates": [""], - "CSS templates could not be deleted.": [""], - "CSV Upload": [""], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "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.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "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.": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "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 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": [""], - "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 by": [""], - "Changes saved.": [""], - "Changing one or more of these dashboards is forbidden": [""], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Unknown Doris server host \"%(hostname)s\".": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query 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 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": [""], - "Chart [{}] has been saved": [""], - "Chart [{}] was added to dashboard [{}]": [""], - "Chart cache timeout": [""], - "Chart changes": [""], - "Chart could not be created.": [""], - "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 not found": [""], - "Chart options": [""], - "Chart owners": [""], - "Chart parameters are invalid.": [""], - "Chart properties updated": [""], - "Chart title": [""], - "Chart type requires a dataset": [""], - "Chart width": [""], - "Charts": [""], - "Charts could not be deleted.": [""], - "Check for sorting ascending": [""], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Check out this chart in dashboard:": [""], - "Check out this chart: ": [""], - "Check out this dashboard: ": [""], - "Check to force date partitions to have the same height": [""], - "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 right axis": [""], - "Choose a number format": [""], - "Choose a source": [""], - "Choose a source and a target": [""], - "Choose a target": [""], - "Choose chart type": [""], - "Choose one of the available databases from the panel on the left.": [""], - "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": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "" ], - "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.": [ + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "Clause": [""], - "Clear": [""], - "Clear all": [""], - "Clear all data": [""], - "Clear form": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Unknown MySQL server host \"%(hostname)s\".": [""], + "The username \"%(username)s\" does not exist.": [""], + "The user/password combination is not valid (Incorrect password for user).": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Could not connect to database: \"%(database)s\"": [""], + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "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.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Table or View \"%(table)s\" does not exist.": [""], + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "" ], - "Click to add a contour": [""], - "Click to cancel sorting": [""], - "Click to edit": [""], - "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: ": [ + "Users are not allowed to set a search path for security reasons.": [""], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Color: ": [""], - "Colors": [""], - "Column": [""], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Column Configuration": [""], - "Column Data Types": [""], - "Column Formatting": [""], - "Column Label(s)": [""], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "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.": [ "" ], - "Column containing latitude data": [""], - "Column containing longitude data": [""], - "Column datatype": [""], - "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.": [ + "%(object)s does not exist in this database.": [""], + "Samples for datasource could not be retrieved.": [""], + "Changing this datasource is forbidden": [""], + "Home": [""], + "Database Connections": [""], + "Data": [""], + "Dashboards": [""], + "Charts": [""], + "Datasets": [""], + "Plugins": [""], + "Manage": [""], + "CSS Templates": [""], + "SQL Lab": [""], + "SQL": [""], + "Saved Queries": [""], + "Query History": [""], + "Tags": [""], + "Action Log": [""], + "Security": [""], + "Alerts & Reports": [""], + "Annotation Layers": [""], + "Row Level Security": [""], + "An error occurred while parsing the key.": [""], + "An error occurred while upserting the value.": [""], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "" + "Empty query?": [""], + "Unknown column used in orderby: %(col)s": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "error_message": [""], + "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": [""], + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" ], - "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": [ + "Value must be greater than 0": [""], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "EMAIL_REPORTS_CTA": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "" - ], - "Columnar File": [""], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "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": [""], - "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 parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." ], - "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 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.": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Tag name is invalid (cannot contain ':')": [""], + "Tag could not be found.": [""], + "Is custom tag": [""], + "Scheduled task executor not found": [""], + "Record Count": [""], + "No records found": [""], + "Filter List": [""], + "Search": [""], + "Refresh": [""], + "Import dashboards": [""], + "Import Dashboard(s)": [""], + "File": [""], + "Choose File": [""], + "Upload": [""], + "Use the edit button to change this field": [""], + "Test Connection": [""], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "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.": [ + "`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.": [ "" ], - "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.": [ + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": [""], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "DataFrame must include temporal column": [""], + "DataFrame include at least one series": [""], + "Label already exists": [""], + "Resample operation requires DatetimeIndex": [""], + "Resample method should be in ": [""], + "Undefined window for rolling operation": [""], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)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": [""], + "Unexpected time range: %(error)s": [""], + "json isn't valid": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Delete": [""], + "Delete all Really?": [""], + "Is favorite": [""], + "Is tagged": [""], + "The data source seems to have been deleted": [""], + "The user seems to have been deleted": [""], + "You don't have the rights to download as csv": [""], + "Error: permalink state not found": [""], + "Error: %(msg)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to create a chart": [""], + "Explore - %(table)s": [""], + "Explore": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] has been overwritten": [""], + "You don't have the rights to alter this dashboard": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "You don't have the rights to create a dashboard": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "Chart %(id)s not found": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "permalink state not found": [""], + "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": [ "" ], - "Comparison": [""], - "Comparison Period Lag": [""], - "Comparison suffix": [""], - "Compose multiple layers together to form complex visuals.": [""], - "Compute the contribution to the total": [""], - "Condition": [""], - "Conditional Formatting": [""], - "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": [""], - "Contours": [""], - "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 identifier of the account 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 connect to database: \"%(database)s\"": [""], + "Custom Plugins": [""], + "Custom Plugin": [""], + "Add a Plugin": [""], + "Edit Plugin": [""], + "The dataset associated with this chart no longer exists": [""], "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: {}": [""], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ + "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.": [ "" ], - "Create a new chart": [""], - "Create chart": [""], - "Create chart with dataset": [""], - "Create dataset": [""], - "Create dataset and create chart": [""], - "Create new chart": [""], - "Create or select schema...": [""], - "Created": [""], - "Created by": [""], - "Created by me": [""], - "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.": [ + "Datasource": [""], + "Last Modified": [""], + "Parameters": [""], + "Chart": [""], + "Name": [""], + "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": [ "" ], - "Cross-filtering is not enabled for this dashboard.": [""], - "Cross-filtering is not enabled in this dashboard": [""], - "Cross-filtering scoping": [""], - "Cross-filters": [""], - "Cumulative": [""], - "Currency": [""], - "Currency format": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], - "Custom width of the screenshot in pixels": [""], - "Customize": [""], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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 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.": [ + "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 are defined, regular access permissions apply.": [ "" ], - "Dashboard title": [""], - "Dashboard usage": [""], - "Dashboards": [""], - "Dashboards added to": [""], - "Dashboards could not be created.": [""], - "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.": [ + "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.": [ + "Dashboard": [""], + "Title": [""], + "Slug": [""], + "Roles": [""], + "Published": [""], + "Position JSON": [""], + "CSS": [""], + "JSON Metadata": [""], + "Export": [""], + "Export dashboards?": [""], + "CSV Upload": [""], + "Select a file to be uploaded to the database": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ "" ], - "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.": [ + "Name of table to be created with CSV file": [""], + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "Column Data Types": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Select a schema if the database supports this": [""], + "Delimiter": [""], + "Enter a delimiter for this data": [""], + ",": [""], + ".": [""], + "Other": [""], + "If Table Already Exists": [""], + "What should happen if the table already exists": [""], + "Fail": [""], + "Replace": [""], + "Append": [""], + "Skip Initial Space": [""], + "Skip spaces after delimiter": [""], + "Skip Blank Lines": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Columns To Be Parsed as Dates": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": [""], + "Character to interpret as decimal point": [""], + "Null Values": [""], + "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": [ "" ], - "Database Connections": [""], - "Database Creation Error": [""], - "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: ": [ + "Index Column": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "Database error": [""], - "Database is offline.": [""], - "Database is required for alerts": [""], - "Database name": [""], - "Database not allowed to change": [""], - "Database not found.": [""], - "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 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": [""], - "Datasets": [""], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "" - ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" - ], - "Datasets could not be deleted.": [""], - "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 format": [""], - "Date format string": [""], - "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)": [""], - "Day First": [""], - "Days %s": [""], - "Db engine did not return all queried columns": [""], - "Deactivate": [""], - "December": [""], - "Decides which column to sort the base axis by.": [""], - "Decides which measure to sort the base axis by.": [""], - "Decimal Character": [""], - "Deck.gl - 3D Grid": [""], - "Deck.gl - 3D HEX": [""], - "Deck.gl - Arc": [""], - "Deck.gl - Contour": [""], - "Deck.gl - GeoJSON": [""], - "Deck.gl - Heatmap": [""], - "Deck.gl - Multiple Layers": [""], - "Deck.gl - Paths": [""], - "Deck.gl - Polygon": [""], - "Deck.gl - Scatter plot": [""], - "Deck.gl - Screen Grid": [""], - "Decrease": [""], - "Default Endpoint": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Write dataframe index as a column": [""], + "Column Label(s)": [""], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "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": [ + "Columns To Read": [""], + "Json list of the column names that should be read": [""], + "Overwrite Duplicate Columns": [""], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "Default value is required": [""], - "Default value must be set when \"Filter has default value\" is checked": [ + "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": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "Rows to Read": [""], + "Number of rows of file to read": [""], + "Skip Rows": [""], + "Number of rows to skip at start of file": [""], + "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).": [""], + "Specify a schema (if database flavor supports this).": [""], + "Table Exists": [""], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "Define a function that receives the input and outputs the content for a tooltip": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "Number of rows to skip at start of file.": [""], + "Number of rows of file to read.": [""], + "Parse Dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "Character to interpret as decimal point.": [""], + "Write dataframe index as a column.": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "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.": [ + "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.": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "Name of table to be created from columnar data.": [""], + "Columnar File": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Use Columns": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Databases": [""], + "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.": [ "" ], - "Defines how each series is broken down": [""], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the 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": [ "" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "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.": [ "" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ + "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.": [ "" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "If selected, please set the schemas allowed for csv upload in Extra.": [ "" ], - "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": [""], - "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], - "Deleted %(num)d annotation layer": [ - "", - "Deleted %(num)d annotation layers" - ], - "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" + "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": [""], + "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'

": [ + "" ], - "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], - "Deleted %s": [""], - "Deleted: %s": [""], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "CSV to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "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": [""], - "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": [ + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Diamond": [""], - "Did you mean:": [""], - "Difference": [""], - "Dim Gray": [""], - "Dimension": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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.": [ + "Excel to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Disable embedding?": [""], - "Disabled": [""], - "Discard": [""], - "Discrete": [""], - "Display": [""], - "Display Name": [""], - "Display column level subtotal": [""], - "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.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "Display settings": [""], - "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.": [ + "Columnar to Database configuration": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Distribute across": [""], - "Distribution": [""], - "Distribution - Bar Chart": [""], - "Divider": [""], - "Do you want a donut or a pie?": [""], - "Documentation": [""], - "Domain": [""], - "Donut": [""], - "Dotted": [""], - "Download": [""], - "Download as Image": [""], - "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.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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.": [ + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": [""], + "Show Log": [""], + "Add Log": [""], + "Edit Log": [""], + "User": [""], + "Action": [""], + "dttm": [""], + "JSON": [""], + "Untitled Query": [""], + "Time Range": [""], + "Time Column": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time": [""], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "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.": [ + "Aggregate": [""], + "Raw records": [""], + "Category name": [""], + "Total value": [""], + "Minimum value": [""], + "Maximum value": [""], + "Average value": [""], + "Certified by %s": [""], + "description": [""], + "bolt": [""], + "Changing this control takes effect instantly": [""], + "Show info tooltip": [""], + "SQL expression": [""], + "Column datatype": [""], + "Column name": [""], + "Label": [""], + "Metric name": [""], + "unknown type icon": [""], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "Advanced analytics": [""], + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Rolling window": [""], + "Rolling function": [""], + "None": [""], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "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.": [ + "Periods": [""], + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "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.": [ + "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": [ "" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Time comparison": [""], + "Time shift": [""], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "30 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Calculation type": [""], + "Actual values": [""], + "Difference": [""], + "Percentage change": [""], + "Ratio": [""], + "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.": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 Rule": [""], - "Edit Table": [""], - "Edit Tag": [""], - "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:": [""], - "Either the database is spelled incorrectly or does not exist.": [""], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "Resample": [""], + "Rule": [""], + "1 minutely frequency": [""], + "1 hourly frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "1 year start frequency": [""], + "1 year end frequency": [""], + "Pandas resample rule": [""], + "Fill method": [""], + "Null imputation": [""], + "Zero imputation": [""], + "Linear interpolation": [""], + "Forward values": [""], + "Backward values": [""], + "Median values": [""], + "Mean values": [""], + "Sum values": [""], + "Pandas resample method": [""], + "Annotations and Layers": [""], + "Left": [""], + "Top": [""], + "Chart Title": [""], + "X Axis": [""], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": [""], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Y Axis Title Position": [""], + "Query": [""], + "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": [""], + "Yearly seasonality": [""], + "default": [""], + "Yes": [""], + "No": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "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": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Time related form attributes": [""], + "Datasource & Chart Type": [""], + "Chart ID": [""], + "The id of the active chart": [""], + "Cache Timeout (seconds)": [""], + "The number of seconds before expiring the cache": [""], + "URL Parameters": [""], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra Parameters": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "End": [""], - "End (Longitude, Latitude): ": [""], - "End Longitude & Latitude": [""], - "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.": [ + "Color Scheme": [""], + "Contribution Mode": [""], + "Row": [""], + "Series": [""], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Y-Axis Sort Ascending": [""], + "X-Axis Sort Ascending": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Force categorical": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "" + ], + "Add dataset columns here to group the pivot table columns.": [""], + "Dimension": [""], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ "" ], - "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 Fetching Tagged Objects": [""], - "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 saving dataset": [""], - "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\"": [ + "This defines the element to be plotted on the chart": [""], + "Filters": [""], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Excel to Database configuration": [""], - "Exclude selected values": [""], - "Excluded roles": [""], - "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'": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "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 PDF": [""], - "Export to YAML": [""], - "Export to YAML?": [""], - "Export to full .CSV": [""], - "Export to full Excel": [""], - "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.\" }`.": [ + "Right Axis Metric": [""], + "Select a metric to display on the right axis": [""], + "Sort by": [""], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "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": [ + "Bubble Size": [""], + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to retrieve advanced type": [""], - "Failed to save cross-filter scoping": [""], - "Failed to start remote query on a worker.": [""], - "Failed to tag items": [""], - "Failed to update report": [""], - "Failed to verify select options: %s": [""], - "Favorite": [""], - "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": [""], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Fill method": [""], - "Filled": [""], - "Filter": [""], - "Filter Configuration": [""], - "Filter List": [""], - "Filter Settings": [""], - "Filter Type": [""], - "Filter charts": [""], - "Filter has default value": [""], - "Filter menu": [""], - "Filter name": [""], - "Filter only displays values relevant to selections made in other filters.": [ - "" - ], - "Filter results": [""], - "Filter type": [""], - "Filter value (case sensitive)": [""], - "Filter value is required": [""], - "Filter value list cannot be empty": [""], - "Filter your charts": [""], - "Filterable": [""], - "Filters": [""], - "Filters by columns": [""], - "Filters by metrics": [""], - "Filters for Comparison": [""], - "Filters for comparison must have a value": [""], - "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').": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Find": [""], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Color Metric": [""], + "A metric to use for color": [""], + "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": [ "" ], - "Fix to selected Time Range": [""], - "Fixed": [""], + "Drop a temporal column here or click": [""], + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [""], "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 Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Use this to define a static color for all circles": [""], + "Linear Color Scheme": [""], + "all": [""], + "5 seconds": [""], + "30 seconds": [""], + "1 minute": [""], + "5 minutes": [""], + "30 minutes": [""], + "1 hour": [""], + "1 day": [""], + "7 days": [""], + "week": [""], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": [""], + "quarter": [""], + "year": [""], + "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`": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "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.": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "Force": [""], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Row limit": [""], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "Force categorical": [""], - "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.": [""], - "Format SQL": [""], - "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, Metrics or Percentage Metrics must have a value": [""], - "Group Key": [""], - "Group by": [""], - "Groupable": [""], - "Guest user cannot modify chart payload": [""], - "Handlebars": [""], - "Handlebars Template": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Sort Descending": [""], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "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.": [ + "Series limit": [""], + "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.": [ "" ], - "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.": [ + "Y Axis Format": [""], + "Currency format": [""], + "Time format": [""], + "The color scheme for rendering chart": [""], + "Truncate Metric": [""], + "Whether to truncate metrics": [""], + "Show empty columns": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": [""], + "Original value": [""], + "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": [""], + "Oops! An error occurred!": [""], + "Stack Trace:": [""], + "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.": [ "" ], - "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.": [ + "No Results": [""], + "ERROR": [""], + "Found invalid orderby options": [""], + "Invalid input": [""], + "Unexpected error: ": [""], + "(no description, click to see stack trace)": [""], + "Network error": [""], + "Request timed out": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, there was an error saving this %s: %s": [""], + "You do not have permission to edit this %s": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": [""], + "day": [""], + "The time unit used for the grouping of blocks": [""], + "Subdomain": [""], + "min": [""], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ "" ], - "If Table Already Exists": [""], - "If a metric is specified, sorting will be done based on the metric value": [ + "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.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Business": [""], + "Comparison": [""], + "Intensity": [""], + "Pattern": [""], + "Report": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Sort by metric": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Number format": [""], + "Choose a number format": [""], + "Source": [""], + "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.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Relationships between community channels": [""], + "Chord Diagram": [""], + "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.": [ "" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Metric to display bottom title": [""], + "Map": [""], + "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.": [ "" ], - "Ignore cache when generating report": [""], - "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)": [ + "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.": [ "" ], - "Impersonate the logged on user": [""], - "Import": [""], - "Import %s": [""], - "Import Dashboard(s)": [""], - "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.": [ + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "In": [""], - "Include Series": [""], - "Include a description that will be sent with your report": [""], - "Include series name as an axis": [""], - "Include time": [""], - "Increase": [""], - "Index": [""], - "Index Column": [""], - "Info": [""], - "Inner Radius": [""], - "Inner radius of donut hole": [""], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity": [""], - "Intensity Radius": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "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": [ "" ], - "Interval": [""], - "Interval End column": [""], - "Interval bounds": [""], - "Interval colors": [""], - "Interval start column": [""], - "Intervals": [""], - "Intesity": [""], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "Invalid JSON": [""], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": [""], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Event Flow": [""], + "Progressive": [""], + "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": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "Normalize Across": [""], + "heatmap": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Invalid cron expression": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [""], - "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 reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": [""], - "Invert current page": [""], - "Is certified": [""], - "Is custom tag": [""], - "Is dimension": [""], - "Is false": [""], - "Is favorite": [""], - "Is filterable": [""], - "Is not null": [""], - "Is null": [""], - "Is tagged": [""], - "Is temporal": [""], - "Is true": [""], - "Isoband": [""], - "Isoline": [""], - "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.": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "Left Margin": [""], + "auto": [""], + "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.": [ "" ], - "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.": [ + "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": [ "" ], - "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": [ + "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.": [ "" ], - "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.": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "Heatmap (legacy)": [""], + "Density": [""], + "Predictive": [""], + "Single Metric": [""], + "Deprecated": [""], + "to": [""], + "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": [ "" ], - "July": [""], - "June": [""], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": [""], - "Key": [""], - "Keyboard shortcuts": [""], - "Keys for table": [""], - "Kilometers": [""], - "LIMIT": [""], - "Label": [""], - "Label Contents": [""], - "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 day": [""], - "Last modified": [""], - "Last month": [""], - "Last quarter": [""], - "Last run": [""], - "Last week": [""], - "Last year": [""], - "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 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 type": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Population age data": [""], + "Contribution": [""], + "Compute the contribution to the total": [""], + "Series Height": [""], + "Pixel height of each series": [""], + "Value Domain": [""], + "series": [""], + "overall": [""], + "change": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "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.": [ + "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.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Horizon Chart": [""], + "Dark Cyan": [""], + "Purple": [""], + "Gold": [""], + "Dim Gray": [""], + "Crimson": [""], + "Forest Green": [""], + "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.": [ "" ], - "Line": [""], - "Line Chart": [""], - "Time-series 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.": [ + "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": [ "" ], - "Line interpolation as defined by d3.js": [""], - "Line width": [""], - "Line width unit": [""], - "Linear Color Scheme": [""], - "Linear color scheme": [""], - "Linear interpolation": [""], - "Lines column": [""], - "Lines encoding": [""], - "Link Copied!": [""], - "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": [""], - "Login with": [""], - "Logout": [""], - "Logs": [""], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude": [""], - "Longitude & Latitude columns": [""], - "Longitude and Latitude": [""], - "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "MAR": [""], - "MAY": [""], - "MON": [""], - "Main Datetime Column": [""], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Auto": [""], + "Point Radius Unit": [""], + "Pixels": [""], + "Miles": [""], + "Kilometers": [""], + "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.": [ "" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "max": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "Manage": [""], - "Manage email report": [""], - "Manage your databases": [""], - "Mandatory": [""], - "Manually set min/max values for the y-axis.": [""], - "Map": [""], + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], "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.": [ + "Streets": [""], + "Dark": [""], + "Light": [""], + "Satellite Streets": [""], + "Satellite": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": [""], + "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.": [ "" ], - "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.": [ + "Light mode": [""], + "Dark mode": [""], + "MapBox": [""], + "Scatter": [""], + "Transformable": [""], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "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.": [ "" ], - "Median values": [""], - "Medium": [""], - "Menu actions trigger": [""], - "Message content": [""], - "Metadata": [""], - "Metadata Parameters": [""], - "Metadata has been synced": [""], - "Method": [""], - "Metric": [""], - "Metric '%(metric)s' does not exist": [""], - "Metric Key": [""], - "Metric ascending": [""], - "Metric assigned to the [X] axis": [""], - "Metric assigned to the [Y] axis": [""], + "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": [""], "Metric change in value from `since` to `until`": [""], - "Metric currency": [""], - "Metric descending": [""], - "Metric factor change from `since` to `until`": [""], - "Metric for node values": [""], - "Metric name": [""], - "Metric name [%s] is duplicated": [""], + "Percent Change": [""], "Metric percent change in value from `since` to `until`": [""], - "Metric that defines the size of the bubble": [""], - "Metric to display bottom title": [""], - "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).": [ + "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": [ "" ], - "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).": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "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": [ "" ], - "Metrics": [""], - "Middle": [""], - "Midnight": [""], - "Miles": [""], - "Min": [""], + "Rolling Window": [""], + "Rolling Function": [""], + "cumsum": [""], "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.": [ + "Time Comparison": [""], + "Time Shift": [""], + "1 week": [""], + "28 days": [""], + "30 days": [""], + "52 weeks": [""], + "1 year": [""], + "104 weeks": [""], + "2 years": [""], + "156 weeks": [""], + "3 years": [""], + "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.": [ "" ], - "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": [""], - "Minor ticks": [""], - "Minute": [""], - "Minutes %s": [""], - "Missing URL parameters": [""], - "Missing dataset": [""], - "Mixed Chart": [""], - "Modified": [""], - "Modified %s": [""], - "Modified by": [""], - "Modified by: %s": [""], - "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 file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Actual Values": [""], + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": [""], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Partition Chart": [""], + "Categorical": [""], + "Use Area Proportions": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Multiple filtering": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "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.": [ "" ], - "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 of your tag": [""], - "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 header": [""], - "New tab": [""], - "New tab (Ctrl + q)": [""], - "New tab (Ctrl + t)": [""], - "Next": [""], "Nightingale Rose Chart": [""], - "No": [""], - "No %s yet": [""], - "No Data": [""], - "No Results": [""], - "No Rules yet": [""], - "No Tags created": [""], - "No annotation layers yet": [""], - "No annotation yet": [""], - "No applied filters": [""], - "No available filters.": [""], - "No charts": [""], - "No charts yet": [""], - "No columns found": [""], - "No compatible columns found": [""], - "No compatible datasets found": [""], - "No compatible schema found": [""], - "No dashboards yet": [""], - "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 entities have this tag currently assigned": [""], - "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.": [ + "Advanced-Analytics": [""], + "Multi-Layers": [""], + "Source / Target": [""], + "Choose a source and a target": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "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.": [ + "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.": [ "" ], - "No table columns": [""], - "No temporal columns found": [""], - "No time columns": [""], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "Full name": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Node label position": [""], - "Node select mode": [""], - "Node size": [""], - "None": [""], - "None -> Arrow": [""], - "None -> None": [""], - "Normal": [""], - "Normalize Across": [""], - "Normalize column names": [""], - "Normalized": [""], - "Not Time Series": [""], - "Not added to any dashboard": [""], - "Not available": [""], - "Not defined": [""], - "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.": [ + "Show Bubbles": [""], + "Whether to display bubbles on top of countries": [""], + "Max Bubble Size": [""], + "Color by": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "Number format": [""], - "Number format string": [""], - "Number formatting": [""], - "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. You can use negative numbers to compare from the beginning of the time range.": [ + "Country Column": [""], + "3 letter code 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.": [ "" ], - "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.": [ + "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": [""], + "Start (Longitude, Latitude): ": [""], + "End (Longitude, Latitude): ": [""], + "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": [""], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Centroid (Longitude and Latitude): ": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "Aggregation": [""], + "The function to use when aggregating points into groups": [""], + "Contours": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ "" ], - "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.": [ + "Weight": [""], + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "One or more parameters specified in the query are malformed.": [""], - "One or more parameters specified in the query are missing.": [""], - "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": [ + "deck.gl Contour": [""], + "Spatial": [""], + "GeoJson Settings": [""], + "Line width unit": [""], + "meters": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Only single queries supported": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "deck.gl Geojson": [""], + "Longitude and Latitude": [""], + "Height": [""], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "deck.gl Grid": [""], + "Intesity": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" + ], + "Intensity Radius": [""], + "Intensity Radius is the radius at which the weight is distributed": [""], + "deck.gl Heatmap": [""], + "Dynamic Aggregation Function": [""], + "variance": [""], + "deviation": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], + "name": [""], + "Polygon Column": [""], + "Polygon Encoding": [""], + "Elevation": [""], + "Polygon Settings": [""], "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.": [ + "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.": [ "" ], - "Operator": [""], - "Operator undefined for aggregator: %(name)s": [""], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "deck.gl Polygon": [""], + "Category": [""], + "Point Size": [""], + "Point Unit": [""], + "Square meters": [""], + "Square kilometers": [""], + "Square miles": [""], + "Radius in meters": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ "" ], - "Optional d3 date format string": [""], - "Optional d3 number format string": [""], - "Optional name of the data column.": [""], - "Optional warning about use of this metric": [""], - "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.": [ + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum 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.": [ + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "deck.gl Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "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.": [ + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "Password": [""], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent Change": [""], - "Percent of total": [""], - "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 metric for x, y and size": [""], - "Pick a metric to display": [""], - "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 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.": [ + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ "" ], - "Pick your favorite markup language": [""], - "Pie Chart": [""], - "Pie Chart (legacy)": [""], - "Pie shape": [""], - "Pin": [""], - "Pivot Table": [""], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Legend Format": [""], + "Choose the format for legend values": [""], + "Legend Position": [""], + "Choose the position of the legend": [""], + "Top left": [""], + "Top right": [""], + "Bottom left": [""], + "Bottom right": [""], + "Lines column": [""], + "The database columns that contains lines information": [""], + "Line width": [""], + "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": [ "" ], - "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.": [ + "Stroke Color": [""], + "Filled": [""], + "Whether to fill the objects": [""], + "Stroked": [""], + "Whether to display the stroke": [""], + "Extruded": [""], + "Whether to make the grid 3D": [""], + "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": [""], + "geohash (square)": [""], + "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": [""], + "linear": [""], + "basis": [""], + "cardinal": [""], + "monotone": [""], + "step-before": [""], + "step-after": [""], + "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.": [ "" ], - "Please choose at least one groupby": [""], - "Please confirm": [""], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [""], - "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.": [ + "X Tick Layout": [""], + "flat": [""], + "staggered": [""], + "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.": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Bar Values": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "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.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "stream": [""], + "expand": [""], + "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.": [ "" ], - "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.": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Time-series Area Chart (legacy)": [""], + "Continuous": [""], + "Line": [""], + "nvd3": [""], + "Series Limit Sort By": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "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": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Series Limit Sort Descending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "Port out of range 0-65535": [""], - "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.": [ + "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.": [ "" ], - "Predictive": [""], - "Predictive Analytics": [""], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": [""], - "Preview: `%s`": [""], - "Previous": [""], - "Previous Line": [""], - "Primary": [""], - "Primary Metric": [""], - "Primary key": [""], - "Primary or secondary y-axis": [""], - "Primary y-axis Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Private Key Password": [""], - "Proceed": [""], - "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": [""], - "RLS Rule not found.": [""], - "RLS rules could not be deleted.": [""], - "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 for Comparison": [""], - "Range labels": [""], - "Ranges": [""], - "Ranges to highlight with shading": [""], - "Ranking": [""], - "Ratio": [""], - "Raw records": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ + "Time-series Bar Chart (legacy)": [""], + "Bar": [""], + "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.": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "Bubble Chart (legacy)": [""], + "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.": [ "" ], - "Recently modified": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Recents": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Recommended tags": [""], - "Record Count": [""], - "Rectangle": [""], - "Redirects to this endpoint when clicking on the table from the table list": [ + "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.": [ "" ], - "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.": [ + "Bar Chart (legacy)": [""], + "Additive": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Label Type": [""], + "Category Name": [""], + "Value": [""], + "Percentage": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "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 5% threshold.": [ "" ], - "Refer to the": [""], - "Referenced columns not available in DataFrame.": [""], - "Refetch results": [""], - "Refresh": [""], - "Refresh dashboard": [""], - "Refresh frequency": [""], - "Refresh interval": [""], - "Refresh interval saved": [""], - "Refresh the default values": [""], - "Refreshing charts": [""], - "Refreshing columns": [""], - "Regular": [""], - "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.": [ + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Pie Chart (legacy)": [""], + "Frequency": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ "" ], - "Relational": [""], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative period": [""], - "Relative quantity": [""], - "Reload": [""], - "Remove": [""], - "Remove cross-filter": [""], - "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 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 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.": [ + "Time-series Period Pivot": [""], + "Formula": [""], + "Event": [""], + "Interval": [""], + "Stack": [""], + "Stream": [""], + "Expand": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Additional padding for legend.": [""], + "Scroll": [""], + "Plain": [""], + "Legend type": [""], + "Orientation": [""], + "Bottom": [""], + "Right": [""], + "Legend Orientation": [""], + "Show Value": [""], + "Show series values on the chart": [""], + "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": [ "" ], - "Return to specific datetime.": [""], - "Reverse Lat & Long": [""], - "Reverse lat/long ": [""], - "Rich Tooltip": [""], + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], "Rich tooltip": [""], - "Right": [""], - "Right Axis Format": [""], - "Right Axis Metric": [""], - "Right axis metric": [""], - "Right to Left": [""], - "Right value": [""], - "Right-click on a dimension value to drill to detail by that value.": [ + "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.": [ "" ], - "Role": [""], - "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.": [ + "Tooltip": [""], + "Sort Series By": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort Series Ascending": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Series Order": [""], + "Truncate X Axis": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ "" ], - "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.": [ + "X Axis Bounds": [""], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "Rolling Function": [""], - "Rolling Window": [""], - "Rolling function": [""], - "Rolling window": [""], - "Root certificate": [""], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "Minor ticks": [""], + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Row limit": [""], - "Rows": [""], - "Rows per page, 0 means no pagination": [""], - "Rows subtotal position": [""], - "Rows to Read": [""], - "Rule": [""], - "Rule Name": [""], - "Rule added": [""], - "Run": [""], - "Run a query to display query history": [""], - "Run a query to display results": [""], - "Run current query": [""], - "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.": [ + "Big Number Font Size": [""], + "Tiny": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Range for Comparison": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ "" ], - "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 (Overwrite)": [""], - "Save as": [""], - "Save as Dataset": [""], - "Save as dataset": [""], - "Save as new": [""], - "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": [""], - "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.": [ + "Filters for Comparison": [""], + "Percent Difference format": [""], + "Comparison font size": [""], + "Add color for positive/negative change": [""], + "color scheme for comparison": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ "" ], - "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, as used only in some databases like Postgres, Redshift and DB2": [ + "Big Number with Time Period Comparison": [""], + "Display settings": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "Date format": [""], + "Force date format": [""], + "Use date formatting even when metric value is not a timestamp": [""], + "Conditional Formatting": [""], + "Apply conditional color formatting to metric": [""], + "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.": [ "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": [""], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": [""], - "Search / Filter": [""], - "Search Metrics & Columns": [""], - "Search all charts": [""], - "Search box": [""], - "Search by query text": [""], - "Search columns": [""], - "Search in filters": [""], - "Search...": [""], - "Second": [""], - "Secondary": [""], - "Secondary Metric": [""], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Seconds %s": [""], - "Secure Extra": [""], - "Secure extra": [""], - "Security": [""], - "See all %(tableName)s": [""], - "See less": [""], - "See more": [""], - "See query details": [""], - "See table schema": [""], - "Select": [""], - "Select ...": [""], - "Select Delivery Method": [""], - "Select Tags": [""], - "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 metric to display on the right axis": [""], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "A Big Number": [""], + "With a subheader": [""], + "Big Number": [""], + "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.": [ "" ], - "Select a schema if the database supports this": [""], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "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": [ "" ], - "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 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 ": [ + "TEMPORAL X-AXIS": [""], + "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.": [ "" ], - "Select dataset source": [""], - "Select file": [""], - "Select filter": [""], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Big Number with Trendline": [""], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Tukey": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "ECharts": [""], + "Bubble size number format": [""], + "Bubble Opacity": [""], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "Select operator": [""], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select or type dataset name": [""], - "Select owners": [""], - "Select saved metrics": [""], - "Select schema or type to search schemas": [""], - "Select scheme": [""], - "Select subject": [""], - "Select table or type to search tables": [""], - "Select the Annotation Layer you would like to use.": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "% calculation": [""], + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "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.": [ + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "Labels": [""], + "Label Contents": [""], + "Value and Percentage": [""], + "What should be shown as the label": [""], + "Tooltip Contents": [""], + "What should be shown as the tooltip label": [""], + "Whether to display the labels.": [""], + "Show Tooltip Labels": [""], + "Whether to display the tooltip 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.": [ "" ], - "Send as CSV": [""], - "Send as PNG": [""], - "Send as text": [""], - "Send range filter events to other charts": [""], - "September": [""], + "Funnel Chart": [""], "Sequential": [""], - "Series": [""], - "Series Height": [""], - "Series Limit Sort By": [""], - "Series Limit Sort Descending": [""], - "Series Order": [""], - "Series Style": [""], - "Series chart type (line, bar etc)": [""], - "Series colors": [""], - "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.": [ + "Columns to group by": [""], + "General": [""], + "Min": [""], + "Minimum value on the gauge axis": [""], + "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": [ "" ], - "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.": [ + "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": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "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.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "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.": [ "" ], - "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 Table": [""], - "Show Timestamp": [""], - "Show Tooltip Labels": [""], - "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.": [ + "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.": [ "" ], - "Show all columns": [""], - "Show all...": [""], - "Show axis line ticks": [""], - "Show cell bars": [""], - "Show chart description": [""], - "Show columns subtotal": [""], - "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.": [ + "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.": [ "" ], - "Show info tooltip": [""], - "Show label": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less columns": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "Show only my charts": [""], - "Show password.": [""], - "Show percentage": [""], - "Show pointer": [""], - "Show progress": [""], - "Show rows subtotal": [""], - "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.": [ + "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": [ "" ], - "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.": [ + "Edge width": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Graph Chart": [""], + "Structural": [""], + "Legend Type": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], + "Whether to sort descending or ascending": [""], + "Series type": [""], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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": [""], + "Shared query fields": [""], + "Query A": [""], + "Advanced analytics Query A": [""], + "Query B": [""], + "Advanced analytics Query B": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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).": [ "" ], - "Showing %s of %s": [""], - "Shows a list of all series available at that point in time": [""], - "Shows or hides markers for the time series": [""], - "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": [ + "Mixed Chart": [""], + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Show Total": [""], + "Whether to display the aggregate count": [""], + "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.": [ "" ], - "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.": [ + "Pie Chart": [""], + "Total: %s": [""], + "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.": [ "" ], - "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. Please try again.": [""], - "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 name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "Radar Chart": [""], + "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": [ "" ], - "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 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.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "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.": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "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": [""], - "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 Chart": [""], - "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 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.": [ + "Hierarchy": [""], + "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.": [ "" ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Symbol size": [""], - "Sync columns from source": [""], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "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.": [ "" ], - "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 [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Sunburst Chart": [""], + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Table cache timeout": [""], - "Table columns": [""], - "Table name cannot contain a schema": [""], - "Table name undefined": [""], - "Table or View \"%(table)s\" does not exist.": [""], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Generic Chart": [""], + "zoom area": [""], + "restore zoom": [""], + "Series Style": [""], + "Area chart opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "Tables": [""], - "Tabs": [""], - "Tabular": [""], - "Tag": [""], - "Tag could not be created.": [""], - "Tag could not be deleted.": [""], - "Tag could not be found.": [""], - "Tag could not be updated.": [""], - "Tag created": [""], - "Tag name": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tag parameters are invalid.": [""], - "Tag updated": [""], - "Tagged %s %ss": [""], - "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": [ + "Area Chart": [""], + "Axis Title": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "Axis Format": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "Axis Bounds": [""], + "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.": [ "" ], - "Target": [""], - "Target Color": [""], - "Target category": [""], - "Target value": [""], - "Template Name": [""], - "Template parameters": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Chart Orientation": [""], + "Bar orientation": [""], + "Vertical": [""], + "Horizontal": [""], + "Orientation of bar chart": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Chart": [""], + "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.": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "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.": [ "" ], - "Test Connection": [""], - "Test connection": [""], - "Text": [""], - "Text align": [""], - "Text embedded in email": [""], - "The API response from %s does not match the IDatabaseTable interface.": [ + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Step type": [""], + "Start": [""], + "Middle": [""], + "End": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "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.": [ + "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 GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "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 intermediate 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.": [ "" ], - "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?": [ + "Tree Chart": [""], + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Key": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "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.": [ + "Treemap": [""], + "Total": [""], + "Assist": [""], + "Increase": [""], + "Decrease": [""], + "Series colors": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "The chart datasource does not exist": [""], - "The chart does not exist": [""], - "The chart query context 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.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "The color of the isoline": [""], - "The color scheme for rendering chart": [""], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "Waterfall Chart": [""], + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "Handlebars": [""], + "must have a value": [""], + "Handlebars Template": [""], + "A handlebars template that is applied to the data": [""], + "Include time": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "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": [ + "Percentage metrics": [""], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "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.": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "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.": [ + "Ordering": [""], + "Order results by selected columns": [""], + "Sort descending": [""], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Query mode": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": [""], + "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).": [ "" ], - "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.": [ + "Aggregation function": [""], + "Count": [""], + "Count Unique Values": [""], + "List Unique Values": [""], + "Sum": [""], + "Average": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Minimum": [""], + "Maximum": [""], + "First": [""], + "Last": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "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.": [ + "Show rows total": [""], + "Display row level total": [""], + "Show rows subtotal": [""], + "Display row level subtotal": [""], + "Show columns total": [""], + "Display column level total": [""], + "Show columns subtotal": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Combine metrics": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "The dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "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": [""], + "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.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "Pivot Table": [""], + "metric": [""], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "No matching records found": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Timestamp format": [""], + "Page length": [""], + "Search box": [""], + "Whether to include a client-side search box": [""], + "Cell bars": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "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.": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "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.": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "The distance between cells, in pixels": [""], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "The encoding format of the lines": [""], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Show": [""], + "entries": [""], + "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": [""], + "random": [""], + "square": [""], + "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.": [ "" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "N/A": [""], + "offline": [""], + "failed": [""], + "pending": [""], + "fetching": [""], + "running": [""], + "stopped": [""], + "success": [""], + "The query couldn't be loaded": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "" ], - "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.": [ + "Your query could not be scheduled": [""], + "Failed at retrieving results": [""], + "Unknown error": [""], + "Query was stopped.": [""], + "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.": [ "" ], - "The host might be down, and can't be reached on the provided port.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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'": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "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.": [ + "Copy of %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "An error occurred while fetching tab state": [""], + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "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": [ + "Your query could not be saved": [""], + "Your query was not properly saved": [""], + "Your query was 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 name of the rule must be unique": [""], - "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.": [ + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "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.": [ + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "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.\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.": [ + "" + ], + "Primary key": [""], + "Foreign key": [""], + "Index": [""], + "Estimate selected query cost": [""], + "Estimate cost": [""], + "Cost estimate": [""], + "Creating a data source and creating a new tab": [""], + "Explore the result set in the data exploration view": [""], + "explore": [""], + "Create Chart": [""], + "Source SQL": [""], + "Executed SQL": [""], + "Run query": [""], + "Run current query": [""], + "Stop query": [""], + "New tab": [""], + "Previous Line": [""], + "Format SQL": [""], + "Find": [""], + "Keyboard shortcuts": [""], + "Run a query to display query history": [""], + "LIMIT": [""], + "State": [""], + "Started": [""], + "Duration": [""], + "Results": [""], + "Actions": [""], + "Success": [""], + "Failed": [""], + "Running": [""], + "Fetching": [""], + "Offline": [""], + "Scheduled": [""], + "Unknown Status": [""], + "Edit": [""], + "View": [""], + "Data preview": [""], + "Overwrite text in the editor with a query on this table": [""], + "Run query in a new tab": [""], + "Remove query from log": [""], + "Unable to create chart without a query id.": [""], + "Save & Explore": [""], + "Overwrite & Explore": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], + "Copy to Clipboard": [""], + "Filter results": [""], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "" + ], + "The number of results displayed is limited to %(rows)d. Please add additional limits/filters, download to csv, or contact an admin to see more rows up to the %(limit)d limit.": [ "" ], "The number of rows displayed is limited to %(rows)d by the query": [""], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "The number of rows displayed is limited to %(rows)d by the 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 number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "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.": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "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.": [ + "Track job": [""], + "See query details": [""], + "Query was stopped": [""], + "Database error": [""], + "was created": [""], + "Query in a new tab": [""], + "The query returned no data": [""], + "Fetch data preview": [""], + "Refetch results": [""], + "Stop": [""], + "Run selection": [""], + "Run": [""], + "Stop running (Ctrl + x)": [""], + "Stop running (Ctrl + e)": [""], + "Run query (Ctrl + Return)": [""], + "Save": [""], + "Untitled Dataset": [""], + "An error occurred saving dataset": [""], + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": [""], + "Overwrite existing": [""], + "Select or type dataset name": [""], + "Existing dataset": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Undefined": [""], + "Save dataset": [""], + "Save as": [""], + "Save query": [""], + "Cancel": [""], + "Update": [""], + "Label for your query": [""], + "Write a description for your query": [""], + "Submit": [""], + "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 a query to display results": [""], + "No stored results found, you need to re-run your query": [""], + "Query history": [""], + "Preview: `%s`": [""], + "Schedule the query periodically": [""], + "You must run the query successfully first": [""], + "Render HTML": [""], + "Autocomplete": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "Estimate the cost before running a query": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Create": [""], + "Collapse table preview": [""], + "Expand table preview": [""], + "Reset state": [""], + "Enter a new title for the tab": [""], + "Close tab": [""], + "Rename tab": [""], + "Expand tool bar": [""], + "Hide tool bar": [""], + "Close all other tabs": [""], + "Duplicate tab": [""], + "Add a new tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [""], + "Copy partition query to clipboard": [""], + "latest partition:": [""], + "Keys for table": [""], + "View keys & indexes (%s)": [""], + "Original table column order": [""], + "Sort columns alphabetically": [""], + "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": [""], + "Jinja templating": [""], + "syntax.": [""], + "Edit template parameters": [""], + "Parameters ": [""], + "Invalid JSON": [""], + "Untitled query": [""], + "%s%s": [""], + "Control": [""], + "Before": [""], + "After": [""], + "Click to see difference": [""], + "Altered": [""], + "Chart changes": [""], + "Modified by: %s": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Click to force-refresh": [""], + "Cached": [""], + "Waiting on %s": [""], + "Waiting on database...": [""], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "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.": [ + "click here": [""], + "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 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 loading the SQL": [""], + "Sorry, an error occurred": [""], + "Updating chart was stopped": [""], + "An error occurred while rendering the visualization: %s": [""], + "Network error.": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The port is closed.": [""], - "The port number is invalid.": [""], - "The primary metric is used to define the arc segment sizes": [""], - "The provided table was not found in the provided database": [""], - "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 can also just click on the chart to apply cross-filter.": [""], + "Cross-filtering is not enabled for this dashboard.": [""], + "This visualization type does not support cross-filtering.": [""], + "You can't apply cross-filter on this data point.": [""], + "Remove cross-filter": [""], + "Add cross-filter": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Search columns": [""], + "No columns found": [""], + "Failed to generate chart edit URL": [""], + "You do not have sufficient permissions to edit the chart": [""], + "Edit chart": [""], + "Close": [""], + "Failed to load chart data.": [""], + "Drill by: %s": [""], + "There was an error loading the chart data": [""], + "Results %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "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.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "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.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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": [ + "Drill to detail: %s": [""], + "Formatting": [""], + "Formatted value": [""], + "No rows were returned for this dataset": [""], + "Reload": [""], + "Copy": [""], + "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": [""], + "minute": [""], + "reboot": [""], + "Every": [""], + "in": [""], + "on": [""], + "or": [""], + "at": [""], + ":": [""], + "minute(s)": [""], + "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": [""], + "There was an error loading the schemas": [""], + "Select database or type to search databases": [""], + "Force refresh schema list": [""], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "The report has been created": [""], - "The result of this query should be a numeric-esque value": [""], - "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.": [ + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "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.": [ + "dataset": [""], + "Successfully changed dataset!": [""], + "Connection": [""], + "Swap dataset": [""], + "Proceed": [""], + "Warning!": [""], + "Search / Filter": [""], + "Add item": [""], + "STRING": [""], + "NUMERIC": [""], + "DATETIME": [""], + "BOOLEAN": [""], + "Physical (table or view)": [""], + "Virtual (SQL)": [""], + "Data type": [""], + "Advanced data type": [""], + "Advanced 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.": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Certified By": [""], + "Person or group that has certified this metric": [""], + "Certified by": [""], + "Certification details": [""], + "Details of the certification": [""], + "Is dimension": [""], + "Default datetime": [""], + "Is filterable": [""], + "": [""], + "Select owners": [""], + "Modified columns: %s": [""], + "Removed columns: %s": [""], + "New columns added: %s": [""], + "Metadata has been synced": [""], + "An error has occurred": [""], + "Column name [%s] is duplicated": [""], + "Metric name [%s] is duplicated": [""], + "Calculated column [%s] requires an expression": [""], + "Invalid currency code in saved metrics": [""], + "Basic": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ + "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.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table 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 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.": [ + "Cache timeout": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ "" ], - "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": [ + "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.": [ "" ], - "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`": [ + "Normalize column names": [""], + "Always filter main datetime column": [""], + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "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`": [ + "": [""], + "": [""], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Metric Key": [""], + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "D3 format": [""], + "Metric currency": [""], + "Select or type currency symbol": [""], + "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.": [ "" ], - "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 upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [""], - "The user/password combination is not valid (Incorrect password for user).": [ + "Sync columns from source": [""], + "Calculated columns": [""], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], - "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 Isoline in pixels": [""], - "The width of the lines": [""], - "There are associated alerts or reports": [""], - "There are associated alerts or reports: %(report_names)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.": [ + "": [""], + "Settings": [""], + "The dataset has been saved": [""], + "Error saving dataset": [""], + "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.": [ "" ], - "There is no chart definition associated with this component, could it have been deleted?": [ + "Are you sure you want to save and apply changes?": [""], + "Confirm save": [""], + "OK": [""], + "Edit Dataset ": [""], + "Use legacy datasource editor": [""], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "DELETE": [""], + "delete": [""], + "Type \"%s\" to confirm": [""], + "More": [""], + "Click to edit": [""], + "You don't have the rights to alter this title.": [""], + "No databases match your search": [""], + "There are no databases available": [""], + "Manage your databases": [""], + "here": [""], + "Unexpected error": [""], + "This may be triggered by:": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": [""], + "Missing dataset": [""], + "See more": [""], + "See less": [""], + "Copy message": [""], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": [""], + "Parameter error": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": [""], + "Click to favorite/unfavorite": [""], + "Cell content": [""], + "Hide password.": [""], + "Show password.": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "There was an error fetching dataset": [""], - "There was an error fetching dataset's related objects": [""], - "There was an error fetching the favorite status: %s": [""], - "There was an error fetching your recent activity:": [""], - "There was an error loading the chart data": [""], - "There was an error loading the dataset metadata": [""], - "There was an error loading the schemas": [""], + "OVERWRITE": [""], + "Database passwords": [""], + "%s PASSWORD": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": [""], + "Import": [""], + "Import %s": [""], + "Select file": [""], + "Last Updated %s": [""], + "Sort": [""], + "+ %s more": [""], + "%s Selected": [""], + "Deselect all": [""], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "clear all filters": [""], + "No Data": [""], + "%s-%s of %s": [""], + "Start date": [""], + "End date": [""], + "Type a value": [""], + "Filter": [""], + "Select or type a value": [""], + "Last modified": [""], + "Modified by": [""], + "Created by": [""], + "Created on": [""], + "Menu actions trigger": [""], + "Select ...": [""], + "Filter menu": [""], + "Reset": [""], + "No filters": [""], + "Select all items": [""], + "Search in filters": [""], + "Select current page": [""], + "Invert current page": [""], + "Clear all data": [""], + "Select all data": [""], + "Expand row": [""], + "Collapse row": [""], + "Click to sort descending": [""], + "Click to sort ascending": [""], + "Click to cancel sorting": [""], + "List updated": [""], "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 rules: %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 datasets this filter will be applied to.": [""], - "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.": [ + "See table schema": [""], + "Select table or type to search tables": [""], + "Force refresh table list": [""], + "You do not have permission to read tags": [""], + "Timezone selector": [""], + "Failed to save cross-filter scoping": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "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.": [ + "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 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).": [ + "There was an issue favoriting this dashboard.": [""], + "This dashboard is now published": [""], + "This dashboard is now hidden": [""], + "You do not have permissions to edit this dashboard.": [""], + "[ untitled dashboard ]": [""], + "This dashboard was saved successfully.": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "You do not have permission to edit this dashboard": [""], + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "Could not fetch all saved charts": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "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)": [ + "You have unsaved changes.": [""], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Create a new chart": [""], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Delete this container and save to remove this message.": [""], + "Refresh interval saved": [""], + "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": [""], + "viz type": [""], + "recent": [""], + "Create new chart": [""], + "Filter your charts": [""], + "Filter charts": [""], + "Sort by %s": [""], + "Show only my charts": [""], + "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.": [ "" ], - "This column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "Added": [""], + "Unknown type": [""], + "Viz type": [""], + "Dataset": [""], + "Superset chart": [""], + "Check out this chart in dashboard:": [""], + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [""], + "Load a CSS template": [""], + "Live CSS editor": [""], + "Collapse tab content": [""], + "There are no charts added to this dashboard": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], + "Deactivate": [""], + "Save changes": [""], + "Enable embedding": [""], + "Embed": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], "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 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": [ + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "This dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [""], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "Add the name of the dashboard": [""], + "Dashboard title": [""], + "Undo the action": [""], + "Redo the action": [""], + "Discard": [""], + "Refreshing charts": [""], + "Superset dashboard": [""], + "Check out this dashboard: ": [""], + "Refresh dashboard": [""], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": [""], + "Edit CSS": [""], + "Download": [""], + "Export to PDF": [""], + "Download as Image": [""], + "Share": [""], + "Copy permalink to clipboard": [""], + "Share permalink by email": [""], + "Manage email report": [""], + "Set filter mapping": [""], + "Set auto-refresh interval": [""], + "Confirm overwrite": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Last Updated %s by %s": [""], + "Apply": [""], + "Error": [""], + "A valid color scheme is required": [""], + "JSON metadata is invalid!": [""], + "Dashboard properties updated": [""], + "The dashboard has been saved": [""], + "Access": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "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 are defined, regular access permissions apply.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Dashboard properties": [""], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "This filter might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ + "Basic information": [""], + "URL slug": [""], + "A readable URL for your dashboard": [""], + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ "" ], - "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 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 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 dashboard is published. Click to make it a draft.": [""], + "Draft": [""], + "Annotation layers are still loading.": [""], + "One ore more annotation layers failed loading.": [""], + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], + "Data refreshed": [""], + "Cached %s": [""], + "Fetched %s": [""], + "Query %s: %s": [""], + "Force refresh": [""], + "Hide chart description": [""], + "Show chart description": [""], + "Cross-filtering scoping": [""], + "View query": [""], + "View as table": [""], + "Chart Data: %s": [""], + "Share chart by email": [""], + "Check out this chart: ": [""], + "Export to .CSV": [""], + "Export to Excel": [""], + "Export to full .CSV": [""], + "Export to full Excel": [""], + "Download as image": [""], + "Something went wrong.": [""], + "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": [""], + "An error occurred while opening Explore": [""], + "Empty column": [""], "This markdown component has an error.": [""], "This markdown component has an error. Please revert your recent changes.": [ "" ], - "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "" - ], - "This metric might be incompatible with current dataset": [""], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Empty row": [""], + "You can": [""], + "create a new chart": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "edit mode": [""], + "Delete dashboard tab?": [""], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "This section contains options that allow for advanced analytical post processing of query results": [ + "undo": [""], + "button (cmd + z) until you save your changes.": [""], + "CANCEL": [""], + "Divider": [""], + "Header": [""], + "Text": [""], + "Tabs": [""], + "background": [""], + "Preview": [""], + "Sorry, something went wrong. Try again later.": [""], + "Unknown value": [""], + "Add/Edit Filters": [""], + "No filters are currently added to this dashboard.": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "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.": [ + "Apply filters": [""], + "Clear all": [""], + "Locate the chart": [""], + "Cross-filters": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Cross-filtering is not enabled in this dashboard": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the 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": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": [""], - "Time": [""], - "Time Column": [""], - "Time Comparison": [""], - "Time Format": [""], - "Time Grain": [""], - "Time Grain must be specified when using Time Shift.": [""], - "Time Granularity": [""], - "Time Lag": [""], - "Time Range": [""], - "Time Ratio": [""], - "Time Series": [""], - "Time Series - Bar Chart": [""], - "Time Series - Line Chart": [""], - "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)": [ + "All charts": [""], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "More filters": [""], + "No applied filters": [""], + "Applied filters: %s": [""], + "Cannot load filter": [""], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Scope": [""], + "Filter type": [""], + "Title is required": [""], + "(Removed)": [""], + "Undo?": [""], + "Add filters and dividers": [""], + "[untitled]": [""], + "Cyclic dependency detected": [""], + "Add and edit filters": [""], + "Column select": [""], + "Select a column": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "Value is required": [""], + "(deleted or invalid type)": [""], + "Limit type": [""], + "No available filters.": [""], + "Add filter": [""], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], + "Values dependent on": [""], + "Scoping": [""], + "Filter Configuration": [""], + "Filter Settings": [""], + "Select filter": [""], + "Range filter": [""], + "Numerical range": [""], "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 column": [""], + "Time grain": [""], + "Group By": [""], + "Group by": [""], + "Pre-filter is required": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": [""], + "Name is required": [""], + "Filter Type": [""], + "Datasets do not contain a temporal column": [""], + "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.": [ "" ], - "Time-series Bar Chart (legacy)": [""], - "Time-series Percent Change": [""], - "Time-series Period Pivot": [""], - "Time-series Table": [""], - "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": [""], - "Tooltip": [""], - "Tooltip Contents": [""], - "Tooltip sort by metric": [""], - "Tooltip time format": [""], - "Top": [""], - "Top left": [""], - "Top right": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total value": [""], - "Total: %s": [""], - "Totals": [""], - "Track job": [""], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree Chart": [""], - "Tree layout": [""], - "Tree orientation": [""], - "Treemap": [""], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": [""], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate Metric": [""], - "Truncate X Axis": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "Dataset is required": [""], + "Pre-filter available values": [""], + "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.": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Pre-filter": [""], + "No filter": [""], + "Sort filter values": [""], + "Sort type": [""], + "Sort ascending": [""], + "Sort Metric": [""], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Sort metric": [""], + "Single Value": [""], + "Single value type": [""], + "Exact": [""], + "Filter has 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.": [""], + "Restore Filter": [""], + "Column is required": [""], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "Try different criteria to display results.": [""], - "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": [""], - "UI Configuration": [""], - "URL": [""], - "URL Parameters": [""], - "URL parameters": [""], - "URL slug": [""], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "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\"": [ + "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 panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "Keep editing": [""], + "Yes, cancel": [""], + "There are unsaved changes.": [""], + "Are you sure you want to cancel?": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "White": [""], + "All filters": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Use %s to open in a new tab.": [""], + "Medium": [""], + "New header": [""], + "Tab title": [""], + "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.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Equal to (=)": [""], + "Not equal to (≠)": [""], + "Less than (<)": [""], + "Less or equal (<=)": [""], + "Greater than (>)": [""], + "Greater or equal (>=)": [""], + "In": [""], + "Not in": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Is not null": [""], + "Is null": [""], + "use latest_partition template": [""], + "Is true": [""], + "Is false": [""], + "TEMPORAL_RANGE": [""], + "Time granularity": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "One or many metrics to display": [""], + "Fixed color": [""], + "Right axis metric": [""], + "Choose a metric for right axis": [""], + "Linear color scheme": [""], + "Color metric": [""], + "One or many controls to pivot as columns": [""], + "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 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 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 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 Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Limits the number of rows that get displayed.": [""], + "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).": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" - ], - "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: %(error)s": [""], - "Unknown": [""], - "Unknown Doris server host \"%(hostname)s\".": [""], - "Unknown MySQL server host \"%(hostname)s\".": [""], - "Unknown Presto Error": [""], - "Unknown Status": [""], - "Unknown column used in orderby: %(col)s": [""], - "Unknown error": [""], - "Unknown input format": [""], - "Unknown type": [""], - "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": [""], - "Upper Threshold": [""], - "Upper threshold must be greater than lower threshold": [""], - "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 an ssh tunnel 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]": [ + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "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.": [ + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Bubble size": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "Use the edit button to change this field": [""], + "Color scheme": [""], + "An error occurred while starring this chart": [""], + "Chart [%s] has been saved": [""], + "Chart [%s] has been overwritten": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "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": [""], - "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": [ + "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?": [ "" ], - "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.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "User": [""], - "User doesn't have the proper permissions.": [""], - "User must select a value before applying the filter": [""], - "User query": [""], - "Username": [""], - "Users are not allowed to set a search path for security reasons.": [""], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "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.": [ + "Continue": [""], + "Clear form": [""], + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "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.": [ + "Customize": [""], + "Generating link, please wait..": [""], + "Chart height": [""], + "Chart width": [""], + "An error occurred while loading dashboard information.": [""], + "Save (Overwrite)": [""], + "Save as...": [""], + "Chart name": [""], + "Dataset Name": [""], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": [""], + "Select": [""], + " a dashboard OR ": [""], + "create": [""], + " a new one": [""], + "A new chart and dashboard will be created.": [""], + "A new chart will be created.": [""], + "A new dashboard will be created.": [""], + "Save & go to dashboard": [""], + "Save chart": [""], + "Formatted date": [""], + "Column Formatting": [""], + "Collapse data panel": [""], + "Expand data panel": [""], + "Samples": [""], + "No samples were returned for this dataset": [""], + "No results": [""], + "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": [""], + " to edit or add columns and metrics.": [""], + "Unable to retrieve dashboard colors": [""], + "Not added to any dashboard": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "Value": [""], - "Value Domain": [""], - "Value Format": [""], - "Value and Percentage": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "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": [ + "Not available": [""], + "Add the name of the chart": [""], + "Chart title": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "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": [""], - "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": [""], - "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.": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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": [ "" ], - "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.": [ + "Controls labeled ": [""], + "Control labeled ": [""], + "Chart Source": [""], + "Open Datasource tab": [""], + "Original": [""], + "Pivoted": [""], + "You do not have permission to edit this chart": [""], + "Chart properties updated": [""], + "Edit Chart Properties": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Person or group that has certified this chart.": [""], + "Configuration": [""], + "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.": [ "" ], - "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.": [ + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "The row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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).": [ + "Create chart": [""], + "Update chart": [""], + "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": [ "" ], - "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.": [ + "Geohash": [""], + "textarea": [""], + "in modal": [""], + "Sorry, An error occurred": [""], + "Save as Dataset": [""], + "Open in SQL Lab": [""], + "Failed to verify select options: %s": [""], + "Annotation layer": [""], + "Select the Annotation Layer you would like to use.": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%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.": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "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.": [ + "Annotation layer value": [""], + "Bad formula.": [""], + "Annotation Slice Configuration": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "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.": [ + "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.": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Override time range": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "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.": [ + "Override time grain": [""], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "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.": [ + "Display configuration": [""], + "Configure your how you overlay is displayed here.": [""], + "Annotation layer stroke": [""], + "Style": [""], + "Solid": [""], + "Dashed": [""], + "Long dashed": [""], + "Dotted": [""], + "Annotation layer opacity": [""], + "Color": [""], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hide Line": [""], + "Hides the Line for the time series": [""], + "Layer configuration": [""], + "Configure the basics of your Annotation Layer.": [""], + "Mandatory": [""], + "Hide layer": [""], + "Show label": [""], + "Whether to always show the annotation label": [""], + "Annotation layer type": [""], + "Choose the annotation layer type": [""], + "Annotation source type": [""], + "Choose the source of your annotations": [""], + "Annotation source": [""], + "Remove": [""], + "Time series": [""], + "Edit annotation layer": [""], + "Add annotation layer": [""], + "Empty collection": [""], + "Add an item": [""], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "Was unable to check your query": [""], - "Waterfall Chart": [""], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "dashboard": [""], + "Dashboard scheme": [""], + "Select color scheme": [""], + "Select scheme": [""], + "Show less columns": [""], + "Show all columns": [""], + "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": [ "" ], - "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.": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "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.": [ + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "Web": [""], - "Wednesday": [""], - "Week": [""], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "Weeks %s": [""], - "Weight": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "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%`": [ + "Small number 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": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ + "Display": [""], + "Number formatting": [""], + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": [""], + "error": [""], + "success dark": [""], + "alert dark": [""], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": [""], + "Operator": [""], + "Left value": [""], + "Right value": [""], + "Target value": [""], + "Select column": [""], + "Color: ": [""], + "Lower threshold must be lower than upper threshold": [""], + "Upper threshold must be greater than lower threshold": [""], + "Isoline": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "The width of the Isoline in pixels": [""], + "The color of the isoline": [""], + "Isoband": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": [""], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "View in SQL Lab": [""], + "Query preview": [""], + "Save as dataset": [""], + "Missing URL parameters": [""], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [""], + "RANGE TYPE": [""], + "Actual time range": [""], + "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": [""], + "Relative period": [""], + "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.": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": [""], + "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": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved expressions": [""], + "Saved": [""], + "%s column(s)": [""], + "No temporal columns found": [""], + "No saved expressions found": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "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.": [ + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + " to add calculated columns": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": [""], + "My column": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Click to edit label": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "%s option(s)": [""], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ "" ], - "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.": [ + "To filter on a metric, use Custom SQL tab.": [""], + "%s operator(s)": [""], + "Select operator": [""], + "Comparator option": [""], + "Type a value here": [""], + "Filter value (case sensitive)": [""], + "Failed to retrieve advanced type": [""], + "choose WHERE or HAVING...": [""], + "Filters by columns": [""], + "Filters by metrics": [""], + "Fixed": [""], + "Based on a metric": [""], + "My metric": [""], + "Add metric": [""], + "Select aggregate options": [""], + "%s aggregates(s)": [""], + "Select saved metrics": [""], + "%s saved metric(s)": [""], + "Saved metric": [""], + "No saved metrics found": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + " to add metrics": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": [""], + "aggregate": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Error while fetching data: %s": [""], + "Time series columns": [""], + "Actual value": [""], + "Sparkline": [""], + "Period average": [""], + "The column header label": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": [""], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Time lag": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "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": [ + "Time Lag": [""], + "Time ratio": [""], + "Number of periods to ratio against": [""], + "Time Ratio": [""], + "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.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Optional d3 number format string": [""], + "Number format string": [""], + "Optional d3 date format string": [""], + "Date format string": [""], + "Column Configuration": [""], + "Select Viz Type": [""], + "Currently rendered: %s": [""], + "Featured": [""], + "Search all charts": [""], + "No description available.": [""], + "Examples": [""], + "This visualization type is not supported.": [""], + "View all charts": [""], + "Select a visualization type": [""], + "No results found": [""], + "Superset Chart": [""], + "New chart": [""], + "Edit chart properties": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Export to .JSON": [""], + "Embed code": [""], + "Run in SQL Lab": [""], + "Code": [""], + "Markup type": [""], + "Pick your favorite markup language": [""], + "Put your code here": [""], + "URL parameters": [""], + "Extra parameters for use in jinja templated queries": [""], + "Annotations and layers": [""], + "Annotation layers": [""], + "My beautiful colors": [""], + "< (Smaller than)": [""], + "> (Larger than)": [""], + "<= (Smaller or equal)": [""], + ">= (Larger or equal)": [""], + "== (Is equal)": [""], + "!= (Is not equal)": [""], + "Not null": [""], + "60 days": [""], + "90 days": [""], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "General information": [""], + "Alert condition": [""], + "Alert contents": [""], + "Report contents": [""], + "Notification method": [""], + "owners": [""], + "content type": [""], + "database": [""], + "sql": [""], + "alert condition": [""], + "crontab": [""], + "working timeout": [""], + "recipients": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "Add another notification method": [""], + "Add delivery method": [""], + "report": [""], + "%s updated": [""], + "Edit Report": [""], + "Edit Alert": [""], + "Add Report": [""], + "Add Alert": [""], + "Add": [""], + "Set up basic details, such as name and description.": [""], + "Report name": [""], + "Alert name": [""], + "Enter report name": [""], + "Enter alert name": [""], + "Include description to be sent with %s": [""], + "Report is active": [""], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "Select database": [""], + "SQL Query": [""], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "Trigger Alert If...": [""], + "Condition": [""], + "Customize data source, filters, and layout.": [""], + "Content type": [""], + "Select content type": [""], + "Select chart to use": [""], + "Select dashboard to use": [""], + "Content format": [""], + "Select format": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Ignore cache when generating report": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": [""], + "Working timeout": [""], + "Time in seconds": [""], + "seconds": [""], + "Grace period": [""], + "Choose notification method and recipients.": [""], + "Recurring (every)": [""], + "CRON Schedule": [""], + "Schedule type": [""], + "CRON expression": [""], + "Report sent": [""], + "Alert triggered, notification sent": [""], + "Report sending": [""], + "Alert running": [""], + "Report failed": [""], + "Alert failed": [""], + "Nothing triggered": [""], + "Alert Triggered, In Grace Period": [""], + "Notification Method": [""], + "Delivery method": [""], + "Select Delivery Method": [""], + "%s recipients": [""], + "Recipients are separated by \",\" or \";\"": [""], + "Queries": [""], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": [""], + "Annotation template updated": [""], + "Annotation template created": [""], + "Edit annotation layer properties": [""], + "Annotation layer name": [""], + "Description (this can be seen in the list)": [""], + "annotation": [""], + "The annotation has been updated": [""], + "The annotation has been saved": [""], + "Edit annotation": [""], + "Add annotation": [""], + "date": [""], + "Additional information": [""], + "Please confirm": [""], + "Are you sure you want to delete": [""], + "Modified %s": [""], + "css_template": [""], + "Edit CSS template properties": [""], + "Add CSS template": [""], + "css": [""], + "published": [""], + "draft": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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.": [ "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "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.": [ + "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.": [ "" ], - "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 tooltip labels.": [""], - "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 the percentage in the tooltip": [""], - "Whether to include the time granularity as defined in the time section": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "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": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": [""], + "Enter duration in seconds": [""], + "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.": [ "" ], - "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": [ + "Schema cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "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 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": [ + "Asynchronous query execution": [""], + "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 sort results by the selected metric in descending order.": [ + "Add extra connection information.": [""], + "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 sort tooltip by the selected metric in descending order.": [ + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "" ], - "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 TITLE MARGIN": [""], - "X Axis": [""], - "X Axis Bounds": [""], - "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": [""], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": [""], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "Y Axis Title Position": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ "" ], - "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?": [ + "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 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?": [ + "Allow file uploads to database": [""], + "Schemas allowed for File upload": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "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?": [ + "Additional settings.": [""], + "Metadata Parameters": [""], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "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?": [ + "Engine Parameters": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "" ], - "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.": [ + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Enter Primary Credentials": [""], + "Need help? Learn how to connect your database": [""], + "Database connected": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], + "connecting to %(dbModelName)s.": [""], + "Select a database to connect": [""], + "SSH Host": [""], + "e.g. 127.0.0.1": [""], + "SSH Port": [""], + "e.g. Analytics": [""], + "Login with": [""], + "Private Key & Password": [""], + "SSH Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "Private Key Password": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Display Name": [""], + "Name your database": [""], + "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": [""], + "Please enter a SQLAlchemy URI to test": [""], + "e.g. world_population": [""], + "Connection failed, please check your connection settings.": [""], + "Database settings updated": [""], + "Sorry there was an error fetching database information: %s": [""], + "Or choose from a list of other databases we support:": [""], + "Supported databases": [""], + "Choose a database...": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "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.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "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 permission to read tags": [""], - "You do not have permissions to edit this dashboard.": [""], - "You do not have sufficient permissions to edit the chart": [""], - "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 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.": [ + "Connect": [""], + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "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.": [ "" ], - "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 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've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Database Creation Error": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ "" ], - "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.": [ + "CREATE DATASET": [""], + "QUERY DATA IN SQL LAB": [""], + "Connect a database": [""], + "Edit 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.": [ "" ], - "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": [ + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "" ], - "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]": [""], - "[Untitled]": [""], - "[asc]": [""], - "[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": [ + "Import database from file": [""], + "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.": [ "" ], - "[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.": [ + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "" ], - "`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": [""], - "alert dark": [""], - "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 Contour": [""], - "deck.gl Geojson": [""], - "deck.gl Grid": [""], - "deck.gl Heatmap": [""], - "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": [""], + "Host": [""], "e.g. 5432": [""], - "e.g. AccountAdmin": [""], - "e.g. Analytics": [""], - "e.g. compute_wh": [""], - "e.g. param1=value1¶m2=value2": [""], + "Port": [""], "e.g. sql/protocolv1/o/12345": [""], - "e.g. world_population": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display 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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Upload Credentials": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Enter a name for this sheet": [""], + "Paste the shareable Google Sheet URL here": [""], + "Add sheet": [""], + "Copy the identifier of the account you are trying to connect to.": [""], "e.g. xy12345.us-east-2.aws": [""], - "e.g., a \"user id\" column": [""], - "edit mode": [""], - "entries": [""], - "error": [""], - "error dark": [""], - "error_message": [""], - "every": [""], - "every day of the month": [""], - "every day of the week": [""], - "every hour": [""], - "every minute": [""], - "every month": [""], - "expand": [""], - "explore": [""], - "failed": [""], - "fetching": [""], - "ffill": [""], - "flat": [""], - "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "heatmap": [""], - "heatmap: values are normalized across the entire heatmap": [""], - "here": [""], - "hour": [""], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate dataset": [""], + "Duplicate": [""], + "New dataset name": [""], + "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.": [ "" ], - "in": [""], - "in modal": [""], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": [""], - "key a-z": [""], - "key z-a": [""], - "label": [""], - "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.": [ + "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?": [ "" ], - "max": [""], - "mean": [""], - "median": [""], - "meters": [""], - "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 %(engine_spec)s": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ + "Refreshing columns": [""], + "Table columns": [""], + "Loading": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "permalink state not found": [""], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "published": [""], - "quarter": [""], - "queries": [""], - "query": [""], - "random": [""], - "reboot": [""], - "recent": [""], + "View Dataset": [""], + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "Select dataset source": [""], + "No table columns": [""], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "An Error Occurred": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "Usage": [""], + "Chart owners": [""], + "Chart last modified": [""], + "Chart last modified by": [""], + "Dashboard usage": [""], + "Create chart with dataset": [""], + "chart": [""], + "No charts": [""], + "This dataset is not used to power any charts.": [""], + "Select a database table.": [""], + "Create dataset and create chart": [""], + "New dataset": [""], + "Select a database table and create dataset": [""], + "dataset name": [""], + "Not defined": [""], + "There was an error fetching dataset": [""], + "There was an error fetching dataset's related objects": [""], + "There was an error loading the dataset metadata": [""], + "[Untitled]": [""], + "Unknown": [""], + "Viewed %s": [""], + "Edited": [""], + "Created": [""], + "Viewed": [""], + "Favorite": [""], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [""], + "charts": [""], + "dashboards": [""], "recents": [""], - "report": [""], - "reports": [""], - "restore zoom": [""], - "right": [""], - "rowlevelsecurity": [""], - "running": [""], "saved queries": [""], - "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": [ + "No charts yet": [""], + "No dashboards yet": [""], + "No recents yet": [""], + "No saved queries yet": [""], + "%(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": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ "" ], - "square": [""], - "stack": [""], - "staggered": [""], - "std": [""], - "step-after": [""], - "step-before": [""], - "stopped": [""], - "stream": [""], - "string type icon": [""], - "success": [""], - "success dark": [""], - "sum": [""], - "syntax.": [""], - "tag": [""], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "SQL query": [""], + "You don't have any favorites yet!": [""], + "See all %(tableName)s": [""], + "Connect database": [""], + "Create dataset": [""], + "Connect Google Sheet": [""], + "Upload CSV to database": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Info": [""], + "Logout": [""], + "About": [""], + "Powered by Apache Superset": [""], + "SHA": [""], + "Build": [""], + "Documentation": [""], + "Report a bug": [""], + "Login": [""], + "query": [""], + "Deleted: %s": [""], + "There was an issue deleting %s: %s": [""], + "This action will permanently delete the saved query.": [""], + "Delete Query?": [""], + "Ran %s": [""], + "Saved queries": [""], + "Next": [""], + "Tab name": [""], + "User query": [""], + "Executed query": [""], + "Query name": [""], + "SQL Copied!": [""], + "Sorry, your browser does not support copying.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "Report updated": [""], + "We were unable to active or deactivate this report.": [""], + "Your report could not be deleted": [""], + "Weekly Report for %s": [""], + "Weekly Report": [""], + "Edit email report": [""], + "Schedule a new email report": [""], + "Message content": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Report Name": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Set up an email report": [""], + "Email reports active": [""], + "Delete email report": [""], + "Schedule email report": [""], + "This action will permanently delete %s.": [""], + "Delete Report?": [""], + "rowlevelsecurity": [""], + "Rule added": [""], + "Edit Rule": [""], + "Add Rule": [""], + "Rule Name": [""], + "The name of the rule must be unique": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter, base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "These are the datasets this filter will be applied to.": [""], + "Excluded roles": [""], + "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.": [ + "" + ], + "Group Key": [""], + "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').": [ + "" + ], + "Clause": [""], + "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).": [ + "" + ], + "Regular": [""], + "Base": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Failed to tag items": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], "tags": [""], - "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.": [ + "Select Tags": [""], + "Tag updated": [""], + "Tag created": [""], + "Tag name": [""], + "Name of your tag": [""], + "Add description of your tag": [""], + "Chosen non-numeric column": [""], + "UI Configuration": [""], + "Filter value is required": [""], + "User must select a value before applying the filter": [""], + "Single value": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [""], + "Can select multiple values": [""], + "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": [""], + "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).": [ "" ], - "use latest_partition template": [""], - "value ascending": [""], - "value descending": [""], - "var": [""], - "variance": [""], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "No time columns": [""], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], + "reports": [""], + "alerts": [""], + "There was an issue deleting the selected %s: %s": [""], + "Last run": [""], + "Active": [""], + "Execution log": [""], + "Bulk select": [""], + "No %s yet": [""], + "Owner": [""], + "All": [""], + "An error occurred while fetching owners values: %s": [""], + "Status": [""], + "An error occurred while fetching dataset datasource values: %s": [""], + "Alerts & reports": [""], + "Alerts": [""], + "Reports": [""], + "Delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Error Fetching Tagged Objects": [""], + "Edit Tag": [""], + "There was an issue deleting the selected layers: %s": [""], + "Edit template": [""], + "Delete template": [""], + "Changed by": [""], + "No annotation layers yet": [""], + "This action will permanently delete the layer.": [""], + "Delete Layer?": [""], + "Are you sure you want to delete the selected layers?": [""], + "There was an issue deleting the selected annotations: %s": [""], + "Delete annotation": [""], + "Annotation": [""], + "No annotation yet": [""], + "Back to all": [""], + "Are you sure you want to delete %s?": [""], + "Delete Annotation?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Failed to load chart data": [""], "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": [""], - "zoom area": [""] + "Add a dataset": [""], + "Choose a dataset": [""], + "Choose chart type": [""], + "Please select both a Dataset and a Chart type to proceed": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Chart imported": [""], + "There was an issue deleting the selected charts: %s": [""], + "An error occurred while fetching dashboards": [""], + "Any": [""], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [""], + "Certified": [""], + "Alphabetical": [""], + "Recently modified": [""], + "Least recently modified": [""], + "Import charts": [""], + "Are you sure you want to delete the selected charts?": [""], + "CSS templates": [""], + "There was an issue deleting the selected templates: %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.": [ + "" + ], + "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?": [ + "" + ], + "Dashboard imported": [""], + "There was an issue deleting the selected dashboards: ": [""], + "An error occurred while fetching dashboard owner values: %s": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "An error occurred while fetching database related data: %s": [""], + "Upload file to database": [""], + "Upload CSV": [""], + "Upload columnar file": [""], + "Upload Excel file": [""], + "AQE": [""], + "Allow data manipulation language": [""], + "DML": [""], + "CSV upload": [""], + "Delete database": [""], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": [""], + "Dataset imported": [""], + "An error occurred while fetching dataset related data": [""], + "An error occurred while fetching dataset related data: %s": [""], + "Physical dataset": [""], + "Virtual dataset": [""], + "Virtual": [""], + "An error occurred while fetching datasets: %s": [""], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching dataset owner values: %s": [""], + "Import datasets": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating 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.": [ + "" + ], + "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)": [""], + "log": [""], + "Execution ID": [""], + "Scheduled at (UTC)": [""], + "Start at (UTC)": [""], + "Error message": [""], + "Alert": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your chart: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "Thumbnails": [""], + "Recents": [""], + "There was an issue previewing the selected query. %s": [""], + "TABLES": [""], + "Open query in SQL Lab": [""], + "An error occurred while fetching database values: %s": [""], + "An error occurred while fetching user values: %s": [""], + "Search by query text": [""], + "Deleted %s": [""], + "Deleted": [""], + "There was an issue deleting rules: %s": [""], + "No Rules yet": [""], + "Are you sure you want to delete the selected rules?": [""], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Query imported": [""], + "There was an issue previewing the selected query %s": [""], + "Import queries": [""], + "Link Copied!": [""], + "There was an issue deleting the selected queries: %s": [""], + "Edit query": [""], + "Copy query URL": [""], + "Export query": [""], + "Delete query": [""], + "Are you sure you want to delete the selected queries?": [""], + "queries": [""], + "tag": [""], + "No Tags created": [""], + "Are you sure you want to delete the selected tags?": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while creating %ss: %s": [""], + "Please re-export your file and try importing again": [""], + "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": [""], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an issue deleting: %s": [""], + "URL": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Time-series Table": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/es/LC_MESSAGES/messages.json b/superset/translations/es/LC_MESSAGES/messages.json index 7f3cab50a8cb3..00814bdc4490d 100644 --- a/superset/translations/es/LC_MESSAGES/messages.json +++ b/superset/translations/es/LC_MESSAGES/messages.json @@ -8,3898 +8,3939 @@ "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "es" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "" - ], - "\n Error: %(text)s\n ": [""], - " (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.": [ "" ], - " 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.": [ + "The hostname provided can't be resolved.": [""], + "The host might be down, and can't be reached on the provided port.": [ "" ], - " 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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "%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)" - ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "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.": [ "" ], - "%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)": [""], - "), 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.": [""], + "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": [ - "" + "Failed to start remote query on a worker.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": ["Certificado Inválido"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Tipo de retorno inseguro para la función %(func)s: %(value_type)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." + "Unsupported return value for method %(name)s": [ + "Valor de retorno no soportado para el método %(name)s" ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valor de plantilla inseguro para la clave %(key)s: %(value_type)s" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "" + "Unsupported template value for key %(key)s": [ + "Valor de plantilla no soportado para la clave %(key)s" ], - "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.": [ + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "A map of the world, that can indicate values in different countries.": [ + "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 map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "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 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.": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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 readable URL for your dashboard": [ - "Una URL amigable para el dashboard" - ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Una referencia a la configuración [Tiempo], teniendo en cuenta la granularidad." + "From date cannot be larger than to date": [ + "La fecha de inicio no puede ser posterior a la fecha final" ], - "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": [ - "" + "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 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.": [ - "" + "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 valid color scheme is required": [ - "Un esquema de colores válido es requerido" + "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" ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "Pick a metric for x, y and size": [ + "Elige una métrica para 'x', 'y' y 'tamaño'" ], - "APPLY": ["APPLICAR"], - "APR": ["ABR"], - "AQE": ["AQE"], - "AUG": ["AGO"], - "AXIS TITLE MARGIN": [""], - "About": [""], - "Access": ["Acceso"], - "Access token": [""], - "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 Tag": [""], - "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": [ + "Bullet Chart": ["Gráfico de Puntos"], + "Pick a metric to display": ["Elige qué métrica mostrar"], + "Time Series - Line Chart": ["Serie Temporal - Gráfico de Líneas"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "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.": [ - "" + "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" ], - "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 tag to entities": [""], - "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.": [ - "" + "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" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "Pick at least one field for [Series]": [ + "Elige al menos un campo para [Series]" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "" + "Sankey": [""], + "Pick exactly 2 columns as [Source / Target]": [ + "Elige exactamente 2 columnas como [Origen / Destino]" ], - "Alert Triggered, In Grace Period": [ - "Alerta disparada, en periodo de gracia" + "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 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." + "Directed Force Layout": ["Disposición Dirigida Forzado"], + "Country Map": ["Mapa de País"], + "World Map": ["Mapa Mundial"], + "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]" ], - "Alert found an error while executing a query.": [ - "La alerta encontró un error al ejecutar una consulta." + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Debe tener una columna [Group By] para tener 'count' como [Etiqueta]" ], - "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." + "Choice of [Label] must be present in [Group By]": [ + "La opción de [Etiqueta] debe estar presente en [Group By]" ], - "Alert query returned more than one column.": [ - "La consulta de alerta devolvió más de una columna." + "Choice of [Point Radius] must be present in [Group By]": [ + "La opción de [Radio de Puntos] debe estar presente en [Group By]" ], - "Alert query returned more than one row.": [ - "La consulta de alerta devolvió más de una fila." + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Las columnas [Longitud] y [Latitud] deben estar presentes en [Group By]" ], - "Alert running": ["Ejecución de alerta"], - "Alert triggered, notification sent": [ - "Alerta disparada, notificación enviada" + "Deck.gl - Multiple Layers": ["Deck.gl - Capas Múltiples"], + "Bad spatial key": ["Clave espacial errónea"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Se encontró una entrada espacial NULL inválida, por favor considera filtrar esas entradas" ], - "Alert validator config error.": [ - "Error de configuración del validador de alertas." + "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" + ], + "Partition Diagram": ["Partición de diagrama"], + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers" ], - "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 charts/global scoping": [""], - "All filters": ["Todos los filtros"], - "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" + "Deleted %(num)d annotation": ["", "Deleted %(num)d annotations"], + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` debe ser un número entre 0 y 1 (exclusivo)" ], - "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" + "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." ], - "Allow Csv Upload": ["Permitir carga de CSV"], - "Allow DML": ["Permitir DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "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." ], - "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.": [ - "" + "`width` must be greater or equal to 0": [ + "`width` debe ser mayor o igual a 0" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "" + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` debe ser mayor o igual a 0" ], - "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" + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": ["Petición incorrecta: %(error)s"], + "Request is not JSON": ["La petición no es JSON"], + "Owners are invalid": ["Los propietarios son invalidos"], + "Datasource type is invalid": [""], + "Annotation layer parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "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.": [ - "" + "Annotation layer could not be created.": [ + "El Gráfico no ha podido crearse" ], - "Altered": ["Modificado"], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "" + "Annotation layer could not be updated.": [ + "El Gráfico no ha podido guardarse" ], - "An engine must be specified when passing individual parameters to a database.": [ - "" + "Annotation layer not found.": ["Capas de Anotación"], + "Annotation layer has associated annotations.": [ + "La capa de anotación tiene anotaciones asociadas" ], - "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" + "Name must be unique": ["El nombre debe ser único"], + "End date must be after start date": [ + "La fecha de inicio no puede ser superior a la de fin" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "" + "Short description must be unique for this layer": [ + "La descripción corta debe ser única para esta capa" ], - "An error occurred while creating the data source": [ - "Se produjo un error al crear el origen de datos" + "Annotation not found.": ["Anotaciones"], + "Annotation parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Annotation could not be created.": ["El Gráfico no ha podido crearse"], + "Annotation could not be updated.": ["El Gráfico no ha podido guardarse"], + "Annotations could not be deleted.": [ + "Las anotaciones no han podido eliminarse." + ], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "An error occurred while fetching available CSS templates": [ - "Ha ocurrido un error cargando los CSS disponibles" + "Cannot parse time string [%(human_readable)s]": [""], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "An error occurred while fetching chart owners values: %s": [ - "Se produjo un error al obtener los valores de los propietarios de gráfico: %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 dashboard owner values: %s": [ - "Se produjo un error al obtener los valores del propietario de los dashboards: %s" + "Chart parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "An error occurred while fetching dashboards": [ - "Se produjo un error al crear el origen de datos" + "Chart could not be created.": ["El Gráfico no ha podido crearse"], + "Chart could not be updated.": ["El Gráfico no ha podido guardarse"], + "Charts could not be deleted.": ["Los Gráficos no han podido eliminarse"], + "There are associated alerts or reports": [ + "Hay alertas o informes asociados" ], - "An error occurred while fetching dashboards: %s": [ - "Se produjo un error al obtener los dashboards: %s" + "Changing this chart is forbidden": [ + "No esta permitido modificar este Gráfico" ], - "An error occurred while fetching database related data: %s": [ - "Se produjo un error al obtener los datos relacionados con la base de datos: %s" + "Import chart failed for an unknown reason": [ + "Importar el gráfico falló por una razón desconocida" ], - "An error occurred while fetching database values: %s": [ - "Ha ocurrido un error cargando valores de la base de datos: %s" + "Error: %(error)s": [""], + "CSS template not found.": ["Plantillas CSS"], + "Must be unique": ["Debe ser único"], + "Dashboard parameters are invalid.": [ + "Parámetros de Dashboard inválidos." ], - "An error occurred while fetching dataset datasource values: %s": [ - "Se produjo un error al obtener los valores de la fuente de datos: %s" + "Dashboard could not be updated.": [ + "El Dashboard no pudo ser actualizado." ], - "An error occurred while fetching dataset owner values: %s": [ - "Se produjo un error al obtener los valores del propietario del conjunto de datos: %s" + "Dashboard could not be deleted.": [ + "El Dashboard no pudo ser eliminado." ], - "An error occurred while fetching dataset related data": [ - "Se produjo un error al obtener datos relacionados con el conjunto de datos" + "Changing this Dashboard is forbidden": [ + "Cambiar este Dashboard está prohibido" ], - "An error occurred while fetching dataset related data: %s": [ - "Se produjo un error al obtener datos relacionados con el conjunto de datos: %s" + "Import dashboard failed for an unknown reason": [ + "Importar el Dashboard falló por una razón desconocida" ], - "An error occurred while fetching datasets: %s": [ - "Se produjo un error al obtener conjuntos de datos: %s" + "No data in file": ["No hay datos en el archivo"], + "Database parameters are invalid.": [ + "Los parametros del Gráfico son invalidos" ], - "An error occurred while fetching schema values: %s": [ - "Se produjo un error al obtener valores de esquema: %s" + "Field is required": ["El campo es obligatorio"], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "" ], - "An error occurred while fetching tab state": [ - "Se produjo un error al recuperar el estado de la pestaña" + "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" ], - "An error occurred while fetching table metadata": [ - "Se produjo un error al recuperar los metadatos de la tabla" + "Database could not be deleted.": [ + "La base de datos no han podido ser eliminada." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "" + "Stopped an unsafe database connection": [ + "Se ha detenido una conexión insegura a la base de datos" ], - "An error occurred while loading the SQL": [ - "Ocurrió un error al cargar SQL" + "Could not load database driver": [ + "No se ha podido cargar el controlador de la base de datos" ], - "An error occurred while pruning logs ": [ - "Se produjo un error al limpiar los registros" + "Unexpected error occurred, please check your logs for details": [ + "Se ha producido un error inesperado, por favor verifique los registros para más detalles" ], - "An error occurred while removing query. Please contact your administrator.": [ - "" + "No validator found (configured for the engine)": [""], + "Import database failed for an unknown reason": [ + "Importar la base de datos falló por una razón desconocida" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "" + "Could not load database driver: {}": [ + "No se ha podido cargar el controlador de la base de datos: {}" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "An error occurred while rendering the visualization: %s": [ - "Ocurrió un error al crear la visualización: %s" + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Dataset %(name)s already exists": [ + "La fuente de datos %(name)s ya existe" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "" + "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" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "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" + ], + "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": [ "" ], - "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 layer": ["Capa de Anotación"], - "Annotation layer could not be created.": [ - "El Gráfico no ha podido crearse" + "Dataset does not exist": ["La fuente no existe"], + "Dataset parameters are invalid.": [ + "Los parametros del conjunto de datos son inválidos." ], - "Annotation layer could not be updated.": [ - "El Gráfico no ha podido guardarse" + "Dataset could not be created.": [ + "El conjunto de datos no pudo ser creado." ], - "Annotation layer has associated annotations.": [ - "La capa de anotación tiene anotaciones asociadas" + "Dataset could not be updated.": [ + "El conjunto de datos no pudo ser actualizado." ], - "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" + "Changing this dataset is forbidden": [ + "No está permitido cambiar este conjunto de datos" ], - "Annotation layer type": ["Capas de Anotación"], - "Annotation layers": ["Capas de Anotación"], - "Annotation layers are still loading.": [""], - "Annotation not found.": ["Anotaciones"], - "Annotation parameters are invalid.": [ - "Los parametros del Gráfico son invalidos" + "Import dataset failed for an unknown reason": [ + "Importar el conjunto de datos falló por una razón desconocida" ], - "Annotations and layers": ["Anotaciones y capas"], - "Annotations could not be deleted.": [ - "Las anotaciones no han podido eliminarse." + "Data URI is not allowed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Saved queries could not be deleted.": [ + "Los Gráficos no han podido eliminarse" ], - "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": [ - "" + "Saved query not found.": ["No se encuentra la consulta guardada."], + "Invalid tab ids: %s(tab_ids)": [""], + "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" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "" + "Type is required": ["El tipo es obligatorio"], + "Choose a chart or dashboard not both": [ + "Elija un gráfico o un dashboard, no ambos" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Please save your chart first, then try creating a new email report.": [ "" ], - "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.": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "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?" + "Report Schedule parameters are invalid.": [ + "Los parametros del informe programado son inválidos" ], - "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?" + "Report Schedule could not be created.": [ + "El informe programado no ha podido ser creado." ], - "Are you sure you want to delete the selected annotations?": [ - "¿Estas seguro de que quieres guardar y aplicar los cambios?" + "Report Schedule could not be updated.": [ + "El informe programado no ha podido ser actualizado." ], - "Are you sure you want to delete the selected charts?": [ - "¿Estas seguro de que quieres eliminar los gráficos seleccionados?" + "Report Schedule not found.": ["No se encuentra el informe programado."], + "Report Schedule delete failed.": [ + "El informe programado no se pudo eliminar." ], - "Are you sure you want to delete the selected dashboards?": [ - "¿Estas seguro de que quieres eliminar los dashboards seleccionados?" + "Report Schedule log prune failed.": [ + "Los registros del informe programado no pudieron limpiarse." ], - "Are you sure you want to delete the selected datasets?": [ - "¿Está seguro de que desea eliminar los conjuntos de datos seleccionados?" + "Report Schedule execution failed when generating a screenshot.": [ + "La ejecución del informe programado falló al generar una captura de pantalla." ], - "Are you sure you want to delete the selected layers?": [ - "¿Estas seguro de que quieres eliminar las capas seleccionadas?" + "Report Schedule execution got an unexpected error.": [ + "La ejecución del informe programado falló por un error inesperado." ], - "Are you sure you want to delete the selected queries?": [ - "¿Estás seguro de que quieres eliminar las consultas seleccionadas?" + "Report Schedule is still working, refusing to re-compute.": [ + "El informe programado todavía está en proceso, rechazando la recomputación." ], - "Are you sure you want to delete the selected templates?": [ - "¿Estas seguro de que quieres eliminar las plantillas seleccionadas?" + "Report Schedule reached a working timeout.": [ + "El informe programado alcanzó el tiempo de espera máximo." ], - "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?" + "Resource already has an attached report.": [""], + "Alert query returned more than one row.": [ + "La consulta de alerta devolvió más de una fila." ], - "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.": [ - "" + "Alert validator config error.": [ + "Error de configuración del validador de alertas." ], - "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. 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.": [ - "" + "Alert query returned more than one column.": [ + "La consulta de alerta devolvió más de una columna." ], - "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.": [ - "" + "Alert query returned a non-number value.": [ + "La consulta de alerta devolvió un valor no numérico." ], - "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.": [ - "" + "Alert found an error while executing a query.": [ + "La alerta encontró un error al ejecutar una consulta." ], - "Bounds for the primary 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.": [ - "" + "Alert fired during grace period.": [ + "La alerta saltó durante el periodo de gracia." ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Alert ended grace period.": ["La alerta terminó el periodo de gracia."], + "Alert on grace period": ["Alerta durante el periodo de gracia"], + "Report Schedule state not found": [ + "No se encontró el estado del informe programado" + ], + "Report schedule unexpected error": [ + "Error inesperado del informe programado" + ], + "Changing this report is forbidden": [ + "No está permitido cambiar este informe" + ], + "An error occurred while pruning logs ": [ + "Se produjo un error al limpiar los registros" + ], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "Box Plot": ["Diagrama de Caja"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "Bubble Chart": ["Gráfico de Burbujas"], - "Bubble size": ["Tamaño burbuja"], - "Bucket break points": [""], - "Build": [""], - "Bulk select": ["Selección múltiple"], - "Bulk tag": [""], - "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).": [ + "The query associated with these results could not be found. You need to re-run the original query.": [ "" ], - "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 not found.": ["Plantillas CSS"], - "CSS templates": ["Plantillas CSS"], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Cannot access the query": [""], + "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.": [ "" ], - "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.": [ + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "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.": [ + "The following entries in `series_columns` are missing in `columns`: %(columns)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": ["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é"], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "Columna calculada [%s] requiere una expresión" + "`operation` property of post processing object undefined": [ + "La propiedad `operation` del objeto de post-procesamiento no está definida" ], - "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" + "Unsupported post processing operation: %(operation)s": [ + "Operación de post-procesamiento no soportada: %(operation)s" ], - "Cancel": ["Cancelar"], - "Cancel query on window unload event": [""], - "Cannot access the query": [""], - "Cannot have multiple credentials for the SSH Tunnel": [""], - "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"], - "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": [ - "" + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Error en la expresión jinja en el predicado de obtener valores: %(msg)s" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "" + "Virtual dataset query must be read-only": [ + "La consulta de conjunto virtual debe ser de solo lectura" ], - "Changing this Dashboard is forbidden": [ - "Cambiar este Dashboard está prohibido" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Error en la expresión jinja en los filtros RLS: %(msg)s" ], - "Changing this chart is forbidden": [ - "No esta permitido modificar este Gráfico" + "Metric '%(metric)s' does not exist": [ + "La métrica '%(metric)s' no existe" ], - "Changing this control takes effect instantly": [ - "Los aambios en este control surten efecto de inmediato" + "Db engine did not return all queried columns": [""], + "Only `SELECT` statements are allowed": [ + "Solo las consultas `SELECT` estan permitidas en esta base de datos" ], - "Changing this dataset is forbidden": [ - "No está permitido cambiar este conjunto de datos" + "Only single queries supported": [ + "Solo consultas sencillas están soportadas" ], - "Changing this report is forbidden": [ - "No está permitido cambiar este informe" + "Columns": ["Columnas"], + "Show Column": ["Mostrar Columna"], + "Add Column": ["Añadir Columna"], + "Edit Column": ["Editar Columna"], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Si hacer que esta columna esté disponible como una opción [Time Granularity], la columna debe ser DATETIME o DATETIME-like" ], - "Character to interpret as decimal point.": [ - "Caracter que interpreta como punto decimal." + "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." ], - "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" + "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." ], - "Chart [{}] has been saved": ["El gráfico [{}] ha sido guardado"], - "Chart [{}] was added to dashboard [{}]": [ - "El gráfico [{}] ha sido añadido al dashboard [{}]" + "Column": ["Columna"], + "Verbose Name": ["Nombre detallado"], + "Description": ["Descripción"], + "Groupable": ["Agrupable"], + "Filterable": ["Filtrable"], + "Table": ["Tabla"], + "Expression": ["Expresión"], + "Is temporal": ["Es temporal"], + "Datetime Format": ["Formato FechaHora"], + "Type": ["Tipo"], + "Business Data Type": [""], + "Invalid date/timestamp format": ["Formato de fecha/hora inválido"], + "Metrics": ["Métricas"], + "Show Metric": ["Mostrar Métrica"], + "Add Metric": ["Añadir Métrica"], + "Edit Metric": ["Editar Métrica"], + "Metric": ["Métrica"], + "SQL Expression": ["Expresión SQL"], + "D3 Format": ["Formato D3"], + "Extra": ["Extra"], + "Warning Message": ["Mensaje de Aviso"], + "Tables": ["Tablas"], + "Show Table": ["Mostrar Tabla"], + "Import a table definition": ["Importar definición de tabla"], + "Edit Table": ["Esitar Tabla"], + "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'": [ + "" ], - "Chart cache timeout": ["Tiempo de espera de caché"], - "Chart changes": ["El Gráfico ha cambiado"], - "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 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" + "Timezone offset (in hours) for this datasource": [ + "Desplazamiento de zona horaria (en horas) para esta fuente de datos" ], - "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" + "Name of the table that exists in the source database": [ + "Nombre de la tabla que existe en la fuente de datos." ], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "" + "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" ], - "Check out this chart in dashboard:": [""], - "Check out this chart: ": [""], - "Check out this dashboard: ": [""], - "Check to force date partitions to have the same height": [""], - "Child label position": [""], - "Choice of [Label] must be present in [Group By]": [ - "La opción de [Etiqueta] debe estar presente en [Group By]" + "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." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "La opción de [Radio de Puntos] debe estar presente en [Group By]" + "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." ], - "Choose File": ["Seleccionar archivo"], - "Choose a chart or dashboard not both": [ - "Elija un gráfico o un dashboard, no ambos" + "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" ], - "Choose a dataset": ["Selecciona una base de datos"], - "Choose a metric for right axis": [ - "Elige una métrica para el eje derecho" + "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" ], - "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": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "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.": [ + "A set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "Clause": ["Cláusula"], - "Clear": ["Limpiar"], - "Clear all": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "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.": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ "" ], - "Click the lock to make changes.": [ - "CLick en el candado para poder realizar cambios." - ], - "Click the lock to prevent further changes.": [ - "Click sobre el candado para prevenir futuros cambios." - ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Associated Charts": ["Gráficos asociados"], + "Changed By": ["Cambiado por"], + "Database": ["Base de datos"], + "Last Changed": ["Último cambio"], + "Enable Filter Select": ["Habilitar selección de filtro"], + "Schema": ["Esquema"], + "Default Endpoint": ["Endpoint predeterminado"], + "Offset": ["Desplazamiento"], + "Cache Timeout": ["Tiempo máximo de memoria caché"], + "Table Name": ["Nombre Tabla"], + "Fetch Values Predicate": ["Predicado Obtención de Valores"], + "Owners": ["Propietarios"], + "Main Datetime Column": ["Columna principal de fecha y hora"], + "SQL Lab View": ["Vista de Laboratorio SQL"], + "Template parameters": ["Parametros de plantilla"], + "Modified": ["Modificado"], + "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 to add a contour": [""], - "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 css template": ["", "Deleted %(num)d css templates"], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": ["", "Deleted %(num)d dashboards"], + "Title or Slug": ["Título o Slug"], + "Table name undefined": ["Nombre de tabla indefinido"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "Colors": ["Colores"], - "Column": ["Columna"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "" + "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 containing ISO 3166-2 codes of region/province/department in your table.": [ + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "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.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "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" + "Deleted %(num)d dataset": [ + "Selecciona una base de datos", + "Selecciona una base de datos" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Null or Empty": ["Nulo o Vacío"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "" + "Week starting Sunday": [""], + "Week starting Monday": [""], + "Week ending Saturday": [""], + "Week ending Sunday": [""], + "Hostname or IP address": [""], + "Database name": ["Nombre de la Fuente de Datos"], + "Use an encrypted connection to the database": [ + "Usar una conexión encriptada a la base de datos" ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)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\"": [ "" ], - "Columns": ["Columnas"], - "Columns missing in datasource: %(invalid_columns)s": [ - "La fuente de datos no tiene las columnas: %(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.": [ + "The table \"%(table)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.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "The schema \"%(schema)s\" does not exist. A valid schema 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.": [ + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "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.": [ - "" + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [ + "No se puede conectar a la Base de Datos: \"%(database)s\\ " ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "" ], - "Comparison Period Lag": [""], - "Compose multiple layers together to form complex visuals.": [""], - "Compute the contribution to the total": [ - "Calcular la contribución al total" + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "" ], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" ], - "Configuration": ["Configuración"], - "Configure Time Range: Last...": [ - "Configurar Rango de Tiempo: Últimos.." + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" ], - "Configure Time Range: Previous...": [ - "Configurar Ranfo de Tiempo: Anteriores..." + "Unknown MySQL server host \"%(hostname)s\".": [ + "Host desconocido de MySQL: \"%(hostname)s\"" ], - "Configure custom time range": [ - "Configurar rango de tiempo personalizado" + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "Configure filter scopes": ["Configurar ámbito de filtros"], - "Configure the basics of your Annotation Layer.": [ - "Configurar los elementos básicos de la capa de anotaciones." + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "" ], - "Configure this dashboard to embed it into an external web application.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "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" + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "" ], - "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" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "" ], - "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" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - "Copy query URL": ["Copiar URL de la consulta"], - "Copy query link to your clipboard": [ - "Copiar consulta de partición al portapapeles" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "No se puede conectar al catálogo \"%(catalog_name)s\"." ], - "Copy the identifier of the account 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": ["Copiar al portapapeles"], - "Cost estimate": ["Estimación de costo"], - "Could not determine datasource type": [ - "No se pudo determinar el tipo de fuente de datos" + "Unknown Presto Error": ["Error de Presto desconocido"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "" ], - "Could not fetch all saved charts": [ - "No se pudieron cargar todos los gráficos guardados" + "%(object)s does not exist in this database.": [""], + "Home": ["Inicio"], + "Data": ["Datos"], + "Dashboards": ["Dashboards"], + "Charts": ["Gráficos"], + "Datasets": ["Conjuntos de datos"], + "Plugins": [""], + "Manage": ["Administrar"], + "CSS Templates": ["Plantillas CSS"], + "SQL Lab": ["Laboratorio SQL"], + "SQL": ["SQL"], + "Saved Queries": ["Consultas Guardadas"], + "Query History": ["Historial de la consulta"], + "Action Log": ["Bitácora de acciones"], + "Security": ["Seguridad"], + "Alerts & Reports": ["Alertas y reportes"], + "Annotation Layers": ["Capas de Anotación"], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Virtual dataset query cannot consist of multiple statements": [ + "La consulta de conjunto virtual no puede consistir de varias consultas" ], - "Could not find viz object": [ - "No se pudo encontrar el objeto de visualización" + "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" ], - "Could not load database driver": [ - "No se ha podido cargar el controlador de la base de datos" + "Empty query?": ["¿Consulta vacía?"], + "Unknown column used in orderby: %(col)s": [ + "Columna desconocida utilizada al ordenar: %(col)s%" ], - "Could not load database driver: {}": [ - "No se ha podido cargar el controlador de la base de datos: {}" + "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": [ + "Tipo de operación de filtrado inválida: %(op)s" ], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ - "" + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Error en la expresión jinja en la cláusula WHERE: %(msg)s" ], - "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 by": ["Creado por"], - "Created on": ["Creado el"], - "Creating a data source and creating a new tab": [ - "Creando un origen de datos y creando una nueva pestaña" + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Error en la expresión jinja en la cláusula HAVING: %(msg)s" ], - "Creator": ["Creador"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "" + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" ], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], "Custom width of the screenshot in pixels": [""], - "Customize": ["Personalizar"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "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": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "Guest user cannot modify chart payload": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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" - ], - "Dashboard could not be deleted.": [ - "El Dashboard no pudo ser eliminado." - ], - "Dashboard could not be updated.": [ - "El Dashboard no pudo ser actualizado." + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." ], - "Dashboard does not exist": ["El dashboard no existe"], - "Dashboard parameters are invalid.": [ - "Parámetros de Dashboard inválidos." + "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.": [ + "" ], - "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.": [ + "Tag name is invalid (cannot contain ':')": [""], + "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"], + "Test Connection": ["Probar Conexión"], + "Unsupported clause type: %(clause)s": [""], + "Unable to calculate such a date delta": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "Dashboards": ["Dashboards"], - "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.": [ + "`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.": [ "" ], - "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" + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [ + "Operador acumulativo inválido: %(operator)s" + ], + "Invalid geohash string": ["Cadena de geohash inválida"], + "Invalid longitude/latitude": ["Longitud/latitud inválidas"], + "Invalid geodetic string": ["Cadena geodésica inválida"], + "Pivot operation requires at least one index": [ + "La operación de pivote requiere al menos un índice" + ], + "Pivot operation must include at least one aggregate": [ + "La operación de pivote debe incluir al menos un agregado" + ], + "Time grain missing": ["Granularidad Temporal"], + "Unsupported time grain: %(time_grain)s": [ + "Granularidad temporal no soportada: %(time_grain)s" + ], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "El intervalo de confianza debe estar entre 0 y 1 (exclusivo)" ], "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.": [ - "" + "DataFrame include at least one series": [ + "Por favor elige al menos una métrica" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "" + "Undefined window for rolling operation": [ + "Ventana no definida para la operación de movimiento" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "" + "Window must be > 0": [""], + "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" ], - "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" + "json isn't valid": ["no es json válido"], + "Export to YAML": ["Exportar a YAML"], + "Export to YAML?": ["¿Exportar a YAML?"], + "Delete": ["Eliminar"], + "Delete all Really?": ["¿Realmente quieres borrar todo?"], + "Is favorite": ["Favoritos"], + "Is tagged": [""], + "The data source seems to have been deleted": [ + "La fuente de datos parece haber sido eliminada" ], - "Dataset could not be created.": [ - "El conjunto de datos no pudo ser creado." + "The user seems to have been deleted": [ + "El usuario parece haber sido eliminado" ], - "Dataset could not be updated.": [ - "El conjunto de datos no pudo ser actualizado." + "Error: %(msg)s": [""], + "Explore - %(table)s": ["Explorar - %(table)s"], + "Explore": ["Explorar"], + "Chart [{}] has been saved": ["El gráfico [{}] ha sido guardado"], + "Chart [{}] has been overwritten": [ + "El gráfico [{}] ha sido sobreescrito" ], - "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." + "Chart [{}] was added to dashboard [{}]": [ + "El gráfico [{}] ha sido añadido al dashboard [{}]" ], - "Dataset schema is invalid, caused by: %(error)s": [""], - "Datasets": ["Conjuntos de datos"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "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" + ], + "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" + ], + "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": [ "" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "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`" + "Custom Plugins": ["Customizar"], + "Custom Plugin": ["Customizar"], + "Add a Plugin": ["Añadir Columna"], + "Edit Plugin": ["Editar Columna"], + "The dataset associated with this chart no longer exists": [""], + "Could not determine datasource type": [ + "No se pudo determinar el tipo de fuente de datos" ], - "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" + "Could not find viz object": [ + "No se pudo encontrar el objeto de visualización" ], - "Datetime format": ["Formato Fecha/Hora"], - "Day (freq=D)": [""], - "Day First": [""], - "Db engine did not return all queried columns": [""], - "December": ["Diciembre"], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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 Endpoint": ["Endpoint predeterminado"], - "Default URL": ["Url por defecto"], - "Default URL to redirect to when accessing from the dataset list page": [ - "" + "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." ], - "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": [ + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "" ], - "Default value must be set when \"Filter has default value\" is checked": [ + "Creator": ["Creador"], + "Datasource": ["Fuente de datos"], + "Last Modified": ["Última modificación"], + "Parameters": ["Parámetros"], + "Chart": ["Gráfico"], + "Name": ["Nombre"], + "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" + ], + "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" + ], + "To get a readable URL for your dashboard": [ + "Para obtener una URL legible para tu panel de control" + ], + "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." + ], + "Owners is a list of users who can alter the dashboard.": [ + "Propietarios es una lista de usuarios que pueden alterar el panel de control." + ], + "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.": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "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" + ], + "Dashboard": ["Dashboard"], + "Title": ["Título"], + "Slug": ["Slug"], + "Roles": ["Roles"], + "Published": ["Publicado"], + "Position JSON": ["Posición JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Metadatos JSON"], + "Export": ["Exportar"], + "Export dashboards?": ["¿Exportar Dashboards?"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Solo se permiten las siguientes extensiones de archivo: %(allowed_extensions)s" + ], + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "Delimiter": ["Delimitador"], + ",": [""], + ".": [""], + "Fail": ["Falla"], + "Replace": ["Remplazar"], + "Append": ["Agregar"], + "Skip Initial Space": ["Omitir Espacio Inicial"], + "Skip Blank Lines": ["Saltar líneas vacías"], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Caracter Decimal"], + "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": [ "" ], - "Define a function that receives the input and outputs the content for a tooltip": [ + "Index Column": ["Columna de Índice"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "Dataframe Index": ["Índice de Dataframe"], + "Column Label(s)": ["Etiqueta(s) de columna"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "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.": [ + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "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": [ "" ], - "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]" + "Rows to Read": ["Filas a Leer"], + "Skip Rows": ["Omitir Filas"], + "Name of table to be created from excel data.": [ + "Nombre de la tabla que se creará a partir de datos de excel." ], - "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" + "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." ], - "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" + "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)." ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "Specify a schema (if database flavor supports this).": [ + "Especifica un esquema (si el sistema de base de datos lo soporta)." ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Table Exists": ["Tabla Existe"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "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?"], - "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" + "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 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" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "" ], - "Deleted %(num)d report schedule": [ - "", - "Deleted %(num)d report schedules" + "Number of rows to skip at start of file.": [ + "Número de filas a omitir al inicio del archivo." ], - "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": [ - "" + "Number of rows of file to read.": [ + "Número de filas del archivo a leer." ], - "Delimited long & lat single column": [ - "una sola columna con longitud y latitud delimitadas" + "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." ], - "Delimiter": ["Delimitador"], - "Demographics": [""], - "Description": ["Descripción"], - "Description (this can be seen in the list)": [ - "Descripción (se puede ver en la lista)" + "Character to interpret as decimal point.": [ + "Caracter que interpreta como punto decimal." ], - "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" + "Write dataframe index as a column.": [ + "Escribe el índice del dataframe como una columna." ], - "Did you mean:": ["Quiciste decir:"], - "Difference": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "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.": [ + "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.": [ "" ], - "Disable embedding?": [""], - "Discard": [""], - "Display column level subtotal": [""], - "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.": [ + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "Databases": ["Bases de datos"], + "Show Database": ["Mostrar Base de Datos"], + "Add Database": ["Añadir Base de Datos"], + "Edit Database": ["Editar Base de Datos"], + "Expose this DB in SQL Lab": [ + "Mostrar esta base de datos en el laboratorio SQL" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "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.": [ + "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.": [ "" ], - "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.": [ - "" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir la opción CREAR TABLA COMO en el laboratorio SQL" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitie opción CREATE VIEW AS en el laboratorio SQL" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "" + "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" ], - "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.": [ + "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" + ], + "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.": [ "" ], "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.": [ - "" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Si se selecciona, por favor, establezca los esquemas permitidos en Adicional" ], - "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.": [ + "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"], + "Impersonate the logged on user": ["Suplantar el usuario conectado"], + "Allow Csv Upload": ["Permitir carga de CSV"], + "Backend": ["Backend"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "El campo adicional no se puede decodificar por 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'

": [ "" ], - "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.": [ + "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.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 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" + "Excel to Database configuration": [ + "Configuración de Excel a base de datos" ], - "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.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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 row expansion in schemas": [""], - "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" - ], - "End": [""], - "End date must be after start date": [ - "La fecha de inicio no puede ser superior a la de fin" - ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [""], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Enter CA_BUNDLE": [""], - "Enter a new title for the tab": [ - "Ingresa un nuevo título para la pestaña" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" ], - "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" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Error en la expresión jinja en los filtros RLS: %(msg)s" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Error en la expresión jinja en la cláusula WHERE: %(msg)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" - ], - "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" + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": ["Registros"], + "Show Log": ["Mostrar Registro"], + "Add Log": ["Agregar Registro"], + "Edit Log": ["Editar Registro"], + "User": ["Usuario"], + "Action": ["Acción"], + "dttm": ["dttm"], + "JSON": [""], + "Time": ["Tiempo"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Una referencia a la configuración [Tiempo], teniendo en cuenta la granularidad." ], - "Estimate the cost before running a query": [ - "Estimar el costo antes de ejecutar una consulta" + "Raw records": [""], + "Certified by %s": ["Certidicado por %s"], + "description": ["descripción"], + "bolt": ["tornillo"], + "Changing this control takes effect instantly": [ + "Los aambios en este control surten efecto de inmediato" ], - "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\"": [ - "" + "Show info tooltip": [""], + "SQL expression": ["Expresión SQL"], + "Label": ["Etiqueta"], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "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" ], - "Excel to Database configuration": [ - "Configuración de Excel a base de datos" + "Rolling window": ["Ventana de desplazamiento"], + "Rolling function": ["Probar Conexión"], + "None": [""], + "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]" ], - "Excluded roles": [""], - "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'": [ - "" + "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" ], - "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" + "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." ], - "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" + "Time comparison": ["Columna de Tiempo"], + "Time shift": ["Desplazamiento de tiempo"], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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." ], - "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.\" }`.": [ + "Calculation type": ["Tipo de Cálculo"], + "Difference": [""], + "Rule": ["Regla"], + "1 minutely frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "Pandas resample rule": ["Regla de Remuestra Pandas"], + "Linear interpolation": [""], + "Pandas resample method": ["Método de Remuestra Pandas"], + "X Axis": ["Eje X"], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": ["Eje Y"], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Query": ["Consulta"], + "Enable forecast": [""], + "Enable forecasting": [""], + "How many periods into the future do we want to predict": [""], + "Yearly seasonality": [""], + "Yes": ["Sí"], + "No": ["No"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "El campo adicional no se puede decodificar por JSON. %(msg)s" + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "Extra parameters for use in jinja templated queries": [ - "Parámetros extra para usar en consultas con plantillas jinja" + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "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" + "Time related form attributes": [ + "Atributos de formulario relacionados con el tiempo" ], - "Favorite": ["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" + "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é." ], - "Field is required": ["El campo es obligatorio"], - "File": ["Archivo"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Filter List": ["Filtrar lista"], - "Filter has default value": [""], - "Filter name": ["Valor del Filtro"], - "Filter only displays values relevant to selections made in other filters.": [ + "Row": ["Hilera"], + "Series": ["Series"], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "Filter results": ["ver resultados"], - "Filter value (case sensitive)": [ - "Valor del filtro (sensible a mayúsculas/minúsculas)" + "Add dataset columns here to group the pivot table columns.": [""], + "Entity": ["Entidad"], + "This defines the element to be plotted on the chart": [ + "Esto define el elemento a trazar en el gráfico." ], - "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 for comparison must have a value": [""], - "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').": [ + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "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 Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Sort by": ["Ordenar por"], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "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.": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "A metric to use for color": ["Una métrica para usar para el color."], + "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": [ "" ], - "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" + "Drop a temporal column here or click": [""], + "Dimension to use on y-axis.": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [ + "El tipo de visualización a mostrar." ], - "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, Metrics or Percentage Metrics must have a value": [""], - "Group by": ["Agrupar por"], - "Groupable": ["Agrupable"], - "Guest user cannot modify chart payload": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "" + "Use this to define a static color for all circles": [ + "Use esto para definir un color estático para todos los círculos" ], - "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.": [ + "all": [""], + "30 seconds": ["30 segundos"], + "1 minute": ["1 minuto"], + "5 minutes": ["5 minutos"], + "30 minutes": ["30 minutos"], + "1 hour": ["1 hora"], + "week": ["semana"], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": ["mes"], + "year": ["añ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`": [ + "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`" + ], + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "If a metric is specified, sorting will be done based on the metric value": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Row limit": ["Límite filas"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Si se selecciona, por favor, establezca los esquemas permitidos en Adicional" - ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Series limit": ["Límite de Serie"], + "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.": [ "" ], - "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"], - "Import": ["Import"], - "Import %s": ["Importar %s"], - "Import Dashboard(s)": ["Importar Dashboard(s)"], - "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" + "Y Axis Format": ["Formato Eje Y"], + "The color scheme for rendering chart": [ + "El esquema de colores para la representación gráfica." ], - "Import dashboard failed for an unknown reason": [ - "Importar el Dashboard falló por una razón desconocida" + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Original value": [""], + "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": [""], + "Stack Trace:": [""], + "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.": [ + "" ], - "Import dashboards": ["Importar dashboards"], - "Import database failed for an unknown reason": [ - "Importar la base de datos falló por una razón desconocida" + "Found invalid orderby options": [""], + "Invalid input": [""], + "(no description, click to see stack trace)": [""], + "Issue 1001 - The database is under an unusual load.": [ + "Issue 1001 - La base de datos tiene una carga inusualmente elevada." ], - "Import dataset failed for an unknown reason": [ - "Importar el conjunto de datos falló por una razón desconocida" + "An error occurred": ["Se produjo un error"], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": ["hora"], + "day": ["día"], + "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": [ + "" ], - "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.": [ + "The size of the square cell, in pixels": [""], + "Cell Padding": [""], + "The distance between cells, in pixels": [""], + "Cell Radius": [""], + "The pixel radius": [""], + "The number color \"steps\"": [""], + "Whether to display the legend (toggles)": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the metric name as a title": [""], + "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.": [ "" ], - "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 custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Business": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Source": ["Fuente"], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ "" ], - "Invalid JSON": ["JSON inválido"], - "Invalid certificate": ["Certificado Inválido"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Which country to plot the map for?": [""], + "ISO 3166-2 Codes": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "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.": [ "" ], - "Invalid cron expression": ["Expresión cron inválida"], - "Invalid cumulative operator: %(operator)s": [ - "Operador acumulativo inválido: %(operator)s" + "2D": [""], + "Geo": [""], + "Sorry, there appears to be no data": [""], + "Event definition": [""], + "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.": [ + "" ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["Formato de fecha/hora inválido"], - "Invalid filter operation type: %(op)s": [ - "Tipo de operación de filtrado inválida: %(op)s" + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "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." + "Select any columns for metadata inspection": [""], + "Max Events": [""], + "The maximum number of events to return, equivalent to the number of rows": [ + "" ], - "Invalid longitude/latitude": ["Longitud/latitud inválidas"], - "Invalid numpy function: %(operator)s": [ - "Función numpy inválida: %(operator)s" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Opciones inválidas para %(rolling_type)s: %(options)s" + "Progressive": [""], + "Heatmap Options": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "Invalid permalink key": [""], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid rolling_type: %(type)s": ["rolling_type inválido: %(type)s"], - "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." + "Normalize Across": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "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.": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "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.": [ "" ], - "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": [ + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Show percentage": [""], + "Normalized": [""], + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "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.": [ + "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.": [ "" ], - "July": ["Julio"], - "June": ["Junio"], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": ["Continuar editando"], - "Key": [""], - "Keyboard shortcuts": [""], - "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 run": ["Último cambio"], + "Sizes of vehicles": [""], + "Employment and education": [""], + "percentile (exclusive)": [""], + "Select the numeric columns to draw the histogram": [""], + "Select the number of bins for the histogram": [""], + "X Axis Label": [""], + "Y Axis Label": [""], + "Whether to normalize the histogram": [""], + "Whether to make the histogram cumulative": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" + ], + "Population age data": [""], + "Contribution": ["Contribución"], + "Compute the contribution to the total": [ + "Calcular la contribución al total" + ], + "Pixel height of each series": [""], + "Value Domain": [""], + "overall": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "" + ], + "Compares how a metric changes over time between different groups. Each group is mapped to a row and change over time is visualized bar lengths and color.": [ + "" + ], + "Dark Cyan": [""], + "Gold": [""], + "Longitude": [""], + "Column containing longitude data": [""], "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": [ + "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.": [ "" ], - "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"], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "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": [ "" ], - "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.": [ + "Point Radius Unit": [""], + "Pixels": [""], + "The unit of measure for the specified point radius": [""], + "Labelling": [""], + "`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.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "Time-series 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 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"], + "Visual Tweaks": [""], "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": ["Acceder"], - "Logout": ["Salir"], - "Logs": ["Registros"], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude columns": ["Columnas de longitus y latitud"], + "Points and clusters will update as the viewport is being changed": [""], + "Dark": [""], + "Satellite Streets": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Opacidad"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "The color for points and clusters in RGB": [""], + "Default longitude": [""], "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "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": [ + "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.": [ "" ], - "Make the x-axis categorical": [""], - "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" - ], - "Manage": ["Administrar"], - "Mandatory": ["Oblugatorio"], + "Light mode": [""], + "Dark mode": [""], "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.": [ + "Scatter": [""], + "Transformable": ["Transformable"], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "Maximum value on the gauge axis": [""], - "May": ["Mayo"], + "Paired t-test Table": [""], + "Statistical": [""], + "Tabular": [""], + "Whether to display the interactive data table": [""], + "Include Series": [""], + "Include series name as an axis": [""], + "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.": [ + "" + ], + "Ignore time": [""], + "Standard time series": [""], "Mean of values over specified period": [""], - "Median": [""], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Sum of values over specified period": [""], + "Metric change in value from `since` to `until`": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Use the Advanced Analytics options below": [ + "Usar la opción de Analítica Avanzada debajo " + ], + "Settings for time series": [""], + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "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" + "Log Scale": [""], + "Use a log scale": ["Usar escala logarítimica"], + "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": [ + "" ], - "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 currency": [""], - "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 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).": [ + "cumsum": [""], + "30 days": ["30 días"], + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": ["Método"], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Categorical": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "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).": [ + "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.": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Multi-Layers": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "Metrics": ["Métricas"], - "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.": [ + "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.": [ "" ], - "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": [""], - "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.": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Whether to display bubbles on top of countries": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "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]" - ], - "Must have at least one numeric column specified": [ - "Debe especificarse al menos una columna numérica" + "Metric that defines the size of the bubble": [""], + "A map of the world, that can indicate values in different countries.": [ + "" ], - "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." + "Multi-Variables": [""], + "Popular": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Compose multiple layers together to form complex visuals.": [""], + "deckGL": [""], + "Point to your spatial columns": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Advanced": ["Avanzado"], + "Plot the distance (like flight paths) between origin and destination.": [ + "" ], - "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." + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], - "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 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 data": ["No hay datos"], - "No data after filtering or data is NULL for the latest time record": [ + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "No data in file": ["No hay datos en el archivo"], - "No databases match your search": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "Spatial": ["Espacial"], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "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" + "deck.gl Geojson": [""], + "Height": ["Altura"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "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" + "deck.gl Grid": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" ], - "No validator 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.": [ + "Intensity Radius is the radius at which the weight is distributed": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], + "Opacity, expects values between 0 and 100": [""], "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. You can use negative numbers to compare from the beginning of the time range.": [ + "How many buckets should the data be grouped in.": [""], + "Bucket break points": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "Whether to apply filter when items are clicked": [""], + "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.": [ "" ], - "Number of periods to ratio against": [""], - "Number of rows of file to read.": [ - "Número de filas del archivo a leer." + "deck.gl Polygon": [""], + "Category": [""], + "Point Unit": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" ], - "Number of rows to skip at start of file.": [ - "Número de filas a omitir al inicio del archivo." + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" ], - "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.": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "deck.gl Scatterplot": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "One or many controls to pivot as columns": [ - "Uno o varios controles para pivotar como columnas" + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "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" + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "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" + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ + "" ], - "One or more metrics do not exist": ["Una o más métricas no existen"], - "One ore more annotation layers failed loading.": [ - "Una o más capas de anotación fallaron al cargar." + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "Only Total": [""], - "Only `SELECT` statements are allowed": [ - "Solo las consultas `SELECT` estan permitidas en esta base de datos" + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ + "" ], - "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": [ + "The database columns that contains lines information": [""], + "Line width": ["Grosor de línea"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "Only single queries supported": [ - "Solo consultas sencillas están soportadas" + "Defines the grid size in pixels": [""], + "Parameters related to the view and perspective on the map": [""], + "Fixed point radius": [""], + "Factor to multiply the metric by": [""], + "geohash (square)": [""], + "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": [""], + "step-before": [""], + "Line interpolation as defined by d3.js": [""], + "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.": [ + "" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Solo se permiten las siguientes extensiones de archivo: %(allowed_extensions)s" + "X Tick Layout": [""], + "The way the ticks are laid out on the X-axis": [""], + "Y Log Scale": [""], + "Use a log scale for the Y-axis": [ + "Usar escala logarítimica para el Eje Y" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "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.": [ "" ], - "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.": [ + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "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": [""], - "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.": [ + "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.": [ "" ], - "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" - ], - "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.": [ + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Continuous": [""], + "nvd3": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + "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.": [ "" ], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Percent of total": [""], - "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 metric for x, y and size": [ - "Elige una métrica para 'x', 'y' y 'tamaño'" + "Bar": [""], + "Box Plot": ["Diagrama de Caja"], + "X Log Scale": [""], + "Use a log scale for the X-axis": [ + "Usar escala logarítimica para el Eje X" ], - "Pick a metric to display": ["Elige qué métrica mostrar"], - "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 title for you annotation.": [""], - "Pick at least one field for [Series]": [ - "Elige al menos un campo para [Series]" + "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.": [ + "" ], - "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]" + "Ranges to highlight with shading": [""], + "Range labels": [""], + "Labels for the ranges": [""], + "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.": [ + "" ], - "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.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Pick your favorite markup language": [ - "Elige tu idioma favorito de markup" + "Sort bars by x labels.": [""], + "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.": [ + "" ], - "Pivot Table": ["Tabla Dinámica"], - "Pivot operation must include at least one aggregate": [ - "La operación de pivote debe incluir al menos un agregado" + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Value": ["Valor"], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "What should be shown on the label?": [""], + "Do you want a donut or a pie?": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" ], - "Pivot operation requires at least one index": [ - "La operación de pivote requiere al menos un índice" + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ + "" ], - "Pixel height of each series": [""], - "Pixels": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Scroll": [""], "Plain": [""], - "Please DO NOT overwrite the \"filter_scopes\" key.": [""], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Legend type": [""], + "Show series values on the chart": [""], + "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": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Tooltip": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "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.": [ + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": ["No hay datos"], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Please confirm": ["Confirme"], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [ - "Por favor, introduce un URI SQLAlchemy para probar" + "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" ], - "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" + "Big Number Font Size": [""], + "Small": [""], + "Normal": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Please save your chart first, then try creating a new email report.": [ + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Big Number with Time Period Comparison": [""], + "Description text that shows up below your Big Number": [""], + "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.": [ "" ], - "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" + "With a subheader": [""], + "Big Number": ["Número Grande"], + "Comparison Period Lag": [""], + "Based on granularity, number of time periods to compare against": [""], + "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.": [ + "" ], - "Plot the distance (like flight paths) between origin and destination.": [ + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "" ], - "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.": [ + "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.": [ "" ], - "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": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Big Number with Trendline": ["Número Grande con Línea de Tendencia"], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Port out of range 0-65535": [""], - "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." + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Previsualizar"], - "Preview: `%s`": ["Previsualizar: `%s`"], - "Previous": ["Anterior"], + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "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" + ], + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" + ], + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "What should be shown as the label": [""], + "What should be shown as the tooltip label": [""], + "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.": [ + "" + ], + "Sequential": [""], + "General": [""], + "Min": ["Mín"], + "Minimum value on the gauge axis": [""], + "Max": ["Máx"], + "Maximum value on the gauge axis": [""], + "Angle at which to start progress axis": [""], + "Angle at which to end progress axis": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Show pointer": [""], + "Whether to show the pointer": [""], + "Whether to animate the progress and the value or just display them": [ + "" + ], + "Show axis line ticks": [""], + "Whether to show minor ticks on the axis": [""], + "Show split lines": [""], + "Whether to show the split lines on the axis": [""], + "Number of split segments on the axis": [""], + "Progress": [""], + "Whether to show the progress of gauge chart": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "" + ], + "Style the ends of the progress bar with a round cap": [""], + "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.": [ + "" + ], + "Comma-separated color picks for the intervals, e.g. 1,2,4. Integers denote colors from the chosen color scheme and are 1-indexed. Length must be matching that of interval bounds.": [ + "" + ], + "Uses a gauge to showcase progress of a metric towards a target. The position of the dial represents the progress and the terminal value in the gauge represents the target value.": [ + "" + ], + "Name of the source nodes": [""], + "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.": [ + "" + ], + "Category of target nodes": [""], + "Layout": [""], + "Graph layout": [""], + "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": [""], + "Scale only": [""], + "Move only": [""], + "Scale and Move": [""], + "Whether to enable changing graph position and scaling.": [""], + "Multiple": [""], + "Label threshold": [""], + "Minimum value for label to be displayed on graph.": [""], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" + ], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" + ], + "Edge length": [""], + "Edge length between nodes": [""], + "Gravity": [""], + "Strength to pull the graph toward center": [""], + "Repulsion strength between nodes": [""], + "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.": [ + "" + ], + "Structural": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Ordenar descendente o ascendente" + ], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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 or secondary y-axis": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ + "" + ], "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Progress": [""], - "Progressive": [""], - "Propagate": [""], - "Proportional": [""], - "Public and privately shared sheets": [""], - "Publicly shared sheets only": [""], - "Published": ["Publicado"], - "Put labels outside": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "" + ], + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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).": [ + "" + ], "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"], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Whether to display the aggregate count": [""], + "Outer Radius": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "" + ], + "The maximum value of metrics. It is an optional configuration": [""], "Radar": [""], + "Further customize how to display each metric": [""], + "Circle radar shape": [""], "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": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Aquí aparecerán los gráficos, los dashboards y las consultas guardadas recientemente" + "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.": [ + "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Aquí aparecerán los gráficos, los dashboards y las consultas editadas recientemente" + "[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 viewed charts, dashboards, and saved queries will appear here": [ - "Aquí aparecerán los gráficos, los dashboards y las consultas vistas recientemente" + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "Recents": ["Recientes"], - "Recipients are separated by \",\" or \";\"": [ - "Los destinatarios están separados por \",\" o \";\"" + "When a secondary metric is provided, a linear color scale is used.": [ + "" ], - "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" + "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.": [ + "" ], - "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.": [ + "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.": [ "" ], - "Referenced columns not available in DataFrame.": [ - "Columnas referenciadas no disponibles en DataFrame." + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" ], - "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 the default values": [""], - "Regular": [""], - "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.": [ + "zoom area": [""], + "restore zoom": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "Relationships between community channels": [""], - "Relative quantity": ["Cantidad relativa"], - "Remove": ["Eliminar"], - "Remove item": [""], - "Remove query from log": ["Eliminar consulta del historial"], - "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." + "AXIS TITLE MARGIN": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "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.": [ + "" ], - "Report Schedule could not be updated.": [ - "El informe programado no ha podido ser actualizado." + "Vertical": [""], + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], - "Report Schedule delete failed.": [ - "El informe programado no se pudo eliminar." + "Start": ["Iniciar"], + "End": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "Report Schedule execution failed when generating a screenshot.": [ - "La ejecución del informe programado falló al generar una captura de pantalla." + "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": [""], + "Layout type of tree": [""], + "Left to Right": [""], + "Right to Left": [""], + "Top to Bottom": [""], + "Bottom to Top": [""], + "Orientation of tree": [""], + "Node label position": [""], + "Position of intermediate node label on tree": [""], + "Child label position": [""], + "Position of child node label on tree": [""], + "Emphasis": [""], + "ancestor": [""], + "Which relatives to highlight on hover": [""], + "Empty circle": [""], + "Rectangle": [""], + "Triangle": ["Triángulo"], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "" ], - "Report Schedule execution got an unexpected error.": [ - "La ejecución del informe programado falló por un error inesperado." + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Key": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "El informe programado todavía está en proceso, rechazando la recomputación." + "Treemap": ["Mapa de Árbol"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "" + ], + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "" + ], + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "must have a value": [""], + "A handlebars template that is applied to the data": [""], + "Whether to include the time granularity as defined in the time section": [ + "" + ], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "" + ], + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "" + ], + "Order results by selected columns": [""], + "Sort descending": ["Orden descendente"], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": ["Filas"], + "Columns to group by on the rows": [""], + "Use metrics as a top level group for columns or for rows": [""], + "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).": [ + "" ], - "Report Schedule log prune failed.": [ - "Los registros del informe programado no pudieron limpiarse." + "Sum": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Maximum": [""], + "First": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" ], - "Report Schedule not found.": ["No se encuentra el informe programado."], - "Report Schedule parameters are invalid.": [ - "Los parametros del informe programado son inválidos" + "Show rows total": [""], + "Display row level total": [""], + "Display row level subtotal": [""], + "Display column level total": [""], + "Display column level subtotal": [""], + "Transpose pivot": ["Transponer pivot"], + "Swap rows and columns": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "Report Schedule reached a working timeout.": [ - "El informe programado alcanzó el tiempo de espera máximo." + "D3 time format for datetime columns": [""], + "key a-z": [""], + "key z-a": [""], + "Change order of rows.": [""], + "Available sorting modes:": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "Change order of columns.": [""], + "By key: use column names as sorting key": [""], + "Rows subtotal position": [""], + "Position of row level subtotal": [""], + "Columns subtotal position": [""], + "Position of column level subtotal": [""], + "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.": [ + "" ], - "Report Schedule state not found": [ - "No se encontró el estado del informe programado" + "Pivot Table": ["Tabla Dinámica"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": ["Totales"], + "Page length": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ + "" ], - "Report failed": ["Informe fallido"], - "Report name": ["Nombre de informe"], - "Report schedule": ["Programar informe"], - "Report schedule unexpected error": [ - "Error inesperado del informe programado" + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ + "" ], - "Report sending": ["Envío de informe"], - "Report sent": ["Reporte enviado"], - "Reports": ["Informes"], - "Repulsion strength between nodes": [""], - "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.": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "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.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "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.": [ + "Show": [""], + "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": [""], + "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.": [ "" ], - "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.": [ + "N/A": [""], + "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": [ "" ], - "Rolling function": ["Probar Conexión"], - "Rolling window": ["Ventana de desplazamiento"], - "Root certificate": ["Certificado raíz"], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "Your query could not be scheduled": [ + "No se pudo programar la consulta." + ], + "Failed at retrieving results": ["Falla al recuperar los resultados"], + "Unknown error": ["Valor desconocido"], + "Query was stopped.": ["La consulta ha sido detenida."], + "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.": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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"], - "Rule added": [""], - "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.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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:": ["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" + "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." ], - "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" + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "" ], - "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" + "Copy of %s": ["Copia de %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "" ], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "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 by query text": ["Buscar por texto"], - "Search...": ["Buscar..."], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Secure Extra": [""], - "Secure extra": ["Seguridad"], - "Security": ["Seguridad"], - "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." + "An error occurred while fetching tab state": [ + "Se produjo un error al recuperar el estado de la pestaña" ], - "Select a database to upload the file to": [""], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "An error occurred while removing query. Please contact your administrator.": [ + "" + ], + "Your query could not be saved": ["Tu consulta no pudo ser guardada"], + "Your query was saved": ["Tu consulta fue guardada"], + "Your query was updated": ["Tu consulta fue actualizada"], + "Your query could not be updated": [ + "Tu consulta no pudo ser actualizada" + ], + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ "" ], - "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 ": [ + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "Select subject": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "Shared query": ["Guardar Consulta"], + "The datasource couldn't be loaded": [ + "No se pudo cargar la fuente de datos" ], - "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.": [ + "An error occurred while creating the data source": [ + "Se produjo un error al crear el origen de datos" + ], + "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.": [ "" ], - "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" + "Foreign key": [""], + "Estimate selected query cost": [ + "Estimar el costo de la consulta seleccionada" ], - "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.": [ - "" + "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" ], - "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" + "Explore the result set in the data exploration view": [ + "Explorar el conjunto de resultados en la vista de exploración de datos" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "" + "Source SQL": ["Fuente SQL"], + "Run query": ["Ejecutar consulta"], + "Stop query": ["Detener consulta"], + "New tab": ["Nueva pestaña"], + "Keyboard shortcuts": [""], + "State": ["Estado"], + "Duration": ["Duración"], + "Results": ["Resultados"], + "Actions": ["Acciones"], + "Success": ["Éxito"], + "Failed": ["Falló"], + "Running": ["Ejecutando"], + "Offline": ["Desconectado"], + "Scheduled": ["Programado"], + "Unknown Status": ["EStado desconocido"], + "Edit": ["Editar"], + "Data preview": ["Previsualización de Datos"], + "Overwrite text in the editor with a query on this table": [ + "Sobreescribir texto en el editor con una consulta sobre esta tabla" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Run query in a new tab": ["Ejecutar consulta en otra pestaña"], + "Remove query from log": ["Eliminar consulta del historial"], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["Guardar y Explorar"], + "Overwrite & Explore": ["Sobreescribir y Explorar"], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], + "Filter results": ["ver resultados"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "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.": [ "" ], - "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 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.": [ + "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.": [ "" ], - "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.": [ + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "Show info tooltip": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "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.": [ + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "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.": [ - "" + "Track job": ["Seguir trabajo"], + "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"], + "Stop": ["Detener"], + "Run selection": ["Probar Conexión"], + "Run": ["Ejecutar"], + "Stop running (Ctrl + x)": ["Detener (Ctrl + x)"], + "Run query (Ctrl + Return)": ["Ejecutar consulta (Ctrl + Enter)"], + "Save": ["Guardar"], + "An error occurred saving dataset": [ + "Se produjo un error al crear el origen de datos" ], - "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.": [ - "" + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": ["Guardar como una consulta nueva"], + "Undefined": ["Indefinido"], + "Save as": ["Guardar como"], + "Save query": ["Guardar Consulta"], + "Cancel": ["Cancelar"], + "Update": ["Actualizar"], + "Label for your query": ["Etiqueta para tu consulta"], + "Write a description for your query": [ + "Escribe una descripción para tu consulta" ], - "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.": [ - "" + "Submit": [""], + "Schedule query": ["Guardar Consulta"], + "Schedule": ["Programar"], + "There was an error with your request": [ + "Hubo un error con tu solicitud" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "" + "Please save the query to enable sharing": [ + "Por favor, guarda la consulta para habilitar el compartir" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "" + "Copy query link to your clipboard": [ + "Copiar consulta de partición al portapapeles" ], - "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": [""], - "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.": [ - "" + "Copy link": ["Copiar enlace"], + "No stored results found, you need to re-run your query": [ + "No se encontraron resultados almacenados, necesitas ejecutar tu consulta de nuevo" ], - "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" + "Query history": ["Historial de la Consulta"], + "Preview: `%s`": ["Previsualizar: `%s`"], + "Schedule the query periodically": [ + "Programar la consulta periódicamente" ], - "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. Please try again.": [""], - "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!" + "You must run the query successfully first": [ + "Primero debes ejecutar la consulta exitosamente" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + "Render HTML": [""], + "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" ], - "Sort X Axis": [""], - "Sort Y Axis": [""], - "Sort ascending": ["Orden Descendente"], - "Sort bars by x labels.": [""], - "Sort by": ["Ordenar por"], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Reset state": ["Restablecer estado"], + "Enter a new title for the tab": [ + "Ingresa un nuevo título para la pestaña" + ], + "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"], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [ + "Se produjo un error al recuperar los metadatos de la tabla" + ], + "Copy partition query to clipboard": [ + "Copiar consulta de partición al portapapeles" + ], + "latest partition:": ["última partición:"], + "Keys for table": ["Claves de la tabla"], + "View keys & indexes (%s)": ["Ver claves e índices (%s)"], + "Original table column order": ["Orden original de columna de tabla"], "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)." + "Copy SELECT statement to the clipboard": [ + "Copiar instrucción SELECT al portapapeles" ], - "Specify name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "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"], + "below (example:": [""], + "), and they become available in your SQL (example:": [""], + "by using": [""], + "syntax.": [""], + "Edit template parameters": ["Editar parámetros de la plantilla"], + "Invalid JSON": ["JSON inválido"], + "Untitled query": ["Consulta sin título"], + "%s%s": [""], + "Click to see difference": [""], + "Altered": ["Modificado"], + "Chart changes": ["El Gráfico ha cambiado"], + "Loaded data cached": ["Datos cargados en caché"], + "Loaded from cache": ["Cargado de caché"], + "Click to force-refresh": ["Haga clic para forzar la actualización"], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "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.": [ + "click here": [""], + "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": [ "" ], - "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" + "An error occurred while loading the SQL": [ + "Ocurrió un error al cargar SQL" ], - "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)." + "Updating chart was stopped": [ + "La actualización del gráfico ha sido detenida" ], - "Structural": [""], - "Style": ["Estilo"], - "Style the ends of the progress bar with a round cap": [""], - "Subdomain": [""], - "Subheader Font Size": [""], - "Submit": [""], - "Subtotal": [""], - "Success": ["Éxito"], - "Suffix": [""], - "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": [""], - "Sunday": ["Domingo"], - "Superset Embedded SDK documentation.": [""], - "Superset chart": ["Gráfico Superset"], - "Superset dashboard": ["Dashboard Superset"], - "Survey Responses": [""], - "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.": [ - "" + "An error occurred while rendering the visualization: %s": [ + "Ocurrió un error al crear la visualización: %s" ], - "Symbol of two ends of edge line": [""], - "Sync columns from source": ["Sincronizar las columnas desde la fuente"], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "Network error.": ["Error de red."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "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 [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "You can also just click on the chart to apply cross-filter.": [""], + "You can't apply cross-filter on this data point.": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Failed to generate chart edit URL": [""], + "Close": ["Cerrar"], + "Failed to load chart data.": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "Tables": ["Tablas"], - "Tabs": ["Pestañas"], - "Tabular": [""], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tagged %s %ss": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "Template Name": ["Nombre Plantilla"], - "Template parameters": ["Parametros de plantilla"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Drill to detail: %s": [""], + "No rows were returned for this dataset": [""], + "Copy": [""], + "Copy to clipboard": ["Copiar al portapapeles"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" + ], + "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"], + "minute": ["minuto"], + "reboot": [""], + "Every": ["Cada"], + "in": ["en"], + "on": ["en"], + "at": ["en"], + ":": [""], + "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"], + "Force refresh schema list": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "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.": [ + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "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" + "dataset": [""], + "Connection": ["Probar Conexión"], + "Warning!": ["Mensaje de Aviso"], + "Search / Filter": ["Buscar / Filtrar"], + "Add item": ["Añadir elemento"], + "BOOLEAN": [""], + "Physical (table or view)": ["Tabla física"], + "Virtual (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 " ], - "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.": [ + "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.": [ "" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "" + "Person or group that has certified this metric": [""], + "Certified by": ["Certificado por"], + "Certification details": [""], + "Details of the certification": ["Detalles de la certificación"], + "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"], + "An error has occurred": ["Ha ocurrido un error"], + "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" ], - "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?": [ + "Invalid currency code in saved metrics": [""], + "Basic": ["Básico"], + "Default URL": ["Url por defecto"], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "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 color for points and clusters in RGB": [""], - "The color scheme for rendering chart": [ - "El esquema de colores para la representación gráfica." + "Cache timeout": ["Tiempo de espera de caché"], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "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.": [ "" ], - "The country code standard that Superset should expect to find in the [country] column": [ + "When the secondary temporal columns are filtered, apply the same filter to the main datetime 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" + "Click the lock to make changes.": [ + "CLick en el candado para poder realizar cambios." ], - "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." + "Click the lock to prevent further changes.": [ + "Click sobre el candado para prevenir futuros cambios." ], - "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.": [ + "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.": [ "" ], - "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." + "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.": [ + "" ], - "The dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "D3 format": ["Formato D3"], + "Metric currency": [""], + "Optional warning about use of this metric": [""], + "Be careful.": ["Se precavido."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ "" ], - "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.": [ + "Sync columns from source": ["Sincronizar las columnas desde la fuente"], + "Calculated columns": ["Columnas calculadas"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], + "": [""], + "Settings": ["Configuración"], "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 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 distance between cells, in pixels": [""], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ - "" + "Are you sure you want to save and apply changes?": [ + "¿Estas seguro de que quieres guardar y aplicar los cambios?" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Confirm save": ["Confirmar guardado"], + "OK": ["OK"], + "Edit Dataset ": ["Editar Base de Datos"], + "Use legacy datasource editor": ["Usar editor de datasource legado"], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "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.": [ - "" + "DELETE": ["ELIMINAR"], + "delete": ["eliminar"], + "Type \"%s\" to confirm": ["Teclea \"%s\" para confirmar"], + "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 host might be down, and can't be reached on the provided port.": [ + "No databases match your search": [""], + "There are no databases available": [""], + "Unexpected error": ["Error inesperado"], + "This may be triggered by:": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": ["%s Error"], + "See more": ["Ver más"], + "See less": ["Ver menos"], + "Copy message": ["Mensaje de Aviso"], + "Authorization needed": [""], + "Did you mean:": ["Quiciste decir:"], + "Parameter error": ["Parámetros"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": ["Error de timeout"], + "Click to favorite/unfavorite": ["Haz clic para favorito/no favorito"], + "Cell content": ["Contenido de la celda"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "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'": [ + "OVERWRITE": ["SOBRESCRIBIR"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": ["Sobrescribir"], + "Import": ["Import"], + "Import %s": ["Importar %s"], + "Last Updated %s": ["Última actualización %s"], + "+ %s more": [""], + "%s Selected": ["%s seleccionados"], + "Deselect all": ["¿Realmente quieres borrar todo?"], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "%s-%s of %s": ["%s-%s de %s"], + "Last modified": ["Última modificación"], + "Modified by": ["Modificado por"], + "Created by": ["Creado por"], + "Created on": ["Creado el"], + "Menu actions trigger": [""], + "Select ...": ["Selecciona ..."], + "Click to cancel sorting": [""], + "See table schema": ["Ver esquema de tabla"], + "Force refresh table list": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ + "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.": [ "" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ + "There was an issue favoriting this dashboard.": [""], + "You do not have permissions to edit this dashboard.": [""], + "This dashboard was saved successfully.": [ + "Este Dashboard se guardó con éxito." + ], + "You do not have permission to edit this dashboard": [ + "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + ], + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "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.": [ + "Could not fetch all saved charts": [ + "No se pudieron cargar todos los gráficos guardados" + ], + "Sorry there was an error fetching saved charts: ": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "You have unsaved changes.": ["Tienes cambios no guardados."], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Create a new chart": ["Crear un nuevo Gráfico"], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "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." + "Delete this container and save to remove this message.": [""], + "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" ], - "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.": [ - "" + "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" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Create new chart": ["Crear un nuevo Gráfico"], + "Filter your charts": ["Filtrar tus Gráficos"], + "Show only my charts": [""], + "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.": [ "" ], - "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.": [ - "" + "Added": ["Añadido"], + "Viz type": ["Tipo"], + "Dataset": ["Conjunto de Datos"], + "Superset chart": ["Gráfico Superset"], + "Check out this chart in dashboard:": [""], + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [ + "Ha ocurrido un error cargando los CSS disponibles" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "Load a CSS template": ["Cargar una plantilla CSS"], + "Live CSS editor": ["Editor CSS"], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "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.": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "The number of seconds before expiring the cache": [ - "El número de segundos antes de caducar el caché." + "Enable embedding": [""], + "Redo the action": [""], + "Discard": [""], + "Superset dashboard": ["Dashboard Superset"], + "Check out this dashboard: ": [""], + "Refresh dashboard": ["Actualizar dashboard automáticamente"], + "Edit properties": ["Editar propiedades"], + "Edit CSS": ["Editar CSS"], + "Share": ["Compartir"], + "Set filter mapping": ["Configurar mapeo de filtros"], + "Set auto-refresh interval": [ + "Configurar intervalo de actualización automática" ], - "The parameter %(parameters)s in your query is undefined.": [ - "", - "The following parameters in your query are undefined: %(parameters)s." + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Apply": ["Aplicar"], + "A valid color scheme is required": [ + "Un esquema de colores válido es requerido" ], - "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 dashboard has been saved": ["El dashboard ha sido guardado"], + "Access": ["Acceso"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ "" ], - "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.": [ + "Colors": ["Colores"], + "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.": [ "" ], - "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." - ], - "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.": [ + "Dashboard properties": ["Propiedades del Dashboard"], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "The pattern of timestamp format. For strings use ": [ - "Patrón de la fecha/hora. Para cadenas usar " + "Basic information": ["Información Basica"], + "URL slug": ["nombre para URL"], + "A readable URL for your dashboard": [ + "Una URL amigable para el dashboard" ], - "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.": [ - "" + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": ["Metadatos JSON"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "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." ], - "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.": [ + "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 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.": [ - "" + "This dashboard is published. Click to make it a draft.": [ + "Este dashboard es público, Haz click para hacerlo borrador" ], - "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.": [ - "" + "Draft": ["Borrador"], + "Annotation layers are still loading.": [""], + "One ore more annotation layers failed loading.": [ + "Una o más capas de anotación fallaron al cargar." ], - "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.": [ + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], - "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.": [ - "" + "Cached %s": ["En cache %s"], + "Fetched %s": ["Obtenido %s"], + "Query %s: %s": [""], + "Force refresh": ["Forzar actualización"], + "View query": ["Ver consulta"], + "Check out this chart: ": [""], + "Export to full .CSV": [""], + "Download as image": ["Descargar como imagen"], + "Something went wrong.": [""], + "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" ], - "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": [ - "" + "Expand all": ["Expandir todo"], + "Collapse all": ["Contraer todo"], + "This markdown component has an error.": [ + "Este componente markdown tiene un error." ], - "The result of this query should be a numeric-esque value": [""], - "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.": [ + "This markdown component has an error. Please revert your recent changes.": [ "" ], - "The rich tooltip shows a list of all series for that point in time": [ + "Empty row": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "Delete dashboard tab?": ["¿Quieres eliminar la pestaña del dashboard?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "button (cmd + z) until you save your changes.": [""], + "CANCEL": ["CANCELAR"], + "Divider": ["División"], + "Header": ["Encabezado"], + "Tabs": ["Pestañas"], + "background": [""], + "Preview": ["Previsualizar"], + "Sorry, something went wrong. Try again later.": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Clear all": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "All charts": ["Todos los gráficos"], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "Filters out of scope (%d)": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "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.": [ + "Scope": [""], + "(Removed)": ["(Eliminado)"], + "Undo?": ["¿Deshacer?"], + "Add filters and dividers": [""], + "Cyclic dependency detected": [""], + "(deleted or invalid type)": [""], + "Add filter": ["Añadir filtro"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "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": [ + "Scoping": [""], + "Time range": ["Periodo de tiempo"], + "Time column": ["Columna de Tiempo"], + "Time grain": ["Granularidad Temporal"], + "Group by": ["Agrupar por"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": ["Valor del Filtro"], + "Name is required": ["Nombre es requerido"], + "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.": [ "" ], - "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`" - ], - "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." - ], - "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.": [ + "Pre-filter available values": [""], + "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.": [ "" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "Sort ascending": ["Orden Descendente"], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "The time unit used for the grouping of blocks": [""], - "The type of visualization to display": [ - "El tipo de visualización a mostrar." - ], - "The unit of measure for the specified point radius": [""], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "El usuario parece haber sido eliminado" - ], - "The user/password combination is not valid (Incorrect password for user).": [ + "Sort metric": ["Métroca de orden"], + "Single value type": [""], + "Filter has default value": [""], + "Refresh the default values": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "You have removed this filter.": ["Has eliminado este filtro."], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "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" - ], - "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.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "There is no chart definition associated with this component, could it have been deleted?": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "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": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "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" - ], - "There was an issue deleting %s: %s": [ - "Hubo un problema al eliminar %s: %s" - ], - "There was an issue deleting the selected %s: %s": [ - "Hubo un error al eliminar el %s seleccionado: %s" - ], - "There was an issue deleting the selected annotations: %s": [ - "Hubo un problema al eliminar las anotaciones seleccionadas: %s" - ], - "There was an issue deleting the selected charts: %s": [ - "Hubo un problema al eliminar los gráficos seleccionados: %s" - ], - "There was an issue deleting the selected dashboards: ": [ - "Hubo un problema al eliminar los dashboards seleccionados: " - ], - "There was an issue deleting the selected datasets: %s": [ - "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" - ], - "There was an issue deleting the selected layers: %s": [ - "Hubo un problema al eliminar las capas seleccionadas: %s" - ], - "There was an issue deleting the selected queries: %s": [ - "Ocurrió un problema al eliminar las consultas seleccionadas: %s" - ], - "There was an issue deleting the selected templates: %s": [ - "Hubo un problema al eliminar las plantillas seleccionadas: %s" + "Keep editing": ["Continuar editando"], + "Yes, cancel": ["Sí, cancelar"], + "Are you sure you want to cancel?": [ + "¿Estas seguro de que quieres guardar y aplicar los cambios?" ], - "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.": [ + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": ["Transparente"], + "All filters": ["Todos los filtros"], + "Medium": [""], + "Tab title": [""], + "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.": [ "" ], - "There was an issue previewing the selected query %s": [ - "Ocurrió un problema al previsualizar la consulta seleccionada %s" - ], - "There was an issue previewing the selected query. %s": [ - "Hubo un problema al previsualizar la consulta seleccionada. %s" - ], - "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: {}" - ], - "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." - ], - "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." - ], - "This action will permanently delete %s.": [ - "Esta acción eliminará permanentemente %s." + "Equal to (=)": [""], + "Less than (<)": [""], + "Like": [""], + "Is true": [""], + "Time granularity": ["Granularidad de Tiempo"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "" ], - "This action will permanently delete the layer.": [ - "Esta acción eliminará permanentemente la capa." + "One or many metrics to display": ["Una o varias métricas para mostrar"], + "Fixed color": ["Color fijo"], + "Right axis metric": ["Métrica Eje Derecho"], + "Choose a metric for right axis": [ + "Elige una métrica para el eje derecho" ], - "This action will permanently delete the saved query.": [ - "Esta acción eliminará la consulta guardada de forma permanente" + "Linear color scheme": ["Esquema de Color Lineal"], + "Color metric": ["Métrica de Color"], + "One or many controls to pivot as columns": [ + "Uno o varios controles para pivotar como columnas" ], - "This action will permanently delete the template.": [ - "Esta acción eliminará permanentemente la plantilla." + "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 can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "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 chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "Limits the number of rows that get displayed.": [""], + "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 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)": [ - "" + "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 chart type is not supported when using an unsaved query as a chart source. ": [ + "Metric assigned to the [X] axis": ["Métrica asignada al eje [X]"], + "Metric assigned to the [Y] axis": ["Métrica asignada al eje [Y]"], + "Bubble size": ["Tamaño burbuja"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Color scheme": ["Esquema de Color"], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "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?": [ "" ], - "This column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "This dashboard is managed externally, and can't be edited in Superset": [ + "Customize": ["Personalizar"], + "Generating link, please wait..": [""], + "Save (Overwrite)": ["Guardar (Sobrescribir)"], + "Chart name": ["El Gráfico ha cambiado"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["Añadir a un nuevo Dashboard"], + "Save & go to dashboard": ["Guardar e ir al Dashboard"], + "Save chart": ["Guardar gráfico"], + "Expand data panel": [""], + "No samples were returned for this dataset": [""], + "Showing %s of %s": ["Mostrando %s de %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": ["Buscar Métricas y Columnas"], + "Unable to retrieve dashboard colors": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "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.": [ + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "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:": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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 dashboard was saved successfully.": [ - "Este Dashboard se guardó con éxito." - ], - "This database is managed externally, and can't be edited in Superset": [ - "" + "Controls labeled ": [""], + "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." ], - "This database table does not contain any data. Please select a different table.": [ + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "This dataset is managed externally, and can't be edited in Superset": [ + "Person or group that has certified this chart.": [""], + "Configuration": ["Configuración"], + "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.": [ "" ], - "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." - ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "The row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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." + "Invalid lat/long configuration.": [ + "Configuración de latitud/longitud inválida." ], - "This filter might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ - "" + "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" ], - "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).": [ + "Multiple formats accepted, look the geopy.points Python library for more details": [ "" ], - "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" - ], - "This markdown component has an error.": [ - "Este componente markdown tiene un error." + "Geohash": [""], + "textarea": ["caja de texto"], + "in modal": ["en modal"], + "Sorry, An error occurred": ["Lo siento, ha ocurrido un error"], + "Open in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Failed to verify select options: %s": [ + "Fallo al verificar las opciones de selección: %s" ], - "This markdown component has an error. Please revert your recent changes.": [ + "Annotation layer": ["Capa de Anotación"], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "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 sección contiene opciones que permiten el procesamiento analítico avanzado de los resultados de la consulta" - ], - "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 column must contain date/time information.": [""], + "Pick a title for you annotation.": [""], + "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.": [ "" ], - "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 controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "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." - ], - "This will remove your current embed configuration.": [""], - "Threshold": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": ["Jueves"], - "Time": ["Tiempo"], - "Time Grain must be specified when using Time Shift.": [""], - "Time Series - Bar Chart": ["Serie Temporal - Gráfico de Barras"], - "Time Series - Line Chart": ["Serie Temporal - Gráfico de Líneas"], - "Time Series - Nightingale Rose Chart": [ - "Serie Temporal - Gráfico de Nightingale Rose" - ], - "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)": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "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" + "Display configuration": ["Configuración de visualización"], + "Configure your how you overlay is displayed here.": [""], + "Style": ["Estilo"], + "Solid": [""], + "Long dashed": [""], + "Color": ["Color"], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Layer configuration": ["Configuración"], + "Configure the basics of your Annotation Layer.": [ + "Configurar los elementos básicos de la capa de anotaciones." ], - "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].": [ + "Mandatory": ["Oblugatorio"], + "Hide layer": ["Ocultar capa"], + "Whether to always show the annotation label": [""], + "Annotation layer type": ["Capas de Anotación"], + "Choose the annotation layer type": ["Capas de Anotación"], + "Remove": ["Eliminar"], + "Edit annotation layer": ["Capas de Anotación"], + "Add annotation layer": ["Capas de Anotación"], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "Time-series Table": ["Tabla de serie temporal"], - "Timeout error": ["Error de timeout"], - "Timezone": [""], - "Timezone offset (in hours) for this datasource": [ - "Desplazamiento de zona horaria (en horas) para esta fuente de datos" - ], - "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" - ], - "To get a readable URL for your dashboard": [ - "Para obtener una URL legible para tu panel de control" - ], - "Tooltip": [""], - "Top to Bottom": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Totals": ["Totales"], - "Track job": ["Seguir trabajo"], - "Transformable": ["Transformable"], - "Transparent": ["Transparente"], - "Transpose pivot": ["Transponer pivot"], - "Treat values as categorical.": [""], - "Tree layout": [""], - "Treemap": ["Mapa de Árbol"], - "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.": [""], - "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": [""], - "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\\ " + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "" ], - "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\"": [ + "dashboard": [""], + "Fraction digits": [""], + "Number of decimal digits to round numbers to": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Small number 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": [ "" ], - "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": [ + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": ["alerta"], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": ["Requerido"], + "Right value": [""], + "Lower threshold must be lower than upper threshold": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Editar Base de Datos"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" + "View in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Query preview": ["Previsualización de Datos"], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "RANGE TYPE": ["TIPO DE RANGO"], + "Actual time range": ["Rango de tiempo actual"], + "APPLY": ["APPLICAR"], + "Edit time range": ["Editar rango de tiempo"], + "START (INCLUSIVE)": [""], + "Start date included in time range": [""], + "END (EXCLUSIVE)": [""], + "Configure Time Range: Previous...": [ + "Configurar Ranfo de Tiempo: Anteriores..." ], - "Undefined": ["Indefinido"], - "Undefined window for rolling operation": [ - "Ventana no definida para la operación de movimiento" + "Configure Time Range: Last...": [ + "Configurar Rango de Tiempo: Últimos.." ], - "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" + "Configure custom time range": [ + "Configurar rango de tiempo personalizado" ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Host desconocido de MySQL: \"%(hostname)s\"" + "Relative quantity": ["Cantidad relativa"], + "Anchor to": [""], + "NOW": [""], + "Date/Time": ["Fecha/Hora"], + "Return to specific datetime.": [""], + "Syntax": [""], + "Moves the given set of dates by a specified interval.": [""], + "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" ], - "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%" + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": ["Anterior"], + "previous calendar week": [""], + "previous calendar month": [""], + "previous calendar year": [""], + "Specific Date/Time": [""], + "Midnight": [""], + "Saved": ["Guardar"], + "%s column(s)": ["%s columnas(s)"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "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" + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": ["SQL Personalizado"], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valor de plantilla inseguro para la clave %(key)s: %(value_type)s" + "%s option(s)": ["%s opción(es)"], + "Select subject": [""], + "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 clause type: %(clause)s": [""], - "Unsupported post processing operation: %(operation)s": [ - "Operación de post-procesamiento no soportada: %(operation)s" + "To filter on a metric, use Custom SQL tab.": [ + "Para filtrar por una métrica, usa la pestaña SQL Personalizado" ], - "Unsupported return value for method %(name)s": [ - "Valor de retorno no soportado para el método %(name)s" + "%s operator(s)": ["%s operador(es)"], + "Comparator option": [""], + "Type a value here": ["Introduce un valor"], + "Filter value (case sensitive)": [ + "Valor del filtro (sensible a mayúsculas/minúsculas)" ], - "Unsupported template value for key %(key)s": [ - "Valor de plantilla no soportado para la clave %(key)s" + "choose WHERE or HAVING...": ["elige WHERE o HAVING..."], + "Filters by columns": ["Filtrar por estado"], + "Filters by metrics": ["Filtrar por estado"], + "My metric": ["Métrica"], + "Add metric": ["Añadir Métrica"], + "%s aggregates(s)": ["%s aggregación(es)"], + "%s saved metric(s)": ["%s métrica(s) guardada(s)"], + "Saved metric": ["Consultas Guardadas"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["Columna"], + "aggregate": ["agregación"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Time series columns": ["Columna de Tiempo"], + "Sparkline": [""], + "Period average": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": ["Anchura"], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "" ], - "Unsupported time grain: %(time_grain)s": [ - "Granularidad temporal no soportada: %(time_grain)s" + "Number of periods to ratio against": [""], + "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.": [ + "" ], - "Untitled query": ["Consulta sin título"], - "Update": ["Actualizar"], - "Updating chart was stopped": [ - "La actualización del gráfico ha sido detenida" + "Y-axis bounds": [""], + "Color bounds": [""], + "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.": [ + "" ], - "Upload": ["Subir"], - "Upload Excel file to database": [""], - "Upload JSON file": ["Subir un archivo JSON"], - "Upper Threshold": [""], - "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" + "Currently rendered: %s": [""], + "Examples": ["Ver ejemplos"], + "This visualization type is not supported.": [ + "Esta visualización no está soportada." ], - "Use a log scale for the Y-axis": [ - "Usar escala logarítimica para el Eje Y" + "Select a visualization type": ["Selecciona un tipo de visualización"], + "No results found": ["No se han encontrado resultados"], + "New chart": ["Nuevo gráfico"], + "Edit chart properties": ["Editar propiedades de gráfico"], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Embed code": [""], + "Run in SQL Lab": ["Ejecutar en Laboratiorio SQL"], + "Code": ["Código"], + "Markup type": ["Tipo de Markup"], + "Pick your favorite markup language": [ + "Elige tu idioma favorito de markup" ], - "Use an encrypted connection to the database": [ - "Usar una conexión encriptada a la base de datos" + "Put your code here": ["Pon tu código aquí"], + "URL parameters": ["Parámetros de URL"], + "Extra parameters for use in jinja templated queries": [ + "Parámetros extra para usar en consultas con plantillas jinja" ], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "Annotations and layers": ["Anotaciones y capas"], + "Annotation layers": ["Capas de Anotación"], + "My beautiful colors": [""], + "< (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"], + "60 days": ["60 días"], + "90 days": ["90 días"], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "Alert condition": ["Probar Conexión"], + "Notification method": ["Método de notificación"], + "database": ["Base de datos"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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 " + "Add delivery method": ["Agregar método de entrega"], + "report": ["informe"], + "Add": ["Agregar"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Nombre de informe"], + "Alert name": ["Nombre de la alerta"], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "Use the JSON file you automatically downloaded when creating your service account.": [ + "SQL Query": ["Consulta SQL"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "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" + "Trigger Alert If...": ["Disparar Alerta si..."], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": ["Retención de registros"], + "Working timeout": ["Tiempo de espera"], + "Time in seconds": ["Tiempo en segundos"], + "Grace period": ["Periodo de gracia"], + "Recurring (every)": [""], + "CRON expression": ["Expresión CRON"], + "Report sent": ["Reporte enviado"], + "Alert triggered, notification sent": [ + "Alerta disparada, notificación enviada" + ], + "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" + ], + "Recipients are separated by \",\" or \";\"": [ + "Los destinatarios están separados por \",\" o \";\"" + ], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["Capas de Anotación"], + "Edit annotation layer properties": [ + "Editar propiedades de la capa de anotación" + ], + "Annotation layer name": ["Nombre de la capa de anotación"], + "Description (this can be seen in the list)": [ + "Descripción (se puede ver en la lista)" ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "annotation": ["anotación"], + "Edit annotation": ["Editar anotación"], + "Add annotation": ["Añadir anotación"], + "date": ["fecha"], + "Additional information": ["Información adicional"], + "Please confirm": ["Confirme"], + "Are you sure you want to delete": ["onfirma que quieres eliminar"], + "css_template": [""], + "Edit CSS template properties": ["Editar propiedades de plantilla CSS"], + "Add CSS template": ["Cargar una plantilla CSS"], + "css": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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.": [ "" ], - "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.": [ + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "User": ["Usuario"], - "User query": ["Ver consulta"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Enable query cost estimation": [""], + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "Value": ["Valor"], - "Value Domain": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "Values are dependent on other filters": [""], - "Values selected in other filters will affect the filter options to only show relevant values": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": ["Tiempo de espera de caché"], + "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.": [ "" ], - "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" - ], - "Virtual dataset query must be read-only": [ - "La consulta de conjunto virtual debe ser de solo lectura" - ], - "Visual Tweaks": [""], - "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.": [ + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "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.": [ + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Asynchronous query execution": ["Ejecución asíncrona de consultas"], + "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.": [ "" ], - "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.": [ - "" + "Secure extra": ["Seguridad"], + "Enter CA_BUNDLE": [""], + "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." ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "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).": [ + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], - "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.": [ + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Need help? Learn how to connect your database": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "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.": [ - "" + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], + "connecting to %(dbModelName)s.": [""], + "SSH Host": [""], + "e.g. 127.0.0.1": [""], + "SSH Port": [""], + "Private Key & Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Pick a name to help you identify this database.": [""], + "dialect+driver://username:password@host:port/database": [""], + "Test connection": ["Probar Conexión"], + "Please enter a SQLAlchemy URI to test": [ + "Por favor, introduce un URI SQLAlchemy para probar" ], - "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.": [ - "" + "e.g. world_population": [""], + "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" ], - "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.": [ + "Or choose from a list of other databases we support:": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "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.": [ + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "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.": [ "" ], - "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.": [ + "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?": [ "" ], "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.": [ + "QUERY DATA IN SQL LAB": [""], + "Edit database": ["Editar Base de Datos"], + "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.": [ "" ], - "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.": [ + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "" ], - "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.": [ + "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.": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "" ], - "Web": [""], - "Wednesday": ["Miércoles"], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "What should be shown on the label?": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Host": [""], + "e.g. 5432": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "e.g. param1=value1¶m2=value2": [""], + "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": ["Subir un archivo JSON"], + "Copy and Paste JSON credentials": [""], + "Service Account": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "" + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Paste the shareable Google Sheet URL here": [""], + "Copy the identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "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." ], - "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 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?" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "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.": [ + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "This database table does not contain any data. Please select a different table.": [ "" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "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 API response from %s does not match the IDatabaseTable interface.": [ "" ], - "When using 'Group By' you are limited to use a single metric": [ - "Cuando usas 'Group By', estás limitado a una sola métrica" + "Create chart with dataset": [""], + "chart": ["gráfico"], + "No charts": ["No hay gráficos"], + "This dataset is not used to power any charts.": [""], + "Edited": ["Editado"], + "Created": ["Creado"], + "Viewed": ["Visto"], + "Favorite": ["Favoritos"], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [ + "Se produjo un error al obtener los dashboards: %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": [ - "" + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas vistas recientemente" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "" + "Recently created charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas guardadas recientemente" ], - "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." + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Aquí aparecerán los gráficos, los dashboards y las consultas editadas recientemente" ], - "Whether to align background charts with both positive and negative values at 0": [ + "SQL query": ["Parar query"], + "You don't have any favorites yet!": ["¡Aún no tienes favoritos!"], + "Connect Google Sheet": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "" + "Info": ["Información"], + "Logout": ["Salir"], + "About": [""], + "Powered by Apache Superset": [""], + "SHA": [""], + "Build": [""], + "Login": ["Acceder"], + "query": ["consulta"], + "Deleted: %s": ["Eliminado: %s"], + "There was an issue deleting %s: %s": [ + "Hubo un problema al eliminar %s: %s" + ], + "This action will permanently delete the saved query.": [ + "Esta acción eliminará la consulta guardada de forma permanente" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ - "" + "Delete Query?": ["¿Realmente quieres eliminar la consulta?"], + "Saved queries": ["Consultas Guardadas"], + "Next": ["Siguiente"], + "Tab name": ["Nombre de la pestaña"], + "User query": ["Ver consulta"], + "Executed query": ["Consulta ejecutada"], + "Query name": ["Nombre de la consulta"], + "SQL Copied!": ["Copiado!"], + "Sorry, your browser does not support copying.": [ + "Lo sentimos, tu navegador no admite la copia. Utiliza Ctrl/Cmd + C!" ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "" + "We were unable to active or deactivate this report.": [""], + "Weekly Report for %s": [""], + "Edit email report": [""], + "Message content": ["Contenido del mensaje"], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Email reports active": [""], + "This action will permanently delete %s.": [ + "Esta acción eliminará permanentemente %s." ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Rule added": [""], + "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.": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Excluded roles": [""], + "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.": [ "" ], - "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.": [ + "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').": [ "" ], - "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 the time granularity as defined in the time section": [ + "Clause": ["Cláusula"], + "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).": [ "" ], - "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" - ], - "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" - ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected 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 descending or ascending": [ - "Ordenar descendente o ascendente" - ], - "Whether to sort results by the selected metric in descending order.": [ - "" + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": [""], + "Use only a single value.": ["Usar un único valor"], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [ + "Selecciona para ordenar de forma ascendente" ], - "Whether to sort tooltip by the selected metric in descending order.": [ + "Select first filter value by default": [""], + "When using this option, default value can’t be set": [""], + "Inverse selection": ["Selección inversa"], + "Dynamically search all filter values": [""], + "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).": [ "" ], - "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": [""], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "Time column filter plugin": [""], "Working": [""], - "Working timeout": ["Tiempo de espera"], - "World Map": ["Mapa Mundial"], - "Write a description for your query": [ - "Escribe una descripción para tu consulta" + "On Grace": [""], + "reports": ["informes"], + "alerts": ["alertas"], + "There was an issue deleting the selected %s: %s": [ + "Hubo un error al eliminar el %s seleccionado: %s" ], - "Write a handlebars template to render the data": [""], - "Write dataframe index as a column.": [ - "Escribe el índice del dataframe como una columna." + "Last run": ["Último cambio"], + "Active": ["Activo"], + "Execution log": ["Registro de ejecución"], + "Bulk select": ["Selección múltiple"], + "No %s yet": ["Aún no hay %s"], + "Owner": ["Propietario"], + "All": [""], + "Status": ["Estado"], + "An error occurred while fetching dataset datasource values: %s": [ + "Se produjo un error al obtener los valores de la fuente de datos: %s" ], - "X AXIS TITLE BOTTOM MARGIN": [""], - "X AXIS TITLE 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": ["Eje Y"], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": ["Formato Eje Y"], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "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 adding tags to %s %ss": [""], - "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?": [ - "" + "Alerts & reports": ["Alertas e informes"], + "Alerts": ["Alertas"], + "Reports": ["Informes"], + "Delete %s?": ["¿Eliminar %s?"], + "Are you sure you want to delete the selected %s?": [ + "¿Está seguro de que desea eliminar los %s seleccionados?" ], - "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?": [ - "" + "There was an issue deleting the selected layers: %s": [ + "Hubo un problema al eliminar las capas seleccionadas: %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?": [ - "" + "Edit template": ["Cargar una plantilla"], + "Delete template": ["Eliminar plantilla"], + "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." ], - "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 Layer?": ["¿Eliminar capa?"], + "Are you sure you want to delete the selected layers?": [ + "¿Estas seguro de que quieres eliminar las capas seleccionadas?" ], - "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.": [ - "" + "There was an issue deleting the selected annotations: %s": [ + "Hubo un problema al eliminar las anotaciones seleccionadas: %s" ], - "You can create a new chart or use existing ones from the panel on the right": [ - "" + "Delete annotation": ["Eliminar anotación"], + "Annotation": ["Anotación"], + "No annotation yet": ["Aún no hay anotaciones"], + "Back to all": [""], + "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?" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Failed to load chart data": [""], + "Choose a dataset": ["Selecciona una base de datos"], + "Please select both a Dataset and a Chart type to proceed": [""], + "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 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 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 cannot use 45° tick layout along with the time range filter": [""], - "You do not have permission to edit this chart": [ - "No tienes permiso para aprobar esta solicitud." + "There was an issue deleting the selected charts: %s": [ + "Hubo un problema al eliminar los gráficos seleccionados: %s" ], - "You do not have permission to edit this dashboard": [ - "No tienes permiso para acceder a la(s) fuente(s) de datos: %(name)s." + "An error occurred while fetching dashboards": [ + "Se produjo un error al crear el origen 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." + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Se produjo un error al obtener los valores de los propietarios de gráfico: %s" ], - "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.": [ - "" + "Are you sure you want to delete the selected charts?": [ + "¿Estas seguro de que quieres eliminar los gráficos seleccionados?" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "" + "CSS templates": ["Plantillas CSS"], + "There was an issue deleting the selected templates: %s": [ + "Hubo un problema al eliminar las plantillas seleccionadas: %s" ], - "You must pick a name for the new dashboard": [ - "Debes elegir un nombre para el nuevo Dashboard" + "CSS template": ["Plantillas CSS"], + "This action will permanently delete the template.": [ + "Esta acción eliminará permanentemente la plantilla." ], - "You must run the query successfully first": [ - "Primero debes ejecutar la consulta exitosamente" + "Delete Template?": ["Plantillas CSS"], + "Are you sure you want to delete the selected templates?": [ + "¿Estas seguro de que quieres eliminar las plantillas seleccionadas?" ], - "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": [ + "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've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "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?": [ "" ], - "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." + "There was an issue deleting the selected dashboards: ": [ + "Hubo un problema al eliminar los dashboards seleccionados: " ], - "Your query could not be updated": [ - "Tu consulta no pudo ser actualizada" + "An error occurred while fetching dashboard owner values: %s": [ + "Se produjo un error al obtener los valores del propietario de los dashboards: %s" ], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "" + "Are you sure you want to delete the selected dashboards?": [ + "¿Estas seguro de que quieres eliminar los dashboards seleccionados?" ], - "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]" + "An error occurred while fetching database related data: %s": [ + "Se produjo un error al obtener los datos relacionados con la base de datos: %s" ], - "[Longitude] and [Latitude] must be set": [ - "Deben especificarse [Longitud] y [Latitud]" + "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"], + "Delete Database?": ["¿Eliminar base de datos?"], + "An error occurred while fetching dataset related data": [ + "Se produjo un error al obtener datos relacionados con el conjunto de datos" ], - "[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": [ - "" + "An error occurred while fetching dataset related data: %s": [ + "Se produjo un error al obtener datos relacionados con el 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)" + "Physical dataset": ["Conjunto de datos físico"], + "Virtual dataset": ["Conjunto de datos virtual"], + "Virtual": [""], + "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" + "An error occurred while fetching dataset owner values: %s": [ + "Se produjo un error al obtener los valores del propietario del conjunto de datos: %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" + "There was an issue deleting the selected datasets: %s": [ + "Hubo un problema al eliminar los conjuntos de datos seleccionados: %s" ], - "`width` must be greater or equal to 0": [ - "`width` 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." ], - "aggregate": ["agregación"], - "alert": ["alerta"], - "alerts": ["alertas"], - "all": [""], - "also copy (duplicate) charts": [ - "copiar (duplicar) tambien los Gráficos" + "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?" ], - "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": [""], - "error dark": [""], - "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": [""], - "function type icon": [""], - "geohash (square)": [""], - "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": [ - "" + "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)" ], - "in": ["en"], - "in modal": ["en modal"], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": ["no es json válido"], - "key a-z": [""], - "key z-a": [""], - "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." + "Error message": ["Mensaje de error"], + "Thumbnails": [""], + "Recents": ["Recientes"], + "There was an issue previewing the selected query. %s": [ + "Hubo 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": [""], - "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": [ + "TABLES": ["TABLAS"], + "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" + ], + "Search by query text": ["Buscar por texto"], + "There was an issue previewing the selected query %s": [ + "Ocurrió un problema al previsualizar la consulta seleccionada %s" + ], + "Link Copied!": ["Enlace Copiado!"], + "There was an issue deleting the selected queries: %s": [ + "Ocurrió un problema al eliminar las consultas seleccionadas: %s" + ], + "Edit query": ["ditar consulta"], + "Copy query URL": ["Copiar URL de la consulta"], + "Delete query": ["Eliminar consulta"], + "Are you sure you want to delete the selected queries?": [ + "¿Estás seguro de que quieres eliminar las consultas seleccionadas?" + ], + "tag": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ "" ], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "query": ["consulta"], - "reboot": [""], - "report": ["informe"], - "reports": ["informes"], - "restore zoom": [""], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "Please re-export your file and try importing again": [""], + "Connection looks good!": ["¡La conexión parece correcta!"], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [ + "Hubo un error al obtener tu actividad reciente:" + ], + "There was an issue deleting: %s": ["Hubo un problema al eliminar: %s"], + "URL": ["URL"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "" ], - "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." + "Time-series Table": ["Tabla de serie temporal"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" ], - "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"], - "zoom area": [""] + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/fr/LC_MESSAGES/messages.json b/superset/translations/fr/LC_MESSAGES/messages.json index 2298c86f275a2..fd907b2132633 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.json +++ b/superset/translations/fr/LC_MESSAGES/messages.json @@ -8,5044 +8,5077 @@ "plural_forms": "nplurals=2; plural=(n > 1)", "lang": "fr" }, - "\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érité du contexte du tableau de bord.\n Il ne sera pas sauvé à l'enregistrement du graphique.\n " + "The datasource is too large to query.": [ + "La source de données est trop volumineux pour être interrogé." ], - "\n Error: %(text)s\n ": [ - "\n Erreur: %(text)s\n " + "The database is under an unusual load.": [ + "La base de données est soumise à une charge inhabituelle." ], - " (excluded)": [" (exclu)"], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - " Réglez l’opacité à 0 si vous ne voulez pas remplacer la couleur spécifiée dans le GeoJSON" + "The database returned an unexpected error.": [ + "La base de données a renvoyé une erreur inattendue." ], - " expression which needs to adhere to the ": [ - " expression qui doit adhérer au" + "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." ], - " source code of Superset's sandboxed parser": [ - " code source de l'analyseur de bac à sable du standard Superset" + "The column was deleted or renamed in the database.": [ + "La colonne a été supprimée ou renommée dans la base de données." ], - " 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.": [ - " afin de garantir que l'ordre lexicographique coïncide avec l'ordre chronologique. Si le format de l'horodatage n'est pas conforme à la norme ISO 8601, vous devrez définir une expression et un type pour transformer la chaîne en date ou en horodatage. Notez que les fuseaux horaires ne sont pas pris en charge actuellement. Si l'heure est stockée au format epoch, mettez `epoch_s` ou `epoch_ms`. Si aucun modèle n'est spécifié, nous utilisons les valeurs par défaut optionnelles au niveau de chaque base de données/nom de colonne via le paramètre supplémentaire." + "The table was deleted or renamed in the database.": [ + "Le tableau a été supprimé ou renommé dans la base de données." ], - " to mark a column as a time column": [ - " pour marquer une colonne comme colonne de temps" + "One or more parameters specified in the query are missing.": [ + "Un ou plusieurs paramètres spécifiés dans la requête sont manquants." ], - " to open SQL Lab. From there you can save the query as a dataset.": [ - " pour ouvrir SQL Lab. À partir de là, vous pouvez enregistrer la requête sous forme de ensemble de données." + "The hostname provided can't be resolved.": [ + "Le nom d'hôte fourni ne peut pas être résolu." ], - " to visualize your data.": [" pour visualiser vos données."], - "!= (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é." + "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 hors-service et ne peut être atteint sur le port fourni." ], - "%(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." + "Superset encountered an error while running a command.": [ + "Superset a rencontré une erreur lors de l'exécution d'une commande." ], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "%(rows)d rows returned": ["%(rows)d lignes retournées"], - "%(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.Merci de vérifier à nouveau votre requête.Exception: %(ex)s" + "Superset encountered an unexpected error.": [ + "Superset a rencontré une erreur inattendue." ], - "%s Error": ["%s Erreur"], - "%s SSH TUNNEL PASSWORD": ["%s MOT DE PASSE TUNNEL SSH"], - "%s SSH TUNNEL PRIVATE KEY": ["%s CLÉ PRIVÉE TUNNEL SSH"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ - "%s MOT DE PASSE DE CLÉ PRIVÉE TUNNEL SSH" + "The username provided when connecting to a database is not valid.": [ + "Le nom d'utilisateur·rice fourni lors de la connexion à une base de données n'est pas valide." ], - "%s Selected": ["%s Sélectionné"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s Sélectionnée (%s Physique, %s Virtuelle)" + "The password provided when connecting to a database is not valid.": [ + "Le mot de passe fourni à une base de données est invalide." ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "Either the username or the password is wrong.": [ + "Le nom d’utilisateur ou le mot de passe est incorrect." ], - "%s operator(s)": ["%s opérateur(s)"], - "%s option(s)": ["%s option(s)"], - "%s saved metric(s)": ["%s mesure(s) sauvegardée(s)"], - "%s%s": ["%s%s"], - "%s-%s of %s": ["%s-%s de %s"], - "(Removed)": ["(Supprimé)"], - "(deleted or invalid type)": ["(type supprimé ou non valide)"], - "(no description, click to see stack trace)": [ - "(aucune description, cliquez pour voir le suivi de la pile)" + "Either the database is spelled incorrectly or does not exist.": [ + "La base de données est mal orthographiée ou elle n'existe pas." ], - "), and they become available in your SQL (example:": [ - "), et ils deviennent disponibles dans votre SQL (exemple :" + "The schema was deleted or renamed in the database.": [ + "Le schéma a été supprimé ou renommé dans la base de données." ], - "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ - "*%(name)s*%(description)s<%(url)s|Explore in Superset>%(table)s" + "User doesn't have the proper permissions.": [ + "Lutilisateur·rice n'a pas les droits." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*%(description)sErreur : %(text)s" + "One or more parameters needed to configure a database are missing.": [ + "Un ou plusieurs paramètres nécessaires à la configuration d'une base de données sont manquants." ], - "+ %s more": ["+ %s plus"], - ",": [","], - "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ - "-- Remarque : À moins que vous ne sauvegardiez votre requête, ces onglets ne persisteront PAS si vous effacez vos témoins ou si vous changez de navigateur." + "The submitted payload has the incorrect format.": [ + "Les données utiles soumises ont un format incorrect." ], - ".": ["."], - "0 Selected": ["0 sélectionné"], - "1 calendar day frequency": ["Fréquence d’un jour civil"], - "1 day ago": ["Il y a 1 jour"], - "1 hour": ["1 heure"], - "1 minute": ["1 minute"], - "1 minutely frequency": ["Fréquence de 1 minute"], - "1 month end frequency": ["Fréquence de fin de mois"], - "1 month start frequency": ["Fréquence de début de mois"], - "1 week ago": ["Il y a 1 semaine"], - "1 year ago": ["Il y a 1 an"], - "10 minute": ["10 minutes"], - "104 weeks ago": ["Il y a 104 semaines"], - "15 minute": ["15 minutes"], - "156 weeks ago": ["Il y a 156 semaines"], - "1AS": ["1AS"], - "1D": ["1D"], - "1H": ["1H"], - "1M": ["1M"], - "1T": ["1T"], - "2 years ago": ["Il y a 2 ans"], - "2/98 percentiles": ["2/98 centiles"], - "28 days ago": ["Il y a 28 jours"], - "2D": ["2D"], - "3 years ago": ["Il y a 3 ans"], - "30 days": ["30 jours"], - "30 minute": ["30 minutes"], - "30 minutes": ["30 minutes"], - "30 second": ["30 secondes"], - "30 seconds": ["30 secondes"], - "3D": ["3D"], - "4 weeks (freq=4W-MON)": ["4 semaines (freq=4W-MON)"], - "5 minute": ["5 minutes"], - "5 minutes": ["5 minutes"], - "5 second": ["5 secondes"], - "52 weeks ago": ["Il y a 52 semaines"], - "6 hour": ["6 heures"], - "60 days": ["60 jours"], - "7 calendar day frequency": ["Fréquence de 7 jours civils"], - "7D": ["7J"], - "9/91 percentiles": ["9/91 centiles"], - "90 days": ["90 jours"], - ":": [":"], - "< (Smaller than)": ["< (Plus petit que)"], - "<= (Smaller or equal)": ["<= (Plus petit ou égal)"], - "": [""], - "== (Is equal)": ["== (est égal)"], - "> (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 doivent être analysées comme des dates." + "The submitted payload has the incorrect schema.": [ + "Les données utiles soumises ont un schéma incorrect." ], - "A database with the same name already exists.": [ - "Une base de données avec le même nom existe déjà." + "Results backend needed for asynchronous queries is not configured.": [ + "Le programme dorsal des résultats pour les requêtes asynchrones n'est pas configuré." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "Un dictionnaire avec des noms de colonne et leurs types de données si vous devez modifier les valeurs par défaut. Exemple : {« user_id » :« integer »}" + "Database does not allow data manipulation.": [ + "La base de données ne permet pas la manipulation de données." ], - "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 plugiciel (pourrait être hébergé sur un CDN par exemple)" + "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.": [ + "La requête CTAS (create table as select) ne comporte pas d'instruction SELECT à la fin. Assurez-vous que votre requête comporte une instruction SELECT à la fin. Ensuite, essayez d'exécuter à nouveau votre requête." ], - "A handlebars template that is applied to the data": [ - "Un modèle de guidon appliqué aux données" + "CVAS (create view as select) query has more than one statement.": [ + "La requête CVAS (create view as select) comporte plus d'une instruction." ], - "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.": [ - "Une liste de noms de domaine qui peuvent intégrer ce tableau de bord. Laisser ce champ vide permettra l’intégration à partir de n’importe quel domaine." + "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 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." + "Query is too complex and takes too long to run.": [ + "Requête trop complexe et trop longue à exécuter." ], - "A map of the world, that can indicate values in different countries.": [ - "Une carte du monde qui peut indiquer des valeurs dans différents pays." + "The database is currently running too many queries.": [ + "La base de données exécute actuellement trop de requêtes." ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "Une carte qui représente des cercles d'un rayon variable à des coordonnées de latitude/longitude." + "The object does not exist in the given database.": [ + "L'objet n'existe pas dans la base de données donnée." ], - "A metric to use for color": ["Une mesure à utiliser pour la 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.": [ - "Un tableau de coordonnées polaires où le cercle est divisé en coins d’angle égal et où la valeur représentée par n’importe quel coin est illustrée par sa zone, plutôt que par son rayon ou son angle de balayage." + "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 programme dorsal des résultats n'a plus les données de la requête." ], - "A readable URL for your dashboard": [ - "Une URL lisible pour votre tableau de bord" + "The query associated with the results was deleted.": [ + "La requête associée aux résutlats a été supprimée." ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Une référence à la configuration [Time] prends la granularité en compte" + "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 programme dorsal le sont dans un format différent et ne peuvent plus être déserialisés." ], - "A reusable dataset will be saved with your chart.": [ - "Un ensemble de données réutilisable sera enregistré avec votre graphique." + "The port number is invalid.": ["Le numéro de port est invalide."], + "Failed to start remote query on a worker.": [ + "Échec du lancement d'une requête à distance sur un travailleur." ], - "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 modèle Jinja" + "The database was deleted.": ["La base de données a été supprimée."], + "Custom SQL fields cannot contain sub-queries.": [ + "Les champs SQL personnalisés ne peuvent pas contenir de sous-requêtes." ], - "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ - "Un graphique de séries temporelles qui visualise comment une mesure connexe de plusieurs groupes varie au fil du temps. Chaque groupe est visualisé en utilisant une couleur différente." + "Invalid certificate": ["Certificat invalide"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s" ], - "A timeout occurred while executing the query.": [ - "Un dépassement de délai s'est produit lors de l'exécution de la requête." + "Unsupported return value for method %(name)s": [ + "Valeur de retour non supportée pour la méthode %(name)s" ], - "A timeout occurred while generating a csv.": [ - "Dépassement de délai lors de la génération d'un CSV." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valeur de modèle non sûre pour la clé %(key)s: %(value_type)s" ], - "A timeout occurred while generating a dataframe.": [ - "Dépassement de délai lors de la génération d'une trame de données." + "Unsupported template value for key %(key)s": [ + "Valeur de modèle non supportée pour la clé %(key)s" ], - "A timeout occurred while taking a screenshot.": [ - "Dépassement de délai lors d'une capture d'écran." + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" ], - "A valid color scheme is required": [ - "Un jeu de couleur valide doit être fourni" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Seules les instructions SELECT sont autorisées pour cette base de données." ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "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é interrompue après %(sqllab_timeout)s secondes. Elle est peut-être trop complexe ou la base de donnée est soumise à une charge trop importante." ], - "APPLY": ["APPLIQUER"], - "APR": ["APR"], - "AQE": ["AQE"], - "AUG": ["AUG"], - "AXIS TITLE MARGIN": ["MARGE DU TITRE DE L'AXE"], - "About": ["À propos"], - "Access": ["Accès"], - "Access token": ["Jeton d’accès"], - "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 modèle CSS"], - "Add CSS template": ["Ajouter un modèle 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 journal"], - "Add Metric": ["Ajouter une mesure"], - "Add Tag": [""], - "Add a Plugin": ["Ajouter un plugiciel"], - "Add a new tab to create SQL Query": [ - "Ajouter un nouvel onglet pour créer une requête SQL" + "Results backend is not configured.": [ + "Le programme dorsal des résultats n'est pas configuré." ], - "Add additional custom parameters": [ - "Ajouter des paramètres personnalisés supplémentaires" + "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) 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." ], - "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": [ - "Ajouter des colonnes calculées au ensemble de données dans le modal « Modifier la source de données »" + "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) ne peut être exécuté qu'avec une requête comportant une seule instruction SELECT. Assurez-vous que votre requête ne comporte qu'une seule instruction SELECT. Essayez ensuite d'exécuter à nouveau votre requête." ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Ajouter des colonnes temporelles calculées au ensemble de données dans le modal « Modifier la source de données »" + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Exécution de l’instruction %(statement_num)s sur %(statement_count)s" ], - "Add color for positive/negative change": [""], - "Add cross-filter": ["Ajouter un filtre croisé"], - "Add custom scoping": ["Ajouter une portée personnalisée"], - "Add dataset columns here to group the pivot table columns.": [""], - "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.": [ - "AjouteR des clauses de filtre pour contrôler la requête source du filtre, mais uniquement dans le contexte de la saisie semi-automatique, c'est-à-dire que ces conditions n'ont pas d'impact sur la manière dont le filtre est appliqué au tableau de bord. Cela est utile lorsque vous souhaitez améliorer les performances de la requête en n'analysant qu'un sous-ensemble des données sous-jacentes ou en limitant les valeurs disponibles affichées dans le filtre." + "Statement %(statement_num)s out of %(statement_count)s": [ + "Énoncé %(statement_num)s sur %(statement_count)s" ], - "Add filters and dividers": ["Ajouter un filtre ou des diviseurs"], - "Add item": ["Ajouter un élément"], - "Add metric": ["Ajouter une mesure"], - "Add metrics to dataset in \"Edit datasource\" modal": [ - "Ajouter des mesures au ensemble de données dans le modal « Modifier la source de données »" + "You may have an error in your SQL statement. {message}": [""], + "Viz is missing a datasource": [ + "Viz est une source de données manquante" ], - "Add new color formatter": ["Ajouter un nouveau formateur de couleur"], - "Add new formatter": ["Ajouter un nouveau formateur"], - "Add notification method": ["Ajouter une méthode de notification"], - "Add required control values to preview chart": [ - "Ajouter les valeurs de contrôle requises au graphique de prévisualisation" + "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 roulante appliquée n'a renvoyé aucune donnée. Veuillez vous assurer que la requête source respecte les périodes minimales définies dans la fenêtre glissante." ], - "Add required control values to save chart": [ - "Ajouter les valeurs de contrôle requises pour enregistrer le graphique" + "From date cannot be larger than to date": [ + "La date de début ne peut être supérieure à la date de fin" ], - "Add sheet": ["Ajouter une feuille"], - "Add tag to entities": [""], - "Add to dashboard": ["Ajouter au tableau de bord"], - "Add/Edit Filters": ["Ajouter/modifier les filtres"], - "Added": ["Ajouté"], - "Additional fields may be required": [ - "Des champs supplémentaires peuvent être requis" + "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" ], - "Additional information": ["Informations supplémentaires"], - "Additional parameters": ["Paramètres supplémentaires"], - "Additional text to add before or after the value, e.g. unit": [ - "Texte supplémentaire à ajouter avant ou après la valeur, p. ex. unité" + "Time Table View": ["Vue du tableau chronologique"], + "Pick at least one metric": ["Choisissez au moins une mesure"], + "When using 'Group By' you are limited to use a single metric": [ + "Quand vous utilisez « Grouper par » vous êtes limité à une seule mesure" ], - "Adjust how this database will interact with SQL Lab.": [ - "Ajuster la façon dont cette base de données interagira avec SQL Lab." + "Calendar Heatmap": ["Carte thermique du calendrier"], + "Bubble Chart": ["Graphique à bulles"], + "Please use 3 different metric labels": [ + "Utilisez 3 libellés de mesure différents" ], - "Adjust performance settings of this database.": [ - "Ajuster les paramètres de performance de cette base de données." + "Pick a metric for x, y and size": [ + "Choisissez une mesure pour x, y et la taille" ], - "Advanced": ["Avancé"], - "Advanced analytics": ["Analyses avancées"], - "Advanced-Analytics": ["Analyses avancées"], - "Aesthetic": ["Esthétique"], - "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ - "Fonction d'agrégation appliquée à la liste des points de chaque regroupement pour produire l'étiquette de regroupement." + "Bullet Chart": ["Graphique à puces"], + "Pick a metric to display": ["Choisissez une mesure à afficher"], + "Time Series - Line Chart": ["Séries temporelles – Graphique linéaire"], + "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." ], - "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" + "Time Series - Bar Chart": ["Séries temporelles – Diagramme à barres"], + "Time Series - Period Pivot": ["Séries temporelles – Période Pivot"], + "Time Series - Percent Change": [ + "Séries temporelles – Pourcentage de changement" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "Agrége les données dans les limites des cellules de la grille et fait correspondre les valeurs agrégées à une échelle de couleurs dynamique." + "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" ], - "Alert Triggered, In Grace Period": [ - "Alerte déclenchée, -période de grâce" + "Distribution - Bar Chart": ["Distibution – Diagramme en barres"], + "Can't have overlap between Series and Breakdowns": [ + "Il ne faut pas avoir d'élement en commun entre Série et Breakdowns" ], - "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." + "Pick at least one field for [Series]": [ + "Choisissez au moins un champ pour [Série]" ], - "Alert failed": ["L'alerte a échoué"], - "Alert fired during grace period.": [ - "Alerte déclenchée pendant la période de grâce." + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Choisissez exactement deux colonnes comme [Source / Cible]" ], - "Alert found an error while executing a query.": [ - "L'alerte a détecté une erreur lors de l'exécution d'une requête." + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Il y a une boucle dans votre Sankey, veuillez fournir un arbre. Voici un lien erroné : {}" ], - "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 d’alerte a retourné une valeur non numérique." + "Directed Force Layout": ["Disposition des forces dirigées"], + "Country Map": ["Carte de pays"], + "World Map": ["Carte du monde"], + "Parallel Coordinates": ["Coordonnées parallèles"], + "Heatmap": ["Carte thermique"], + "Horizon Charts": ["Graphiques horizontaux"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "Les colonnes [Longitude] et [Latitude] doivent êtres définies" ], - "Alert query returned more than one column.": [ - "La requête d’alerte a retourné plus d'une colonne." + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Il faut une colonne [Grouper par] pour avoir « count » comme [Étiquette]" ], - "Alert query returned more than one row.": [ - "La requête d’alerte a retourné plus d'une rangée." + "Choice of [Label] must be present in [Group By]": [ + "Le choix de [Étiquette] doit être présent dans [Grouper par]" ], - "Alert running": ["Alerte en cours"], - "Alert triggered, notification sent": [ - "Alerte déclenchée, notification envoyée" + "Choice of [Point Radius] must be present in [Group By]": [ + "Le choix de [Rayon du point] doit être présent dans [Grouper par]" ], - "Alert validator config error.": [ - "Erreur de configuration du validateur." + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]" ], - "Alerts": ["Alertes"], - "Alerts & Reports": ["Alertes et rapports"], - "Alerts & reports": ["Alertes et rapports"], - "Align +/-": ["Aligner +/-"], - "All": ["Tous"], - "All Text": ["Tout texte"], - "All charts": ["Tous les graphiques"], - "All charts/global scoping": [ - "Tous les graphiques/champ d'application mondial" + "Deck.gl - Multiple Layers": ["Deck.gl - Couches multiples"], + "Bad spatial key": ["Mauvaise clef spatiale"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Une entrée spatiale NULL invalide a été rencontrée, veuillez envisager de filtrer ces entrées." ], - "All filters": ["Tous les filtres"], - "All panels with this column will be affected by this filter": [ - "Tous les panneaux avec cette colonne seront affectés par ce filtre" + "Deck.gl - Scatter plot": ["Deck.gl - Diagramme de dispersion"], + "Deck.gl - Screen Grid": ["Deck.gl - Grille d'écran"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D Grid"], + "Deck.gl - Paths": ["Deck.gl - Path"], + "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": ["Flux d'événements"], + "Time Series - Paired t-test": [ + "Séries temporelles – Test de Student pour échantillons appariés" ], - "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" + "Time Series - Nightingale Rose Chart": [ + "Séries temporelles – Graphique Nightingale Rose" ], - "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" + "Partition Diagram": ["Diagramme de partition"], + "Deleted %(num)d annotation layer": [ + "%(num)d couche d’annotation supprimée", + "%(num)d couches d’annotation supprimées" ], - "Allow Csv Upload": ["Autoriser le téléversement CSV"], - "Allow DML": ["Autoriser DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "All Text": ["Tout texte"], + "Deleted %(num)d annotation": [ + "%(num)d annotation supprimée", + "%(num)d annotations supprimées" ], - "Allow columns to be rearranged": [ - "Autoriser la réorganisation des colonnes" + "Deleted %(num)d chart": [ + "%(num)d graphique supprimé", + "%(num)d graphiques supprimés" ], - "Allow creation of new tables based on queries": [ - "Autoriser la création de nouveaux tableaux basés sur des requêtes" + "Owned Created or Favored": ["Propriétaire créé ou privilégié"], + "Total (%(aggfunc)s)": ["Total (%(aggfunc)s)"], + "Subtotal": ["Sous-total"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "« confidence_interval » doit être entre 0 et 1 (exclusif)" ], - "Allow creation of new views based on queries": [ - "Autoriser la création de nouvelles vues basées sur des requêtes" + "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." ], - "Allow data manipulation language": [ - "Autoriser le langage de manipulation des données" + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "le centile supérieur doit être supérieur à 0 et inférieur à 100. Doit être supérieur au percentile inférieur." ], - "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.": [ - "Permettre à l’utilisateur·rice final·e de glisser-déposer les en-têtes de colonne pour les réorganiser. Notez que leurs changements ne persisteront pas la prochaine fois qu’ils ouvriront le tableau." + "`width` must be greater or equal to 0": [ + "« width » doit être plus grand ou égal à 0" ], - "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." + "`row_limit` must be greater than or equal to 0": [ + "« row_limit » doit être plus grand ou égal à 0" ], - "Allow sending multiple polygons as a filter event": [ - "Autoriser l’envoi de plusieurs polygones comme événement de filtre" + "`row_offset` must be greater than or equal to 0": [ + "« row_offset » doit être plus grand ou égal à 0" ], - "Allow this database to be explored": [ - "Autoriser cette base de données à être explorée" + "orderby column must be populated": [ + "la colonne orderby doit être remplie" ], - "Allow this database to be queried in SQL Lab": [ - "Autoriser cette base de données à être requêtées dans SQL Lab" + "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." ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Autoriser les utilisateurs à lancer des expression non-SELECT (UPDATE, DELETE, CREATE, etc.) dans SQL Lab" + "Request is incorrect: %(error)s": [ + "La requête est incorrecte : %(error)s" ], - "Allowed Domains (comma separated)": [ - "Domaines autorisés (séparés par des virgules)" + "Request is not JSON": ["La requête n'est pas JSON"], + "Owners are invalid": ["Les propriétaires ne sont pas valides"], + "Some roles do not exist": ["Des profils n'existent pas"], + "Datasource type is invalid": [ + "Le type de source de données n’est pas valide" ], - "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.": [ - "Également connue sous le nom de diagramme en boîte à moustaches, cette visualisation compare les distributions d'une mesure connexe au sein de plusieurs groupes. La boîte du milieu met l'accent sur la moyenne, la médiane et les deux quartiles intérieurs. Les moustaches autour de chaque boîte visualisent le minimum, le maximum, l'étendue et les deux quartiles extérieurs." + "Annotation layer parameters are invalid.": [ + "Les paramètres de la couche d'annotations sont invalides." ], - "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." + "Annotation layer could not be created.": [ + "La couche d'annotations n'a pas pu être créé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." + "Annotation layer could not be updated.": [ + "La couche d'annotations n'a pas pu être mise à jour." ], - "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 ensemble de données" + "Annotation layer not found.": ["Couche d'annotations non trouvée."], + "Annotation layer has associated annotations.": [ + "La couche d'annotations a des annotations associées." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Une erreur s'est produite en repliant le schéma du tableau. Veuillez contacter votre administrateur." + "Name must be unique": ["Le nom doit être unique"], + "End date must be after start date": [ + "La date de début ne peut être postérieure à Date de début" ], - "An error occurred while creating the data source": [ - "Une erreur s'est produite durant la création de la source de donnée" + "Short description must be unique for this layer": [ + "La description courte doit être unique pour cette couche" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Une erreur s'est produite en développant le schéma du tableau. Veuillez contacter votre administrateur." + "Annotation not found.": ["Annotation non trouvée."], + "Annotation parameters are invalid.": [ + "Les paramètres d'annotation sont invalides." ], - "An error occurred while fetching available CSS templates": [ - "Une erreur s'est produite lors de l'extraction des modèles de CSS disponibles" + "Annotation could not be created.": [ + "L'annotation n'a pas pu être créée." ], - "An error occurred while fetching chart owners values: %s": [ - "Une erreur s'est produite lors de l'extraction des valeurs des propriétaires de graphiques : %s" + "Annotation could not be updated.": [ + "L'annotation n'a pas pu être mise à jour." ], - "An error occurred while fetching dashboard owner values: %s": [ - "Une erreur s'est produite lors de l'extraction des valeurs du propriétaire du tableau de bord : %s" + "Annotations could not be deleted.": [ + "Les annotations n'ont pas pu être supprimées." ], - "An error occurred while fetching dashboards: %s": [ - "Une erreur s'est produite durant la récupération des informations : %s" + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "La chaîne temporelle est ambigue. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "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" + "Cannot parse time string [%(human_readable)s]": [ + "Impossible d'analyser la chaîne de temps [%(human_readable)s]" ], - "An error occurred while fetching database values: %s": [ - "Une erreur s'est produite lors de la récupération des valeurs de la base données : %s" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Le delta temporel est ambigu. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "An error occurred while fetching dataset datasource values: %s": [ - "Une erreur s'est produite lors de la récupération de l’ensemble de données relatives à la source de données : %s" + "Database does not exist": ["La base de données n'existe pas"], + "Dashboards do not exist": ["Le tableau de bord n'existe 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é" ], - "An error occurred while fetching dataset owner values: %s": [ - "Une erreur s'est produite lors de la récupération des valeurs de l’ensemble de données : %s" + "Chart parameters are invalid.": [ + "Les paramètres du graphique sont invalides." ], - "An error occurred while fetching dataset related data": [ - "Une erreur s'est produite lors de l'extraction des données relatives à l'ensemble de données" + "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." ], - "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 ensemble de données : %s" + "Charts could not be deleted.": [ + "Les graphiques n'ont pas pu être supprimés." ], - "An error occurred while fetching datasets: %s": [ - "Une erreur s'est produite lors de l'extraction des ensembles de données. : %s" + "There are associated alerts or reports": [ + "Il y a des alertes ou des rapports associés" ], - "An error occurred while fetching function names.": [ - "Une erreur s'est produite lors de la recherche des noms de fonctions." + "Changing this chart is forbidden": [ + "Modifier ce graphique est interdit" ], - "An error occurred while fetching schema values: %s": [ - "Une erreur s'est produite lors de l'extraction des valeurs du schéma : %s" + "Import chart failed for an unknown reason": [ + "L'import du graphique a échoué pour une raison inconnue" ], - "An error occurred while fetching tab state": [ - "Une erreur s'est produite lors de l'extraction de l'état de l'onglet" + "Error: %(error)s": ["Erreur : %(error)s"], + "CSS template not found.": ["Modèle CSS non trouvé."], + "Must be unique": ["Doit être unique"], + "Dashboard parameters are invalid.": [ + "Les paramètres du tableau de bord sont invalides." ], - "An error occurred while fetching table metadata": [ - "Une erreur s'est produite lors de l'extraction des métadonnées du tableau" + "Dashboard could not be updated.": [ + "Le tableau de bord n'a pas pu être mis à jour." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Une erreur s'est produite lors de l'extraction des métadonnées du tableau. Veuillez contacter votre administrateur." + "Dashboard could not be deleted.": [ + "Le tableau de bord n'a pas pu être supprimé." ], - "An error occurred while fetching user values: %s": [ - "Une erreur s'est produite lors de l'extraction des valeurs de l’utilisateur·rice : %s" + "Changing this Dashboard is forbidden": [ + "Modifier ce tableau de bord est interdit" ], - "An error occurred while loading the SQL": [ - "Une erreur s'est produite durant le chargement de SQL" + "Import dashboard failed for an unknown reason": [ + "L'import du tableau de bord a échoué pour une raison inconnue" ], - "An error occurred while pruning logs ": [ - "Une erreur s'est produite lors de la suppression des journaux " + "You don't have access to this dashboard.": [ + "Vous n'avez pas accès à ce tableau de bord." ], - "An error occurred while removing query. Please contact your administrator.": [ - "Une erreur s'est produite lors de la suppression de la requête. Veuillez contacter votre administrateur." + "No data in file": ["Pas de données dans le fichier"], + "Database parameters are invalid.": [ + "Les paramètres de base de données sont invalides." ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Une erreur s'est produite lors de la suppression de l’onglet. Veuillez contacter votre administrateur." + "A database with the same name already exists.": [ + "Une base de données avec le même nom existe déjà." ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Une erreur s'est produite lors de la suppression du tableau. Veuillez contacter votre administrateur." + "Field is required": ["Le champ est requis"], + "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." ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Une erreur s'est produite lors de la définition de l'onglet actif. Veuillez contacter votre administrateur." + "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." ], - "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 lors de l'enregistrement de votre requête dans le programme dorsal. Pour éviter de perdre vos modifications, veuillez enregistrer votre requête en utilisant le bouton « Enregistrer la requête »." + "Database could not be updated.": [ + "La base de données n'a pas pu être mise à jour." ], - "Anchor to": ["Ancrer à"], - "Angle at which to end progress axis": [ - "Angle de fin de l'axe de progression" + "Connection failed, please check your connection settings": [ + "La connexion a échoué, veuillez vérifier vos paramètres de connexion" ], - "Angle at which to start progress axis": [ - "Angle de début de l'axe de progression" + "Cannot delete a database that has datasets attached": [ + "Impossible de supprimer une base de données à laquelle sont attachés des ensembles de données" ], - "Annotation": ["Annotation"], - "Annotation Layers": ["Couche d'annotations"], - "Annotation Slice Configuration": [ - "Configuration des tranches d'annotation" + "Database could not be deleted.": [ + "La base de données n'a pas pu être supprimée." ], - "Annotation could not be created.": [ - "L'annotation n'a pas pu être créée." + "Stopped an unsafe database connection": [ + "Une connexion non sécurisée avec la base de données a été arrêtée" ], - "Annotation could not be updated.": [ - "L'annotation n'a pas pu être mise à jour." + "Could not load database driver": [ + "Impossible de charger le pilote de la base de données" ], - "Annotation layer": ["Couche d'annotations "], - "Annotation layer could not be created.": [ - "La couche d'annotations n'a pas pu être créée." + "Unexpected error occurred, please check your logs for details": [ + "Une erreur inattendue s'est produite, veuillez consulter vos journaux pour plus de détails." ], - "Annotation layer could not be updated.": [ - "La couche d'annotations n'a pas pu être mise à jour." + "No validator found (configured for the engine)": [ + "Aucun validateur trouvé (configuré pour le moteur)" ], - "Annotation layer description columns": [ - "Colonnes de description de la couche d'annotation" + "Import database failed for an unknown reason": [ + "L'import de la base de données a échoué pour une raison inconnue" ], - "Annotation layer has associated annotations.": [ - "La couche d'annotations a des annotations associées." + "Could not load database driver: {}": [ + "Impossible de charger le pilote de la base de données : {}" ], - "Annotation layer interval end": [ - "Fin de l'intervalle de la couche d'annotations" + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Le moteur « %(engine)s » ne peut pas être configuré via des paramètres." ], - "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." + "Database is offline.": ["La base de données est hors-ligne."], + "%(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.Merci de vérifier à nouveau votre requête.Exception: %(ex)s" ], - "Annotation layer stroke": ["Trait de la couche d'annotations"], - "Annotation layer time column": [ - "Colonne temporelle de la couche d'annotations" + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunneling is not enabled": [ + "La tunnellisation SSH n'est pas activée" ], - "Annotation layer title column": [ - "Colonne de titre de la couche d'annotations" + "Must provide credentials for the SSH Tunnel": [ + "Doit fournir les identifiants pour le tunnel SSH" ], - "Annotation layer type": ["Type de couche d'annotations"], - "Annotation layer value": ["Valeur de la couche d'annotations"], - "Annotation layers": ["Couche d'annotations"], - "Annotation layers are still loading.": [ - "Les couches d'annotations sont toujours en cours de chargement." + "Cannot have multiple credentials for the SSH Tunnel": [ + "Impossible d'avoir plusieurs identifiants pour le tunnel SSH" ], - "Annotation not found.": ["Annotation non trouvée."], - "Annotation parameters are invalid.": [ - "Les paramètres d'annotation sont invalides." + "The database was not found.": ["Base de données introuvable."], + "Dataset %(name)s already exists": [ + "L’ensemble de données %(name)s existe déjà" ], - "Annotation source type": ["Type de source de l'annotation"], - "Annotations and layers": ["Annotations et calques"], - "Annotations could not be deleted.": [ - "Les annotations n'ont pas pu être supprimées." + "Database not allowed to change": [ + "La base de données n'est pas autorisée à changer" ], - "Any": ["Tout"], - "Any additional detail to show in the certification tooltip.": [ - "Tout détail supplémentaire à afficher dans l’infobulle de certification." + "One or more columns do not exist": [ + "Une ou plusieurs colonnes n'existent pas" ], - "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" + "One or more columns are duplicated": [ + "Une ou plusieurs colonnes sont en double" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "Toutes les bases de données qui permettent des connexions par le biais des URI SQL Alchemy peuvent être ajoutées. " + "One or more columns already exist": [ + "Une ou plusieurs colonnes existent déjà" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "Toutes les bases de données qui permettent des connexions par le biais des URI SQL Alchemy peuvent être ajoutées. Découvrez comment connecter un pilote de base de données " + "One or more metrics do not exist": [ + "Une ou plusieurs mesures n'existent pas" ], - "Append": ["Ajouter"], - "Applied filters (%d)": ["Filtres appliqués (%d)"], - "Applied filters: %s": ["Filtres appliqué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.": [ - "La fenêtre roulante appliquée n'a renvoyé aucune donnée. Veuillez vous assurer que la requête source respecte les périodes minimales définies dans la fenêtre glissante." + "One or more metrics are duplicated": [ + "Une ou plusieurs mesures sont dupliquées" ], - "Apply": ["Appliquer"], - "Apply conditional color formatting to metrics": [ - "Appliquer une mise en forme conditionnelle des couleurs aux mesures" + "One or more metrics already exist": [ + "Une ou plusieurs mesures existent déjà" ], - "Apply conditional color formatting to numeric columns": [ - "Appliquer un formatage conditionnel des couleurs aux colonnes numériques" + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "La tableau [%(table_name)s] n'a pu être trouvé, vérifiez à nouveau votre connexion à votre base de données, le schéma et le nom du tableau" ], - "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": ["Voulez-vous vraiment supprimer"], - "Are you sure you want to delete the selected %s?": [ - "Voulez-vous vraiment supprimer les %s sélectionnés?" + "Dataset does not exist": ["L’ensemble de données n'existe pas"], + "Dataset parameters are invalid.": [ + "Les paramètres de l'ensemble de données ne sont pas valides." ], - "Are you sure you want to delete the selected annotations?": [ - "Voulez-vous vraiment supprimer les annotations sélectionnées?" + "Dataset could not be created.": [ + "L’ensemble de données n'a pas pu être créé." ], - "Are you sure you want to delete the selected charts?": [ - "Voulez-vous vraiment supprimer les graphiques sélectionnés?" + "Dataset could not be updated.": [ + "L’ensemble de données n'a pas pu être mis à jour." ], - "Are you sure you want to delete the selected dashboards?": [ - "Voulez-vous vraiment supprimer les tableaux de bord sélectionnés?" + "Changing this dataset is forbidden": [ + "Modifier cet ensemble de données est interdit" ], - "Are you sure you want to delete the selected datasets?": [ - "Voulez-vous vraiment supprimer les ensembles de données sélectionnés?" + "Import dataset failed for an unknown reason": [ + "L'import de l’ensemble de données a échoué pour une raison inconnue" ], - "Are you sure you want to delete the selected layers?": [ - "Voulez-vous vraiment supprimer les couches sélectionnées?" + "Data URI is not allowed.": ["L’URI des données n’est pas autorisé."], + "Dataset column not found.": [ + "Colonne de l’ensemble de données introuvable." ], - "Are you sure you want to delete the selected queries?": [ - "Voulez-vous vraiment supprimer les requêtes sélectionnées?" + "Dataset column delete failed.": [ + "La suppression de l’ensemble de données a échoué." ], - "Are you sure you want to delete the selected templates?": [ - "Voulez-vous vraiment supprimer les modèles sélectionnés?" + "Changing this dataset is forbidden.": [ + "Modifier cet ensemble de données est interdit." ], - "Are you sure you want to proceed?": ["Voulez-vous vraiment continuer?"], - "Are you sure you want to save and apply changes?": [ - "Voulez-vous vraiment sauvegarder et appliquer les changements?" + "Dataset metric not found.": [ + "Mesure de l'ensemble de données non trouvée." ], - "Area chart opacity": ["Opacité du graphique en aires"], - "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.": [ - "Les graphiques en aires sont semblables aux diagrammes linéaires, car ils représentent des variables avec la même échelle, mais les graphiques en aires empilent les mesures les unes sur les autres." + "Dataset metric delete failed.": [ + "La suppression de l’ensemble de données a échoué." ], - "Associated Charts": ["Graphiques associés"], - "Async Execution": ["Exécution asynchrone"], - "Asynchronous query execution": ["Exécution de requête asynchrone"], - "August": ["Aout"], - "Auto Zoom": ["Zoom automatique"], - "Autocomplete": ["Complétion automatique"], - "Autocomplete filters": ["Remplir automatiquement les filtres"], - "Autocomplete query predicate": [ - "Prédicat d'autocomplétion de la requête" + "Form data not found in cache, reverting to chart metadata.": [ + "Les données du formulaire n'ont pas été trouvées dans le cache, les métadonnées du graphique ont été rétablies." ], - "Automatic Color": ["Couleur automatique"], - "Available sorting modes:": ["Modes de tri disponibles :"], - "BOOLEAN": ["BOOLÉEN"], - "Back": ["Retour"], - "Back to all": ["Retour à tout"], - "Backend": ["Programme dorsal"], - "Bad spatial key": ["Mauvaise clef spatiale"], - "Bar Chart (legacy)": ["Graphique en barres (hérité)"], - "Bar Charts are used to show metrics as a series of bars.": [ - "Les graphiques à barres sont utilisés pour afficher les mesures sous forme de série de barres." + "Form data not found in cache, reverting to dataset metadata.": [ + "Les données du formulaire n'ont pas été trouvées dans l’ensemble de données, les métadonnées du graphique ont été rétablies." ], - "Base layer map style. See Mapbox documentation: %s": [""], - "Based on a metric": ["Basé sur une mesure"], - "Based on granularity, number of time periods to compare against": [ - "Selon la granularité, nombre de périodes à comparer à" + "[Missing Dataset]": ["[Ensemble de données manquant]"], + "Saved queries could not be deleted.": [ + "Les requêtes enregistrées ne peuvent pas être supprimées." ], - "Based on what should series be ordered on the chart and legend": [ - "En fonction de ce qui devrait être commandé sur le graphique et la légende" + "Saved query not found.": ["Requête enregistrée introuvable."], + "Import saved query failed for an unknown reason.": [ + "L'import de la requête sauvegardée a échoué pour une raison inconnue." ], - "Basic": ["Base"], - "Basic information": ["Information de base"], - "Batch editing %d filters:": ["Édition par lots de %d filtres :"], - "Battery level over time": ["Niveau de la batterie au fil du temps"], - "Be careful.": ["Faites attention."], - "Before": ["Avant"], - "Big Number": ["Grand nombre"], - "Big Number Font Size": ["Taille de police des grands nombres"], - "Big Number with Time Period Comparison": [""], - "Big Number with Trendline": ["Gros nombre avec tendance"], - "Bottom Margin": ["Marge inférieure"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Marge inférieure, en pixels, offrant plus d’espace pour les étiquettes d’axe" + "Saved query parameters are invalid.": [ + "Les paramètres des requêtes enregistrée sont invalides." ], - "Bottom to Top": ["De bas en haut"], - "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ - "" + "Invalid tab ids: %s(tab_ids)": [ + "Identifiants d’onglet non valides : %s(tab_ids)" ], - "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 de l'axe des ordonnées. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." + "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" ], - "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.": [ - "Limites de l'axe. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." + "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" ], - "Bounds for the primary 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 de l'axe des ordonnées principal. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." + "Please save your chart first, then try creating a new email report.": [ + "Veuillez d'abord enregistrer votre graphique, puis essayez de créer un nouveau rapport par courriel." ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "Limites de l'axe secondaire des ordonnées. Ne fonctionne que si les limites de l'axe Y indépendant sont activées. Si cette option n'est pas activée, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." + "Please save your dashboard first, then try creating a new email report.": [ + "Veuillez d'abord sauvegarder votre tableau de bord, puis essayez de créer un nouveau rapport par courriel." ], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "Report Schedule parameters are invalid.": [ + "Les paramètres des planification de rapport sont invalides." ], - "Bubble Chart": ["Graphique à bulles"], - "Bubble size": ["Taille de la bulle"], - "Bucket break points": ["Points de rupture du seau"], - "Bulk select": ["Sélectionner plusieurs"], - "Bulk tag": [""], - "Bullet Chart": ["Graphique à puces"], - "Business": ["Entreprise"], - "Business Data Type": ["Type de données commerciales"], - "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 maximum 1000 choix lors du chargement initial de la page. Cochez cette case si vous avez plus de 1000 valeurs de filtre et que vous souhaitez activer la recherche dynamique qui charge les valeurs de filtre au fur et à mesure que les utilisateur·rice·s les saisissent (ce qui risque d'alourdir votre base de données)." + "Report Schedule could not be created.": [ + "La planification de rapport n'a pas pu être créée." ], - "By key: use column names as sorting key": [ - "Par clé : utilisez les noms de colonne comme clé de tri" + "Report Schedule could not be updated.": [ + "La planification de rapport n'a pas pu être mise à jour." ], - "By key: use row names as sorting key": [ - "Par clé : utilisez les noms de rangée comme clé de tri" + "Report Schedule not found.": ["Planification de rapport introuvable."], + "Report Schedule delete failed.": [ + "La planification de rapport n'a pas être supprimée." ], - "By value: use metric values as sorting key": [ - "Par valeur : utilisez les valeurs mesures comme clé de tri" + "Report Schedule log prune failed.": [ + "Échec de l’élagage du journal du planification de rapport." ], - "CANCEL": ["CANCEL"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "CREATE VIEW statement": ["CREATE VIEW statement"], - "CRON expression": ["Expression CRON"], - "CSS": ["CSS"], - "CSS Styles": ["Styles CSS"], - "CSS Templates": ["Modèles CSS"], - "CSS applied to the chart": ["CSS appliqué au graphique"], - "CSS template": ["Modèles CSS"], - "CSS template not found.": ["Modèle CSS non trouvé."], - "CSS templates": ["Modèles CSS"], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Fichier CSV « %(csv_filename)s » chargé dans le tableau « %(table_name)s » de la base de données « %(db_name)s »" + "Report Schedule execution failed when generating a screenshot.": [ + "L'exécution de la planification de rapport a échoué à la génération d'une capture d’écran." ], - "CSV to Database configuration": [ - "Configuration de CSV vers base de données" + "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." ], - "CSV upload": ["Téléversement d’un CSV"], - "CTAS & CVAS SCHEMA": ["SCHÉMA CTAS ET 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.": [ - "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." + "Report Schedule execution failed when generating a dataframe.": [ + "L'exécution de la planification de rapport a échoué à la génération d'un cadre 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.": [ - "CVAS (create view as select) ne peut être exécuté qu'avec une requête comportant une seule instruction SELECT. Assurez-vous que votre requête ne comporte qu'une seule instruction SELECT. Essayez ensuite d'exécuter à nouveau votre requête." + "Report Schedule execution got an unexpected error.": [ + "L'exécution de la planification de rapport a rencontré une erreur inattendue." ], - "CVAS (create view as select) query has more than one statement.": [ - "La requête CVAS (create view as select) comporte plus d'une instruction." + "Report Schedule is still working, refusing to re-compute.": [ + "La planification de rapport est toujours en cours d'exécution, recalcul refusé." ], - "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." + "Report Schedule reached a working timeout.": [ + "La planification de rapport a dépassé le délai d'exécution." ], - "Cache Timeout": ["Délai d'inactivité et reprise du cache"], - "Cache Timeout (seconds)": [ - "Délai d'inactivité et reprise du cache (secondes)" + "Resource already has an attached report.": [ + "La ressource a déjà un rapport joint." ], - "Cache timeout": ["Délai d'inactivité et reprise du cache"], - "Cached %s": ["%s mis en cache"], - "Cached value not found": ["Valeur en cache non trouvée"], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "La colonne calculée [%s] nécessite une expression" + "Alert query returned more than one row.": [ + "La requête d’alerte a retourné plus d'une rangée." ], - "Calculated columns": ["Colonnes calculées"], - "Calculation type": ["Choisir un type de calcul"], - "Calendar Heatmap": ["Carte thermique du calendrier"], - "Can not move top level tab into nested tabs": [ - "Impossible de déplacer l'onglet de premier niveau dans les onglets imbriqués" + "Alert validator config error.": [ + "Erreur de configuration du validateur." ], - "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" + "Alert query returned more than one column.": [ + "La requête d’alerte a retourné plus d'une colonne." ], - "Cancel": ["Annuler"], - "Cancel query on window unload event": [ - "Annuler la requête lors de l'événement de déchargement de la fenêtre" + "Alert query returned a non-number value.": [ + "La requête d’alerte a retourné une valeur non numérique." ], - "Cannot access the query": ["Impossible d'accéder à la requête"], - "Cannot delete a database that has datasets attached": [ - "Impossible de supprimer une base de données à laquelle sont attachés des ensembles de données" + "Alert found an error while executing a query.": [ + "L'alerte a détecté une erreur lors de l'exécution d'une requête." ], - "Cannot have multiple credentials for the SSH Tunnel": [ - "Impossible d'avoir plusieurs identifiants pour le tunnel SSH" + "A timeout occurred while executing the query.": [ + "Un dépassement de délai s'est produit lors de l'exécution de la requête." ], - "Cannot load filter": ["Impossible de charger le filtre"], - "Cannot parse time string [%(human_readable)s]": [ - "Impossible d'analyser la chaîne de temps [%(human_readable)s]" + "A timeout occurred while taking a screenshot.": [ + "Dépassement de délai lors d'une capture d'écran." ], - "Categories to group by on the x-axis.": [ - "Catégories à regrouper sur l'axe des x." + "A timeout occurred while generating a csv.": [ + "Dépassement de délai lors de la génération d'un CSV." ], - "Category": ["Catégorie"], - "Category of target nodes": ["Catégorie de nœuds cibles"], - "Category, Value and Percentage": ["Catégorie, valeur et pourcentage"], - "Cell Padding": ["Rembourrage des cellules"], - "Cell Radius": ["Rayon de la cellule"], - "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.": ["Modifier l’ordre des colonnes."], - "Change order of rows.": ["Modifier l’ordre des rangées."], - "Changed By": ["Modifié par"], - "Changes saved.": ["Modifications enregistrées."], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "La modification de l'ensemble de données peut briser le graphique si celui-ci repose sur des colonnes ou des métadonnées qui n'existent pas dans l'ensemble de données cible." + "A timeout occurred while generating a dataframe.": [ + "Dépassement de délai lors de la génération d'une trame de données." ], - "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 cet ensemble de données, y compris les graphiques qui appartiennent à d'autres personnes." + "Alert fired during grace period.": [ + "Alerte déclenchée pendant la période de grâce." ], - "Changing this Dashboard is forbidden": [ - "Modifier ce tableau de bord est interdit" - ], - "Changing this chart is forbidden": [ - "Modifier ce graphique est interdit" - ], - "Changing this control takes effect instantly": [ - "Modifier ce contrôle prend effet instantanément" + "Alert ended grace period.": [ + "L'alerte a mis fin à la période de grâce." ], - "Changing this dataset is forbidden": [ - "Modifier cet ensemble de données est interdit" + "Alert on grace period": ["Alerte sur la période de grace"], + "Report Schedule state not found": [ + "État de la planification de rapport introuvable" ], - "Changing this dataset is forbidden.": [ - "Modifier cet ensemble de données est interdit." + "Report schedule unexpected error": [ + "Erreur inattendue de la planification de rapport" ], "Changing this report is forbidden": ["Modifier ce rapport est interdit"], - "Character to interpret as decimal point.": [ - "Caractère à interpréter comme un point décimal" - ], - "Chart": ["Graphique"], - "Chart %(id)s not found": ["Graphique %(id)s non trouvé"], - "Chart Cache Timeout": ["Délai de mise en cache des graphiques"], - "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 [{}]": [ - "Le graphique [{}] ajouté au tableau de bord [{}]" - ], - "Chart cache timeout": ["Délai de mise en cache des graphiques"], - "Chart changes": ["Changements de graphique"], - "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." - ], - "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." - ], - "Chart name": ["Nom du graphique"], - "Chart parameters are invalid.": [ - "Les paramètres du graphique sont invalides." - ], - "Chart type requires a dataset": [ - "Le type de graphique nécessite un ensemble de données" - ], - "Charts": ["Graphiques :"], - "Charts could not be deleted.": [ - "Les graphiques n'ont pas pu être supprimés." + "An error occurred while pruning logs ": [ + "Une erreur s'est produite lors de la suppression des journaux " ], - "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": [ - "Vérifiez si le diagramme en rose doit utiliser la surface du segment au lieu du rayon du segment pour le calcul des proportions." + "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. Veuillez contacter un administrateur pour obtenir davantage d'aide ou essayez à nouveau." ], - "Check out this chart in dashboard:": [ - "Vérifiez ce graphique dans le tableau de bord :" + "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 pas pu être trouvée. Vous devez réexécuter la requête originale." ], - "Check out this chart: ": ["Vérifiez ce graphique :"], - "Check out this dashboard: ": ["Vérifiez ce tableau de bord :"], - "Check to force date partitions to have the same height": [ - "Cochez cette case pour forcer les partitions de date à avoir la même hauteur" + "Cannot access the query": ["Impossible d'accéder à la requête"], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Les données n'ont pas pu être extraites du programme dorsal des résultats. Vous devez réexécuter la requête initiale." ], - "Child label position": ["Position de l’étiquette enfant"], - "Choice of [Label] must be present in [Group By]": [ - "Le choix de [Étiquette] doit être présent dans [Grouper par]" + "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.": [ + "Les données n'ont pas pu être désérialisées à partir du programme dorsal des résultats. Le format de stockage peut avoir changé, rendant les anciennes données inutilisables. Vous devez réexécuter la requête initiale." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Le choix de [Rayon du point] doit être présent dans [Grouper par]" + "Invalid result type: %(result_type)s": [ + "Type de résultat invalide : %(result_type)s" ], - "Choose File": ["Choisissez un fichier"], - "Choose a chart or dashboard not both": [ - "Choisissez un graphique ou un tableau de bord, pas les deux" + "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.": [ + "Étiquettes de colonnes/mesures en double : %(labels)s. Veillez à ce que toutes les colonnes et tous les indicateurs aient un libellé unique." ], - "Choose a dataset": ["Choisissez un ensemble de donnée"], - "Choose a metric for right axis": [ - "Choisissez une mesure pour l'axe de droite" + "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. " ], - "Choose chart type": ["Choisissez un type de graphique"], - "Choose one of the available databases from the panel on the left.": [ - "Choisissez l’une des bases de données disponibles dans le panneau de gauche." + "`operation` property of post processing object undefined": [ + "La propriété « operation » de l'objet de post-traitement est indéfinie" ], - "Choose the annotation layer type": [ - "Choisissez le type de couche d'annotation" + "Unsupported post processing operation: %(operation)s": [ + "Opération de post-traitement non supportée : %(operation)s" ], - "Choose the source of your annotations": [ - "Choisissez la source de vos annotations" + "[desc]": ["[décroissant]"], + "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" ], - "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ - "Choisissez si un pays doit être ombré par la mesure ou si une couleur doit lui être attribuée sur la base d'une palette de couleurs catégorielles." + "Virtual dataset query must be read-only": [ + "L'interrogation de l'ensemble de données virtuel doit être en lecture seule." ], - "Chord Diagram": ["Diagramme d'accord"], - "Chosen non-numeric column": ["Colonne non numérique choisie"], - "Circle -> Arrow": ["Cercle -> Flèche"], - "Circle -> Circle": ["Cercle -> Cercle"], - "Circle radar shape": ["Forme radar circulaire"], - "Circular": ["Circulaire"], - "Classic chart that visualizes how metrics change over time.": [ - "Graphique classique qui visualise comment les mesures changent au fil du temps." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Erreur dans l'expression jinja des filtres RLS : %(msg)s" ], - "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.": [ - "Vue classique d'un ensemble de données, rangée par colonne, à la manière d'une feuille de calcul. Utilisez les tableaux pour présenter une vue des données sous-jacentes ou pour montrer des mesures agrégées." + "Metric '%(metric)s' does not exist": [ + "La mesure « %(metric)s » n'existe pas" ], - "Clause": ["Clause"], - "Clear": ["Effacer "], - "Clear all": ["Effacer tout"], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ - "Cliquez sur le bouton « +Ajouter/modifier des filtres » pour créer de nouveaux filtres de tableau de bord." + "Db engine did not return all queried columns": [ + "Le moteur de base de données n'a pas retourné toutes les colonnes demandées." ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ - "Cliquez sur le bouton « Créer un graphique » dans le panneau de commande à gauche pour prévisualiser une visualisation ou" + "Virtual dataset query cannot be empty": [ + "L’ensemble de données virtuel ne peut pas être vide" ], - "Click the lock to make changes.": [ - "Cliquez sur le cadenas pour effectuer des modifications." + "Only `SELECT` statements are allowed": [ + "Seules les instructions « SELECT » sont autorisées" ], - "Click the lock to prevent further changes.": [ - "Cliquez sur le cadenas pour empêcher toute modification ultérieure." + "Only single queries supported": [ + "Seules les requêtes uniques sont prises en charge" ], - "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." + "Columns": ["Colonnes"], + "Show Column": ["Afficher la colonne"], + "Add Column": ["Ajouter une colonne"], + "Edit Column": ["Modifier une colonne"], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "Pour que cette colonne soit disponible en tant qu'option [Granularité temporelle], la colonne doit être de type DATETIME ou semblable à DATETIME." ], - "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." + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Si cette colonne est exposée dans la section « Filtres » de la vue d'exploration." ], - "Click to add a contour": [""], - "Click to cancel sorting": ["Cliquez pour annuler le tri"], - "Click to edit": ["Cliquer pour modifier"], - "Click to edit label": ["Cliquer pour éditer le l’étiquette"], - "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": ["Agrégateur d'étiquettes en grappe"], - "Clustering Radius": ["Rayon de regroupement"], - "Code": ["Code"], - "Collapse all": ["Tout réduire"], - "Color": ["Couleur"], - "Color +/-": ["Couleur +/-"], - "Color bounds": ["Limites de couleur"], - "Color metric": ["Mesure de couleur"], - "Color scheme": ["Schéma de couleurs"], - "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ - "La couleur sera ombrée en fonction de la valeur normalisée (0 % à 100 %) d'une cellule donnée par rapport aux autres cellules de la plage sélectionnée : " + "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." ], - "Colors": ["Couleurs"], "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." + "Verbose Name": ["Nom Verbose"], + "Description": ["Description :"], + "Groupable": ["Groupable"], + "Filterable": ["Filtrable"], + "Table": ["Tableau"], + "Expression": ["Expression"], + "Is temporal": ["est temporel"], + "Datetime Format": ["Format d’horodatage"], + "Type": ["Type"], + "Business Data Type": ["Type de données commerciales"], + "Invalid date/timestamp format": ["Format d’horodatage invalide"], + "Metrics": ["Mesures"], + "Show Metric": ["Afficher la mesure"], + "Add Metric": ["Ajouter une mesure"], + "Edit Metric": ["Modifier la mesure"], + "Metric": ["Mesure"], + "SQL Expression": ["Expression SQL"], + "D3 Format": ["Format D3"], + "Extra": ["Extra"], + "Warning Message": ["Message d'avertissement"], + "Tables": ["Tableaux"], + "Show Table": ["Afficher les tableaux"], + "Import a table definition": ["Importer la définition d'un tableau"], + "Edit Table": ["Modifier le tableau"], + "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 à ce tableau. En modifiant cette source de données, vous pouvez changer le comportement des graphiques associés. Notez également que les graphiques doivent pointer vers une source de données, de sorte que ce formulaire échouera lors de l'enregistrement si vous supprimez des graphiques d'une source de données. Si vous souhaitez modifier la source de données d'un graphique, écrasez le graphique de la « vue d'exploration »" ], - "Column Label(s)": ["Étiquette(s) de colonne"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "Colonne contenant les codes ISO 3166-2 de la région/province/service dans votre tableau." + "Timezone offset (in hours) for this datasource": [ + "Décalage de fuseau horaire (en heures) pour cette source de données" ], - "Column containing latitude data": [ - "Colonne contenant des données de latitude" + "Name of the table that exists in the source database": [ + "Nom du tableau qui existe dans la base de données source" ], - "Column containing longitude data": [ - "Colonne contenant des données de longitude" + "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" ], - "Column header tooltip": ["Infobulle de l'en-tête de colonne"], - "Column is required": ["Colonne requise"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "Libellé de la colonne pour la ou les colonnes d'index. Si aucun n'est donné et que Dataframe Index est True, les noms d'index sont utilisés." + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Ce champ agit comme une vue Superset, ce qui signifie que Superset exécutera une requête sur cette chaîne en tant que sous-requête." ], - "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" + "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é lors de l'extraction d'une valeur distincte pour remplir le composant de contrôle du filtre. Supporte la syntaxe des modèles jinja. Ne s'applique que lorsque l'option « Activer la sélection du filtre » est activée." ], - "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 pour les étiquettes de rangée de l'image de données. Laissez vide s'il n'y a pas de colonne d'index." + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redirige vers ce point de terminaison lorsque l'on clique sur le tableau dans la liste des tableaux." ], - "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 le tableau « %(table_name)s » de la base de données « %(db_name)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": [ + "Remplir ou non la liste déroulante du filtre dans la section filtre de la vue d'exploration avec une liste de valeurs distinctes récupérées à la volée dans le backend." ], - "Columnar to Database configuration": [ - "Configuration en colonne vers la base de données" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Si le tableau a été générée par le flux « Visualiser » dans SQL Lab" ], - "Columns": ["Colonnes"], - "Columns missing in datasource: %(invalid_columns)s": [ - "Colonnes absentes de la source de données : %(invalid_columns)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 modèle Jinja" ], - "Columns subtotal position": ["Position du sous-total des colonnes"], - "Columns to calculate distribution across.": [ - "Colonnes pour calculer la distribution." + "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 délai de mise en cache de ce tableau. Un délai de 0 indique que le cache n'expire jamais. Notez que cette valeur correspond par défaut au délai d'attente de la base de données s'il n'est pas défini." ], - "Columns to group by": ["Colonnes à regrouper par"], - "Columns to group by on the columns": [ - "Colonnes à regrouper sur les colonnes" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "Columns to group by on the rows": [ - "Colonnes à regrouper sur les rangées" + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "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.": [ - "Choix de couleurs séparés par des virgules pour les intervalles, par exemple 1,2,4. Les nombres entiers désignent les couleurs de la palette de couleurs choisie et sont indexés par 1. La longueur doit correspondre à celle des limites de l'intervalle." + "Associated Charts": ["Graphiques associés"], + "Changed By": ["Modifié par"], + "Database": ["Base de données"], + "Last Changed": ["Dernière modification"], + "Enable Filter Select": ["Activer le filtre de sélection"], + "Schema": ["Schéma"], + "Default Endpoint": ["Point final par défaut"], + "Offset": ["Décalage"], + "Cache Timeout": ["Délai d'inactivité et reprise du cache"], + "Table Name": ["Nom du tableau"], + "Fetch Values Predicate": ["Prédicat de recherche de valeurs"], + "Owners": ["Propriétaires"], + "Main Datetime Column": ["Colonne principale d’horodatage"], + "SQL Lab View": ["Vue SQL Lab"], + "Template parameters": ["Paramètres du modèle"], + "Modified": ["Modifié"], + "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.": [ + "Le tableau a été créé. Dans le cadre de cette configuration en deux étapes, vous devez maintenant cliquer sur le bouton d'édition du nouveau tableau pour la configurer." ], - "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.": [ - "Limites des intervalles séparées par des virgules, par exemple 2,4,5 pour les intervalles 0-2, 2-4 et 4-5. Le dernier chiffre doit correspondre à la valeur fournie pour MAX." + "Deleted %(num)d css template": [ + "Modèle %(num)d css supprimé", + "Modèles %(num)d css supprimés" ], - "Comparator option": ["Option comparateur"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Comparez rapidement plusieurs graphiques de séries temporelles (sous forme de lignes d'étincelles) et des mesures connexes." + "Dataset schema is invalid, caused by: %(error)s": [ + "Le schéma de l'ensemble de données n'est pas valide : %(error)s" ], - "Compare the same summarized metric across multiple groups.": [ - "Comparez la même mesure résumée entre plusieurs groupes." + "Deleted %(num)d dashboard": [ + "%(num)d tableau de bord supprimé", + "%(num)d tableaux de bord supprimés" ], - "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.": [ - "Compare l'évolution d'une mesure dans le temps entre différents groupes. Chaque groupe est associé à une ligne et l'évolution dans le temps est visualisée par la longueur des barres et la couleur." + "Title or Slug": ["Titre ou logotype"], + "Role": ["Rôle"], + "Table name undefined": ["Nom du tableau non défini"], + "Field cannot be decoded by JSON. %(msg)s": [ + "Le champ ne peut pas être décodé par JSON. %(msg)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.": [ - "Compare les mesures de différentes catégories à l'aide de barres. La longueur des barres est utilisée pour indiquer l'ampleur de chaque valeur et la couleur est utilisée pour différencier les groupes." + "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." ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Comparez la durée de différentes activités dans une vue chronologique partagé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." ], - "Comparison": ["Comparaison"], - "Comparison Period Lag": ["Décalage de la période de comparaison"], - "Compose multiple layers together to form complex visuals.": [ - "Composer des couches multiples pour former des images complexes." + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "La spécification de moteur « InvalidEngine » ne permet pas d'être configurée via des paramètres individuels." ], - "Compute the contribution to the total": [ - "Calculer la contribution au total" + "Deleted %(num)d dataset": [ + "Ensemble de données %(num)d supprimé", + "Ensemble de données %(num)d supprimés" ], - "Condition": ["Condition"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "L'intervalle de confiance doit être compris entre 0 et 1 (exclusif)" + "Null or Empty": ["Null ou vide"], + "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." ], - "Configuration": ["Configuration"], - "Configure Advanced Time Range ": [ - "Configuration de la plage horaire avancée" + "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 se terminant le samedi"], + "Username": ["Username"], + "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" ], - "Configure Time Range: Last...": [ - "Configurer l'intervalle de temps : Dernier…" + "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\"": [ + "Impossible de se connecter. Vérifiez que les rôles suivants sont définis sur le compte de service : « BigQuery Data Viewer », « BigQuery Metadata Viewer », « BigQuery Job User » et que les permissions suivantes sont définies « bigquery.readsessions.create », « bigquery.readsessions.getData »" ], - "Configure Time Range: Previous...": [ - "Configurer intervalle de temps : Précédent…" + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "Le tableau « %(table)s » n'existe pas. Un tableau valide doit être utilisé pour cette requête." ], - "Configure custom time range": [ - "Configurer un intervalle de temps personnalisée" + "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." ], - "Configure filter scopes": ["Configurer la portée du filtre"], - "Configure the basics of your Annotation Layer.": [ - "Configurer les bases de votre couche d'annotations." + "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." ], - "Configure this dashboard to embed it into an external web application.": [ - "Configurez ce tableau de bord pour l’intégrer dans une application Web externe." + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Le nom d’utilisateur « %(username)s » ou le mot de passe est incorrect." ], - "Configure your how you overlay is displayed here.": [ - "Configurer comment votre superposition est affichée ici." + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "L'hôte « %(hostname)s » est peut-être hors-service et ne peut être atteint." ], - "Confirm save": ["Confirmer la sauvegarde"], - "Connect": ["Connecter"], - "Connect Google Sheet": ["Connecter Google Sheet"], - "Connect Google Sheets as tables to this database": [ - "Connecter les Google Sheets en tant que tables à cette base de données" + "Unable to connect to database \"%(database)s\".": [ + "Impossible de se connecter à la base de données « %(database)s »." ], - "Connect a database": ["Connecter une base de données"], - "Connect database": ["Connecter une base de données"], - "Connect this database using the dynamic form instead": [ - "Connecter plutôt cette base de données au moyen du formulaire dynamique" + "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." ], - "Connect this database with a SQLAlchemy URI string instead": [ - "Connecter cette base de données avec une chaîne URI SQLAlchemy à la place" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Nous ne pouvons résoudre la colonne « %(column_name)s »" ], - "Connection": ["Connexion"], - "Connection failed, please check your connection settings": [ - "La connexion a échoué, veuillez vérifier vos paramètres de connexion" + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "L'utilisateur « %(username)s », le mot de passe, ou le nom de la base de données « %(database)s » est incorrect." ], - "Connection looks good!": ["La connexion a fière allure!"], - "Continuous": ["En continu"], - "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'instruction SELECT dans le presse-papiers" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Le nom d'hôte « %(hostname)s » ne peut pas être résolu." ], - "Copy and Paste JSON credentials": [ - "Copier et coller les informations de connexion JSON" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Le port %(port)s sur l'hôte « %(hostname)s » a refusé la connexion." ], - "Copy and paste the entire service account .json file here": [ - "Copier et coller ici le fichier de service .json en entier" + "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-service et ne peut être atteint sur le port %(port)s." ], - "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" + "Unknown MySQL server host \"%(hostname)s\".": [ + "Hôte inconnu du serveur MySQL « %(hostname)s »" ], - "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" + "The username \"%(username)s\" does not exist.": [ + "L’utilisateur·rice « %(username)s » n'existe pas." ], - "Copy the name of the HTTP Path of your cluster.": [ - "Copiez le nom du chemin HTTP de votre grappe." + "The user/password combination is not valid (Incorrect password for user).": [ + "La combinaison utilisateur·rice/mot de passe n'est pas valide (mot de passe incorrect pour l’utilisateur·rice)." ], - "Copy to Clipboard": ["Copier vers le presse-papier"], - "Copy to clipboard": ["Copier vers le presse-papier"], - "Cost estimate": ["Estimation des coûts"], - "Could not determine datasource type": [ - "Impossible de déterminer le type de source de données" + "Could not resolve hostname: \"%(host)s\".": [ + "Impossible de résoudre le nom d'hôte : « %(host)s »" ], - "Could not fetch all saved charts": [ - "Impossible de récupérer tous les graphiques sauvegardés" + "Port out of range 0-65535": ["Port hors de portée 0-65535"], + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "Erreur de syntaxe : %(qualifier)s entrée « %(input)s » en attente « %(expected)s" ], - "Could not find viz object": ["Impossible de trouver l'objet viz"], - "Could not load database driver": [ - "Impossible de charger le pilote de la base de données" + "Invalid reference to column: \"%(column)s\"": [ + "Référence non valide à la colonne : « %(column)s »" ], - "Could not load database driver: {}": [ - "Impossible de charger le pilote de la base de données : {}" + "The password provided for username \"%(username)s\" is incorrect.": [ + "Le mot de passe fourni pour l'utilisateur « %(username)s » est incorrect." ], - "Could not resolve hostname: \"%(host)s\".": [ - "Impossible de résoudre le nom d'hôte : « %(host)s »" + "Please re-enter the password.": [ + "Veuillez saisir à nouveau le mot de passe." ], - "Count as Fraction of Columns": ["Compter comme fraction de colonnes"], - "Count as Fraction of Rows": ["Compter comme fraction de rangées"], - "Count as Fraction of Total": ["Compter comme fraction de total"], - "Country Field Type": ["Type de champ de pays"], - "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.": [ - "Créer un ensemble de données pour commencer à visualiser vos données sous forme de graphique ou aller à SQL Lab pour interroger vos données." + "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." ], - "Create a new chart": ["Créer un nouveau graphique"], - "Create chart with dataset": [ - "Créer un graphique avec un ensemble de données" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Le tableau « %(table_name)s » n'existe pas. Un tableau valide doit être utilisé pour cette requête." ], - "Create new chart": ["Créer un nouveau graphique"], - "Create or select schema...": ["Créer ou sélectionner schéma..."], - "Created": ["Crée"], - "Created by": ["Créé par"], - "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" + "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." ], - "Creator": ["Créateur"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "Le filtre croisé sera appliqué à tous les graphiques qui utilisent cet ensemble de données." + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Impossible de se connecter au catalogue « %(catalog_name)s »." ], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "Currently rendered: %s": ["Actuellement rendu : %s"], - "Custom": ["Personnalisé"], - "Custom Plugin": ["Plugiciel personnalisé"], - "Custom Plugins": ["Plugiciels personnalisés"], - "Custom SQL": ["SQL personnalisé"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Les mesures SQL ponctuelles personnalisées ne sont pas activées pour cet ensemble de données" + "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." ], - "Custom SQL fields cannot contain sub-queries.": [ - "Les champs SQL personnalisés ne peuvent pas contenir de sous-requêtes." + "%(object)s does not exist in this database.": [ + "%(object)s n'existe pas dans cette base de données." ], - "Custom time filter plugin": ["Plugiciel de filtre horaire personnalisé"], - "Custom width of the screenshot in pixels": [""], - "Customize": ["Personnaliser"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "Les graphiques en aires de séries temporelles sont similaires aux graphiques en lignes dans la mesure où ils représentent des variables avec la même échelle, mais les graphiques en aires empilent les mesures les unes sur les autres. Dans Superset, un graphique en aires peut être en flux, en pile ou en expansion." - ], - "Cyclic dependency detected": ["Dépendance cyclique constatée"], - "D3 Format": ["Format D3"], - "D3 format": ["Format D3"], - "D3 format syntax: https://github.com/d3/d3-format": [ - "Syntaxe au format D3 : https://github.com/d3/d3-format" + "Home": ["Accueil"], + "Data": ["Données"], + "Dashboards": ["Tableaux de bord"], + "Charts": ["Graphiques :"], + "Datasets": ["Ensembles de données"], + "Plugins": ["Plugiciels"], + "Manage": ["Gérer"], + "CSS Templates": ["Modèles CSS"], + "SQL Lab": ["SQL Lab"], + "SQL": ["SQL"], + "Saved Queries": ["Requêtes enregistrées"], + "Query History": ["Historiques des requêtes"], + "Tags": ["Balises"], + "Action Log": ["Journaux d'actions"], + "Security": ["Sécurité"], + "Alerts & Reports": ["Alertes et rapports"], + "Annotation Layers": ["Couche d'annotations"], + "Row Level Security": ["Sécurité au niveau de la rangée"], + "Unable to encode value": ["Impossible de coder la valeur"], + "Unable to decode value": ["Impossible de décoder la valeur"], + "Invalid permalink key": ["Clé de liaison permanente non valide"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Erreur durant le rendu de la requête de l’ensemble de données virtuel : %(msg)s" ], - "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": [ - "Format D3 pour les nombres compris entre -1,0 et 1,0, utile lorsque vous souhaitez avoir des chiffres significatifs différents pour les petits et les grands nombres." + "Virtual dataset query cannot consist of multiple statements": [ + "Une requête sur un ensemble de données virtuel ne peut pas être composée de plusieurs instructions." ], - "D3 time format for datetime columns": [ - "Format d'heure D3 pour les colonnes d’horodatage" + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "La colonne d'horodatage n'est pas fournie dans le cadre de la configuration du tableau et est requise par ce type de graphique." ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "Syntaxe de format d’heure D3 : https://github.com/d3/d3-time-format" + "Empty query?": ["Requête vide?"], + "Unknown column used in orderby: %(col)s": [ + "Colonne inconnue utilisée dans orderby : %(col)s" ], - "DB column %(col_name)s has unknown type: %(value_type)s": [ - "La colonne DB %(col_name)s a un type inconnu : %(value_type)s" + "Time column \"%(col)s\" does not exist in dataset": [ + "La colonne temporelle « %(col)s » n'existe pas dans l’ensemble de données" ], - "DD/MM format dates, international and European format": [""], - "DEC": ["DEC"], - "DELETE": ["SUPPRIMER"], - "DML": ["DML"], - "Daily seasonality": ["Saisonnalité quotidienne"], - "Dark Cyan": ["Cyan foncé"], - "Dark mode": ["Mode sombre"], - "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é" + "Filter value list cannot be empty": [ + "La liste de valeurs du filtre ne peut pas être vide" ], - "Dashboard could not be deleted.": [ - "Le tableau de bord n'a pas pu être supprimé." + "Must specify a value for filters with comparison operators": [ + "Doit spécifier une valeur pour les filtres avec opérateurs de comparaison" ], - "Dashboard could not be updated.": [ - "Le tableau de bord n'a pas pu être mis à jour." + "Invalid filter operation type: %(op)s": [ + "Type d'opération de filtrage invalide : %(op)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." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Erreur d'expression jinja dans la clause WHERE : %(msg)s" ], - "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.": [ - "Les filtres d'intervalle de temps du tableau de bord s'appliquent aux colonnes temporelles définies dans la section filtre de chaque graphique. Ajoutez des colonnes temporelles aux filtres des graphiques pour que ce filtre de tableau de bord ait un impact sur ces graphiques." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Erreur d'expression jinja dans la clause HAVING : %(msg)s" ], - "Dashboards": ["Tableaux de bord"], - "Dashboards do not exist": ["Le tableau de bord n'existe pas"], - "Data": ["Données"], - "Data URI is not allowed.": ["L’URI des données n’est pas autorisé."], - "Data Zoom": ["Zoom des données"], - "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.": [ - "Les données n'ont pas pu être désérialisées à partir du programme dorsal des résultats. Le format de stockage peut avoir changé, rendant les anciennes données inutilisables. Vous devez réexécuter la requête initiale." + "Database does not support subqueries": [ + "La base de données ne prend pas en charge les sous-requêtes" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "Les données n'ont pas pu être extraites du programme dorsal des résultats. Vous devez réexécuter la requête initiale." + "Deleted %(num)d saved query": [ + "%(num)d requête sauvegardée supprimée", + "%(num)d requêtes sauvegardées supprimées" ], - "Data preview": ["Prévisualiser les données"], - "Data refreshed": ["Données rafraîchies"], - "Data type": ["Type de données :"], - "DataFrame include at least one series": [ - "DataFrame doit comprendre au moins une série" + "Deleted %(num)d report schedule": [ + "Calendrier de %(num)d rapport supprimé", + "Calendriers de %(num)d rapport supprimés" ], - "DataFrame must include temporal column": [ - "Dataframe doit inclure une colonne temporelle" + "Value must be greater than 0": ["La valeur doit être plus grande que 0"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [ + "\n Erreur: %(text)s\n " ], - "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." + "%(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*%(description)s<%(url)s|Explore in Superset>%(table)s" ], - "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." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*%(description)sErreur : %(text)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." + "%(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é." ], - "Database could not be created.": [ - "La base de données n'a pas pu être créée." + "Guest user cannot modify chart payload": [""], + "Failed to execute %(query)s": ["Échec de l’exécution de %(query)s"], + "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." ], - "Database could not be deleted.": [ - "La base de données n'a pas pu être supprimée." + "The query contains one or more malformed template parameters.": [ + "Cette requête contient un ou plusieurs paramètres de modèle malformés." ], - "Database could not be updated.": [ - "La base de données n'a pas pu être mise à jour." + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Veuillez vérifier votre requête et confirmer que tous les paramètres du modèle sont entourés de doubles accolades, par exemple, « {{ ds }} ». Essayez ensuite d'exécuter à nouveau votre requête." ], - "Database does not allow data manipulation.": [ - "La base de données ne permet pas la manipulation de données." + "Tag name is invalid (cannot contain ':')": [ + "Le nom de la balise n’est pas valide (ne peut pas contenir « : »)" ], - "Database does not exist": ["La base de données n'existe pas"], - "Database does not support subqueries": [ - "La base de données ne prend pas en charge les sous-requêtes" + "Record Count": ["Nombre d'enregistrements"], + "No records found": ["Aucun enregistrement n'a été trouvé"], + "Filter List": ["Liste de filtre"], + "Search": ["Rechercher"], + "Refresh": ["Actualiser"], + "Import dashboards": ["Importer les tableaux de bords"], + "Import Dashboard(s)": ["Exporter le ou les tableaux de bords"], + "File": ["Fichier"], + "Choose File": ["Choisissez un fichier"], + "Upload": ["Téléversement"], + "Test Connection": ["Test de connexion"], + "Unsupported clause type: %(clause)s": [ + "Type de clause non pris en charge : %(clause)s" ], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ - "Le pilote de la base de données pour l'importation n'est peut-être pas installé. Visitez la page de documentation Superset pour les instructions d'installation : " + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Impossible de trouver un tel congé : [%(holiday)s]" ], - "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" + "DB column %(col_name)s has unknown type: %(value_type)s": [ + "La colonne DB %(col_name)s a un type inconnu : %(value_type)s" ], - "Database name": ["Nom de la base de données"], - "Database not allowed to change": [ - "La base de données n'est pas autorisée à changer" + "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 tuple avec deux valeurs numériques, dont la première est inférieure à la deuxième valeur" ], - "Database not found.": ["Base de donnée non trouvée."], - "Database parameters are invalid.": [ - "Les paramètres de base de données sont invalides." + "`compare_columns` must have the same length as `source_columns`.": [ + "« compare_columns » doit être de même longueur que « source_columns »." ], - "Database port": ["Port de la base de données"], - "Databases": ["Bases de données"], - "Dataframe Index": ["Index des cadres de données"], - "Dataset": ["Ensemble de données"], - "Dataset %(name)s already exists": [ - "L’ensemble de données %(name)s existe déjà" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "« compare_type » doit être « difference », « percentage » or « ratio »" ], - "Dataset column delete failed.": [ - "La suppression de l’ensemble de données a échoué." + "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." ], - "Dataset column not found.": [ - "Colonne de l’ensemble de données introuvable." + "`rename_columns` must have the same length as `columns`.": [ + "« rename_columns » doit être de même longueur que « columns »." ], - "Dataset could not be created.": [ - "L’ensemble de données n'a pas pu être créé." + "Invalid cumulative operator: %(operator)s": [ + "Operateur cumulatif invalide : %(operator)s" ], - "Dataset could not be updated.": [ - "L’ensemble de données n'a pas pu être mis à jour." + "Invalid geohash string": ["Chaîne geohash invalide"], + "Invalid longitude/latitude": ["Longitude/latitude invalide"], + "Invalid geodetic string": ["Chaîne géodésique non valable"], + "Pivot operation requires at least one index": [ + "L'opération de pivot nécessite au moins un index" ], - "Dataset does not exist": ["L’ensemble de données n'existe pas"], - "Dataset is required": ["Un ensemble de données est requis"], - "Dataset metric delete failed.": [ - "La suppression de l’ensemble de données a échoué." + "Pivot operation must include at least one aggregate": [ + "L'opération de pivot doit inclure au moins un agrégat" ], - "Dataset metric not found.": [ - "Mesure de l'ensemble de données non trouvée." + "`prophet` package not installed": ["Paquet « prophet » non installée"], + "Time grain missing": ["Fragment de temps manquant"], + "Unsupported time grain: %(time_grain)s": [ + "Fragment de temps non pris en charge : %(time_grain)s" ], - "Dataset name": ["Nom de l’ensemble de données"], - "Dataset parameters are invalid.": [ - "Les paramètres de l'ensemble de données ne sont pas valides." + "Confidence interval must be between 0 and 1 (exclusive)": [ + "L'intervalle de confiance doit être compris entre 0 et 1 (exclusif)" ], - "Dataset schema is invalid, caused by: %(error)s": [ - "Le schéma de l'ensemble de données n'est pas valide : %(error)s" + "DataFrame must include temporal column": [ + "Dataframe doit inclure une colonne temporelle" ], - "Datasets": ["Ensembles de données"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "Les ensembles de données peuvent être créés à partir de tableaux de base de données ou de requêtes SQL. Sélectionnez un tableau de base de données à gauche ou " + "DataFrame include at least one series": [ + "DataFrame doit comprendre au moins une série" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" + "Undefined window for rolling operation": [ + "Fenêtre indéfinie pour l'opération de roulement" ], - "Datasets do not contain a temporal column": [ - "Les ensembles de données ne comportent pas de colonne temporelle" + "Window must be > 0": ["La fenêtre doit être > 0"], + "Invalid rolling_type: %(type)s": ["rolling_type invalide : %(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Options invalides pour %(rolling_type)s: %(options)s" ], - "Datasource": ["Source de données"], - "Datasource type is invalid": [ - "Le type de source de données n’est pas valide" + "Referenced columns not available in DataFrame.": [ + "Les colonnes référencées sont indisponibles dans la DataFrame." ], - "Datasource type is required when datasource_id is given": [ - "Le type de source de données est requis quand datasource_id est spécifié" + "Column referenced by aggregate is undefined: %(column)s": [ + "La colonne référencée dans l'agrégat est indéfinie : %(column)s" ], - "Date/Time": ["Date/heure"], - "Datetime Format": ["Format d’horodatage"], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "La colonne d'horodatage n'est pas fournie dans le cadre de la configuration du tableau et est requise par ce type de graphique." + "Operator undefined for aggregator: %(name)s": [ + "Opérateur indéfini pour l'agrégat : %(name)s" ], - "Datetime format": ["Format d’horodatage"], - "Day": ["Jour"], - "Day (freq=D)": ["Jour (foire = J)"], - "Day First": [""], - "Days %s": ["Jours %s"], - "Db engine did not return all queried columns": [ - "Le moteur de base de données n'a pas retourné toutes les colonnes demandées." - ], - "December": ["Décembre"], - "Decides which column to sort the base axis by.": [ - "Décide de la colonne par laquelle l'axe de base doit être trié." + "Invalid numpy function: %(operator)s": [ + "Fonction numpy invalide : %(operator)s" ], - "Decides which measure to sort the base axis by.": [ - "Décide de la mesure par laquelle l'axe de base doit être trié." + "json isn't valid": ["json n'est pas valide"], + "Export to YAML": ["Exporter vers YAML"], + "Export to YAML?": ["Exporter vers YAML?"], + "Delete": ["Supprimer "], + "Delete all Really?": ["Vraiment tout effacer?"], + "Is favorite": ["est favori"], + "Is tagged": ["est étiqueté"], + "The data source seems to have been deleted": [ + "La source de données semble avoir été effacée" ], - "Decimal Character": ["Caractère décimal"], - "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 - Couches multiples"], - "Deck.gl - Paths": ["Deck.gl - Path"], - "Deck.gl - Polygon": ["Deck.gl - Polygone"], - "Deck.gl - Scatter plot": ["Deck.gl - Diagramme de dispersion"], - "Deck.gl - Screen Grid": ["Deck.gl - Grille d'écran"], - "Default Endpoint": ["Point final 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 l'accès à partir de la page de la liste des ensembles de données" + "The user seems to have been deleted": [ + "L'utilisateur·rice semble avoir été effacé·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": [ - "Largeur minimale par défaut de la colonne en pixels, la largeur réelle peut être supérieure à cette valeur si les autres colonnes n'ont pas besoin de beaucoup d'espace." + "Error: %(msg)s": ["Erreur : %(msg)s"], + "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é"], + "Chart [{}] was added to dashboard [{}]": [ + "Le graphique [{}] ajouté au tableau de bord [{}]" ], - "Default value is required": ["La valeur par défaut est requise"], - "Default value must be set when \"Filter has default value\" is checked": [ - "La valeur par défaut doit être définie lorsque l'option « Le filtre a une valeur par défaut » est cochée." + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Le tableau de bord [{}] a été créé et le graphique [{}] y a été ajouté" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "La valeur par défaut doit être définie lorsque l'option « Valeur du filtre requise » est cochée." + "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" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "La valeur par défaut est définie automatiquement lorsque l'option « Sélectionner la première valeur de filtre par défaut » est cochée." + "Chart %(id)s not found": ["Graphique %(id)s non trouvé"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Le tableau %(table)s n’a pas été trouvé dans la base de données %(db)s" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "Définissez une fonction qui reçoit l'entrée et produit le contenu d'une info-bulle" + "Show CSS Template": ["Afficher le modèle CSS"], + "Add CSS Template": ["Ajouter un modèle CSS"], + "Edit CSS Template": ["Modifier le modèle CSS"], + "Template Name": ["Nom du modèle"], + "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 plugiciel. Devrait être le nom du paquet tiré de package.json du plugiciel" ], - "Define a function that returns a URL to navigate to when user clicks": [ - "Définissez une fonction qui renvoie une URL vers laquelle naviguer lorsque l'utilisateur·rice clique." + "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 plugiciel (pourrait être hébergé sur un CDN par exemple)" ], - "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.": [ - "Définissez une fonction javascript qui reçoit le tableau de données utilisé dans la visualisation et qui doit renvoyer une version modifiée de ce tableau. Cette fonction peut être utilisée pour modifier les propriétés des données, filtrer ou enrichir le tableau." + "Custom Plugins": ["Plugiciels personnalisés"], + "Custom Plugin": ["Plugiciel personnalisé"], + "Add a Plugin": ["Ajouter un plugiciel"], + "Edit Plugin": ["Modifier le plugiciel"], + "The dataset associated with this chart no longer exists": [ + "L’ensemble de donnée associé à ce graphique n'existe plus" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "Could not determine datasource type": [ + "Impossible de déterminer le type de source de données" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Définit une fonction de fenêtre roulante à appliquer, fonctionne avec la zone de texte [Périodes]." + "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és dynamiquement lorsque vous cliquez sur le bouton d'enregistrement ou d'écrasement dans la vue d'exploration. Cet objet JSON est exposé ici à titre de référence et pour les utilisateurs expérimentés qui souhaiteraient modifier des paramètres spécifiques." ], - "Defines how each series is broken down": [ - "Définit la manière dont chaque série est décomposée" + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Durée (en secondes) du délai de mise en cache pour ce graphique. Notez que ce délai est par défaut celui de la source de données/table s'il n'est pas défini." ], - "Defines the grid size in pixels": [ - "Définit la taille de la grille en pixels" + "Creator": ["Créateur"], + "Datasource": ["Source de données"], + "Last Modified": ["Dernière modification"], + "Parameters": ["Paramètres"], + "Chart": ["Graphique"], + "Name": ["Nom"], + "Visualization Type": ["Type de visualisation"], + "Show Dashboard": ["Afficher le tableau de bord"], + "Add Dashboard": ["Ajouter un tableau de bord"], + "Edit Dashboard": ["Modifier 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 le positionnement des widgets dans le tableau de bord. Il est généré dynamiquement lors de l'ajustement de la taille et de la position des widgets par glisser-déposer dans la vue du tableau de bord." ], - "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 des entités. Chaque série est affichée dans une couleur spécifique sur le graphique et dispose d'une légende à bascule." + "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 vue de tableau de bord pour que les changement soient visibles immédiatement" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Définit la taille de la fonction de fenêtre roulante, par rapport à la granularité temporelle sélectionnée." + "To get a readable URL for your dashboard": [ + "Pour obtenir une URL lisible pour votre tableau de bord" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "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.": [ + "Cet objet JSON est généré dynamiquement lorsque vous cliquez sur le bouton enregistrer ou écraser dans la vue du tableau de bord. Il est exposé ici à titre de référence et pour les utilisateurs expérimentés qui souhaitent modifier des paramètres spécifiques." ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Définit si le pas doit apparaître au début, au milieu ou à la fin entre deux points de données." + "Owners is a list of users who can alter the dashboard.": [ + "Les propriétaires est une liste d'utilisateur·rice·s qui peuvent modifier le tableau de bord." ], - "Delete": ["Supprimer "], - "Delete %s?": ["Supprimer %s?"], - "Delete Annotation?": ["Supprimer l'annotation?"], - "Delete Database?": ["Supprimer la base de données?"], - "Delete Dataset?": ["Supprimer l’ensemble 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 l'annotation"], - "Delete dashboard tab?": ["Supprimer l'onglet du tableau de bord?"], - "Delete database": ["Supprimer la base de données"], - "Delete email report": ["Supprimer le rapport par courriel"], - "Delete query": ["Supprimer la requête"], - "Delete template": ["Supprimer template"], - "Delete this container and save to remove this message.": [ - "Supprimez ce conteneur et sauvegardez pour supprimer ce message." + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Détermine si ce tableau de bord est visible ou non dans la liste de tous les tableaux de bord." ], - "Deleted %(num)d annotation": [ - "%(num)d annotation supprimée", - "%(num)d annotations supprimées" + "Dashboard": ["Tableau de bord "], + "Title": ["Objet :"], + "Slug": ["Slug"], + "Roles": ["Rôles"], + "Published": ["Publié"], + "Position JSON": ["Position JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Méta-données JSON"], + "Export": ["Exporter"], + "Export dashboards?": ["Exporter les tableaux de bords?"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Seules les extensions de fichier suivantes sont autorisées : %(allowed_extensions)s" ], - "Deleted %(num)d annotation layer": [ - "%(num)d couche d’annotation supprimée", - "%(num)d couches d’annotation supprimées" + "Table name cannot contain a schema": [ + "Le nom du tableau ne peut pas contenir de schéma" ], - "Deleted %(num)d chart": [ - "%(num)d graphique supprimé", - "%(num)d graphiques supprimés" + "Select a database to upload the file to": [ + "Sélectionner une base de données vers laquelle téléverser le fichier" ], - "Deleted %(num)d css template": [ - "Modèle %(num)d css supprimé", - "Modèles %(num)d css supprimés" + "Delimiter": ["Délimiteur"], + ",": [","], + ".": ["."], + "Other": ["Autre"], + "Fail": ["Échec"], + "Replace": ["Remplacer"], + "Append": ["Ajouter"], + "Skip Initial Space": ["Sauter l'espace initial"], + "Skip Blank Lines": ["Sauter les lignes vides"], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Caractère décimal"], + "Index Column": ["Index de colonne"], + "Dataframe Index": ["Index des cadres de données"], + "Column Label(s)": ["Étiquette(s) de colonne"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Si les colonnes en double ne sont pas remplacées, elles seront présentées comme « X.1, X.2 ...X.x »" ], - "Deleted %(num)d dashboard": [ - "%(num)d tableau de bord supprimé", - "%(num)d tableaux de bord supprimés" + "Header Row": ["Rangée d'en-tête"], + "Rows to Read": ["Rangées à lire"], + "Skip Rows": ["Sauter des rangées"], + "Name of table to be created from excel data.": [ + "Nom du tableau à créer à partir des données excel." ], - "Deleted %(num)d dataset": [ - "Ensemble de données %(num)d supprimé", - "Ensemble de données %(num)d supprimés" + "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." ], - "Deleted %(num)d report schedule": [ - "Calendrier de %(num)d rapport supprimé", - "Calendriers de %(num)d rapport supprimés" + "Sheet Name": ["Nom de 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)." ], - "Deleted %(num)d saved query": [ - "%(num)d requête sauvegardée supprimée", - "%(num)d requêtes sauvegardées supprimées" + "Specify a schema (if database flavor supports this).": [ + "Spécifier un schéma (si la base de données soutient cette fonctionnalités)." ], - "Deleted: %s": ["%s supprimé"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "La suppression d’un onglet supprimera tout le contenu qu’il contient. Vous pouvez toujours annuler cette action avec le" + "Table Exists": ["La tableau existe"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Si le tableau existe, faire une des actions suivantes : Échec (pas d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer les données)." ], - "Delimited long & lat single column": [ - "Colonne unique délimitée en long et en lat" + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Rangée contenant les en-têtes à utiliser comme noms de colonnes (0 est la première ligne de données). Laissez vide s'il n'y a pas de ligne d'en-tête." ], - "Delimiter": ["Délimiteur"], - "Delivery method": ["Méthode de livraison"], - "Demographics": ["Données démographiques"], - "Dependent on": ["Dépend de"], - "Description": ["Description :"], - "Description (this can be seen in the list)": [ - "Description (cela peut être vu dans la liste)" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Colonne à utiliser pour les étiquettes de rangée de l'image de données. Laissez vide s'il n'y a pas de colonne d'index." ], - "Description Columns": ["Colonnes de description"], - "Description text that shows up below your Big Number": [ - "Texte de description qui apparaît sous votre grand numéro" + "Number of rows to skip at start of file.": [ + "Nombre de lignes à sauter au début du fichier." ], - "Deselect all": ["Désélectionner tout"], - "Details of the certification": ["Détails de la certification"], - "Determines how whiskers and outliers are calculated.": [ - "Détermine le mode de calcul des moustaches et des valeurs aberrantes." + "Number of rows of file to read.": [ + "Nombre de lignes du fichier à lire." ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Détermine si ce tableau de bord est visible ou non dans la liste de tous les tableaux de bord." + "Parse Dates": ["Analyse des dates"], + "A comma separated list of columns that should be parsed as dates.": [ + "Une liste de colonnes séparées par des virgules qui doivent être analysées comme des dates." ], - "Did you mean:": ["Vouliez-vous dire :"], - "Dimension to use on x-axis.": [ - "Dimension à utiliser sur l’axe des abscisses." - ], - "Dimension to use on y-axis.": [ - "Dimension à utiliser sur l’axe des ordonnées." - ], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "" - ], - "Directed Force Layout": ["Disposition des forces dirigées"], - "Disable SQL Lab data preview queries": [ - "Désactiver les requêtes de prévisualisation des données de SQL Lab" - ], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "Désactiver la prévisualisation des données lorsque vous récupérez les métadonnées des tableaux dans SQL Lab. Utile pour éviter les problèmes de performance du navigateur lors de l'utilisation de bases de données avec des tables très larges." - ], - "Disable embedding?": ["Désactiver l’intégration?"], - "Display Name": ["Nom d'affichage"], - "Display column level subtotal": [""], - "Display column level total": [ - "Afficher le total au niveau de la colonne" - ], - "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.": [ - "Affichez les mesures côte à côte dans chaque colonne, au lieu d'afficher chaque colonne côte à côte pour chaque mesure." - ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" - ], - "Display row level subtotal": ["Afficher le total au niveau de la ligne"], - "Display row level total": ["Afficher le total au niveau de la ligne"], - "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.": [ - "Affiche les connexions entre les entités dans une structure graphique. Utile pour cartographier les relations et montrer quels nœuds sont importants dans un réseau. Les graphiques peuvent être configurés pour être dirigés par la force ou circuler. Si vos données ont une composante géospatiale, essayez le graphique Arc de deck.gl." + "Character to interpret as decimal point.": [ + "Caractère à interpréter comme un point décimal" ], - "Distribution - Bar Chart": ["Distibution – Diagramme en barres"], - "Divider": ["Diviseur"], - "Do you want a donut or a pie?": ["Voulez-vous un beigne ou une tarte?"], - "Documentation": ["Documentation"], - "Download": ["Télécharger"], - "Download as image": ["Télécharger comme image"], - "Download to CSV": ["Télécharger en CSV"], - "Draft": ["VERSION PRÉLIMINAIRE"], - "Drag and drop components and charts to the dashboard": [ - "Glisser-déposer des composants et des graphiques dans le tableau de bord" + "Write dataframe index as a column.": [ + "Écrire l'indice du tableau de données en colonne." ], - "Draw a marker on data points. Only applicable for line types.": [ - "Tracer un marqueur sur les points de données. Ne s’applique qu’aux types de ligne." + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Libellé de la colonne pour la ou les colonnes d'index. Si aucun n'est donné et que Dataframe Index est True, les noms d'index sont utilisés." ], - "Draw area under curves. Only applicable for line types.": [ - "Tracer une zone sous les courbes. Ne s’applique qu’aux types de ligne." + "Null values": ["Valeurs nulles"], + "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.": [ + "Liste Json des valeurs qui doivent être traitées comme nulles. Exemples : [« »], [« None », « N/A »], [« nan », « null »]. Attention : La base de données Hive ne prend en charge qu'une seule valeur. Utilisez [« »] pour une chaîne vide." ], - "Draw line from Pie to label when labels outside?": [ - "Tracer une ligne entre le diagramme circulaire et l'étiquette lorsque les étiquettes sont à l'extérieur?" + "Name of table to be created from columnar data.": [ + "Nom du tableau à créer à partir des données en colonne." ], - "Draw split lines for minor axis ticks": [ - "Tracer des lignes de séparation pour les points de repère de l'axe mineur" + "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." ], - "Draw split lines for minor y-axis ticks": [ - "Tracer des lignes séparées pour les points de repère de l’axe des ordonnées mineur" + "Use Columns": ["Utiliser les colonnes"], + "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 à lire. Si ce n'est pas None, seules ces colonnes seront lues dans le fichier." ], - "Drill by": ["Explorer par"], - "Drill by is not available for this data point": [ - "Explorer par n'est pas disponible pour ce point de données" + "Databases": ["Bases de données"], + "Show Database": ["Afficher la base de données"], + "Add Database": ["Ajouter une base de données"], + "Edit Database": ["Modifier l’ensemble de données "], + "Expose this DB in SQL Lab": [ + "Exposer cette base de données dans SQL Lab" ], - "Drill by is not yet supported for this chart type": [ - "Explorer par n'est pas encore pris en charge pour ce type de graphique" + "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.": [ + "Exploiter la base de données en mode asynchrone, ce qui signifie que les requêtes sont exécutées sur des travailleurs distants plutôt que sur le serveur web lui-même. Cela suppose que vous disposiez d'un collaborateur Celery ainsi que d'un programme dorsal de résultats. Reportez-vous à la documentation d'installation pour plus d'informations." ], - "Drill by: %s": ["Explorer par : %s"], - "Drill to detail": ["Détail Explorer par"], - "Drill to detail by": ["Détail Explorer par"], - "Drill to detail by value is not yet supported for this chart type.": [ - "La valeur Explorer par n'est pas encore prise en charge pour ce type de graphique" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Autorise l'option CREATE TABLE AS dans SQL Lab" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "L'option Explorer par est désactivée car ce graphique ne regroupe pas les données par valeur de dimension." + "Allow CREATE VIEW AS option in SQL Lab": [ + "Autorise l'option CREATE VIEW AS dans SQL Lab" ], - "Drill to detail: %s": ["Détail Explorer par : %s"], - "Drop columns/metrics here or click": [ - "Déposez des colonnes/mesures ici ou cliquez sur" + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Autoriser les utilisateurs à lancer des expression non-SELECT (UPDATE, DELETE, CREATE, etc.) dans SQL Lab" ], - "Duplicate column name(s): %(columns)s": [ - "Nom(s) de colonne dupliqué : %(columns)s" + "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, cette option force la création du tableau dans ce schéma" ], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "Étiquettes de colonnes/mesures en double : %(labels)s. Veillez à ce que toutes les colonnes et tous les indicateurs aient un libellé unique." + "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.": [ + "Dans le cas de Presto, toutes les requêtes dans SQL Lab seront exécutées en tant qu'utilisateur·rice connecté·e qui doit avoir la permission de les exécuter.
Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées en tant que compte de service, mais en usurpant l'identité de l'utilisateur·rice connecté·e via la propriété hive.server2.proxy.user." ], - "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 délai de mise en cache des graphiques de cette base de données. Un délai de 0 indique que le cache n'expire jamais. Notez que ce délai est remplacé par défaut par le délai global s'il n'est pas défini." ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Durée (en secondes) du délai de mise en cache pour ce graphique. Notez que ce délai est par défaut celui de la source de données/table s'il n'est pas défini." - ], - "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 délai de mise en cache de ce tableau. Un délai de 0 indique que le cache n'expire jamais. Notez que cette valeur correspond par défaut au délai d'attente de la base de données s'il n'est pas défini." + "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." ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Durée (en secondes) du délai de mise en cache des métadonnées pour les schémas de cette base de données. Si cette valeur n'est pas définie, le cache n'expire jamais." + "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": ["SQLAlchemy URI"], + "Chart Cache Timeout": ["Délai de mise en cache des graphiques"], + "Secure Extra": ["Secure Extra"], + "Root certificate": ["Certificat racine"], + "Async Execution": ["Exécution asynchrone"], + "Impersonate the logged on user": [ + "Se faire passer pour l'utilisateur·rice connecté·e" ], - "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 des métadonnées pour les tableaux de cette base de données. Si cette valeur n'est pas définie, le cache n'expire jamais. " + "Allow Csv Upload": ["Autoriser le téléversement CSV"], + "Backend": ["Programme dorsal"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Durée en ms (1.40008 => 1ms 400µs 80ns)" + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "Chaine de connexion incorrecte, une chaine correcte s'écrit habituellement : « DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME »

Exemple : « postgresql://user:password@your-postgres-db/database »

" ], - "Duration in ms (66000 => 1m 6s)": ["Durée en ms (66000 => 1m 6s)"], - "Dynamically search all filter values": [ - "Charge dynamiquement les valeurs du filtre" + "CSV to Database configuration": [ + "Configuration de CSV vers base de données" ], - "ECharts": ["ECharts"], - "END (EXCLUSIVE)": ["FIN (EXCLUSIF)"], - "ERROR: %s": ["ERREUR : %s"], - "Edge length": ["Longueur du bord"], - "Edge length between nodes": ["Longueur du bord entre les nœuds"], - "Edge symbols": ["Symboles du bord"], - "Edit": ["Modifier"], - "Edit CSS": ["Modifier le CSS"], - "Edit CSS Template": ["Modifier le modèle CSS"], - "Edit CSS template properties": ["Modifier les propriétés du modèle CSS"], - "Edit Chart": ["Modifier le graphique"], - "Edit Column": ["Modifier une colonne"], - "Edit Dashboard": ["Modifier le tableau de bord"], - "Edit Database": ["Modifier l’ensemble de données "], - "Edit Dataset ": ["Modifier l’ensemble de données "], - "Edit Log": ["Modifier le journal"], - "Edit Metric": ["Modifier la mesure"], - "Edit Plugin": ["Modifier le plugiciel"], - "Edit Table": ["Modifier le tableau"], - "Edit annotation": ["Modifier l’annotation"], - "Edit annotation layer": ["Modifier une couche d'annotations"], - "Edit annotation layer properties": [ - "Modifier les propriétés de la couche d'annotation" + "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." ], - "Edit chart properties": ["Modifier les propriétés du graphique"], - "Edit dashboard": ["Modifier le tableau de bord"], - "Edit database": ["Modifier la base de données "], - "Edit dataset": ["Modifier l’ensemble de données"], - "Edit email report": ["Modifier le rapport par courriel"], - "Edit formatter": ["Modifier le formateur"], - "Edit properties": ["Modifier les propriétés"], - "Edit query": ["Modifier la requête"], - "Edit template": ["Modifier le modèle"], - "Edit template parameters": ["Modifier les paramètres du modèle"], - "Edit the dashboard": ["Modifier le tableau de bord"], - "Edit time range": ["Modifier l’intervalle de temps"], - "Edited": ["Édité"], - "Editing 1 filter:": ["Édition d'un filtre :"], - "Either the database is spelled incorrectly or does not exist.": [ - "La base de données est mal orthographiée ou elle n'existe pas." + "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 le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Le nom d’utilisateur « %(username)s » ou le mot de passe est incorrect." + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier CSV « %(csv_filename)s » chargé dans le tableau « %(table_name)s » de la base de données « %(db_name)s »" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "L'utilisateur « %(username)s », le mot de passe, ou le nom de la base de données « %(database)s » est incorrect." + "Excel to Database configuration": [ + "Configuration de Excel vers base de données" ], - "Either the username or the password is wrong.": [ - "Le nom d’utilisateur ou le mot de passe est incorrect." + "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." ], - "Email reports active": ["Rapports par courriel actifs"], - "Embedding deactivated.": ["L’intégration est désactivée."], - "Emphasis": ["Mettre l’accent sur"], - "Employment and education": ["Emploi et éducation"], - "Empty circle": ["Cercle vide"], - "Empty collection": ["Collection vide"], - "Empty query?": ["Requête vide?"], - "Empty row": ["Rangée vide"], - "Enable Filter Select": ["Activer le filtre de sélection"], - "Enable data zooming controls": [ - "Activer les contrôles d'agrandissement des données" + "Unable to upload Excel 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 Excel « %(filename)s » dans le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" ], - "Enable embedding": ["Activer l’intégration"], - "Enable forecast": ["Activer la prévision"], - "Enable forecasting": ["Activer les prévisions"], - "Enable graph roaming": ["Activer le déplacement graphique"], - "Enable node dragging": ["Activer le déplacement de nœud"], - "Enable query cost estimation": [ - "Activer l'estimation du coût de la requête" + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier Excel « %(excel_filename)s » chargé dans le tableau « %(table_name)s » de la base de données « %(db_name)s »" ], - "Enable row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [ - "Activer la pagination des résultats côté serveur (fonction expérimentale)" + "Columnar to Database configuration": [ + "Configuration en colonne vers la base de données" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Une entrée spatiale NULL invalide a été rencontrée, veuillez envisager de filtrer ces entrées." + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Les extensions de fichiers multiples ne sont pas autorisées pour les téléchargements en colonnes. Veuillez vous assurer que tous les fichiers ont la même extension." ], - "End": ["Fin"], - "End date excluded from time range": [ - "Date de fin exclue de l'intervalle de temps" + "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." ], - "End date must be after start date": [ - "La date de début ne peut être postérieure à Date de début" + "Unable to upload Columnar 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 Columnar « %(filename)s » dans le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Le moteur « %(engine)s » ne peut pas être configuré via des paramètres." + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Fichier en colonne « %(columnar_filename)s » chargé dans le tableau « %(table_name)s » de la base de données « %(db_name)s »" ], - "Engine Parameters": ["Paramètres de moteur"], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "La spécification de moteur « InvalidEngine » ne permet pas d'être configurée via des paramètres individuels." + "Request missing data field.": [ + "Champ de données manquant dans la requête." ], - "Enter CA_BUNDLE": ["Saisir CA_BUNDLE"], - "Enter a name for this sheet": ["Saisir un nom pour cette feuille"], - "Enter a new title for the tab": [ - "Saisir un nouveau titre pour l'onglet" + "Duplicate column name(s): %(columns)s": [ + "Nom(s) de colonne dupliqué : %(columns)s" ], - "Enter duration in seconds": ["Saisir la durée en secondes"], - "Enter fullscreen": ["Passer en plein écran"], - "Enter the required %(dbModelName)s credentials": [ - "Saisir les informations d’%(dbModelName)sidentification requises" + "Logs": ["Journaux"], + "Show Log": ["Afficher les journaux"], + "Add Log": ["Ajouter un journal"], + "Edit Log": ["Modifier le journal"], + "User": ["Utilisateur·rice"], + "Action": ["Action"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Time": ["Heure"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Une référence à la configuration [Time] prends la granularité en compte" ], - "Entity": ["Entité"], - "Equal Date Sizes": ["Taille des dates égales"], - "Equal to (=)": ["Égal à (=)"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Erreur d'expression jinja dans la clause HAVING : %(msg)s" + "Raw records": ["Registres bruts"], + "Certified by %s": ["Certifié par %s"], + "description": ["description"], + "bolt": ["boulon"], + "Changing this control takes effect instantly": [ + "Modifier ce contrôle prend effet instantanément" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Erreur dans l'expression jinja des filtres RLS : %(msg)s" + "Show info tooltip": ["Afficher l'info-bulle"], + "SQL expression": ["Expression SQL"], + "Label": ["Étiquette"], + "function type icon": ["icône de type de fonction"], + "string type icon": ["icône de type de chaîne"], + "numeric type icon": ["icône de type numérique"], + "boolean type icon": ["icône de type booléen"], + "temporal type icon": ["icône de type temporel"], + "Advanced analytics": ["Analyses avancées"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Cette section contient des options qui permettent un post-traitement analytique avancé des résultats de la requête." ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Erreur d'expression jinja dans la clause WHERE : %(msg)s" + "Rolling window": ["Fenêtre glissante"], + "Rolling function": ["Fonction glissante"], + "None": ["Aucun"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Définit une fonction de fenêtre roulante à appliquer, fonctionne avec la zone de texte [Périodes]." ], - "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" + "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 roulante, par rapport à la granularité temporelle sélectionnée." ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Erreur au chargement des source de données du graphique Les filtres peuvent mal fonctionner." + "Min periods": ["Périodes minimales"], + "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 requises pour afficher une valeur. Par exemple, si vous effectuez une somme cumulative sur sept jours, vous voudrez peut-être que votre « période minimale » soit de sept, de sorte que tous les points de données affichés correspondent au total de sept périodes. Cela cachera la « hausse » qui a lieu au cours des sept premières périodes." ], - "Error message": ["Message d'erreur"], - "Error while rendering virtual dataset query: %(msg)s": [ - "Erreur durant le rendu de la requête de l’ensemble de données virtuel : %(msg)s" + "Time comparison": ["Comparaison chronologique"], + "Time shift": ["Décalage temporel"], + "1 day ago": ["Il y a 1 jour"], + "1 week ago": ["Il y a 1 semaine"], + "28 days ago": ["Il y a 28 jours"], + "52 weeks ago": ["Il y a 52 semaines"], + "1 year ago": ["Il y a 1 an"], + "104 weeks ago": ["Il y a 104 semaines"], + "2 years ago": ["Il y a 2 ans"], + "156 weeks ago": ["Il y a 156 semaines"], + "3 years ago": ["Il y a 3 ans"], + "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.": [ + "Superposez une ou plusieurs séries temporelles à partir d'une période de temps relative. Les deltas temporels relatifs doivent être exprimés en langage naturel (exemple : 24 heures, 7 jours, 52 semaines, 365 jours). Le texte libre est pris en charge." ], - "Error: %(error)s": ["Erreur : %(error)s"], - "Error: %(msg)s": ["Erreur : %(msg)s"], - "Estimate cost": ["Estimation des coûts"], - "Estimate selected query cost": [ - "Estimer le coût estimé de la requête sélectionnée" + "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 les décalages temporels : sous forme de lignes individuelles; sous forme de différence entre la série temporelle principale et chaque décalage temporel; sous forme de pourcentage de variation; ou sous forme de rapport entre les séries et les décalages temporels." ], - "Estimate the cost before running a query": [ - "Estimer le coût avant d'exécuter une requête" + "Rule": ["Règle"], + "1 minutely frequency": ["Fréquence de 1 minute"], + "1 calendar day frequency": ["Fréquence d’un jour civil"], + "7 calendar day frequency": ["Fréquence de 7 jours civils"], + "1 month start frequency": ["Fréquence de début de mois"], + "1 month end frequency": ["Fréquence de fin de mois"], + "Pandas resample rule": ["Règle de rééchantillonnage des Pandas"], + "Linear interpolation": ["Interpolation linéaire"], + "Pandas resample method": ["Méthode Pandas de rééchantillonnage"], + "X Axis": ["Axe des absisses"], + "X AXIS TITLE BOTTOM MARGIN": [ + "MARGE INFÉRIEURE DU TITRE DE L'AXE DES ABSISSES" ], - "Event definition": ["Définition de l’événement"], - "Event flow": ["Flux d'événements"], - "Event time column": ["Colonne temporelle de l’événement"], - "Every": ["Chaque"], - "Evolution": ["Évolution"], - "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 Excel « %(excel_filename)s » chargé dans le tableau « %(table_name)s » de la base de données « %(db_name)s »" + "Y Axis": ["Axe des ordonnées"], + "Y Axis Title Margin": [""], + "Query": ["Requête"], + "Enable forecast": ["Activer la prévision"], + "Enable forecasting": ["Activer les prévisions"], + "How many periods into the future do we want to predict": [ + "Combien de périodes voulons-nous prévoir?" ], - "Excel to Database configuration": [ - "Configuration de Excel vers base de données" + "Yearly seasonality": ["Saisonnalité annuelle"], + "Yes": ["Oui"], + "No": ["Non"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "La saisonnalité annuelle doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." ], - "Excluded roles": ["Rôles exclus"], - "Executed SQL": ["SQL exécuté"], - "Executed query": ["Requête exécutée"], - "Execution ID": ["ID d'exécution"], - "Execution log": ["Journal d'exécution"], - "Exit fullscreen": ["Sortir du mode plein écran"], - "Expand all": ["Développer tout"], - "Expand data panel": ["Développer le panneau de données"], - "Expand tool bar": ["Étendre la barre d'outils"], - "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ - "Attend une formule avec un paramètre de temps dépendant « x » en millisecondes depuis l'époque. mathjs est utilisé pour évaluer les formules. Exemple : « 2x+5 »" + "Weekly seasonality": ["Saisonnalité hebdomadaire"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "La saisonnalité hebdomadaire doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." ], - "Experimental": ["Expérimental"], - "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" + "Daily seasonality": ["Saisonnalité quotidienne"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "La saisonnalité quotidienne doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." ], - "Export": ["Exporter"], - "Export dashboards?": ["Exporter les tableaux de bords?"], - "Export query": ["Exporter la requête"], - "Export to .CSV": ["Exporter en .CSV"], - "Export to .JSON": ["Exporter en .JSON"], - "Export to Excel": ["Exporter vers Excel"], - "Export to YAML": ["Exporter vers YAML"], - "Export to YAML?": ["Exporter vers YAML?"], - "Export to original .CSV": ["Exporter vers .CSV original"], - "Export to pivoted .CSV": ["Exporter vers .CSV pivoté"], - "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": [ - "Exposer cette base de données dans SQL Lab" + "Time related form attributes": ["Attributs du formulaire liés au temps"], + "Chart ID": ["ID Graphique"], + "The id of the active chart": ["L'identifiant du graphique actif"], + "Cache Timeout (seconds)": [ + "Délai d'inactivité et reprise du cache (secondes)" ], - "Expression": ["Expression"], - "Extra": ["Extra"], - "Extra Controls": ["Contrôles supplémentaires"], - "Extra data for JS": ["Données supplémentaires pour 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ées supplémentaires pour spécifier les métadonnées du tableau. Actuellement, les métadonnées sont prises en charge dans le format suivant : `{ « certification »: { « certified_by »: « Data Platform Team », « details »: « Ce tableau est la source de la vérité. » }, « warning_markdown »: « Ceci est un avertissement. » }`." + "The number of seconds before expiring the cache": [ + "Le nombre de secondes avant l'expiration du cache" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Champ supplémentaire ne peut pas être décodé par JSON. %(msg)s" + "Row": ["Rangée"], + "Series": ["Série"], + "Y-Axis Sort By": ["Axe des ordonnées – Trier par"], + "X-Axis Sort By": ["Axe des absisses – Trier par"], + "Decides which column to sort the base axis by.": [ + "Décide de la colonne par laquelle l'axe de base doit être trié." ], - "Extra parameters for use in jinja templated queries": [ - "Paramètres supplémentaires à utiliser dans les modèles de requêtes jinja" + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [ + "Décide de la mesure par laquelle l'axe de base doit être trié." ], - "FEB": ["FEB"], - "FRI": ["FRI"], - "Factor to multiply the metric by": [ - "Facteur permettant de multiplier la mesure par" + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "" ], - "Fail": ["Échec"], - "Failed": ["Echoué"], - "Failed at retrieving results": [ - "Échec lors de la récupération des résultats" + "Add dataset columns here to group the pivot table columns.": [""], + "Entity": ["Entité"], + "This defines the element to be plotted on the chart": [ + "Ceci définit l'élément à tracer sur le graphique" ], - "Failed at stopping query. %s": ["Échec de l'arrêt de la requête. %s"], - "Failed to create report": ["Échec de la création du rapport"], - "Failed to execute %(query)s": ["Échec de l’exécution de %(query)s"], - "Failed to generate chart edit URL": [ - "Échec de la génération de l'URL de modification du graphique" + "Filters": ["Filtres "], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Failed to load chart data": [ - "Échec du chargement des données du graphique" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Failed to load chart data.": [ - "Échec du chargement des données du graphique." + "Sort by": ["Trier par"], + "Metric used to calculate bubble size": [ + "Mesure utilisée pour calculer la taille des bulles" ], - "Failed to load dimensions for drill by": [ - "Échec du chargement des dimensions pour l’exploration par" + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Failed to start remote query on a worker.": [ - "Échec du lancement d'une requête à distance sur un travailleur." + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "Failed to update report": ["Échec de la mise à jour du rapport"], - "Failed to verify select options: %s": [ - "Échec de la vérification des options de sélection : %s" + "A metric to use for color": ["Une mesure à utiliser pour la couleur"], + "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 le tableau. Veuillez aussi noter que le filtre ci-dessous est appliqué à cette colonne ou expression" ], - "Favorite": ["Favori"], - "February": ["Février"], - "Fetch Values Predicate": ["Prédicat de recherche de valeurs"], - "Fetch data preview": ["Récupérer l'aperçu des données"], - "Fetched %s": ["Récupération de %s"], - "Field cannot be decoded by JSON. %(msg)s": [ - "Le champ ne peut pas être décodé par JSON. %(msg)s" + "Dimension to use on y-axis.": [ + "Dimension à utiliser sur l’axe des ordonnées." ], - "Field is required": ["Le champ est requis"], - "File": ["Fichier"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill all required fields to enable \"Default Value\"": [ - "Remplissez tous les champs obligatoires pour activer la « valeur par défaut »" + "Dimension to use on x-axis.": [ + "Dimension à utiliser sur l’axe des abscisses." ], - "Filter": ["Filtre"], - "Filter Configuration": ["Configuration de routeur"], - "Filter List": ["Liste de filtre"], - "Filter Settings": ["Paramètres du filtre"], - "Filter Type": ["Type de filtre"], - "Filter has default value": ["Le filtre a une valeur par défaut"], - "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." + "The type of visualization to display": [ + "Le type de visualisation à afficher" ], - "Filter results": ["Filtrer les résultats"], - "Filter type": ["Type de filtre"], - "Filter value (case sensitive)": [ - "Valeur du filtre (sensible à la casse)" - ], - "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" - ], - "Filter your charts": ["Filtrer vos graphiques"], - "Filterable": ["Filtrable"], - "Filters": ["Filtres "], - "Filters by columns": ["Filtres par colonne"], - "Filters by metrics": ["Filtres par mesure"], - "Filters for comparison must have a value": [ - "Représente les mesures individuelles pour chaque ligne de données verticalement et les relie par une ligne. Ce graphique est utile pour comparer plusieurs mesures sur l'ensemble des échantillons ou des lignes de données." - ], - "Filters out of scope (%d)": ["Filtres hors de portée (%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 OR, alors que des filtres de groupes différents vont se combiner avec des AND. 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 »)." - ], - "Finish": ["Terminer"], - "First": ["Premier"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Corrigez la ligne de tendance à la plage de temps complète spécifiée au cas où les résultats filtrés n’incluraient pas les dates de début ou de fin" + "Use this to define a static color for all circles": [ + "Utiliser ceci pour définir une couleur statique pour tous les cercles" ], - "Fixed": ["Modifié"], - "Fixed color": ["Couleur fixe"], - "Fixed point radius": ["Rayon de point fixe"], - "Font size": ["Taille de la police"], - "Font size for axis labels, detail value and other text elements": [ - "Taille de la police pour les étiquettes d’axe, la valeur de détail et d’autres éléments de texte" + "all": ["tous"], + "30 seconds": ["30 secondes"], + "1 minute": ["1 minute"], + "5 minutes": ["5 minutes"], + "30 minutes": ["30 minutes"], + "1 hour": ["1 heure"], + "week": ["semaine"], + "month": ["Mois"], + "year": ["année"], + "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 et utiliser le langage naturel comme « 10 secondes », « 1 jour » ou « 56 semaines »" ], - "Font size for the biggest value in the list": [ - "Taille de police pour la plus grande valeur de la liste" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "La valeur par défaut est définie automatiquement lorsque l'option «Sélectionner la première valeur de filtre par défaut» est cochée" ], - "Font size for the smallest value in the list": [ - "Taille de police pour la plus petite valeur de la liste" + "This control filters the whole chart based on the selected time range. 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.": [ + "Définissez une fonction qui reçoit l'entrée et produit le contenu d'une info-bulle" ], - "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." + "Row limit": ["Nombre de rangées maximum"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Définissez une fonction javascript qui reçoit le tableau de données utilisé dans la visualisation et qui doit renvoyer une version modifiée de ce tableau. Cette fonction peut être utilisée pour modifier les propriétés des données, filtrer ou enrichir le tableau." ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "For further instructions, consult the": [ - "Pour obtenir des instructions supplémentaires, consultez" - ], - "For more information about objects are in context in the scope of this function, refer to the": [ - "Pour obtenir de plus amples renseignements sur les objets dans le contexte de la portée de cette fonction, reportez-vous au" + "Series limit": ["Limite de série"], + "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." ], - "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, il s'agit des rôles auxquels le filtre s'applique. Pour les filtres de base, il s'agit des rôles auxquels le filtre ne s'applique PAS, par exemple Admin si l'administrateur doit voir toutes les données." + "Y Axis Format": ["Format de l'axe des ordonnées"], + "The color scheme for rendering chart": [ + "Le jeu de couleur pour le rendu graphique" ], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Forcez la création de toutes les tables et vues dans ce schéma lorsque vous cliquez sur CTAS ou CVAS dans SQL Lab." + "D3 format syntax: https://github.com/d3/d3-format": [ + "Syntaxe au format D3 : https://github.com/d3/d3-format" ], - "Force refresh": ["Forcer l'actualisation"], - "Force refresh schema list": [ - "Forcer l'actualisation de la liste des schémas" + "Only applies when \"Label Type\" is set to show values.": [ + "Ne s'applique que lorsque le « Type d'étiquette » est réglé sur l'affichage des valeurs." ], - "Force refresh table list": [ - "Forcer l'actualisation de la liste des tableaux" + "Only applies when \"Label Type\" is not set to a percentage.": [ + "S'applique uniquement lorsque le « Type d'étiquette » n'est pas réglé sur un pourcentage." ], - "Foreign key": ["Clé étrangère"], - "Form data not found in cache, reverting to chart metadata.": [ - "Les données du formulaire n'ont pas été trouvées dans le cache, les métadonnées du graphique ont été rétablies." + "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)" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Les données du formulaire n'ont pas été trouvées dans l’ensemble de données, les métadonnées du graphique ont été rétablies." + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "Syntaxe de format d’heure D3 : https://github.com/d3/d3-time-format" ], - "Formatted CSV attached in email": [ - "CSV formatté attaché dans le courriel" + "Stack Trace:": ["Stack Trace :"], + "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.": [ + "Aucun résultat n'a été renvoyé pour cette requête. Si vous vous attendiez à ce que des résultats soient renvoyés, assurez-vous que les filtres sont configurés correctement et que la source de données contient des données pour la période sélectionnée." ], "Found invalid orderby options": ["Options orderby invalides trouvées"], - "Fraction digits": ["Chiffres de fraction"], - "Friction between nodes": ["Friction entre les nœuds"], - "Friday": ["Vendredi"], - "From date cannot be larger than to date": [ - "La date de début ne peut être supérieure à la date de fin" + "Invalid input": ["Saisie erronée"], + "(no description, click to see stack trace)": [ + "(aucune description, cliquez pour voir le suivi de la pile)" ], - "Further customize how to display each column": [ - "Personnaliser davantage la façon d’afficher chaque colonne" + "An error occurred": ["Un erreur s'est produite"], + "is expected to be an integer": ["devrait être un nombre entier"], + "is expected to be a number": ["devrait être un nombre"], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "Filters for comparison must have a value": [ + "Représente les mesures individuelles pour chaque ligne de données verticalement et les relie par une ligne. Ce graphique est utile pour comparer plusieurs mesures sur l'ensemble des échantillons ou des lignes de données." ], - "Further customize how to display each metric": [ - "Personnaliser davantage la façon d’afficher chaque mesure" + "hour": ["heure"], + "day": ["jour"], + "The time unit used for the grouping of blocks": [ + "L’unité de temps utilisée pour le regroupement des blocs" ], - "General": ["Général"], - "Generating link, please wait..": [ - "Génération du lien, veuillez patienter." + "Subdomain": ["Sous-domaine"], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "L’unité de temps pour chaque bloc. Doit être une unité plus petite que domain_granularity. Doit être plus grand ou égal au fragment de temps" ], - "Geo": ["Géo"], - "Geohash": ["Geohash"], - "Get the last date by the date unit.": [ - "Récupérer la dernière date par l'unité de date." + "The size of the square cell, in pixels": [ + "La taille de la cellule carrée, en pixels" ], - "Get the specify date for the holiday": [ - "Récupérer la date spécifiée pour le jour férié" + "Cell Padding": ["Rembourrage des cellules"], + "The distance between cells, in pixels": [ + "La distance entre les cellules, en pixels" ], - "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" + "Cell Radius": ["Rayon de la cellule"], + "The pixel radius": ["Rayon des pixels"], + "The number color \"steps\"": ["Le nombre d’« étapes » colorées"], + "Whether to display the legend (toggles)": [ + "Affichage ou non de la légende (commutateurs)" ], - "Gold": ["Or"], - "Google Sheet Name and URL": ["Nom et URL de la feuille Google Sheet"], - "Grace period": ["Période de grâce"], - "Graph layout": ["Disposition du graphique"], - "Gravity": ["Gravité"], - "Group By": ["Grouper par"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Grouper par, Mesures ou Mesures de pourcentage doit avoir une valeur" + "Whether to display the numerical values within the cells": [ + "Affichage ou non des valeurs numériques dans les cellules" ], - "Group by": ["Grouper par"], - "Groupable": ["Groupable"], - "Guest user cannot modify chart payload": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "Limites de valeurs dures appliquées pour le codage des couleurs. N'est pertinent et appliqué que lorsque la normalisation est appliquée à l'ensemble de la carte thermique." + "Whether to display the metric name as a title": [ + "Affichage ou non du nom de la mesure sous forme de titre" ], - "Header": ["En-tête"], - "Header Row": ["Rangée d'en-tête"], - "Heatmap": ["Carte thermique"], - "Heatmap Options": ["Options de carte thermique"], - "Height": ["Hauteur"], - "Height of the sparkline": ["Hauteur de la ligne d'étincelle"], - "Hide layer": ["Masquer la couche"], - "Hide tool bar": ["Masquer la barre d'outil"], - "Histogram": ["Histogramme"], - "Home": ["Accueil"], - "Horizon Charts": ["Graphiques horizontaux"], - "Horizontal (Top)": ["Horizontal (haut)"], - "Horizontal alignment": ["Alignement horizontal"], - "Host": ["Hôte"], - "Hostname or IP address": ["Nom d'hôte ou adresse IP"], - "Hour": ["Heure"], - "Hours %s": ["Heures %s"], - "Hours offset": ["Heures de décalage"], - "How do you want to enter service account credentials?": [ - "Comment voulez-vous entrer les informations de connexion du compte de service?" + "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.": [ + "Visualise la façon dont une mesure a changé au fil du temps à l’aide d’une échelle de couleurs et d’une vue de calendrier. Les valeurs grises sont utilisées pour indiquer les valeurs manquantes et le schéma de couleurs linéaires est utilisé pour coder l’amplitude de la valeur de chaque jour." ], - "How many buckets should the data be grouped in.": [ - "Combien de groupes de données doivent être regroupés?" + "Business": ["Entreprise"], + "Comparison": ["Comparaison"], + "Trend": ["Tendance"], + "less than {min} {name}": ["moins de {min} {name}"], + "between {down} and {up} {name}": ["entre {down} et {up} {name}"], + "more than {max} {name}": ["plus de {max} {name}"], + "Whether to sort results by the selected metric in descending order.": [ + "Trier ou non les résultats par ordre décroissant en fonction de l'indicateur sélectionné." ], - "How many periods into the future do we want to predict": [ - "Combien de périodes voulons-nous prévoir?" + "Source": ["Source :"], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Met en évidence le flux ou le lien entre les catégories en utilisant l'épaisseur des accords. La valeur et l'épaisseur correspondante peuvent être différentes pour chaque côté." ], - "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 les décalages temporels : sous forme de lignes individuelles; sous forme de différence entre la série temporelle principale et chaque décalage temporel; sous forme de pourcentage de variation; ou sous forme de rapport entre les séries et les décalages temporels." + "Relationships between community channels": [ + "Relations entre les canaux communautaires" + ], + "Chord Diagram": ["Diagramme d'accord"], + "Circular": ["Circulaire"], + "Legacy": ["Hérité"], + "Proportional": ["Proportionnel"], + "Which country to plot the map for?": [ + "Pour quel pays représenter la carte?" ], - "Huge": ["Énorme"], "ISO 3166-2 Codes": ["Codes ISO 3166-2"], - "ISO 8601": ["ISO 8601"], - "Id of root node of the tree.": ["ID du nœud racine de l'arborescence."], - "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.": [ - "Dans le cas de Presto ou Trino, toutes les requêtes dans SQL Lab seront exécutées en tant qu'utilisateur·rice connecté·e qui doit avoir la permission de les exécuter. Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées en tant que compte de service, mais en usurpant l'identité de l'utilisateur·rice connecté·e via la propriété hive.server2.proxy.user." + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Colonne contenant les codes ISO 3166-2 de la région/province/service dans votre tableau." ], - "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.": [ - "Dans le cas de Presto, toutes les requêtes dans SQL Lab seront exécutées en tant qu'utilisateur·rice connecté·e qui doit avoir la permission de les exécuter.
Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées en tant que compte de service, mais en usurpant l'identité de l'utilisateur·rice connecté·e via la propriété hive.server2.proxy.user." + "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.": [ + "Visualise la façon dont une seule mesure varie entre les principales subdivisions d’un pays (États, provinces, etc.) sur une carte de choroplète. La valeur de chaque subdivision est élevée lorsque vous survolez la limite géographique correspondante." ], - "If a metric is specified, sorting will be done based on the metric value": [ - "Si une mesure est définie, le tri sera basé sur sa valeur" + "2D": ["2D"], + "Geo": ["Géo"], + "Sorry, there appears to be no data": [ + "Désolé, il ne semble pas y avoir de données" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "Si les colonnes en double ne sont pas remplacées, elles seront présentées comme « X.1, X.2 ...X.x »" + "Event definition": ["Définition de l’événement"], + "Order by entity id": ["Ordre par ID d’entité"], + "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [ + "Important! Sélectionnez cette option si le tableau n’est pas déjà triée par ID d’entité, sinon il n’y a aucune garantie que tous les événements pour chaque entité sont retournés." ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "" + "Minimum leaf node event count": [ + "Nombre minimum d'événements dans les nœuds de feuilles" ], - "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." + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Les nœuds feuille qui représentent moins que ce nombre d’événements seront initialement masqués dans la visualisation" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Si le tableau existe, faire une des actions suivantes : Échec (pas d'actions), Remplacer (supprimer et recréer la table) ou Ajouter (insérer les données)." + "Select any columns for metadata inspection": [ + "Sélectionner n’importe quelle colonne pour l’inspection des métadonnées" ], - "Ignore null locations": ["Ignorer les emplacements nuls"], - "Ignore time": ["Ignorer le temps"], - "Image (PNG) embedded in email": [ - "Image (PNG) encapsulée dans le courriel" + "Max Events": ["Nombre maximal d’événements"], + "The maximum number of events to return, equivalent to the number of rows": [ + "Le nombre maximal d'événements à retourner, équivalent au nombre de rangées" ], - "Image download failed, please refresh and try again.": [ - "Échec du téléchargement de l’image, veuillez actualiser et réessayer." + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Comparez la durée de différentes activités dans une vue chronologique partagée." ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Se faire passer pour l'utilisateur·rice connecté·e (Presto, Trino, Drill, Hive, and GSheets)" + "Progressive": ["Progressif"], + "Heatmap Options": ["Options de carte thermique"], + "Number of steps to take between ticks when displaying the X scale": [ + "Nombre de pas entre les points de repère lors de l'affichage de l'échelle des X" ], - "Impersonate the logged on user": [ - "Se faire passer pour l'utilisateur·rice connecté·e" + "Number of steps to take between ticks when displaying the Y scale": [ + "Nombre de pas entre les points de repère lors de l'affichage de l'échelle Y" ], - "Import": ["Importer"], - "Import %s": ["Importer %s"], - "Import Dashboard(s)": ["Exporter le ou les tableaux de bords"], - "Import a table definition": ["Importer la définition d'un tableau"], - "Import chart failed for an unknown reason": [ - "L'import du graphique a échoué pour une raison inconnue" + "pixelated (Sharp)": ["pixellisé (aiguisé)"], + "auto (Smooth)": ["auto (lisse)"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "attribut CSS de rendu d'image de l'objet toile qui définit la façon dont le navigateur met à l'échelle l'image" ], - "Import charts": ["Importer des graphiques"], - "Import dashboard failed for an unknown reason": [ - "L'import du tableau de bord a échoué pour une raison inconnue" + "Normalize Across": ["Normaliser à travers"], + "x": ["x"], + "y": ["y"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "La couleur sera ombrée en fonction de la valeur normalisée (0 % à 100 %) d'une cellule donnée par rapport aux autres cellules de la plage sélectionnée : " ], - "Import dashboards": ["Importer les tableaux de bords"], - "Import database failed for an unknown reason": [ - "L'import de la base de données a échoué pour une raison inconnue" + "x: values are normalized within each column": [ + "x : les valeurs sont normalisées dans chaque colonne" ], - "Import dataset failed for an unknown reason": [ - "L'import de l’ensemble de données a échoué pour une raison inconnue" + "y: values are normalized within each row": [ + "y : les valeurs sont normalisées dans chaque rangée" ], - "Import datasets": ["Importer des ensembles 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." + "heatmap: values are normalized across the entire heatmap": [ + "carte thermique : les valeurs sont normalisées sur toute la carte thermique" ], - "Important! Select this if the table is not already sorted by entity id, else there is no guarantee that all events for each entity are returned.": [ - "Important! Sélectionnez cette option si le tableau n’est pas déjà triée par ID d’entité, sinon il n’y a aucune garantie que tous les événements pour chaque entité sont retournés." + "Left Margin": ["Marge gauche"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Marge inférieure, en pixels, offrant plus d’espace pour les étiquettes d’axe" ], - "Include Series": ["Inclure la série"], - "Include a description that will be sent with your report": [ - "Inclure une description qui sera envoyée avec votre rapport" + "Bottom Margin": ["Marge inférieure"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "Marge inférieure, en pixels, offrant plus d’espace pour les étiquettes d’axe" ], - "Include series name as an axis": [ - "Inclure le nom de la série comme axe" + "Value bounds": ["Limites de valeur"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Limites de valeurs dures appliquées pour le codage des couleurs. N'est pertinent et appliqué que lorsque la normalisation est appliquée à l'ensemble de la carte thermique." ], - "Index Column": ["Index de colonne"], - "Info": ["Info"], - "Inner Radius": ["Rayon intérieur"], - "Inner radius of donut hole": ["Rayon intérieur du trou du beigne"], - "Input custom width in pixels": [ - "Visualise les mots dans une colonne qui apparaît le plus souvent. La police plus grosse correspond à une fréquence plus élevée." + "Sort X Axis": ["Trier l’axe des absisses"], + "Sort Y Axis": ["Trier l’axe des ordonnées"], + "Normalized": ["Normalisé"], + "Whether to apply a normal distribution based on rank on the color scale": [ + "Application ou non d’une distribution normale en fonction du classement sur l’échelle de couleurs" ], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Le champ d’entrée prend en charge la rotation personnalisée, p. ex., 30 pour 30°" + "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.": [ + "Visualisez une mesure connexe entre les paires de groupes. Les cartes thermiques excellent à mettre en valeur la corrélation ou la force entre deux groupes. La couleur est utilisée pour souligner la force du lien entre chaque paire de groupes." ], - "Intensity Radius is the radius at which the weight is distributed": [ - "Le rayon d’intensité est le rayon auquel le poids est distribué" + "Sizes of vehicles": ["Tailles des véhicules"], + "Employment and education": ["Emploi et éducation"], + "percentile (exclusive)": ["percentile (exclusif)"], + "Select the numeric columns to draw the histogram": [ + "Sélectionner les colonnes numériques pour dessiner l’histogramme" ], - "Intensity is the value multiplied by the weight to obtain the final weight": [ - "L’intensité est la valeur multipliée par le poids pour obtenir le poids final" + "Select the number of bins for the histogram": [ + "Sélectionner le nombre de rectangles pour l’histogramme" ], - "Interval End column": ["Colonne de fin d'intervalle"], - "Interval start column": ["Première colonne d'intervalle"], - "Invalid JSON": ["JSON invalide"], - "Invalid certificate": ["Certificat invalide"], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ - "Chaine de connexion incorrecte, une chaine correcte s'écrit habituellement : « DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME »

Exemple : « postgresql://user:password@your-postgres-db/database »

" + "X Axis Label": ["Étiquette de l’axe des absisses"], + "Y Axis Label": ["Étiquette de l’axe des ordonnées"], + "Whether to normalize the histogram": ["Normaliser ou non l'histogramme"], + "Whether to make the histogram cumulative": [ + "Si l'histogramme doit être cumulatif" ], - "Invalid cron expression": ["Expression CRON invalide"], - "Invalid cumulative operator: %(operator)s": [ - "Operateur cumulatif invalide : %(operator)s" + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Prenez vos points de données et regroupez-les en « rectangles » pour voir où se trouvent les zones d’information les plus denses" ], - "Invalid currency code in saved metrics": [ - "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés lorsque vous interagissez avec ce graphique. Vous pouvez sélectionner «Tous les graphiques» pour appliquer des filtres à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans le tableau de bord." + "Population age data": ["Données sur l’âge de la population"], + "Contribution": ["Contribution"], + "Compute the contribution to the total": [ + "Calculer la contribution au total" ], - "Invalid date/timestamp format": ["Format d’horodatage invalide"], - "Invalid filter operation type: %(op)s": [ - "Type d'opération de filtrage invalide : %(op)s" + "Pixel height of each series": ["Hauteur des pixels de chaque série"], + "Value Domain": ["Domaine de valeur"], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "série : traiter chaque série indépendamment; dans l’ensemble : toutes les séries utilisent la même échelle; changement : afficher les changements par rapport au premier point de données de chaque série" ], - "Invalid geodetic string": ["Chaîne géodésique non valable"], - "Invalid geohash string": ["Chaîne geohash invalide"], - "Invalid input": ["Saisie erronée"], - "Invalid lat/long configuration.": ["Configuration lat/long non valide."], - "Invalid longitude/latitude": ["Longitude/latitude invalide"], - "Invalid numpy function: %(operator)s": [ - "Fonction numpy invalide : %(operator)s" + "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.": [ + "Compare l'évolution d'une mesure dans le temps entre différents groupes. Chaque groupe est associé à une ligne et l'évolution dans le temps est visualisée par la longueur des barres et la couleur." ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Options invalides pour %(rolling_type)s: %(options)s" + "Dark Cyan": ["Cyan foncé"], + "Gold": ["Or"], + "Longitude": ["Longitude"], + "Column containing longitude data": [ + "Colonne contenant des données de longitude" ], - "Invalid permalink key": ["Clé de liaison permanente non valide"], - "Invalid reference to column: \"%(column)s\"": [ - "Référence non valide à la colonne : « %(column)s »" + "Latitude": ["Latitude"], + "Column containing latitude data": [ + "Colonne contenant des données de latitude" ], - "Invalid result type: %(result_type)s": [ - "Type de résultat invalide : %(result_type)s" + "Clustering Radius": ["Rayon de regroupement"], + "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.": [ + "Rayon (en pixels) utilisé par l’algorithme pour définir une grappe. Choisissez 0 pour désactiver la mise en grappe, mais faites attention, car un grand nombre de points (>1 000) causera un décalage." ], - "Invalid rolling_type: %(type)s": ["rolling_type invalide : %(type)s"], - "Invalid tab ids: %s(tab_ids)": [ - "Identifiants d’onglet non valides : %s(tab_ids)" + "Point Radius": ["Rayon du point"], + "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": [ + "Le rayon des points individuels (ceux qui ne sont pas dans une grappe). Une colonne numérique ou « Auto », qui met à l’échelle le point en fonction de la plus grande grappe" ], - "Is dimension": ["est une Dimension"], - "Is favorite": ["est favori"], - "Is filterable": ["est filtrable"], - "Is tagged": ["est étiqueté"], - "Is temporal": ["est temporel"], - "Is true": ["est vrai"], - "It’s not recommended to truncate axis in Bar chart.": [ - "Il n’est pas recommandé de tronquer l’axe dans le graphique à barres." + "Point Radius Unit": ["Unité de rayon de point"], + "Pixels": ["Pixels"], + "The unit of measure for the specified point radius": [ + "L'unité de mesure pour le rayon de point spécifié" ], - "JAN": ["JAN"], - "JSON": ["JSON"], - "JSON Metadata": ["Méta-données JSON"], - "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 : normalement utilisée par SQLAlchemy." + "Labelling": ["Étiquetage"], + "`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 » est COUNT(*) si un groupe par est utilisé. Les colonnes numériques seront regroupées avec l’agrégateur. Les colonnes non numériques seront utilisées pour étiqueter les points. Laissez vide pour obtenir un compte de points dans chaque regroupement." ], - "JUL": ["JUIL."], - "JUN": ["JUIN"], - "January": ["Janvier"], - "JavaScript data interceptor": ["Intercepteur de données JavaScript"], - "JavaScript onClick href": ["JavaScript onClick href"], - "JavaScript tooltip generator": ["Générateur d’infobulle JavaScript"], - "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 à lire. Si ce n'est pas None, seules ces colonnes seront lues dans le fichier." + "Cluster label aggregator": ["Agrégateur d'étiquettes en grappe"], + "sum": ["somme"], + "std": ["std"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "Fonction d'agrégation appliquée à la liste des points de chaque regroupement pour produire l'étiquette de regroupement." ], - "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.": [ - "Liste Json des valeurs qui doivent être traitées comme nulles. Exemples : [« »], [« None », « N/A »], [« nan », « null »]. Attention : La base de données Hive ne prend en charge qu'une seule valeur. Utilisez [« »] pour une chaîne vide." + "Visual Tweaks": ["Modifications visuelles"], + "Live render": ["Rendu en direct"], + "Points and clusters will update as the viewport is being changed": [ + "Les points et les grappes seront mis à jour au fur et à mesure de la modification de la fenêtre de visualisation." + ], + "Satellite Streets": ["Rues satellites"], + "Outdoors": ["Extérieurs"], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Opacité"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "Opacité de tous les groupes, points et étiquettes. Entre 0 et 1." + ], + "The color for points and clusters in RGB": [ + "La couleur des points et des grappes en RVB" + ], + "Longitude of default viewport": [ + "Longitude de la fenêtre de visualisation par défaut" ], - "July": ["Juillet"], - "June": ["Juin"], - "KPI": ["ICR"], - "Keep control settings?": ["Conserver les paramètres de contrôle?"], - "Keep editing": ["Poursuivre l’édition"], - "Keyboard shortcuts": [""], - "Keys for table": ["Clefs pour le tableau"], - "Label": ["Étiquette"], - "Label Line": ["Ligne d’étiquette"], - "Label for your query": ["Label pour votre requête"], - "Label threshold": ["Seuil d’étiquette"], - "Labelling": ["Étiquetage"], - "Labels for the marker lines": ["Étiquettes pour les lignes de repère"], - "Labels for the markers": ["Étiquettes pour les marqueurs"], - "Labels for the ranges": ["Étiquettes pour les plages"], - "Last": ["Dernier"], - "Last Changed": ["Dernière modification"], - "Last Modified": ["Dernière modification"], - "Last Updated %s": ["Dernière mise à jour %s"], - "Last Updated %s by %s": ["Dernière mise à jour %s par %s"], - "Last modified": ["Dernière modification"], - "Last run": ["Dernière exécution"], - "Latitude": ["Latitude"], "Latitude of default viewport": [ "Latitude de la fenêtre d'affichage par défaut" ], - "Layer configuration": ["Configuration de filtre"], - "Layout": ["Disposition"], - "Layout elements": ["Éléments de disposition"], - "Layout type of graph": ["Type de disposition du graphique"], - "Layout type of tree": ["Type de disposition de l’arbre"], - "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ - "Les nœuds feuille qui représentent moins que ce nombre d’événements seront initialement masqués dans la visualisation" - ], - "Least recently modified": ["Dernière modification en date"], - "Left Margin": ["Marge gauche"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Marge inférieure, en pixels, offrant plus d’espace pour les étiquettes d’axe" + "Zoom": ["Zoom"], + "Zoom level of the map": ["Niveau de zoom de la carte"], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Un ou plusieurs contrôles à regrouper. En cas de regroupement, les colonnes de latitude et de longitude doivent être présentes." ], - "Left to Right": ["Gauche à droite"], - "Left value": ["Valeur gauche"], - "Legacy": ["Hérité"], - "Less than (<)": ["Moins de (<)"], - "Lift percent precision": ["Précision du pourcentage de levée"], "Light mode": ["Mode clair"], - "Like": ["Comme"], - "Limit reached": ["Limite atteinte"], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ - "Limiter les rangées peut entraîner des données incomplètes et des graphiques trompeurs. Envisagez plutôt de filtrer ou de regrouper les noms de source/cible." - ], - "Limits the number of rows that get displayed.": [ - "Limite le nombre de lignes qui sont affichées." + "Dark mode": ["Mode sombre"], + "Scatter": ["Dispersion"], + "Transformable": ["Transformable"], + "Significance Level": ["Niveau de signification"], + "Threshold alpha level for determining significance": [ + "Seuil alpha pour déterminer l’importance" ], - "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." + "p-value precision": ["précision de la valeur p"], + "Number of decimal places with which to display p-values": [ + "Nombre de décimales pour l'affichage des valeurs p" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "Définissez une fonction javascript qui reçoit le tableau de données utilisé dans la visualisation et qui doit renvoyer une version modifiée de ce tableau. Cette fonction peut être utilisée pour modifier les propriétés des données, filtrer ou enrichir le tableau." + "Lift percent precision": ["Précision du pourcentage de levée"], + "Number of decimal places with which to display lift values": [ + "Nombre de décimales pour l'affichage des valeurs de l'ascenseur" ], - "Time-series Line Chart (legacy)": ["Tableau linéaire (héritage)"], - "Line Style": ["Style de ligne"], - "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.": [ - "Le graphique linéaire est utilisé pour visualiser les mesures prises sur une catégorie donnée. Le graphique linéaire est un type de graphique qui affiche les informations sous forme de série de points de données reliés par des segments linéaires. Il s’agit d’un type de tableau de base commun dans de nombreux champs." + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Tableau qui visualise les tests T appariés, qui sont utilisés pour comprendre les différences statistiques entre les groupes." ], - "Line interpolation as defined by d3.js": [ - "Interpolation de lignes telle que définie par d3.js" + "Paired t-test Table": ["Tableau test t par paires"], + "Statistical": ["Statistique"], + "Tabular": ["Tabulaire"], + "Whether to display the interactive data table": [ + "Affichage ou non du tableau de données interactif" ], - "Line width": ["Largeur de la ligne"], - "Linear color scheme": ["Schéma de couleurs linéaire"], - "Linear interpolation": ["Interpolation linéaire"], - "Link Copied!": ["Lien copié!"], - "List of extra columns made available in JavaScript functions": [ - "Liste des colonnes supplémentaires disponibles dans les fonctions JavaScript" + "Include Series": ["Inclure la série"], + "Include series name as an axis": [ + "Inclure le nom de la série comme axe" ], - "List of n+1 values for bucketing metric into n buckets.": [ - "Liste des valeurs n+1 pour le classement des mesures en n seaux." + "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.": [ + "Représente les mesures individuelles pour chaque ligne de données verticalement et les relie par une ligne. Ce graphique est utile pour comparer plusieurs mesures sur l'ensemble des échantillons ou des lignes de données." ], - "List of values to mark with lines": [ - "Liste des valeurs à marquer avec des lignes" + "Ignore time": ["Ignorer le temps"], + "Standard time series": ["Série de temps standard"], + "Mean of values over specified period": [ + "Moyenne des valeurs sur une période spécifiée" ], - "List of values to mark with triangles": [ - "Liste des valeurs à marquer avec des triangles" + "Sum of values over specified period": [ + "Somme des valeurs sur une période spécifiée" ], - "Live CSS editor": ["Editeur CSS en ligne"], - "Live render": ["Rendu en direct"], - "Load a CSS template": ["Chargerun modèle CSS"], - "Loaded data cached": ["Données mises en cache chargées"], - "Loaded from cache": ["Chargées depuis le cache"], - "Loading...": ["Chargement..."], - "Log Scale": ["Échelle logarithmique"], - "Log retention": ["Conservation des journaux"], - "Logarithmic axis": ["Axe logarithmique"], - "Logarithmic scale on primary y-axis": [ - "Échelle logarithmique sur l'axe des ordonnées primaire" + "Metric change in value from `since` to `until`": [ + "Variation de la valeur mesure de « depuis » à « jusqu’à »" ], - "Logarithmic scale on secondary y-axis": [ - "Échelle logarithmique sur axe des ordonnées secondaire" + "Metric percent change in value from `since` to `until`": [ + "Pourcentage de variation de la valeur mesure de « depuis » à « jusqu’à »" ], - "Logarithmic x-axis": [ - "Taille minimale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon minimal." + "Metric factor change from `since` to `until`": [ + "Le facteur mesure passe de « depuis » à « jusqu’à »" ], - "Logarithmic y-axis": ["Axe des ordonnées logarithmique"], - "Login": ["Connexion"], - "Logout": ["Déconnexion"], - "Logs": ["Journaux"], - "Long dashed": ["Long tiret"], - "Longitude": ["Longitude"], - "Longitude & Latitude columns": ["Colonnes longitude et latitude"], - "Longitude of default viewport": [ - "Longitude de la fenêtre de visualisation par défaut" + "Use the Advanced Analytics options below": [ + "Utiliser les options d’analyse avancée ci-dessous" ], - "Lower threshold must be lower than upper threshold": [""], - "MAR": ["MAR"], - "MAY": ["MAI"], - "MON": ["LUN"], - "Main Datetime Column": ["Colonne principale d’horodatage"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "Assurez-vous que les commandes sont configurées correctement et que la source de données contient des données pour la plage de temps sélectionnée" + "Settings for time series": ["Paramètres pour les séries temporelles"], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "Le nombre maximal de subdivisions de chaque groupe; les valeurs inférieures sont d’abord élaguées" ], - "Make the x-axis categorical": [""], - "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" + "Partition Threshold": ["Seuil de partition"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "Les partitions dont les proportions de hauteur par rapport à la hauteur du parent sont inférieures à cette valeur sont élaguées." ], - "Manage": ["Gérer"], - "Mandatory": ["Obligatoire"], - "Manually set min/max values for the y-axis.": [ - "Définir manuellement les valeurs min/max pour l’axe des ordonnées." + "Log Scale": ["Échelle logarithmique"], + "Use a log scale": ["Utiliser une échelle de journalisation"], + "Equal Date Sizes": ["Taille des dates égales"], + "Check to force date partitions to have the same height": [ + "Cochez cette case pour forcer les partitions de date à avoir la même hauteur" ], - "Mapbox": ["Mapbox"], - "March": ["Mars"], - "Mark a column as temporal in \"Edit datasource\" modal": [ - "Marquer une colonne comme temporelle dans le modal « Modifier la source de données »" + "Rich Tooltip": ["Infobulle détaillée"], + "The rich tooltip shows a list of all series for that point in time": [ + "L’infobulle détaillée affiche une liste de toutes les séries pour ce moment" ], - "Marker Size": ["Taille du marqueur"], - "Marker line labels": ["Étiquettes des lignes de marquage"], - "Marker lines": ["Lignes de marquage"], - "Marker size": ["Taille du marqueur"], - "Markup type": ["Type de marqueur"], - "Max": ["Max"], - "Max Events": ["Nombre maximal d’événements"], - "Maximum": ["Maximum"], - "Maximum Font Size": ["Taille maximale de la police"], - "Maximum Radius": ["Rayon maximal"], - "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ - "Taille maximale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon maximal." + "cumsum": ["cumsum"], + "30 days": ["30 jours"], + "1T": ["1T"], + "1H": ["1H"], + "1D": ["1D"], + "7D": ["7J"], + "1M": ["1M"], + "1AS": ["1AS"], + "Method": ["Méthode"], + "asfreq": ["asfreq"], + "bfill": ["bfill"], + "ffill": ["ffill"], + "median": ["médiane"], + "Part of a Whole": ["Fait partie d’un tout"], + "Compare the same summarized metric across multiple groups.": [ + "Comparez la même mesure résumée entre plusieurs groupes." ], - "Maximum value on the gauge axis": [ - "Valeur maximale sur l’axe de l’indicateur" + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Vérifiez si le diagramme en rose doit utiliser la surface du segment au lieu du rayon du segment pour le calcul des proportions." ], - "May": ["Mai"], - "Mean of values over specified period": [ - "Moyenne des valeurs sur une période spécifiée" + "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.": [ + "Un tableau de coordonnées polaires où le cercle est divisé en coins d’angle égal et où la valeur représentée par n’importe quel coin est illustrée par sa zone, plutôt que par son rayon ou son angle de balayage." ], - "Median": ["Médiane"], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ - "Largeur médiane du bord, le bord le plus épais sera 4 fois plus épais que le bord le plus mince." + "Advanced-Analytics": ["Analyses avancées"], + "Multi-Layers": ["Couches multiples"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Limiter les rangées peut entraîner des données incomplètes et des graphiques trompeurs. Envisagez plutôt de filtrer ou de regrouper les noms de source/cible." ], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "Taille du nœud médiane, le plus grand nœud sera 4 fois plus grand que le plus petit" + "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.": [ + "Visualise le flux des valeurs de différents groupes à travers les différentes étapes d’un système. Les nouvelles étapes du pipeline sont visualisées comme des nœuds ou des couches. L’épaisseur des barres ou des bords représente la mesure visualisée." ], - "Medium": ["Moyen"], - "Menu actions trigger": ["Déclencheur des actions de menu"], - "Message content": ["Contenu du message"], - "Metadata Parameters": ["Paramètres de métadonnées"], - "Metadata has been synced": ["Les métadonnées ont été synchronisées"], - "Method": ["Méthode"], - "Metric": ["Mesure"], - "Metric '%(metric)s' does not exist": [ - "La mesure « %(metric)s » n'existe pas" + "Demographics": ["Données démographiques"], + "Survey Responses": ["Réponses à l'enquête"], + "Sankey Diagram": ["Diagramme Sankey"], + "Percentages": ["Pourcentages"], + "Sankey Diagram with Loops": ["Diagramme Sankey avec boucles"], + "Country Field Type": ["Type de champ de pays"], + "code International Olympic Committee (cioc)": [ + "code Comité international olympique (CCIO)" ], - "Metric assigned to the [X] axis": ["Mesure assignée à l'axe [X]"], - "Metric assigned to the [Y] axis": ["Mesure assignée à l'axe [Y]"], - "Metric change in value from `since` to `until`": [ - "Variation de la valeur mesure de « depuis » à « jusqu’à »" + "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)"], + "The country code standard that Superset should expect to find in the [country] column": [ + "Le code pays standard que Superset s'attend à trouver dans la colonne [pays]." ], - "Metric currency": [""], - "Metric factor change from `since` to `until`": [ - "Le facteur mesure passe de « depuis » à « jusqu’à »" + "Whether to display bubbles on top of countries": [ + "Affichage ou non des bulles au-dessus des pays" ], - "Metric for node values": ["Mesure pour les valeurs de nœud"], - "Metric name [%s] is duplicated": ["Le nom de mesure [%s] est dupliqué"], - "Metric percent change in value from `since` to `until`": [ - "Pourcentage de variation de la valeur mesure de « depuis » à « jusqu’à »" + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "Choisissez si un pays doit être ombré par la mesure ou si une couleur doit lui être attribuée sur la base d'une palette de couleurs catégorielles." ], "Metric that defines the size of the bubble": [ "Mesure qui définit la taille de la bulle" ], + "A map of the world, that can indicate values in different countries.": [ + "Une carte du monde qui peut indiquer des valeurs dans différents pays." + ], + "Multi-Variables": ["Multi-variables"], + "Popular": ["Populaire"], + "Pick a set of deck.gl charts to layer on top of one another": [ + "Choisissez un ensemble de graphiques deck.gl à superposer." + ], + "Compose multiple layers together to form complex visuals.": [ + "Composer des couches multiples pour former des images complexes." + ], + "deckGL": ["deckGL"], + "Point to your spatial columns": ["Pointez vos colonnes spatiales"], + "Pick a dimension from which categorical colors are defined": [ + "Choisissez une dimension à partir de laquelle les couleurs catégorielles sont définies." + ], + "Advanced": ["Avancé"], + "Plot the distance (like flight paths) between origin and destination.": [ + "Tracez la distance (comme les trajectoires de vol) entre le point d'origine et la destination." + ], + "3D": ["3D"], + "Web": ["Web"], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [ + "La fonction à utiliser lors de l’agrégation de points en groupes" + ], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" + ], "Metric used as a weight for the grid's coloring": [ "Mesure utilisée comme poids pour la coloration de la grille" ], - "Metric used to calculate bubble size": [ - "Mesure utilisée pour calculer la taille des bulles" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Utilise l’estimation de la densité du noyau gaussien pour visualiser la distribution spatiale des données" + ], + "Spatial": ["Spatial"], + "pixels": [""], + "Point Radius Scale": ["Échelle du rayon du point"], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "La couche GeoJsonLayer reçoit des données au format GeoJSON et les restitue sous forme de polygones, de lignes et de points interactifs (cercles, icônes et/ou textes)." ], + "Height": ["Hauteur"], "Metric used to control height": [ "Mesure utilisée pour contrôler la hauteur" ], - "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).": [ - "Mesure utilisée pour définir comment les séries principales sont triées si une limite de série ou de rangée est définie. Si indéfini, la première mesure sera utilisée (si approprié)." - ], - "Metrics": ["Mesures"], - "Midnight": ["Minuit"], - "Min": ["Min"], - "Min periods": ["Périodes minimales"], - "Min/max (no outliers)": ["Min/max (sans valeurs aberrantes)"], - "Mine": ["Mien"], - "Minimum Font Size": ["Taille minimale de la police"], - "Minimum Radius": ["Rayon minimum"], - "Minimum leaf node event count": [ - "Nombre minimum d'événements dans les nœuds de feuilles" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Visualisez des données géospatiales telles que des bâtiments, des paysages ou des objets en 3D dans une vue grille." ], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ - "Taille minimale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon minimal." + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "L’intensité est la valeur multipliée par le poids pour obtenir le poids final" ], - "Minimum threshold in percentage points for showing labels.": [ - "Seuil minimum en points de pourcentage pour afficher les étiquettes." + "Intensity Radius is the radius at which the weight is distributed": [ + "Le rayon d’intensité est le rayon auquel le poids est distribué" ], - "Minimum value for label to be displayed on graph.": [ - "Valeur minimale pour que l'étiquette soit affichée sur le graphique." - ], - "Minimum value on the gauge axis": [ - "Valeur minimale sur l’axe de la jauge" + "p1": ["p1"], + "p5": ["p5"], + "p95": ["p95"], + "p99": ["p99"], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Superpose une grille hexagonale sur une carte et agrège les données à l'intérieur du périmètre de chaque cellule." ], - "Minor Split Line": ["Ligne de séparation mineure"], - "Minute": ["Minute"], - "Minutes %s": ["Minutes %s"], - "Missing dataset": ["Ensemble de données manquant"], - "Modified": ["Modifié"], - "Modified %s": ["%s modifié"], - "Modified by": ["Modifié"], - "Modified columns: %s": ["Colonnes modifiées : %s"], - "Monday": ["Lundi"], - "Month": ["Mois"], - "Months %s": ["Mois %s"], - "Move only": ["Déplacer seulement"], - "Moves the given set of dates by a specified interval.": [ - "Décale l'ensemble de dates d'un intervalle spécifié." + "Polyline": ["Polyline"], + "Visualizes connected points, which form a path, on a map.": [ + "Visualise les points connectés, qui forment un chemin, sur une carte." ], - "Multi-Layers": ["Couches multiples"], - "Multi-Levels": ["Niveaux multiples"], - "Multi-Variables": ["Multi-variables"], - "Multiple": ["Multiple"], - "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ - "Les extensions de fichiers multiples ne sont pas autorisées pour les téléchargements en colonnes. Veuillez vous assurer que tous les fichiers ont la même extension." + "Opacity, expects values between 0 and 100": [ + "Opacité, attend des valeurs entre 0 et 100" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Plusieurs formats sont acceptés, consultez la bibliothèque Python geopy.points pour plus de détails." + "Number of buckets to group data": [ + "Nombre de groupes de données pour regrouper les données" ], - "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 [Étiquette]" + "How many buckets should the data be grouped in.": [ + "Combien de groupes de données doivent être regroupés?" ], - "Must have at least one numeric column specified": [ - "Au moins une colonne numérique doit être spécifiée" + "Bucket break points": ["Points de rupture du seau"], + "List of n+1 values for bucketing metric into n buckets.": [ + "Liste des valeurs n+1 pour le classement des mesures en n seaux." ], - "Must provide credentials for the SSH Tunnel": [ - "Doit fournir les identifiants pour le tunnel SSH" + "Whether to apply filter when items are clicked": [ + "Application ou non du filtre lorsque vous cliquez sur les éléments" ], - "Must specify a value for filters with comparison operators": [ - "Doit spécifier une valeur pour les filtres avec opérateurs de comparaison" + "Allow sending multiple polygons as a filter event": [ + "Autoriser l’envoi de plusieurs polygones comme événement de filtre" ], - "My beautiful colors": ["Mes belles couleurs"], - "My column": ["Ma colonne"], - "My metric": ["Ma mesure"], - "N/A": ["S. O."], - "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 du tableau à créer à partir des données en colonne." + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Visualise les zones géographiques de vos données sous forme de polygones sur une carte rendue par Mapbox. Les polygones peuvent être colorés à l’aide d’une mesure." ], - "Name of table to be created from excel data.": [ - "Nom du tableau à créer à partir des données excel." + "Category": ["Catégorie"], + "Point Unit": ["Unité de point"], + "Radius in kilometers": ["Rayon en kilomètres"], + "Radius in miles": ["Rayon en milles"], + "Minimum Radius": ["Rayon minimum"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Taille minimale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon minimal." ], - "Name of the column containing the id of the parent node": [ - "Nom de la colonne contenant l'ID du nœud parent" + "Maximum Radius": ["Rayon maximal"], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "Taille maximale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon maximal." ], - "Name of the source nodes": ["Nom des nœuds sources"], - "Name of the table that exists in the source database": [ - "Nom du tableau qui existe dans la base de données source" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Une carte qui représente des cercles d'un rayon variable à des coordonnées de latitude/longitude." ], - "Name of the target nodes": ["Nom des nœuds cibles"], - "Name your database": ["Nom de votre base de données"], - "Need help? Learn how to connect your database": [ - "Besoin d’aide? Apprenez comment connecter votre base de données" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Agrége les données dans les limites des cellules de la grille et fait correspondre les valeurs agrégées à une échelle de couleurs dynamique." ], - "Need help? Learn more about": ["Besoin d’aide? En savoir plus sur"], - "New chart": ["Nouveau graphique"], - "New columns added: %s": ["Nouvelles colonnes ajoutées : %s"], - "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 Data": ["Aucune donnée"], - "No annotation layers yet": ["Pas encore de couche d'annotations"], - "No annotation yet": ["Pas encore d'annotations"], - "No charts": ["Aucun graphique"], - "No compatible columns found": ["Aucune colonne compatible trouvée"], - "No data": ["Aucune donnée"], - "No data after filtering or data is NULL for the latest time record": [ - "Pas de données après le filtrage ou données NULLES pour le dernier enregistrement temporel" + "For more information about objects are in context in the scope of this function, refer to the": [ + "Pour obtenir de plus amples renseignements sur les objets dans le contexte de la portée de cette fonction, reportez-vous au" ], - "No data in file": ["Pas de données dans le fichier"], - "No databases match your search": [ - "Aucune base de données ne correspond à votre recherche" + " source code of Superset's sandboxed parser": [ + " code source de l'analyseur de bac à sable du standard Superset" ], - "No description available.": ["Aucune description disponible."], - "No entities have this tag currently assigned": [ - "Nous ne pouvons pas nous connecter à votre base de données. Cliquez sur «Voir plus» pour obtenir des renseignements fournis par la base de données qui pourraient aider à résoudre le problème." + "This functionality is disabled in your environment for security reasons.": [ + "Cette fonctionnalité est désactivée dans votre environnement pour des raisons de sécurité." ], - "No filter": ["Aucun filtre"], - "No filter is selected.": ["Pas de filtre sélectionné."], - "No form settings were maintained": [ - "Aucun paramètre de formulaire n'a été conservé" + "Ignore null locations": ["Ignorer les emplacements nuls"], + "Whether to ignore locations that are null": [ + "Ignorer ou non les emplacements qui sont nuls" ], - "No matching records found": [ - "Aucun enregistrement correspondant n'a été trouvé" + "Auto Zoom": ["Zoom automatique"], + "When checked, the map will zoom to your data after each query": [ + "Si cette option est cochée, la carte sera zoomée sur vos données après chaque requête." ], - "No records found": ["Aucun enregistrement n'a été trouvé"], - "No results found": ["Aucun résultat trouvé"], - "No results match your filter criteria": [ - "Aucun résultat ne correspond à vos critères de filtrage" + "Extra data for JS": ["Données supplémentaires pour JS"], + "List of extra columns made available in JavaScript functions": [ + "Liste des colonnes supplémentaires disponibles dans les fonctions JavaScript" ], - "No results were returned for this query": [ - "Aucun résultat n'a été obtenu pour cette requête" + "JavaScript data interceptor": ["Intercepteur de données JavaScript"], + "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ + "Définissez une fonction javascript qui reçoit le tableau de données utilisé dans la visualisation et qui doit renvoyer une version modifiée de ce tableau. Cette fonction peut être utilisée pour modifier les propriétés des données, filtrer ou enrichir le tableau." ], - "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.": [ - "Aucun résultat n'a été renvoyé pour cette requête. Si vous vous attendiez à ce que des résultats soient renvoyés, assurez-vous que les filtres sont configurés correctement et que la source de données contient des données pour la période sélectionnée." + "JavaScript tooltip generator": ["Générateur d’infobulle JavaScript"], + "Define a function that receives the input and outputs the content for a tooltip": [ + "Définissez une fonction qui reçoit l'entrée et produit le contenu d'une info-bulle" ], - "No stored results found, you need to re-run your query": [ - "Aucun résultat stocké n'a été trouvé, vous devez réexécuter votre requête." + "JavaScript onClick href": ["JavaScript onClick href"], + "Define a function that returns a URL to navigate to when user clicks": [ + "Définissez une fonction qui renvoie une URL vers laquelle naviguer lorsque l'utilisateur·rice clique." ], - "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 mesure, essayez l'onglet Custom SQL." + "Line width": ["Largeur de la ligne"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + " Réglez l’opacité à 0 si vous ne voulez pas remplacer la couleur spécifiée dans le GeoJSON" ], - "No time columns": ["Pas de colonnes horaires"], - "No validator found (configured for the engine)": [ - "Aucun validateur trouvé (configuré pour le moteur)" + "Defines the grid size in pixels": [ + "Définit la taille de la grille en pixels" ], - "Node label position": ["Position de l'étiquette du nœud"], - "None": ["Aucun"], - "None -> Arrow": ["Aucun -> Flèche"], - "None -> None": ["Aucun -> Aucun"], - "Normal": ["Normal"], - "Normalize Across": ["Normaliser à travers"], - "Normalized": ["Normalisé"], - "Not null": ["Non nul"], - "Not up to date": ["Pas à jour"], - "Nothing triggered": ["Rien déclenché"], - "Notification method": ["Méthode de notification"], - "November": ["Novembre"], - "Now": ["Maintenant"], - "Null or Empty": ["Null ou vide"], - "Null values": ["Valeurs nulles"], - "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.": [ - "Bornes numériques utilisées pour le codage des couleurs du rouge au bleu. Inversez les nombres pour le bleu vers le rouge. Pour obtenir un rouge ou un bleu pur, vous pouvez saisir uniquement min ou max." + "Parameters related to the view and perspective on the map": [ + "Paramètres relatifs à la vue et à la perspective sur la carte" ], - "Number of buckets to group data": [ - "Nombre de groupes de données pour regrouper les données" + "Fixed point radius": ["Rayon de point fixe"], + "Factor to multiply the metric by": [ + "Facteur permettant de multiplier la mesure par" ], - "Number of decimal digits to round numbers to": [ - "Nombre de chiffres décimaux pour arrondir les nombres" + "geohash (square)": ["geohash (carré)"], + "Show Markers": ["Afficher les marqueurs"], + "Show data points as circle markers on the lines": [ + "Afficher les points de données sous forme de marqueurs circulaires sur les lignes" ], - "Number of decimal places with which to display lift values": [ - "Nombre de décimales pour l'affichage des valeurs de l'ascenseur" + "Y bounds": ["Limites des ordonnées"], + "Whether to display the min and max values of the Y-axis": [ + "Affichage ou non des valeurs min et max de l’axe des ordonnées" ], - "Number of decimal places with which to display p-values": [ - "Nombre de décimales pour l'affichage des valeurs p" + "Y 2 bounds": ["Limites ordonnées 2"], + "Line Style": ["Style de ligne"], + "step-before": ["step-before"], + "Line interpolation as defined by d3.js": [ + "Interpolation de lignes telle que définie par d3.js" ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "Utiliser les mesures comme groupe de niveau supérieur pour les colonnes ou les lignes" + "Whether to display the time range interactive selector": [ + "Affichage ou non du sélecteur interactif de plage horaire" ], - "Number of periods to ratio against": ["Nombre de périodes à rapporter"], - "Number of rows of file to read.": [ - "Nombre de lignes du fichier à lire." + "Extra Controls": ["Contrôles supplémentaires"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Montrer ou non des contrôles supplémentaires. Les contrôles supplémentaires comprennent des choses comme faire des tableaux à barres multiples empilés ou côte à côte." ], - "Number of rows to skip at start of file.": [ - "Nombre de lignes à sauter au début du fichier." + "X Tick Layout": ["Disposition des points de repère X"], + "The way the ticks are laid out on the X-axis": [ + "La façon dont les points de repères sont disposés sur l’axe des absisses" ], - "Number of split segments on the axis": [ - "Nombre de segments divisés sur l'axe" + "Y Log Scale": ["Échelle logarithmique des ordonnées"], + "Use a log scale for the Y-axis": [ + "Utiliser une échelle de journalisation pour l’axe des ordonnées" ], - "Number of steps to take between ticks when displaying the X scale": [ - "Nombre de pas entre les points de repère lors de l'affichage de l'échelle des X" + "Y Axis Bounds": ["Limites de l’axe des ordonnées"], + "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 de l'axe des ordonnées. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." ], - "Number of steps to take between ticks when displaying the Y scale": [ - "Nombre de pas entre les points de repère lors de l'affichage de l'échelle Y" + "Y Axis 2 Bounds": ["Limites de l’axe des ordonnées 2"], + "X bounds": ["Limites X"], + "Whether to display the min and max values of the X-axis": [ + "Affichage ou non des valeurs min et max de l’axe des absisses" ], - "Numerical range": ["Interval numérique"], - "OCT": ["OCT"], - "OK": ["OK"], - "OVERWRITE": ["REMPLACER"], - "October": ["Octobre"], - "Offline": ["Hors ligne"], - "Offset": ["Décalage"], - "On Grace": ["Sur la grâce"], - "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 à regrouper. Les regroupements à forte cardinalité doivent inclure une limite de séries afin de limiter le nombre de séries recherchées et rendues." + "Show the value on top of the bar": [ + "Afficher la valeur en haut de la barre" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Un ou plusieurs contrôles à regrouper. En cas de regroupement, les colonnes de latitude et de longitude doivent être présentes." + "Stacked Bars": ["Barres empilées"], + "Reduce X ticks": ["Réduire X points de repère"], + "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.": [ + "Réduit le nombre de points de repère de l’axe des abscisses à afficher. Si la valeur est définie à True, l’axe des abscisses ne débordera pas et des étiquettes pourraient être manquantes. Si elle est fausse, une largeur minimale sera appliquée aux colonnes et la largeur pourrait déborder dans un défilement horizontal." ], - "One or many controls to pivot as columns": [ - "Un ou plusieurs contrôles à pivoter en tant que colonnes" + "You cannot use 45° tick layout along with the time range filter": [ + "Vous ne pouvez pas utiliser la disposition de 45° avec le filtre de plage de temps" ], - "One or many metrics to display": ["Une ou plusieurs mesures à afficher"], - "One or more columns already exist": [ - "Une ou plusieurs colonnes existent déjà" + "Stacked Style": ["Style empilé"], + "Evolution": ["Évolution"], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "Un graphique de séries temporelles qui visualise comment une mesure connexe de plusieurs groupes varie au fil du temps. Chaque groupe est visualisé en utilisant une couleur différente." ], - "One or more columns are duplicated": [ - "Une ou plusieurs colonnes sont en double" + "Stacked style": ["Style empilé"], + "Video game consoles": ["Consoles de jeux vidéo"], + "Continuous": ["En continu"], + "nvd3": ["nvd3"], + "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.": [ + "Visualisez comment une mesure change au fil du temps à l’aide de barres. Ajoutez un groupe par colonne pour visualiser les mesure au niveau du groupe et la façon dont elles changent au fil du temps." ], - "One or more columns do not exist": [ - "Une ou plusieurs colonnes n'existent pas" + "X Log Scale": ["Échelle logarithmique X"], + "Use a log scale for the X-axis": [ + "Utiliser une échelle de journalisation pour l’axe des absisses" ], - "One or more metrics already exist": [ - "Une ou plusieurs mesures existent déjà" + "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.": [ + "Visualise une mesure sur trois dimensions de données dans un seul graphique (axe des absisses, axe des ordonnées et taille des bulles). Les bulles du même groupe peuvent être présentées en utilisant la couleur des bulles." ], - "One or more metrics are duplicated": [ - "Une ou plusieurs mesures sont dupliquées" + "Ranges to highlight with shading": [ + "Intervalles à mettre en évidence avec ombrage" ], - "One or more metrics do not exist": [ - "Une ou plusieurs mesures n'existent pas" + "Range labels": ["Étiquettes d’intervalle"], + "Labels for the ranges": ["Étiquettes pour les plages"], + "List of values to mark with triangles": [ + "Liste des valeurs à marquer avec des triangles" ], - "One or more parameters needed to configure a database are missing.": [ - "Un ou plusieurs paramètres nécessaires à la configuration d'une base de données sont manquants." + "Labels for the markers": ["Étiquettes pour les marqueurs"], + "Marker lines": ["Lignes de marquage"], + "List of values to mark with lines": [ + "Liste des valeurs à marquer avec des lignes" ], - "One or more parameters specified in the query are missing.": [ - "Un ou plusieurs paramètres spécifiés dans la requête sont manquants." + "Marker line labels": ["Étiquettes des lignes de marquage"], + "Labels for the marker lines": ["Étiquettes pour les lignes de repère"], + "KPI": ["ICR"], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Affiche la progression d’une seule mesure par rapport à une cible donnée. Plus le remplissage est élevé, plus la mesure est proche de la cible." ], - "One ore more annotation layers failed loading.": [ - "Le chargement d'une ou plusieurs couches d'annotations a échoué." + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Visualise de nombreux objets de séries temporelles différents dans un seul tableau. Ce graphique est en cours d’amortissement et nous vous recommandons d’utiliser plutôt le graphique des séries temporelles." ], - "Only SELECT statements are allowed against this database.": [ - "Seules les instructions SELECT sont autorisées pour cette base de données." + "Sort bars by x labels.": ["Trier les barres par étiquettes x."], + "Defines how each series is broken down": [ + "Définit la manière dont chaque série est décomposée" ], - "Only Total": ["Seulement le total"], - "Only `SELECT` statements are allowed": [ - "Seules les instructions « SELECT » sont autorisées" + "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.": [ + "Compare les mesures de différentes catégories à l'aide de barres. La longueur des barres est utilisée pour indiquer l'ampleur de chaque valeur et la couleur est utilisée pour différencier les groupes." ], - "Only applies when \"Label Type\" is not set to a percentage.": [ - "S'applique uniquement lorsque le « Type d'étiquette » n'est pas réglé sur un pourcentage." + "Bar Chart (legacy)": ["Graphique en barres (hérité)"], + "Propagate": ["Répandre"], + "Send range filter events to other charts": [ + "Envoyer des événements de filtre de plage à d'autres graphiques" ], - "Only applies when \"Label Type\" is set to show values.": [ - "Ne s'applique que lorsque le « Type d'étiquette » est réglé sur l'affichage des valeurs." + "Classic chart that visualizes how metrics change over time.": [ + "Graphique classique qui visualise comment les mesures changent au fil du temps." ], - "Only selected panels will be affected by this filter": [ - "Seuls les panneaux sélectionnés seront affectés par ce filtre" + "Battery level over time": ["Niveau de la batterie au fil du temps"], + "Time-series Line Chart (legacy)": ["Tableau linéaire (héritage)"], + "Value": ["Valeur"], + "Category, Value and Percentage": ["Catégorie, valeur et pourcentage"], + "What should be shown on the label?": [ + "Que doit-on indiquer sur l'étiquette?" ], - "Only show the total value on the stacked chart, and not show on the selected category": [ - "N'affichez que la valeur totale sur le graphique empilé, et pas sur la catégorie sélectionnée." + "Do you want a donut or a pie?": ["Voulez-vous un beigne ou une tarte?"], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "Afficher ou non lesdesétiquettes. Notez que l’étiquette s’affiche uniquement lorsque le seuil est de 5 %." ], - "Only single queries supported": [ - "Seules les requêtes uniques sont prises en charge" + "Put labels outside": ["Placer les étiquettes à l’extérieur"], + "Put the labels outside the pie?": [ + "Placer les étiquettes à l’extérieur du graphique circulaire?" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Seules les extensions de fichier suivantes sont autorisées : %(allowed_extensions)s" + "Year (freq=AS)": ["Année (freq=AS)"], + "Day (freq=D)": ["Jour (foire = J)"], + "4 weeks (freq=4W-MON)": ["4 semaines (freq=4W-MON)"], + "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.": [ + "La périodicité sur laquelle pivoter le temps. Les utilisateurs peuvent fournir un alias de décalage « Pandas ». Cliquez sur la bulle d'information pour plus de détails sur les expressions « freq » acceptées." ], - "Opacity": ["Opacité"], - "Opacity of Area Chart. Also applies to confidence band.": [ - "Opacité du graphique en aires. S'applique également à la bande de confiance." + "Show legend": ["Afficher la légende"], + "Whether to display a legend for the chart": [ + "Affichage ou non une légende pour le graphique" ], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Opacité de tous les groupes, points et étiquettes. Entre 0 et 1." + "Scroll": ["Défiler"], + "Plain": ["Simple"], + "Show series values on the chart": [ + "Afficher les valeurs de série sur le graphique" ], - "Opacity of area chart.": ["Opacité du diagramme en aires."], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" + "Stack series on top of each other": [ + "Empilez les séries les unes sur les autres" ], - "Opacity, expects values between 0 and 100": [ - "Opacité, attend des valeurs entre 0 et 100" + "Only Total": ["Seulement le total"], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "N'affichez que la valeur totale sur le graphique empilé, et pas sur la catégorie sélectionnée." ], - "Open Datasource tab": ["Ouvrir l'onglet Source de données"], - "Open in SQL Lab": ["Ouvrir dans SQL Lab"], - "Open query in SQL Lab": ["Ouvrir une 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.": [ - "Exploiter la base de données en mode asynchrone, ce qui signifie que les requêtes sont exécutées sur des travailleurs distants plutôt que sur le serveur web lui-même. Cela suppose que vous disposiez d'un collaborateur Celery ainsi que d'un programme dorsal de résultats. Reportez-vous à la documentation d'installation pour plus d'informations." + "Minimum threshold in percentage points for showing labels.": [ + "Seuil minimum en points de pourcentage pour afficher les étiquettes." ], - "Operator": ["Opérateur"], - "Operator undefined for aggregator: %(name)s": [ - "Opérateur indéfini pour l'agrégat : %(name)s" + "Rich tooltip": ["Infobulle détaillée"], + "Shows a list of all series available at that point in time": [ + "Affiche une liste de toutes les séries disponibles à ce moment" ], - "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 uniquement sur certains moteurs de base de données." + "Whether to sort tooltip by the selected metric in descending order.": [ + "Trier ou non les infobulles par ordre décroissant en fonction de l'indicateur sélectionné." ], - "Optional name of the data column.": [ - "Nom facultatif de la colonne de données." + "Tooltip": ["Infobulle"], + "Based on what should series be ordered on the chart and legend": [ + "En fonction de ce qui devrait être commandé sur le graphique et la légende" ], - "Optional warning about use of this metric": [ - "Avertissement facultatif concernant l'utilisation de cette mesure" + "Sort series in ascending order": ["Trier les séries en ordre croissant"], + "Rotate x axis label": [ + "Faire pivoter l’étiquette de l’axe des absisses" ], - "Or choose from a list of other databases we support:": [ - "Ou choisissez parmi une liste d'autres bases de données que nous prenons en charge :" + "Input field supports custom rotation. e.g. 30 for 30°": [ + "Le champ d’entrée prend en charge la rotation personnalisée, p. ex., 30 pour 30°" ], - "Order by entity id": ["Ordre par ID d’entité"], - "Order results by selected columns": [ - "Ordonner les résultats par colonnes sélectionnées" + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "Marquer une colonne comme temporelle dans le modal «Modifier la source de données»" ], - "Original table column order": ["Ordre des colonnes du tableau original"], - "Original value": ["Valeur d'origine"], - "Orthogonal": ["Orthogonal"], - "Other": ["Autre"], - "Outdoors": ["Extérieurs"], - "Outer Radius": ["Rayon extérieur"], - "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.": [ - "Superposez une ou plusieurs séries temporelles à partir d'une période de temps relative. Les deltas temporels relatifs doivent être exprimés en langage naturel (exemple : 24 heures, 7 jours, 52 semaines, 365 jours). Le texte libre est pris en charge." + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ + "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ - "Superpose une grille hexagonale sur une carte et agrège les données à l'intérieur du périmètre de chaque cellule." + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Not up to date": ["Pas à jour"], + "No data": ["Aucune donnée"], + "No data after filtering or data is NULL for the latest time record": [ + "Pas de données après le filtrage ou données NULLES pour le dernier enregistrement temporel" ], - "Overwrite": ["Remplacer"], - "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": [ - "Remplacer le texte de l'éditeur par une requête sur ce tableau" + "Try applying different filters or ensuring your datasource has data": [ + "Essayez d’appliquer différents filtres ou de vous assurer que votre source de données contient des données" ], - "Owned Created or Favored": ["Propriétaire créé ou privilégié"], - "Owner": ["Propriétaire"], - "Owners": ["Propriétaires"], - "Owners are invalid": ["Les propriétaires ne sont pas valides"], - "Owners is a list of users who can alter the dashboard.": [ - "Les propriétaires est une liste d'utilisateur·rice·s qui peuvent modifier le tableau de bord." + "Big Number Font Size": ["Taille de police des grands nombres"], + "Small": ["Petit"], + "Normal": ["Normal"], + "Huge": ["Énorme"], + "Subheader Font Size": ["Taille de la police du sous-titre"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Les propriétaires sont une liste des utilisateurs qui peuvent modifier le tableau de bord. Il est possible d'effectuer une recherche par nom ou par nom d'utilisateur." + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "PDF download failed, please refresh and try again.": [""], - "Page length": ["Longueur de la page"], - "Paired t-test Table": ["Tableau test t par paires"], - "Pandas resample method": ["Méthode Pandas de rééchantillonnage"], - "Pandas resample rule": ["Règle de rééchantillonnage des 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": [ - "Paramètres relatifs à la vue et à la perspective sur la carte" + "Big Number with Time Period Comparison": [""], + "Description text that shows up below your Big Number": [ + "Texte de description qui apparaît sous votre grand numéro" ], - "Parent": ["Parent"], - "Parse Dates": ["Analyse des dates"], - "Part of a Whole": ["Fait partie d’un tout"], - "Partition Diagram": ["Diagramme de partition"], - "Partition Threshold": ["Seuil de partition"], - "Partitions whose height to parent height proportions are below this value are pruned": [ - "Les partitions dont les proportions de hauteur par rapport à la hauteur du parent sont inférieures à cette valeur sont élaguées." + "Use date formatting even when metric value is not a timestamp": [ + "Utiliser le formatage de la date même lorsque la valeur mesure n'est pas un horodatage" ], - "Password": ["Mot de passe"], - "Paste Private Key here": ["Coller la clé privée ici"], - "Paste the shareable Google Sheet URL here": [ - "Coller ici l'URL partageable de Google Sheet" + "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.": [ + "Présente une seule mesure au premier plan. Il est préférable d’utiliser un grand chiffre pour attirer l’attention sur un ICR ou sur la chose sur laquelle vous voulez que votre public se concentre." ], - "Percent of total": [""], - "Percentages": ["Pourcentages"], - "Performance": ["Performance"], - "Period average": ["Moyenne de la période"], - "Periods": ["Périodes"], - "Person or group that has certified this metric": [ - "Personne ou groupe qui a certifié cette mesure" + "With a subheader": ["Avec un sous-titre"], + "Big Number": ["Grand nombre"], + "Comparison Period Lag": ["Décalage de la période de comparaison"], + "Based on granularity, number of time periods to compare against": [ + "Selon la granularité, nombre de périodes à comparer à" ], - "Physical": ["Physique"], - "Physical (table or view)": ["Physique (table ou vue)"], - "Physical dataset": ["Ensemble de données physiques"], - "Pick a dimension from which categorical colors are defined": [ - "Choisissez une dimension à partir de laquelle les couleurs catégorielles sont définies." + "Suffix to apply after the percentage display": [ + "Suffixe à appliquer après l’affichage du pourcentage" ], - "Pick a metric for x, y and size": [ - "Choisissez une mesure pour x, y et la taille" + "Whether to display the timestamp": ["Affichage ou non de l’horodatage"], + "Show Trend Line": ["Afficher la ligne de tendance"], + "Whether to display the trend line": [ + "Affichage ou non de la ligne de tendance" ], - "Pick a metric to display": ["Choisissez une mesure à afficher"], - "Pick a name to help you identify this database.": [ - "Choisissez un nom pour vous aider à identifier cette base de données." - ], - "Pick a set of deck.gl charts to layer on top of one another": [ - "Choisissez un ensemble de graphiques deck.gl à superposer." + "Start y-axis at 0": ["Commencer l’axe des ordonnées à 0"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Commencer l’axe des ordonnées à zéro. Décochez pour démarrer l’axe des ordonnées à la valeur minimale dans les données." ], - "Pick a title for you annotation.": [ - "Choisissez un titre pour votre annotation." + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Corrigez la ligne de tendance à la plage de temps complète spécifiée au cas où les résultats filtrés n’incluraient pas les dates de début ou de fin" ], - "Pick at least one field for [Series]": [ - "Choisissez au moins un champ pour [Série]" + "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.": [ + "Présente un seul chiffre accompagné d’un graphique linéaire simple pour attirer l’attention sur une mesure importante ainsi que son changement au fil du temps ou d’autres dimensions." ], - "Pick at least one metric": ["Choisissez au moins une mesure"], - "Pick exactly 2 columns as [Source / Target]": [ - "Choisissez exactement deux colonnes comme [Source / Cible]" + "Big Number with Trendline": ["Gros nombre avec tendance"], + "Whisker/outlier options": [ + "Options de moustaches et de valeurs aberrantes" ], - "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 affichées dans l'annotation. Si vous ne sélectionnez pas de colonne, toutes les colonnes seront affichées." + "Determines how whiskers and outliers are calculated.": [ + "Détermine le mode de calcul des moustaches et des valeurs aberrantes." ], - "Pick your favorite markup language": [ - "Choisissez votre langage de balisage préféré" + "Min/max (no outliers)": ["Min/max (sans valeurs aberrantes)"], + "2/98 percentiles": ["2/98 centiles"], + "9/91 percentiles": ["9/91 centiles"], + "Categories to group by on the x-axis.": [ + "Catégories à regrouper sur l'axe des x." ], - "Pivot Table": ["Tableau croisé"], - "Pivot operation must include at least one aggregate": [ - "L'opération de pivot doit inclure au moins un agrégat" + "Columns to calculate distribution across.": [ + "Colonnes pour calculer la distribution." ], - "Pivot operation requires at least one index": [ - "L'opération de pivot nécessite au moins un index" + "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.": [ + "Également connue sous le nom de diagramme en boîte à moustaches, cette visualisation compare les distributions d'une mesure connexe au sein de plusieurs groupes. La boîte du milieu met l'accent sur la moyenne, la médiane et les deux quartiles intérieurs. Les moustaches autour de chaque boîte visualisent le minimum, le maximum, l'étendue et les deux quartiles extérieurs." ], - "Pixel height of each series": ["Hauteur des pixels de chaque série"], - "Pixels": ["Pixels"], - "Plain": ["Simple"], - "Please DO NOT overwrite the \"filter_scopes\" key.": [ - "Veuillez NE PAS écraser la touche « filter_scopes »." + "ECharts": ["ECharts"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "Veuillez vérifier votre requête et confirmer que tous les paramètres du modèle sont entourés de doubles accolades, par exemple, « {{ ds }} ». Essayez ensuite d'exécuter à nouveau votre requête." + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [ + "Taille minimale du rayon du cercle, en pixels. Lorsque le niveau de zoom change, cela permet de s'assurer que le cercle respecte ce rayon minimal." ], - "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." + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": ["MARGE DU TITRE DE L'AXE DES ORDONNÉES"], + "Logarithmic y-axis": ["Axe des ordonnées logarithmique"], + "Truncate Y Axis": ["Tronquer l’axe des absisses"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Tronquer l’axe des ordonnées. Peut être modifié en spécifiant une limite minimale ou maximale." ], - "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." + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "Please confirm": ["Veuillez confirmer"], - "Please confirm the overwrite values.": [ - "Veuillez confirmer les valeurs de remplacement." + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "What should be shown as the label": [""], + "What should be shown as the tooltip label": [""], + "Whether to display the labels.": ["Afficher ou non des étiquettes."], + "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.": [ + "Montre comment une mesure change au fur et à mesure que l’entonnoir progresse. Ce graphique classique est utile pour visualiser la baisse entre les étapes d'un pipeline ou d'un cycle de vie." ], - "Please enter a SQLAlchemy URI to test": [ - "Veuillez saisir un URI SQLAlchemy à tester" + "Sequential": ["Séquentiel"], + "Columns to group by": ["Colonnes à regrouper par"], + "General": ["Général"], + "Min": ["Min"], + "Minimum value on the gauge axis": [ + "Valeur minimale sur l’axe de la jauge" ], - "Please re-enter the password.": [ - "Veuillez saisir à nouveau le mot de passe." + "Max": ["Max"], + "Maximum value on the gauge axis": [ + "Valeur maximale sur l’axe de l’indicateur" ], - "Please re-export your file and try importing again": [ - "Veuillez réexporter votre fichier et réessayer l'importation." + "Angle at which to start progress axis": [ + "Angle de début de l'axe de progression" ], - "Please save the query to enable sharing": [ - "Veuillez enregistrer la requête pour pouvoir la partager" + "Angle at which to end progress axis": [ + "Angle de fin de l'axe de progression" ], - "Please save your chart first, then try creating a new email report.": [ - "Veuillez d'abord enregistrer votre graphique, puis essayez de créer un nouveau rapport par courriel." + "Font size": ["Taille de la police"], + "Font size for axis labels, detail value and other text elements": [ + "Taille de la police pour les étiquettes d’axe, la valeur de détail et d’autres éléments de texte" ], - "Please save your dashboard first, then try creating a new email report.": [ - "Veuillez d'abord sauvegarder votre tableau de bord, puis essayez de créer un nouveau rapport par courriel." + "Additional text to add before or after the value, e.g. unit": [ + "Texte supplémentaire à ajouter avant ou après la valeur, p. ex. unité" ], - "Please select both a Dataset and a Chart type to proceed": [ - "Veuillez sélectionner un ensemble de données et un type de graphique pour continuer." + "Show pointer": ["Afficher le pointeur"], + "Whether to show the pointer": ["Montrer ou non le pointeur"], + "Whether to animate the progress and the value or just display them": [ + "Animation ou non de la progression et la valeur ou simplement les afficher" ], - "Please use 3 different metric labels": [ - "Utilisez 3 libellés de mesure différents" + "Show axis line ticks": ["Afficher les coches de ligne d’axe"], + "Whether to show minor ticks on the axis": [ + "Montrer ou non les taches mineures sur l'axe" ], - "Plot the distance (like flight paths) between origin and destination.": [ - "Tracez la distance (comme les trajectoires de vol) entre le point d'origine et la destination." + "Show split lines": ["Afficher les lignes divisées"], + "Whether to show the split lines on the axis": [ + "Indiquer ou non s’il faut afficher les lignes divisées sur l’axe" ], - "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.": [ - "Représente les mesures individuelles pour chaque ligne de données verticalement et les relie par une ligne. Ce graphique est utile pour comparer plusieurs mesures sur l'ensemble des échantillons ou des lignes de données." + "Number of split segments on the axis": [ + "Nombre de segments divisés sur l'axe" ], - "Plugins": ["Plugiciels"], - "Point Radius": ["Rayon du point"], - "Point Radius Scale": ["Échelle du rayon du point"], - "Point Radius Unit": ["Unité de rayon de point"], - "Point Unit": ["Unité de point"], - "Point to your spatial columns": ["Pointez vos colonnes spatiales"], - "Points and clusters will update as the viewport is being changed": [ - "Les points et les grappes seront mis à jour au fur et à mesure de la modification de la fenêtre de visualisation." + "Progress": ["Progrès"], + "Whether to show the progress of gauge chart": [ + "Indiquer ou non s’il y a lieu de montrer la progression du graphique de jauge" ], - "Polyline": ["Polyline"], - "Popular": ["Populaire"], - "Populate \"Default value\" to enable this control": [ - "Remplir « Valeur par défaut » pour activer ce contrôle" + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Si la barre de progression se chevauche lorsqu’il y a plusieurs groupes de données" ], - "Population age data": ["Données sur l’âge de la population"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Le port %(port)s sur l'hôte « %(hostname)s » a refusé la connexion." + "Style the ends of the progress bar with a round cap": [ + "Modifier les extrémités de la barre de progression avec un capuchon rond" ], - "Port out of range 0-65535": ["Port hors de portée 0-65535"], - "Position JSON": ["Position JSON"], - "Position of child node label on tree": [ - "Position de l'étiquette de nœud enfant sur l'arborescence" + "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.": [ + "Limites des intervalles séparées par des virgules, par exemple 2,4,5 pour les intervalles 0-2, 2-4 et 4-5. Le dernier chiffre doit correspondre à la valeur fournie pour MAX." ], - "Position of column level subtotal": [ - "Position du sous-total au niveau de la colonne" + "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.": [ + "Choix de couleurs séparés par des virgules pour les intervalles, par exemple 1,2,4. Les nombres entiers désignent les couleurs de la palette de couleurs choisie et sont indexés par 1. La longueur doit correspondre à celle des limites de l'intervalle." ], - "Position of intermediate node label on tree": [ - "Position de l’étiquette de nœud intermédiaire sur l’arbre" + "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.": [ + "Utilise une jauge pour montrer la progression d’une mesure vers une cible. La position du cadran représente la progression et la valeur de borne dans la jauge représente la valeur cible." ], - "Position of row level subtotal": [ - "Position du sous-total au niveau de la rangée" + "Name of the source nodes": ["Nom des nœuds sources"], + "Name of the target nodes": ["Nom des nœuds cibles"], + "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.": [ + "La catégorie de nœuds sources utilisée pour attribuer des couleurs. Si un nœud est associé à plus d’une catégorie, seul le premier sera utilisé." ], - "Powered by Apache Superset": ["Propulsé par Apache Superset"], - "Pre-filter": ["Préfiltre"], - "Pre-filter available values": ["Valeurs disponibles pour le préfiltre"], - "Pre-filter is required": ["Un préfiltre est requis"], - "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é lors de l'extraction d'une valeur distincte pour remplir le composant de contrôle du filtre. Supporte la syntaxe des modèles jinja. Ne s'applique que lorsque l'option « Activer la sélection du filtre » est activée." + "Category of target nodes": ["Catégorie de nœuds cibles"], + "Layout": ["Disposition"], + "Graph layout": ["Disposition du graphique"], + "Layout type of graph": ["Type de disposition du graphique"], + "Edge symbols": ["Symboles du bord"], + "Symbol of two ends of edge line": [ + "Symbôle des deux extrémités de la ligne de bord" ], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Prévisualisation"], - "Preview: `%s`": ["Prévisualisation : « %s »"], - "Previous": ["Précédent"], - "Primary or secondary y-axis": [ - "Axe des ordonnées primaire ou secondaire" + "None -> None": ["Aucun -> Aucun"], + "None -> Arrow": ["Aucun -> Flèche"], + "Circle -> Arrow": ["Cercle -> Flèche"], + "Circle -> Circle": ["Cercle -> Cercle"], + "Enable node dragging": ["Activer le déplacement de nœud"], + "Whether to enable node dragging in force layout mode.": [ + "Activation ou non du glissement de nœud en mode de disposition en force." ], - "Primary y-axis Bounds": ["Limites de l’axe des ordonnées primaires"], - "Primary y-axis format": ["Format de l’axe primaire des ordonnées"], - "Private Key": ["Clé privée"], - "Progress": ["Progrès"], - "Progressive": ["Progressif"], - "Propagate": ["Répandre"], - "Proportional": ["Proportionnel"], - "Public and privately shared sheets": [ - "Feuilles partagées de manière publique ou privée" + "Enable graph roaming": ["Activer le déplacement graphique"], + "Scale only": ["Échelle seulement"], + "Move only": ["Déplacer seulement"], + "Scale and Move": ["Échelle et mouvement"], + "Whether to enable changing graph position and scaling.": [ + "Activation ou non de la modification de la position et de la mise à l’échelle du graphique." ], - "Publicly shared sheets only": [ - "Seulement les feuilles partagées de manière publique" + "Multiple": ["Multiple"], + "Label threshold": ["Seuil d’étiquette"], + "Minimum value for label to be displayed on graph.": [ + "Valeur minimale pour que l'étiquette soit affichée sur le graphique." ], - "Published": ["Publié"], - "Put labels outside": ["Placer les étiquettes à l’extérieur"], - "Put the labels outside of the pie?": [ - "Placer les étiquettes à l’extérieur du graphique circulaire?" + "Median node size, the largest node will be 4 times larger than the smallest": [ + "Taille du nœud médiane, le plus grand nœud sera 4 fois plus grand que le plus petit" ], - "Put the labels outside the pie?": [ - "Placer les étiquettes à l’extérieur du graphique circulaire?" + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Largeur médiane du bord, le bord le plus épais sera 4 fois plus épais que le bord le plus mince." ], - "Put your code here": ["Mettez votre code ici"], - "Python datetime string pattern": ["Modèle de chaîne de date en Python"], - "QUERY DATA IN SQL LAB": ["INTERROGATION DE DONNÉES DANS SQL LAB"], - "Quarter": ["Trimestre"], - "Quarters %s": ["Trimestres %s"], - "Query": ["Requête"], - "Query %s: %s": ["Requête %s : %s"], - "Query History": ["Historiques des requêtes"], - "Query history": ["Historique des requêtes"], - "Query in a new tab": ["Requête dans un nouvel onglet"], - "Query is too complex and takes too long to run.": [ - "Requête trop complexe et trop longue à exécuter." + "Edge length": ["Longueur du bord"], + "Edge length between nodes": ["Longueur du bord entre les nœuds"], + "Gravity": ["Gravité"], + "Strength to pull the graph toward center": [ + "Force pour tirer le graphique vers le centre" ], - "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 DE PLAGE"], - "Radar": ["Radar"], - "Radar render type, whether to display 'circle' shape.": [ - "Type de rendu radar, s'il faut afficher la forme du cercle." + "Repulsion strength between nodes": [ + "Force de répulsion entre les nœuds" ], - "Radius in kilometers": ["Rayon en kilomètres"], - "Radius in miles": ["Rayon en milles"], - "Ran %s": ["A été exécuté %s"], - "Range filter": ["Filtre d'intervalle"], - "Range filter plugin using AntD": [ - "Module d'extension de filtre d’intervalle utilisant AntD" + "Friction between nodes": ["Friction entre les nœuds"], + "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.": [ + "Affiche les connexions entre les entités dans une structure graphique. Utile pour cartographier les relations et montrer quels nœuds sont importants dans un réseau. Les graphiques peuvent être configurés pour être dirigés par la force ou circuler. Si vos données ont une composante géospatiale, essayez le graphique Arc de deck.gl." ], - "Range labels": ["Étiquettes d’intervalle"], - "Ranges to highlight with shading": [ - "Intervalles à mettre en évidence avec ombrage" + "Structural": ["Structurel"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Trier ou non par ordre décroissant ou croissant" ], - "Raw records": ["Registres bruts"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes sauvegardés qui ont été récemment créés apparaîtront ici" + "Smooth Line": ["Ligne lisse"], + "Step - start": ["Étape - commencer"], + "Step - middle": ["Étape - milieu"], + "Step - end": ["Étape - fin"], + "Series chart type (line, bar etc)": [ + "Type de graphique de la série (ligne, barre, etc.)" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes modifiés qui ont été récemment modifiés apparaîtront ici" + "Stack series": ["Série de piles"], + "Draw area under curves. Only applicable for line types.": [ + "Tracer une zone sous les courbes. Ne s’applique qu’aux types de ligne." ], - "Recently modified": ["Dernière modification"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Les graphiques, tableaux de bord et requêtes consultés qui ont été récemment modifiés apparaîtront ici" + "Opacity of area chart.": ["Opacité du diagramme en aires."], + "Draw a marker on data points. Only applicable for line types.": [ + "Tracer un marqueur sur les points de données. Ne s’applique qu’aux types de ligne." ], - "Recents": ["Récents"], - "Recipients are separated by \",\" or \";\"": [ - "Les destinataires sont séparés par « , » ou « ; »" + "Marker size": ["Taille du marqueur"], + "Size of marker. Also applies to forecast observations.": [ + "Taille du marqueur. S’applique également aux observations prévisionnelles." ], - "Recommended tags": ["Balises recommandés"], - "Record Count": ["Nombre d'enregistrements"], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Redirige vers ce point de terminaison lorsque l'on clique sur le tableau dans la liste des tableaux." + "Primary or secondary y-axis": [ + "Axe des ordonnées primaire ou secondaire" ], - "Redo the action": ["Refaire l’action"], - "Reduce X ticks": ["Réduire X points de repère"], - "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.": [ - "Réduit le nombre de points de repère de l’axe des abscisses à afficher. Si la valeur est définie à True, l’axe des abscisses ne débordera pas et des étiquettes pourraient être manquantes. Si elle est fausse, une largeur minimale sera appliquée aux colonnes et la largeur pourrait déborder dans un défilement horizontal." + "Data Zoom": ["Zoom des données"], + "Enable data zooming controls": [ + "Activer les contrôles d'agrandissement des données" ], - "Refer to the": ["Se référer à"], - "Referenced columns not available in DataFrame.": [ - "Les colonnes référencées sont indisponibles dans la DataFrame." + "Minor Split Line": ["Ligne de séparation mineure"], + "Draw split lines for minor y-axis ticks": [ + "Tracer des lignes séparées pour les points de repère de l’axe des ordonnées mineur" ], - "Refetch results": ["Récupérer les résultats"], - "Refresh": ["Actualiser"], - "Refresh dashboard": ["Actualiser le tableau de bord"], - "Refresh frequency": ["Fréquence d’actualisation"], - "Refresh interval": ["Intervalle d’actualisation"], - "Refresh the default values": ["Actualiser les valeurs par défaut"], - "Refreshing charts": ["Actualisation des graphiques"], - "Regular": ["Régulier"], - "Relationships between community channels": [ - "Relations entre les canaux communautaires" + "Primary y-axis Bounds": ["Limites de l’axe des ordonnées primaires"], + "Bounds for the primary 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 de l'axe des ordonnées principal. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." ], - "Relative Date/Time": ["Date/Heure relative"], - "Relative period": ["Période relative"], - "Relative quantity": ["Quantité relative"], - "Remove": ["Supprimer"], - "Remove item": ["Supprimer l’élément"], - "Remove query from log": ["Supprimer la requête des journaux"], - "Remove table preview": ["Supprimer la prévisualisation du tableau"], - "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." + "Primary y-axis format": ["Format de l’axe primaire des ordonnées"], + "Logarithmic scale on primary y-axis": [ + "Échelle logarithmique sur l'axe des ordonnées primaire" ], - "Report Schedule could not be updated.": [ - "La planification de rapport n'a pas pu être mise à jour." + "Secondary y-axis Bounds": ["Limites secondaires de l'axe des ordonnées"], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Limites de l'axe secondaire des ordonnées. Ne fonctionne que si les limites de l'axe Y indépendant sont activées. Si cette option n'est pas activée, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." ], - "Report Schedule delete failed.": [ - "La planification de rapport n'a pas être supprimée." + "Secondary y-axis format": ["Format secondaire de l’axe des ordonnées"], + "Secondary currency format": [ + "Nombre de pas entre les points de repère lors de l'affichage de l'échelle des X" ], - "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." + "Secondary y-axis title": ["Titre secondaire de l’axe des ordonnées"], + "Logarithmic scale on secondary y-axis": [ + "Échelle logarithmique sur axe des ordonnées secondaire" ], - "Report Schedule execution failed when generating a dataframe.": [ - "L'exécution de la planification de rapport a échoué à la génération d'un cadre de données." + "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).": [ + "Visualisez deux séries différentes en utilisant le même axe des x. Notez que les deux séries peuvent être visualisées avec un type de graphique différent (p. ex., 1 utilisant des barres et 1 utilisant une ligne)." ], - "Report Schedule execution failed when generating a screenshot.": [ - "L'exécution de la planification de rapport a échoué à la génération d'une capture d’écran." + "Put the labels outside of the pie?": [ + "Placer les étiquettes à l’extérieur du graphique circulaire?" ], - "Report Schedule execution got an unexpected error.": [ - "L'exécution de la planification de rapport a rencontré une erreur inattendue." + "Label Line": ["Ligne d’étiquette"], + "Draw line from Pie to label when labels outside?": [ + "Tracer une ligne entre le diagramme circulaire et l'étiquette lorsque les étiquettes sont à l'extérieur?" ], - "Report Schedule is still working, refusing to re-compute.": [ - "La planification de rapport est toujours en cours d'exécution, recalcul refusé." + "Whether to display the aggregate count": [ + "Affichage ou non du nombre total" ], - "Report Schedule log prune failed.": [ - "Échec de l’élagage du journal du planification de rapport." + "Outer Radius": ["Rayon extérieur"], + "Inner Radius": ["Rayon intérieur"], + "Inner radius of donut hole": ["Rayon intérieur du trou du beigne"], + "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.": [ + "Le classique. Il est idéal pour montrer la part de chaque investisseur dans la société, les groupes démographiques qui suivent votre blog ou la part du budget allouée au complexe militaro-industriel. Les diagrammes circulaires peuvent être difficiles à interpréter avec précision. Si la clarté des proportions relatives est importante, envisagez plutôt d'utiliser un diagramme à barres ou un autre type de diagramme." ], - "Report Schedule not found.": ["Planification de rapport introuvable."], - "Report Schedule parameters are invalid.": [ - "Les paramètres des planification de rapport sont invalides." + "The maximum value of metrics. It is an optional configuration": [ + "La valeur maximale des mesures. Il s’agit d’une configuration optionnelle" ], - "Report Schedule reached a working timeout.": [ - "La planification de rapport a dépassé le délai d'exécution." + "Radar": ["Radar"], + "Further customize how to display each metric": [ + "Personnaliser davantage la façon d’afficher chaque mesure" ], - "Report Schedule state not found": [ - "État de la planification de rapport introuvable" + "Circle radar shape": ["Forme radar circulaire"], + "Radar render type, whether to display 'circle' shape.": [ + "Type de rendu radar, s'il faut afficher la forme du cercle." ], - "Report a bug": ["Rapporter un bogue"], - "Report failed": ["Rapport échoué"], - "Report name": ["Nom du rapport"], - "Report schedule": ["Planification de rapport"], - "Report schedule unexpected error": [ - "Erreur inattendue de la planification de rapport" + "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.": [ + "Visualisez un ensemble parallèle de mesures dans plusieurs groupes. Chaque groupe est visualisé en utilisant sa propre ligne de points et chaque mesure est représentée comme un bord dans le graphique." ], - "Report sending": ["Envoi d'un rapport"], - "Report sent": ["Rapport envoyé"], - "Reports": ["Rapports"], - "Repulsion strength between nodes": [ - "Force de répulsion entre les nœuds" + "The primary metric is used to define the arc segment sizes": [ + "La mesure principale est utilisée pour définir les tailles des segments d’arc" ], - "Request is incorrect: %(error)s": [ - "La requête est incorrecte : %(error)s" + "[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": [ + "[Facultatif] cette mesure secondaire est utilisée pour définir la couleur en tant que rapport par rapport à la mesure primaire. Si elle est omise, la couleur est catégorique et basée sur des étiquettes." ], - "Request is not JSON": ["La requête n'est pas JSON"], - "Request missing data field.": [ - "Champ de données manquant dans la requête." + "When only a primary metric is provided, a categorical color scale is used.": [ + "Lorsque seule une mesure primaire est fournie, une échelle de couleur catégorique est utilisée." ], - "Required": ["Obligatoire"], - "Required control values have been removed": [ - "Les valeurs de contrôle requises ont été supprimées" + "When a secondary metric is provided, a linear color scale is used.": [ + "Lorsqu’une mesure secondaire est fournie, une échelle de couleur linéaire est utilisée." ], - "Reset state": ["Réinitialiser l'état"], - "Resource already has an attached report.": [ - "La ressource a déjà un rapport joint." + "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.": [ + "Définit les niveaux de hiérarchie du graphique. Chaque niveau est représenté par un anneau, le cercle le plus à l'intérieur étant le sommet de la hiérarchie." ], - "Restore Filter": ["Restaurer le filtre"], - "Results": ["Résultats"], - "Results %s": ["Résultats %s"], - "Results backend is not configured.": [ - "Le programme dorsal des résultats n'est pas configuré." + "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.": [ + "Utilise des cercles pour visualiser le flux de données à travers les différentes étapes d’un système. Placez le curseur sur les chemins individuels dans la visualisation pour comprendre les étapes qu’une valeur a suivies. Utile pour la visualisation d’entonnoirs et de pipelines à plusieurs étapes et groupes." ], - "Results backend needed for asynchronous queries is not configured.": [ - "Le programme dorsal des résultats pour les requêtes asynchrones n'est pas configuré." + "Multi-Levels": ["Niveaux multiples"], + "When using other than adaptive formatting, labels may overlap": [ + "Lorsque vous utilisez un formatage autre que adaptatif, les étiquettes peuvent se chevaucher" ], - "Return to specific datetime.": ["Retour à l’horodatage spécifique."], - "Reverse lat/long ": ["Inverser la latitude et la longitude"], - "Rich Tooltip": ["Infobulle détaillée"], - "Rich tooltip": ["Infobulle détaillée"], - "Right axis metric": ["Mesure de l'axe droit"], - "Right to Left": ["Droite à gauche"], - "Right value": ["Valeur droite"], - "Right-click on a dimension value to drill to detail by that value.": [ - "Cliquez avec le bouton droit de la souris sur une valeur de dimension pour obtenir des informations détaillées sur cette valeur." + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Couteau suisse pour la visualisation des données. Vous avez le choix entre des diagrammes en escalier, des diagrammes linéaires, des diagrammes de dispersion et des diagrammes à barres. Ce type d'affichage dispose également de nombreuses options de personnalisation." ], - "Role": ["Rôle"], - "Roles": ["Rôles"], - "Rolling function": ["Fonction glissante"], - "Rolling window": ["Fenêtre glissante"], - "Root certificate": ["Certificat racine"], - "Root node id": ["Identifiant de nœud racine"], - "Rotate x axis label": [ - "Faire pivoter l’étiquette de l’axe des absisses" + "zoom area": ["zone de zoom"], + "restore zoom": ["restaurer le zoom"], + "Area chart opacity": ["Opacité du graphique en aires"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "Opacité du graphique en aires. S'applique également à la bande de confiance." ], - "Rotate y axis label": [""], - "Rotation to apply to words in the cloud": [ - "Faire pivoter pour appliquer aux mots dans le nuage" + "Marker Size": ["Taille du marqueur"], + "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.": [ + "Les graphiques en aires sont semblables aux diagrammes linéaires, car ils représentent des variables avec la même échelle, mais les graphiques en aires empilent les mesures les unes sur les autres." ], - "Row": ["Rangée"], - "Row Level Security": ["Sécurité au niveau de la rangée"], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "Rangée contenant les en-têtes à utiliser comme noms de colonnes (0 est la première ligne de données). Laissez vide s'il n'y a pas de ligne d'en-tête." + "AXIS TITLE MARGIN": ["MARGE DU TITRE DE L'AXE"], + "Logarithmic axis": ["Axe logarithmique"], + "Draw split lines for minor axis ticks": [ + "Tracer des lignes de séparation pour les points de repère de l'axe mineur" ], - "Row limit": ["Nombre de rangées maximum"], - "Rows": ["Rangées"], - "Rows per page, 0 means no pagination": [ - "Rangées par page, 0 signifie aucune pagination" + "Truncate Axis": ["Tronquer l’axe"], + "It’s not recommended to truncate axis in Bar chart.": [ + "Il n’est pas recommandé de tronquer l’axe dans le graphique à barres." ], - "Rows subtotal position": ["Position du sous-total des rangées"], - "Rows to Read": ["Rangées à lire"], - "Rule": ["Règle"], - "Rule added": ["Règle ajoutée"], - "Run": ["Exécuter"], - "Run a query to display results": [ - "Lancer une requête pour afficher les résultats" + "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.": [ + "Limites de l'axe. Lorsqu'elles sont laissées vides, les limites sont définies dynamiquement sur la base des valeurs min/max des données. Notez que cette fonction ne fait qu'étendre la plage de l'axe. Elle ne réduira pas l'étendue des données." ], - "Run in SQL Lab": ["Exécuter dans SQL Lab"], - "Run query": ["Exécuter la requête"], - "Run query (Ctrl + Return)": ["Exécuter la requête (Ctrl + Return)"], - "Run query in a new tab": [ - "Exécuter la requête dans une nouvelle fenêtre" + "Bar Charts are used to show metrics as a series of bars.": [ + "Les graphiques à barres sont utilisés pour afficher les mesures sous forme de série de barres." ], - "Run selection": ["Exécuter la sélection"], - "Running": ["En cours d’exécution"], - "Running statement %(statement_num)s out of %(statement_count)s": [ - "Exécution de l’instruction %(statement_num)s sur %(statement_count)s" + "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.": [ + "Le graphique linéaire est utilisé pour visualiser les mesures prises sur une catégorie donnée. Le graphique linéaire est un type de graphique qui affiche les informations sous forme de série de points de données reliés par des segments linéaires. Il s’agit d’un type de tableau de base commun dans de nombreux champs." ], - "SAT": ["SAT"], - "SEP": ["SEP"], - "SHA": ["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.": [ - "SQL Lab utilise le stockage local de votre navigateur pour stocker les requêtes et les résultats. Actuellement, vous utilisez %(currentUsage)s ko sur %(maxStorage)d ko à partir de l’espace de stockage. Pour éviter que SQL Lab ne tombe en panne, veuillez supprimer certains onglets de requête. Vous pouvez accéder à nouveau à ces requêtes en utilisant la fonction Enregistrer avant de supprimer l’onglet. Veuillez noter que vous devrez fermer les autres fenêtres de SQL Lab avant de le faire." - ], - "SQL Query": ["Requête SQL"], - "SQL expression": ["Expression SQL"], - "SQL query": ["Requête SQL"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": ["Hôte SSH"], - "SSH Port": ["Port SSH"], - "SSH Tunnel": ["Tunnel SSH"], - "SSH Tunnel configuration parameters": [ - "Paramètres de configuration du tunnel SSH" - ], - "SSH Tunneling is not enabled": [ - "La tunnellisation SSH n'est pas activée" - ], - "SSL Mode \"require\" will be used.": [ - "Le mode SSL « require » sera utilisé." - ], - "START (INCLUSIVE)": ["START (INCLUSIF)"], - "STEP %(stepCurr)s OF %(stepLast)s": [ - "ÉTAPE %(stepCurr)s DE %(stepLast)s" - ], - "SUN": ["DIM"], - "Sample Standard Deviation": ["Exemple d’écart-type"], - "Sample Variance": ["Exemple de variance"], - "Samples": ["Exemples"], - "Sankey": ["Sankey"], - "Sankey Diagram": ["Diagramme Sankey"], - "Sankey Diagram with Loops": ["Diagramme Sankey avec boucles"], - "Satellite Streets": ["Rues satellites"], - "Saturday": ["Samedi"], - "Save": ["Enregistrer"], - "Save & Explore": ["Enregistrer et explorer"], - "Save & go to dashboard": ["Enregistrer et aller au tableau de bord"], - "Save (Overwrite)": ["Enregister (remplacer)"], - "Save as": ["Enregistrer sous"], - "Save as new": ["Enregistrer comme nouveau"], - "Save as:": ["Enregistrer sous :"], - "Save chart": ["Enregistrer le graphique"], - "Save dashboard": ["Enregistrer le tableau de Bord"], - "Save for this session": ["Enregistrer pour cette session"], - "Save or Overwrite Dataset": [ - "Enregistrer ou remplacer l’ensemble de données" - ], - "Save query": ["Enregistrer la requête"], - "Save the query to enable this feature": [ - "Enregistrer la requête pour permettre cette fonction" - ], - "Save this query as a virtual dataset to continue exploring": [ - "Enregistrez cette requête en tant qu’ensemble de données virtuel pour continuer à explorer" + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "Le diagramme de dispersion a l’axe horizontal en unités linéaires et les points sont connectés dans l’ordre. Il montre une relation statistique entre deux variables." ], - "Saved": ["Enregistré"], - "Saved Queries": ["Requêtes enregistrées"], - "Saved expressions": ["Expressions enregistrées"], - "Saved metric": ["Mesure enregistrée"], - "Saved queries": ["Requêtes enregistrées"], - "Saved queries could not be deleted.": [ - "Les requêtes enregistrées ne peuvent pas être supprimées." + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "La ligne lisse est une variation du graphique linéaire. Sans angles et bords durs, la ligne lisse semble parfois plus intelligente et plus professionnelle." ], - "Saved query not found.": ["Requête enregistrée introuvable."], - "Saved query parameters are invalid.": [ - "Les paramètres des requêtes enregistrée sont invalides." + "Start": ["Début"], + "End": ["Fin"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Définit si le pas doit apparaître au début, au milieu ou à la fin entre deux points de données." ], - "Scale and Move": ["Échelle et mouvement"], - "Scale only": ["Échelle seulement"], - "Scatter": ["Dispersion"], - "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ - "Le diagramme de dispersion a l’axe horizontal en unités linéaires et les points sont connectés dans l’ordre. Il montre une relation statistique entre deux variables." + "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.": [ + "Le graphique à lignes en escalier (également appelé graphique à étapes) est une variation du graphique linéaire, mais la ligne formant une série d’étapes entre les points de données. Un tableau des étapes peut être utile lorsque vous voulez afficher les changements qui se produisent à des intervalles irréguliers." ], - "Schedule": ["Planifier"], - "Schedule email report": ["Planifier un rapport par courriel"], - "Schedule query": ["Planifier une requête"], - "Schedule settings": ["Paramètres de planification"], - "Schedule the query periodically": [ - "Planifier la requête de façon périodique" + "Parent": ["Parent"], + "Name of the column containing the id of the parent node": [ + "Nom de la colonne contenant l'ID du nœud parent" ], - "Scheduled": ["Planifié"], - "Scheduled at (UTC)": ["Planifié à (UTC)"], - "Schema": ["Schéma"], - "Schema cache timeout": [ - "Délai d'attente pour le cache du schéma dépassé" + "Optional name of the data column.": [ + "Nom facultatif de la colonne de données." ], - "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" + "Root node id": ["Identifiant de nœud racine"], + "Id of root node of the tree.": ["ID du nœud racine de l'arborescence."], + "Metric for node values": ["Mesure pour les valeurs de nœud"], + "Tree layout": ["Disposition de l'arbre"], + "Orthogonal": ["Orthogonal"], + "Layout type of tree": ["Type de disposition de l’arbre"], + "Left to Right": ["Gauche à droite"], + "Right to Left": ["Droite à gauche"], + "Top to Bottom": ["De haut en bas"], + "Bottom to Top": ["De bas en haut"], + "Node label position": ["Position de l'étiquette du nœud"], + "Position of intermediate node label on tree": [ + "Position de l’étiquette de nœud intermédiaire sur l’arbre" ], - "Scope": ["Portée"], - "Scoping": ["Établissement de la portée"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": ["Défiler"], - "Scroll down to the bottom to enable overwriting changes. ": [ - "Faites défiler vers le bas pour activer les modifications de remplacement. " + "Child label position": ["Position de l’étiquette enfant"], + "Position of child node label on tree": [ + "Position de l'étiquette de nœud enfant sur l'arborescence" ], - "Search": ["Rechercher"], - "Search / Filter": ["Rechercher / Filtrer"], - "Search Metrics & Columns": ["Rechercher les mesures et les colonnes"], - "Search all charts": ["Rechercher tous les graphiques"], - "Search by query text": ["Recherche par texte d'interrogation"], - "Search...": ["Rechercher…"], - "Second": ["Seconde"], - "Secondary currency format": [ - "Nombre de pas entre les points de repère lors de l'affichage de l'échelle des X" + "Emphasis": ["Mettre l’accent sur"], + "ancestor": ["ancêtre"], + "Which relatives to highlight on hover": [ + "Quels sont les parents à mettre en évidence au survol?" ], - "Secondary y-axis Bounds": ["Limites secondaires de l'axe des ordonnées"], - "Secondary y-axis format": ["Format secondaire de l’axe des ordonnées"], - "Secondary y-axis title": ["Titre secondaire de l’axe des ordonnées"], - "Seconds %s": ["%s secondes"], - "Secure Extra": ["Secure Extra"], - "Secure extra": ["Secure Extra"], - "Security": ["Sécurité"], - "See less": ["Voir moins"], - "See more": ["Voir plus"], - "See table schema": ["Voir le schéma du tableau"], - "Select": ["Sélectionner"], - "Select ...": ["Sélectionner…"], - "Select Delivery Method": ["Sélectionner 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." + "Empty circle": ["Cercle vide"], + "Triangle": ["Triangle"], + "Size of edge symbols": ["Taille des symboles de bord"], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Visualisez plusieurs niveaux de hiérarchie à l’aide d’une structure familière semblable à un arbre." ], - "Select a Excel file to be uploaded to a database.": [ - "Sélectionner un fichier Excel à charger dans une base de données." + "Show Upper Labels": ["Afficher les étiquettes supérieures"], + "Show labels when the node has children.": [ + "Afficher les étiquettes lorsque le nœud a des enfants." ], - "Select a column": ["Sélectionner une colonne"], - "Select a dashboard": ["Sélectionner un tableau de bord"], - "Select a database to upload the file to": [ - "Sélectionner une base de données vers laquelle téléverser le fichier" + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "Afficher les relations hiérarchiques des données, avec la valeur représentée par aire, montrant la proportion et la contribution à l’ensemble." ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Treemap": ["Graphique en arbre"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "La valeur par défaut est définie automatiquement lorsque l'option «Sélectionner la première valeur de filtre par défaut» est cochée" - ], - "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": [ - "Sélectionner n’importe quelle colonne pour l’inspection des métadonnées" + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "" ], - "Select color scheme": ["Sélectionner un schéma de couleurs"], - "Select column": ["Sélectionner une colonne"], - "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ - "Certaines bases de données exigent que des champs supplémentaires soient remplis dans l'onglet Avancé pour que la connexion à la base de données soit réussie. Découvrez quelles sont les exigences de votre base de données" + "page_size.all": ["page_size.all"], + "Loading...": ["Chargement..."], + "Write a handlebars template to render the data": [ + "Écrire un modèle handlebar pour afficher les données" ], - "Select filter": ["Selectionner un filtre"], - "Select filter plugin using AntD": [ - "Sélectionner le plugiciel de filtrage en utilisant AntD" + "A handlebars template that is applied to the data": [ + "Un modèle de guidon appliqué aux données" ], - "Select first filter value by default": [ - "Sélectionner la première valeur du filtre par défaut" + "Whether to include the time granularity as defined in the time section": [ + "Inclure ou non la granularité temporelle telle qu'elle est définie dans la section temps" ], "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" - ], - "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"], - "Select saved metrics": ["Sélectionner les mesures sauvegardées"], - "Select subject": ["Sélectionner un objet"], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés dans ce tableau de bord. Si vous désélectionnez un graphique, il ne sera pas filtré lors de l'application de filtres croisés à partir de n'importe quel graphique du tableau de bord. Vous pouvez sélectionner « Tous les graphiques » pour appliquer des filtres croisés à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans le tableau de bord." + "Show totals": ["Afficher les totaux"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Afficher les agrégats totaux des mesures sélectionnées. Notez que la limite de ligne ne s’applique pas au résultat." ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés lorsque vous interagissez avec ce graphique. Vous pouvez sélectionner « Tous les graphiques » pour appliquer des filtres à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans le tableau de bord." + "Order results by selected columns": [ + "Ordonner les résultats par colonnes sélectionnées" ], - "Select the number of bins for the histogram": [ - "Sélectionner le nombre de rectangles pour l’histogramme" + "Sort descending": ["Trier par ordre décroissant "], + "Server pagination": ["Pagination du serveur"], + "Enable server side pagination of results (experimental feature)": [ + "Activer la pagination des résultats côté serveur (fonction expérimentale)" ], - "Select the numeric columns to draw the histogram": [ - "Sélectionner les colonnes numériques pour dessiner l’histogramme" + "Server Page Length": ["Longueur de la page du serveur"], + "Rows per page, 0 means no pagination": [ + "Rangées par page, 0 signifie aucune pagination" ], - "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ - "Sélectionnez les valeurs dans le ou les champ(s) en surbrillance dans le panneau de commande. Exécutez ensuite la requête en cliquant sur le bouton %s." + "Group By, Metrics or Percentage Metrics must have a value": [ + "Grouper par, Mesures ou Mesures de pourcentage doit avoir une valeur" ], - "Send as CSV": ["Envoyer comme CSV"], - "Send as PNG": ["Envoyer comme PNG"], - "Send as text": ["Envoyer comme fichier texte"], - "Send range filter events to other charts": [ - "Envoyer des événements de filtre de plage à d'autres graphiques" + "You need to configure HTML sanitization to use CSS": [ + "Vous devez configurer la désinfection HTML pour utiliser CSS" ], - "September": ["Septembre"], - "Sequential": ["Séquentiel"], - "Series": ["Série"], - "Series chart type (line, bar etc)": [ - "Type de graphique de la série (ligne, barre, etc.)" + "CSS Styles": ["Styles CSS"], + "CSS applied to the chart": ["CSS appliqué au graphique"], + "Columns to group by on the columns": [ + "Colonnes à regrouper sur les colonnes" ], - "Series limit": ["Limite de série"], - "Server Page Length": ["Longueur de la page du serveur"], - "Server pagination": ["Pagination du serveur"], - "Service Account": ["Compte de service"], - "Set auto-refresh interval": [ - "Définir l'intervalle de rafraîchissement automatique" + "Rows": ["Rangées"], + "Columns to group by on the rows": [ + "Colonnes à regrouper sur les rangées" ], - "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.": [ - "Définit les niveaux de hiérarchie du graphique. Chaque niveau est représenté par un anneau, le cercle le plus à l'intérieur étant le sommet de la hiérarchie." + "Use metrics as a top level group for columns or for rows": [ + "Utiliser les mesures comme groupe de niveau supérieur pour les colonnes ou les lignes" ], - "Settings": ["Paramètres"], - "Settings for time series": ["Paramètres pour les séries temporelles"], - "Share": ["Partager"], - "Share chart by email": ["Partager le graphique par courriel"], - "Share permalink by email": ["Partager le lien par courriel"], - "Shared query": ["Requête partagée"], - "Sheet Name": ["Nom de feuille"], - "Shift + Click to sort by multiple columns": [ - "Shift + clic pour classer par plusieurs colonnes" + "Sum": ["Somme"], + "Median": ["Médiane"], + "Sample Variance": ["Exemple de variance"], + "Sample Standard Deviation": ["Exemple d’écart-type"], + "Maximum": ["Maximum"], + "First": ["Premier"], + "Last": ["Dernier"], + "Sum as Fraction of Total": ["Somme comme fraction de total"], + "Sum as Fraction of Rows": ["Somme comme fraction de rangées"], + "Sum as Fraction of Columns": ["Somme comme fraction de colonnes"], + "Count as Fraction of Total": ["Compter comme fraction de total"], + "Count as Fraction of Rows": ["Compter comme fraction de rangées"], + "Count as Fraction of Columns": ["Compter comme fraction de colonnes"], + "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" ], - "Short description must be unique for this layer": [ - "La description courte doit être unique pour cette couche" + "Show rows total": ["Afficher le total des rangées"], + "Display row level total": ["Afficher le total au niveau de la ligne"], + "Display row level subtotal": ["Afficher le total au niveau de la ligne"], + "Display column level total": [ + "Afficher le total au niveau de la colonne" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "La saisonnalité quotidienne doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." + "Display column level subtotal": [""], + "Transpose pivot": ["Pivot de transposition"], + "Swap rows and columns": ["Échanger les rangées et les colonnes"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "Affichez les mesures côte à côte dans chaque colonne, au lieu d'afficher chaque colonne côte à côte pour chaque mesure." ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "La saisonnalité hebdomadaire doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." + "D3 time format for datetime columns": [ + "Format d'heure D3 pour les colonnes d’horodatage" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "La saisonnalité annuelle doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." + "key a-z": ["clé a-z"], + "key z-a": ["clé z-a"], + "Change order of rows.": ["Modifier l’ordre des rangées."], + "Available sorting modes:": ["Modes de tri disponibles :"], + "By key: use row names as sorting key": [ + "Par clé : utilisez les noms de rangée comme clé de tri" ], - "Show": ["Afficher"], - "Show CREATE VIEW statement": ["Afficher l’énoncé CREATE VIEW"], - "Show CSS Template": ["Afficher le modèle CSS"], - "Show Chart": ["Afficher le graphique"], - "Show Column": ["Afficher la colonne"], - "Show Dashboard": ["Afficher le tableau de bord"], - "Show Database": ["Afficher la base de données"], - "Show Less...": ["Afficher moins..."], - "Show Log": ["Afficher les journaux"], - "Show Markers": ["Afficher les marqueurs"], - "Show Metric": ["Afficher la mesure"], - "Show Table": ["Afficher les tableaux"], - "Show Trend Line": ["Afficher la ligne de tendance"], - "Show Upper Labels": ["Afficher les étiquettes supérieures"], - "Show Y-axis": ["Afficher l’axe des ordonnées"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "Afficher l’axe des ordonnées sur la ligne de la bougie. Les valeurs min/max définies manuellement s’afficheront si elles sont définies ou autrement min/max dans les données." + "By value: use metric values as sorting key": [ + "Par valeur : utilisez les valeurs mesures comme clé de tri" ], - "Show all...": ["Afficher tout…"], - "Show axis line ticks": ["Afficher les coches de ligne d’axe"], - "Show cell bars": ["Afficher les barres de cellules"], - "Show data points as circle markers on the lines": [ - "Afficher les points de données sous forme de marqueurs circulaires sur les lignes" + "Change order of columns.": ["Modifier l’ordre des colonnes."], + "By key: use column names as sorting key": [ + "Par clé : utilisez les noms de colonne comme clé de tri" ], - "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ - "Afficher les relations hiérarchiques des données, avec la valeur représentée par aire, montrant la proportion et la contribution à l’ensemble." + "Rows subtotal position": ["Position du sous-total des rangées"], + "Position of row level subtotal": [ + "Position du sous-total au niveau de la rangée" ], - "Show info tooltip": ["Afficher l'info-bulle"], - "Show labels when the node has children.": [ - "Afficher les étiquettes lorsque le nœud a des enfants." + "Columns subtotal position": ["Position du sous-total des colonnes"], + "Position of column level subtotal": [ + "Position du sous-total au niveau de la colonne" ], - "Show legend": ["Afficher la légende"], - "Show less...": ["Afficher moins…"], - "Show minor ticks on axes.": [""], - "Show only my charts": ["Afficher uniquement mes graphiques"], - "Show pointer": ["Afficher le pointeur"], - "Show rows total": ["Afficher le total des rangées"], - "Show series values on the chart": [ - "Afficher les valeurs de série sur le graphique" + "Apply conditional color formatting to metrics": [ + "Appliquer une mise en forme conditionnelle des couleurs aux mesures" ], - "Show split lines": ["Afficher les lignes divisées"], - "Show the value on top of the bar": [ - "Afficher la valeur en haut de la barre" + "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.": [ + "Utilisé pour résumer un ensemble de données en regroupant plusieurs statistiques le long de deux axes. Exemples : Chiffre d'affaires par région et par mois, tâches par statut et par destinataire,utilisateur·rice·s actif·ve·s par âge et par lieu. Ce n'est pas la visualisation la plus impressionnante, mais elle est très informative et polyvalente." ], - "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ - "Afficher les agrégats totaux des mesures sélectionnées. Notez que la limite de ligne ne s’applique pas au résultat." + "Pivot Table": ["Tableau croisé"], + "Total (%(aggregatorName)s)": ["Total (%(aggregatorName)s)"], + "Unknown input format": ["Format d'entrée inconnu"], + "search.num_records": [""], + "page_size.show": ["page_size.show"], + "page_size.entries": ["page_size.entries"], + "No matching records found": [ + "Aucun enregistrement correspondant n'a été trouvé" ], - "Show totals": ["Afficher les totaux"], - "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.": [ - "Présente une seule mesure au premier plan. Il est préférable d’utiliser un grand chiffre pour attirer l’attention sur un ICR ou sur la chose sur laquelle vous voulez que votre public se concentre." + "Shift + Click to sort by multiple columns": [ + "Shift + clic pour classer par plusieurs colonnes" ], - "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.": [ - "Présente un seul chiffre accompagné d’un graphique linéaire simple pour attirer l’attention sur une mesure importante ainsi que son changement au fil du temps ou d’autres dimensions." + "Totals": ["Totaux"], + "Page length": ["Longueur de la page"], + "Whether to display a bar chart background in table columns": [ + "Affichage ou non d'un fond de diagramme à barres dans les colonnes du tableau" ], - "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.": [ - "Montre comment une mesure change au fur et à mesure que l’entonnoir progresse. Ce graphique classique est utile pour visualiser la baisse entre les étapes d'un pipeline ou d'un cycle de vie." + "Align +/-": ["Aligner +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "Alignement ou non des graphiques d'arrière-plan avec des valeurs positives et négatives à 0" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "Met en évidence le flux ou le lien entre les catégories en utilisant l'épaisseur des accords. La valeur et l'épaisseur correspondante peuvent être différentes pour chaque côté." + "Color +/-": ["Couleur +/-"], + "Whether to colorize numeric values by whether they are positive or negative": [ + "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "Affiche la progression d’une seule mesure par rapport à une cible donnée. Plus le remplissage est élevé, plus la mesure est proche de la cible." + "Allow columns to be rearranged": [ + "Autoriser la réorganisation des colonnes" ], - "Showing %s of %s": ["Affichage de %s sur %s"], - "Shows a list of all series available at that point in time": [ - "Affiche une liste de toutes les séries disponibles à ce moment" + "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.": [ + "Permettre à l’utilisateur·rice final·e de glisser-déposer les en-têtes de colonne pour les réorganiser. Notez que leurs changements ne persisteront pas la prochaine fois qu’ils ouvriront le tableau." ], - "Shows or hides markers for the time series": [ - "Affiche ou masque les marqueurs pour la série chronologique" + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Further customize how to display each column": [ + "Personnaliser davantage la façon d’afficher chaque colonne" ], - "Significance Level": ["Niveau de signification"], - "Simple": ["Simple"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "Les mesures ponctuelles simples ne sont pas activées pour cet ensemble de données" + "Apply conditional color formatting to numeric columns": [ + "Appliquer un formatage conditionnel des couleurs aux colonnes numériques" ], - "Single value type": ["Type de valeur unique"], - "Size of edge symbols": ["Taille des symboles de bord"], - "Size of marker. Also applies to forecast observations.": [ - "Taille du marqueur. S’applique également aux observations prévisionnelles." + "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.": [ + "Vue classique d'un ensemble de données, rangée par colonne, à la manière d'une feuille de calcul. Utilisez les tableaux pour présenter une vue des données sous-jacentes ou pour montrer des mesures agrégées." ], - "Sizes of vehicles": ["Tailles des véhicules"], - "Skip Blank Lines": ["Sauter les lignes vides"], - "Skip Initial Space": ["Sauter l'espace initial"], - "Skip Rows": ["Sauter des rangées"], - "Slug": ["Slug"], - "Small": ["Petit"], - "Small number format": ["Format petit nombre"], - "Smooth Line": ["Ligne lisse"], - "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ - "La ligne lisse est une variation du graphique linéaire. Sans angles et bords durs, la ligne lisse semble parfois plus intelligente et plus professionnelle." + "Show": ["Afficher"], + "Word Cloud": ["Nuage de mots"], + "Minimum Font Size": ["Taille minimale de la police"], + "Font size for the smallest value in the list": [ + "Taille de police pour la plus petite valeur de la liste" ], - "Solid": ["Solide"], - "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" + "Maximum Font Size": ["Taille maximale de la police"], + "Font size for the biggest value in the list": [ + "Taille de police pour la plus grande valeur de la liste" ], - "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 :" + "Rotation to apply to words in the cloud": [ + "Faire pivoter pour appliquer aux mots dans le nuage" ], - "Sorry, An error occurred": ["Désolé, une erreur s'est produite"], - "Sorry, something went wrong. Try again later.": [ - "Une erreur s'est produite. Réessayez plus tard." + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Visualise les mots dans une colonne qui apparaît le plus souvent. La police plus grosse correspond à une fréquence plus élevée." ], - "Sorry, there appears to be no data": [ - "Désolé, il ne semble pas y avoir de données" + "N/A": ["S. O."], + "fetching": ["récupération"], + "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, veuillez naviguer vers Requêtes sauvegardées" ], - "Sorry, your browser does not support copying.": [ - "Désolé, votre navigateur ne doit pas supporter la copie." + "Your query could not be scheduled": [ + "Votre requête ne peut pas être planifiée" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Désolé, votre navigateur ne supporte pas la copie. Utilisez Ctrl/Cmd + C!" + "Failed at retrieving results": [ + "Échec lors de la récupération des résultats" ], - "Sort": ["Trier"], - "Sort Metric": ["Trier les mesures"], - "Sort X Axis": ["Trier l’axe des absisses"], - "Sort Y Axis": ["Trier l’axe des ordonnées"], - "Sort ascending": ["Trier par ordre croissant "], - "Sort bars by x labels.": ["Trier les barres par étiquettes x."], - "Sort by": ["Trier par"], - "Sort by %s": ["Trier par %s"], - "Sort columns alphabetically": ["Trier les colonnes alphabétiquement"], - "Sort descending": ["Trier par ordre décroissant "], - "Sort filter values": ["Trier les valeurs de filtre"], - "Sort metric": ["Trier les mesures"], - "Sort series in ascending order": ["Trier les séries en ordre croissant"], - "Sort type": ["Trier par type"], - "Source": ["Source :"], - "Source SQL": ["SQL source"], - "Sparkline": ["Sparkline"], - "Spatial": ["Spatial"], - "Specific Date/Time": ["Date/Heure spécifique"], - "Specify a schema (if database flavor supports this).": [ - "Spécifier un schéma (si la base de données soutient cette fonctionnalités)." + "Unknown error": ["Erreur inconnue"], + "Query was stopped.": ["La requête a été arrêtée."], + "Failed at stopping query. %s": ["Échec de l'arrêt de la requête. %s"], + "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 tableau vers le programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si ce problème persiste." ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Spécifiezrle nom pour le schéma CREATE TABLE AS dans : public" + "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 vers le programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si ce problème persiste." ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Spécifiezrle nom pour le schéma CREATE VIEW AS dans : public" + "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 programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." ], - "Stack Trace:": ["Stack Trace :"], - "Stack series": ["Série de piles"], - "Stack series on top of each other": [ - "Empilez les séries les unes sur les autres" + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Impossible d'ajouter une table dans le programme dorsal. Veuillez contacter votre administrateur." ], - "Stacked Bars": ["Barres empilées"], - "Stacked Style": ["Style empilé"], - "Stacked style": ["Style empilé"], - "Standard time series": ["Série de temps standard"], - "Start": ["Début"], - "Start at (UTC)": ["Début à (UTC)"], - "Start date included in time range": [ - "Date de début incluse de l'intervalle de temps" + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "-- Remarque : À moins que vous ne sauvegardiez votre requête, ces onglets ne persisteront PAS si vous effacez vos témoins ou si vous changez de navigateur." ], - "Start y-axis at 0": ["Commencer l’axe des ordonnées à 0"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "Commencer l’axe des ordonnées à zéro. Décochez pour démarrer l’axe des ordonnées à la valeur minimale dans les données." + "Copy of %s": ["Copie de %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Une erreur s'est produite lors de la définition de l'onglet actif. Veuillez contacter votre administrateur." ], - "State": ["État"], - "Statement %(statement_num)s out of %(statement_count)s": [ - "Énoncé %(statement_num)s sur %(statement_count)s" + "An error occurred while fetching tab state": [ + "Une erreur s'est produite lors de l'extraction de l'état de l'onglet" ], - "Statistical": ["Statistique"], - "Status": ["État"], - "Step - end": ["Étape - fin"], - "Step - middle": ["Étape - milieu"], - "Step - start": ["Étape - commencer"], - "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.": [ - "Le graphique à lignes en escalier (également appelé graphique à étapes) est une variation du graphique linéaire, mais la ligne formant une série d’étapes entre les points de données. Un tableau des étapes peut être utile lorsque vous voulez afficher les changements qui se produisent à des intervalles irréguliers." + "An error occurred while removing tab. Please contact your administrator.": [ + "Une erreur s'est produite lors de la suppression de l’onglet. Veuillez contacter votre administrateur." ], - "Stop": ["Arrêter"], - "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" + "An error occurred while removing query. Please contact your administrator.": [ + "Une erreur s'est produite lors de la suppression de la requête. Veuillez contacter votre administrateur." ], - "Strength to pull the graph toward center": [ - "Force pour tirer le graphique vers le centre" + "Your query could not be saved": [ + "Votre requête n'a pas pu être enregistrée" ], - "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)." + "Your query was saved": ["Votre requête a été enregistrée"], + "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" ], - "Structural": ["Structurel"], - "Style": ["Style"], - "Style the ends of the progress bar with a round cap": [ - "Modifier les extrémités de la barre de progression avec un capuchon rond" + "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 lors de l'enregistrement de votre requête dans le programme dorsal. Pour éviter de perdre vos modifications, veuillez enregistrer votre requête en utilisant le bouton « Enregistrer la requête »." ], - "Subdomain": ["Sous-domaine"], - "Subheader Font Size": ["Taille de la police du sous-titre"], - "Submit": ["Soumettre"], - "Subtotal": ["Sous-total"], - "Success": ["Réussite"], - "Suffix": [""], - "Suffix to apply after the percentage display": [ - "Suffixe à appliquer après l’affichage du pourcentage" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Une erreur s'est produite lors de l'extraction des métadonnées du tableau. Veuillez contacter votre administrateur." ], - "Sum": ["Somme"], - "Sum as Fraction of Columns": ["Somme comme fraction de colonnes"], - "Sum as Fraction of Rows": ["Somme comme fraction de rangées"], - "Sum as Fraction of Total": ["Somme comme fraction de total"], - "Sum of values over specified period": [ - "Somme des valeurs sur une période spécifiée" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Une erreur s'est produite en développant le schéma du tableau. Veuillez contacter votre administrateur." ], - "Sunday": ["Dimanche"], - "Superset Chart": ["Graphique Superset"], - "Superset Embedded SDK documentation.": [ - "Documentation Superset SDK intégrée." + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Une erreur s'est produite en repliant le schéma du tableau. Veuillez contacter votre administrateur." ], - "Superset chart": ["Graphique Superset"], - "Superset dashboard": ["Tableau de bord de Superset"], - "Superset encountered an error while running a command.": [ - "Superset a rencontré une erreur lors de l'exécution d'une commande." + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Une erreur s'est produite lors de la suppression du tableau. Veuillez contacter votre administrateur." ], - "Superset encountered an unexpected error.": [ - "Superset a rencontré une erreur inattendue." + "Shared query": ["Requête partagée"], + "The datasource couldn't be loaded": [ + "La source de données ne peut pas être chargée" ], - "Survey Responses": ["Réponses à l'enquête"], - "Swap rows and columns": ["Échanger les rangées et les colonnes"], - "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ - "Couteau suisse pour la visualisation des données. Vous avez le choix entre des diagrammes en escalier, des diagrammes linéaires, des diagrammes de dispersion et des diagrammes à barres. Ce type d'affichage dispose également de nombreuses options de personnalisation." + "An error occurred while creating the data source": [ + "Une erreur s'est produite durant la création de la source de donnée" ], - "Symbol of two ends of edge line": [ - "Symbôle des deux extrémités de la ligne de bord" + "An error occurred while fetching function names.": [ + "Une erreur s'est produite lors de la recherche des noms de fonctions." ], - "Sync columns from source": ["Synchroniser les colonnes de la source"], - "Syntax": ["Syntaxe :"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "Erreur de syntaxe : %(qualifier)s entrée « %(input)s » en attente « %(expected)s" + "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 Lab utilise le stockage local de votre navigateur pour stocker les requêtes et les résultats. Actuellement, vous utilisez %(currentUsage)s ko sur %(maxStorage)d ko à partir de l’espace de stockage. Pour éviter que SQL Lab ne tombe en panne, veuillez supprimer certains onglets de requête. Vous pouvez accéder à nouveau à ces requêtes en utilisant la fonction Enregistrer avant de supprimer l’onglet. Veuillez noter que vous devrez fermer les autres fenêtres de SQL Lab avant de le faire." ], - "TABLES": ["TABLEAUX"], - "THU": ["JEU"], - "TUE": ["MAR"], - "Tab name": ["Nom de l'onglet"], - "Tab title": ["Titre de l’onglet"], - "Table": ["Tableau"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Le tableau %(table)s n’a pas été trouvé dans la base de données %(db)s" + "Foreign key": ["Clé étrangère"], + "Estimate selected query cost": [ + "Estimer le coût estimé de la requête sélectionnée" ], - "Table Exists": ["La tableau existe"], - "Table Name": ["Nom du tableau"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "La tableau [%(table_name)s] n'a pu être trouvé, vérifiez à nouveau votre connexion à votre base de données, le schéma et le nom du tableau" + "Estimate cost": ["Estimation des coûts"], + "Cost estimate": ["Estimation des coûts"], + "Creating a data source and creating a new tab": [ + "Créer une source de données et ouvrir un nouvel onglet" ], - "Table cache timeout": ["Délai d'attente du cache du tableau dépassé"], - "Table name cannot contain a schema": [ - "Le nom du tableau ne peut pas contenir de schéma" + "Explore the result set in the data exploration view": [ + "Explorer le résultat dans la vue d'exploration des données" ], - "Table name undefined": ["Nom du tableau non défini"], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "Tableau qui visualise les tests T appariés, qui sont utilisés pour comprendre les différences statistiques entre les groupes." + "Source SQL": ["SQL source"], + "Executed SQL": ["SQL exécuté"], + "Run query": ["Exécuter la requête"], + "Stop query": ["Arrêter la requête"], + "New tab": ["Nouvel onglet"], + "Keyboard shortcuts": [""], + "State": ["État"], + "Duration": ["Durée"], + "Results": ["Résultats"], + "Actions": ["Actions "], + "Success": ["Réussite"], + "Failed": ["Echoué"], + "Running": ["En cours d’exécution"], + "Offline": ["Hors ligne"], + "Scheduled": ["Planifié"], + "Unknown Status": ["Statut inconnu"], + "Edit": ["Modifier"], + "Data preview": ["Prévisualiser les données"], + "Overwrite text in the editor with a query on this table": [ + "Remplacer le texte de l'éditeur par une requête sur ce tableau" ], - "Tables": ["Tableaux"], - "Tabs": ["Onglets"], - "Tabular": ["Tabulaire"], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [ - "Le nom de la balise n’est pas valide (ne peut pas contenir « : »)" + "Run query in a new tab": [ + "Exécuter la requête dans une nouvelle fenêtre" ], - "Tagged %s %ss": [""], - "Tags": ["Balises"], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "Prenez vos points de données et regroupez-les en « rectangles » pour voir où se trouvent les zones d’information les plus denses" + "Remove query from log": ["Supprimer la requête des journaux"], + "Unable to create chart without a query id.": [ + "Impossible de créer un graphique sans ID de requête." ], - "Target value": ["Valeur cible"], - "Template Name": ["Nom du modèle"], - "Template parameters": ["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." + "Save & Explore": ["Enregistrer et explorer"], + "Overwrite & Explore": ["Modifier et explorer"], + "Save this query as a virtual dataset to continue exploring": [ + "Enregistrez cette requête en tant qu’ensemble de données virtuel pour continuer à explorer" ], - "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." + "Download to CSV": ["Télécharger en CSV"], + "Copy to Clipboard": ["Copier vers le presse-papier"], + "Filter results": ["Filtrer les résultats"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Le nombre de résultats affichés est limité à %(rows)d par la configuration DISPLAY_MAX_ROW. Veuillez ajouter des limites/filtres supplémentaires ou télécharger en csv pour voir plus de rangées jusqu’à la limite de %(limit)d." ], - "Test Connection": ["Test de connexion"], - "Test connection": ["Test de connexion"], - "Text": ["Texte"], - "Text align": ["Alignement du texte"], - "Text embedded in email": ["Text encapsulé dans le courriel"], - "The API response from %s does not match the IDatabaseTable interface.": [ - "La réponse API de %s ne correspond pas à l’interface IDatabaseTable." + "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.": [ + "Le nombre de résultats affichés est limité à %(rows)d. Veuillez ajouter des limites/filtres supplémentaires, télécharger au format csv ou contacter un administrateur pour voir plus de rangées jusqu'à la limite %(limit)d." ], - "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 vue de tableau de bord pour que les changement soient visibles immédiatement" + "The number of rows displayed is limited to %(rows)d by the query": [ + "Le nombre de rangées affichées est limité à %(rows)d par la requête" ], - "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.": [ - "La requête CTAS (create table as select) ne comporte pas d'instruction SELECT à la fin. Assurez-vous que votre requête comporte une instruction SELECT à la fin. Ensuite, essayez d'exécuter à nouveau votre requête." + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Le nombre de rangées affichées est limité à %(rows)d par la liste déroulante de limite." ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "La couche GeoJsonLayer reçoit des données au format GeoJSON et les restitue sous forme de polygones, de lignes et de points interactifs (cercles, icônes et/ou textes)." + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "Le nombre de rangées affichées est limité à %(rows)d par la requête et liste déroulante de limite." ], - "The URL is missing the dataset_id or slice_id parameters.": [ - "Il manque à l'URL les paramètres dataset_id ou slice_id." + "%(rows)d rows returned": ["%(rows)d lignes retournées"], + "Track job": ["Suivre le travail"], + "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": ["Récupérer l'aperçu des données"], + "Refetch results": ["Récupérer les résultats"], + "Stop": ["Arrêter"], + "Run selection": ["Exécuter la sélection"], + "Run": ["Exécuter"], + "Stop running (Ctrl + x)": ["Arrêter l'exécution (Ctrl + x)"], + "Run query (Ctrl + Return)": ["Exécuter la requête (Ctrl + Return)"], + "Save": ["Enregistrer"], + "An error occurred saving dataset": [ + "Une erreur s'est produite durant la sauvegarde du ensemble de données" ], - "The X-axis is not on the filters list": [ - "L’axe des absisses ne figure pas dans la liste des filtres" + "Save or Overwrite Dataset": [ + "Enregistrer ou remplacer l’ensemble de données" ], - "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?": [ - "L’axe des absisses ne figure pas dans la liste des filtres, ce qui l’empêchera d’être utilisé dans les filtres de plage de temps dans les tableaux de bord. Voulez-vous l’ajouter à la liste des filtres?" + "Back": ["Retour"], + "Save as new": ["Enregistrer comme nouveau"], + "Undefined": ["Indéfini"], + "Save as": ["Enregistrer sous"], + "Save query": ["Enregistrer la requête"], + "Cancel": ["Annuler"], + "Update": ["Mettre à jour"], + "Label for your query": ["Label pour votre requête"], + "Write a description for your query": [ + "Écrire une description pour votre requête" ], - "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.": [ - "La catégorie de nœuds sources utilisée pour attribuer des couleurs. Si un nœud est associé à plus d’une catégorie, seul le premier sera utilisé." + "Submit": ["Soumettre"], + "Schedule query": ["Planifier une requête"], + "Schedule": ["Planifier"], + "There was an error with your request": [ + "Il y avait une erreur avec vore requête" ], - "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.": [ - "Le classique. Il est idéal pour montrer la part de chaque investisseur dans la société, les groupes démographiques qui suivent votre blog ou la part du budget allouée au complexe militaro-industriel. Les diagrammes circulaires peuvent être difficiles à interpréter avec précision. Si la clarté des proportions relatives est importante, envisagez plutôt d'utiliser un diagramme à barres ou un autre type de diagramme." + "Please save the query to enable sharing": [ + "Veuillez enregistrer la requête pour pouvoir la partager" ], - "The color for points and clusters in RGB": [ - "La couleur des points et des grappes en RVB" + "Copy query link to your clipboard": [ + "Copier le lien de la requête vers le presse-papier" ], - "The color scheme for rendering chart": [ - "Le jeu de couleur pour le rendu graphique" + "Save the query to enable this feature": [ + "Enregistrer la requête pour permettre cette fonction" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "La palette de couleurs est déterminée par le tableau de bord correspondant. Modifiez la palette de couleurs dans les propriétés du tableau de bord." + "Copy link": ["Copier le lien"], + "Run a query to display results": [ + "Lancer une requête pour afficher les résultats" ], - "The column was deleted or renamed in the database.": [ - "La colonne a été supprimée ou renommée dans la base de données." + "No stored results found, you need to re-run your query": [ + "Aucun résultat stocké n'a été trouvé, vous devez réexécuter votre requête." ], - "The country code standard that Superset should expect to find in the [country] column": [ - "Le code pays standard que Superset s'attend à trouver dans la colonne [pays]." - ], - "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" + "Query history": ["Historique des requêtes"], + "Preview: `%s`": ["Prévisualisation : « %s »"], + "Schedule the query periodically": [ + "Planifier la requête de façon périodique" ], - "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." + "You must run the query successfully first": [ + "Vous devez d'abord exécuter la requête avec succès" ], - "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 brisera ces objets." + "Render HTML": [""], + "Autocomplete": ["Complétion automatique"], + "CREATE TABLE AS": ["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" ], - "The database is currently running too many queries.": [ - "La base de données exécute actuellement trop de requêtes." + "Specify name to CREATE VIEW AS schema in: public": [ + "Spécifiezrle nom pour le schéma CREATE VIEW AS dans : public" ], - "The database is under an unusual load.": [ - "La base de données est soumise à une charge inhabituelle." + "Specify name to CREATE TABLE AS schema in: public": [ + "Spécifiezrle nom pour le schéma CREATE TABLE AS dans : public" ], - "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. Veuillez contacter un administrateur pour obtenir davantage d'aide ou essayez à nouveau." + "Choose one of the available databases from the panel on the left.": [ + "Choisissez l’une des bases de données disponibles dans le panneau de gauche." ], - "The database returned an unexpected error.": [ - "La base de données a renvoyé une erreur inattendue." + "Create": ["Créer"], + "Reset state": ["Réinitialiser l'état"], + "Enter a new title for the tab": [ + "Saisir un nouveau titre pour l'onglet" ], - "The database was deleted.": ["La base de données a été supprimée."], - "The database was not found.": ["Base de données introuvable."], - "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.": [ - "L'ensemble de données %s est lié aux graphiques %s qui apparaissent dans %s tableaux de bord. Êtes-vous sûr de vouloir continuer? La suppression de l'ensemble de données brisera ces objets." + "Close tab": ["Fermer l'onglet"], + "Rename tab": ["Renommer l'onglet"], + "Expand tool bar": ["Étendre la barre d'outils"], + "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)"], + "Add a new tab to create SQL Query": [ + "Ajouter un nouvel onglet pour créer une requête SQL" ], - "The dataset associated with this chart no longer exists": [ - "L’ensemble de donnée associé à ce graphique n'existe plus" + "An error occurred while fetching table metadata": [ + "Une erreur s'est produite lors de l'extraction des métadonnées du tableau" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "Copy partition query to clipboard": [ + "Copier la requête de partition vers le presse-papier" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "" + "latest partition:": ["dernière partition :"], + "Keys for table": ["Clefs pour le tableau"], + "View keys & indexes (%s)": ["Vue des clefs et index (%s)"], + "Original table column order": ["Ordre des colonnes du tableau original"], + "Sort columns alphabetically": ["Trier les colonnes alphabétiquement"], + "Copy SELECT statement to the clipboard": [ + "Copier l'instruction SELECT dans le presse-papiers" ], - "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 s'applique à tous les graphiques utilisant ce ensemble de données. Rappelez vous que changer ces paramètres peut affecter d'autres graphiques de manière non voulue." + "Show CREATE VIEW statement": ["Afficher l’énoncé CREATE VIEW"], + "CREATE VIEW statement": ["CREATE VIEW statement"], + "Remove table preview": ["Supprimer la prévisualisation du tableau"], + "below (example:": ["ci-dessous (exemple :"], + "), and they become available in your SQL (example:": [ + "), et ils deviennent disponibles dans votre SQL (exemple :" ], - "The dataset has been saved": ["L’ensemble de données a été sauvegardé"], - "The dataset linked to this chart may have been deleted.": [ - "L’ensemble de données lié à ce graphique semble avoir été effacé." + "by using": ["en utilisant"], + "Edit template parameters": ["Modifier les paramètres du modèle"], + "Invalid JSON": ["JSON invalide"], + "Untitled query": ["Requête sans titre"], + "%s%s": ["%s%s"], + "Before": ["Avant"], + "Click to see difference": ["Cliquer pour voir la différence"], + "Altered": ["Modifié"], + "Chart changes": ["Changements de graphique"], + "Loaded data cached": ["Données mises en cache chargées"], + "Loaded from cache": ["Chargées depuis le cache"], + "Click to force-refresh": ["Cliquer pour forcer le rafraîchissement"], + "Add required control values to preview chart": [ + "Ajouter les valeurs de contrôle requises au graphique de prévisualisation" ], - "The datasource couldn't be loaded": [ - "La source de données ne peut pas être chargée" + "Your chart is ready to go!": ["Votre graphique est prêt!"], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Cliquez sur le bouton « Créer un graphique » dans le panneau de commande à gauche pour prévisualiser une visualisation ou" ], - "The datasource is too large to query.": [ - "La source de données est trop volumineux pour être interrogé." + "click here": ["cliquer ici"], + "No results were returned for this query": [ + "Aucun résultat n'a été obtenu pour cette requête" ], - "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." + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Assurez-vous que les commandes sont configurées correctement et que la source de données contient des données pour la plage de temps sélectionnée" ], - "The distance between cells, in pixels": [ - "La distance entre les cellules, en pixels" + "An error occurred while loading the SQL": [ + "Une erreur s'est produite durant le chargement de SQL" ], - "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 appel." + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Le filtre croisé sera appliqué à tous les graphiques qui utilisent cet ensemble de données." ], - "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. " + "You can also just click on the chart to apply cross-filter.": [ + "Vous pouvez également cliquer sur le graphique pour appliquer le filtre croisé." ], - "The function to use when aggregating points into groups": [ - "La fonction à utiliser lors de l’agrégation de points en groupes" + "This visualization type does not support cross-filtering.": [ + "Ce type de visualisation ne prend pas en charge le filtrage croisé." ], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "L'hôte « %(hostname)s » est peut-être hors-service et ne peut être atteint." + "You can't apply cross-filter on this data point.": [ + "Vous ne pouvez pas appliquer de filtre croisé à ce point de données." ], - "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-service et ne peut être atteint sur le port %(port)s." + "Add cross-filter": ["Ajouter un filtre croisé"], + "Failed to load dimensions for drill by": [ + "Échec du chargement des dimensions pour l’exploration par" ], - "The host might be down, and can't be reached on the provided port.": [ - "L'hôte est peut-être hors-service et ne peut être atteint sur le port fourni." + "Drill by is not yet supported for this chart type": [ + "Explorer par n'est pas encore pris en charge pour ce type de graphique" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Le nom d'hôte « %(hostname)s » ne peut pas être résolu." + "Drill by is not available for this data point": [ + "Explorer par n'est pas disponible pour ce point de données" ], - "The hostname provided can't be resolved.": [ - "Le nom d'hôte fourni ne peut pas être résolu." + "Drill by": ["Explorer par"], + "Failed to generate chart edit URL": [ + "Échec de la génération de l'URL de modification du graphique" ], - "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 à ce tableau. En modifiant cette source de données, vous pouvez changer le comportement des graphiques associés. Notez également que les graphiques doivent pointer vers une source de données, de sorte que ce formulaire échouera lors de l'enregistrement si vous supprimez des graphiques d'une source de données. Si vous souhaitez modifier la source de données d'un graphique, écrasez le graphique de la « vue d'exploration »" + "Close": ["Fermer"], + "Failed to load chart data.": [ + "Échec du chargement des données du graphique." ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "Le nombre maximal d'événements à retourner, équivalent au nombre de rangées" + "Drill by: %s": ["Explorer par : %s"], + "Results %s": ["Résultats %s"], + "Drill to detail": ["Détail Explorer par"], + "Drill to detail by": ["Détail Explorer par"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "Le nombre maximal de subdivisions de chaque groupe; les valeurs inférieures sont d’abord élaguées" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "L'option Explorer par est désactivée car ce graphique ne regroupe pas les données par valeur de dimension." ], - "The maximum value of metrics. It is an optional configuration": [ - "La valeur maximale des mesures. Il s’agit d’une configuration optionnelle" + "Right-click on a dimension value to drill to detail by that value.": [ + "Cliquez avec le bouton droit de la souris sur une valeur de dimension pour obtenir des informations détaillées sur cette valeur." ], - "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." + "Drill to detail by value is not yet supported for this chart type.": [ + "La valeur Explorer par n'est pas encore prise en charge pour ce type de graphique" ], - "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." + "Drill to detail: %s": ["Détail Explorer par : %s"], + "Copy": ["Copier"], + "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!" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "L'objet metadata_params contient les paramètres envoyés à sqlalchemy. appel MetaData." + "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"], + "minute": ["minute"], + "reboot": ["redémarrage"], + "Every": ["Chaque"], + "in": ["dans"], + "on": ["sur"], + "at": ["at"], + ":": [":"], + "minute(s)": ["minutes"], + "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": ["FRI"], + "SAT": ["SAT"], + "JAN": ["JAN"], + "FEB": ["FEB"], + "MAR": ["MAR"], + "APR": ["APR"], + "MAY": ["MAI"], + "JUN": ["JUIN"], + "JUL": ["JUIL."], + "AUG": ["AUG"], + "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" ], - "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 requises pour afficher une valeur. Par exemple, si vous effectuez une somme cumulative sur sept jours, vous voudrez peut-être que votre « période minimale » soit de sept, de sorte que tous les points de données affichés correspondent au total de sept périodes. Cela cachera la « hausse » qui a lieu au cours des sept premières périodes." + "Force refresh schema list": [ + "Forcer l'actualisation de la liste des schémas" ], - "The number color \"steps\"": ["Le nombre d’« étapes » colorées"], - "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." + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Attention! Changer l’ensemble de données peut mettre en erreur le graphique si la métadonnées n'existe pas." ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "Le nombre de résultats affichés est limité à %(rows)d par la configuration DISPLAY_MAX_ROW. Veuillez ajouter des limites/filtres supplémentaires ou télécharger en csv pour voir plus de rangées jusqu’à la limite de %(limit)d." + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "La modification de l'ensemble de données peut briser le graphique si celui-ci repose sur des colonnes ou des métadonnées qui n'existent pas dans l'ensemble de données cible." ], - "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.": [ - "Le nombre de résultats affichés est limité à %(rows)d. Veuillez ajouter des limites/filtres supplémentaires, télécharger au format csv ou contacter un administrateur pour voir plus de rangées jusqu'à la limite %(limit)d." + "dataset": ["ensemble de données"], + "Connection": ["Connexion"], + "Warning!": ["Attention!"], + "Search / Filter": ["Rechercher / Filtrer"], + "Add item": ["Ajouter un élément"], + "BOOLEAN": ["BOOLÉEN"], + "Physical (table or view)": ["Physique (table ou vue)"], + "Virtual (SQL)": ["Virtuel (SQL)"], + "Data type": ["Type de données :"], + "Datetime format": ["Format d’horodatage"], + "The pattern of timestamp format. For strings use ": [ + "Le modèle de format d'horodatage. Pour les chaînes, utilisez" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Le nombre de rangées affichées est limité à %(rows)d par la liste déroulante de limite." + "Python datetime string pattern": ["Modèle de chaîne de date en Python"], + " expression which needs to adhere to the ": [ + " expression qui doit adhérer au" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Le nombre de rangées affichées est limité à %(rows)d par la requête" + "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.": [ + " afin de garantir que l'ordre lexicographique coïncide avec l'ordre chronologique. Si le format de l'horodatage n'est pas conforme à la norme ISO 8601, vous devrez définir une expression et un type pour transformer la chaîne en date ou en horodatage. Notez que les fuseaux horaires ne sont pas pris en charge actuellement. Si l'heure est stockée au format epoch, mettez `epoch_s` ou `epoch_ms`. Si aucun modèle n'est spécifié, nous utilisons les valeurs par défaut optionnelles au niveau de chaque base de données/nom de colonne via le paramètre supplémentaire." ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "Le nombre de rangées affichées est limité à %(rows)d par la requête et liste déroulante de limite." + "Certified By": ["Certifié Par"], + "Person or group that has certified this metric": [ + "Personne ou groupe qui a certifié cette mesure" ], - "The number of seconds before expiring the cache": [ - "Le nombre de secondes avant l'expiration du cache" + "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": ["est filtrable"], + "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 mesure [%s] est dupliqué"], + "Calculated column [%s] requires an expression": [ + "La colonne calculée [%s] nécessite une expression" ], - "The object does not exist in the given database.": [ - "L'objet n'existe pas dans la base de données donnée." + "Invalid currency code in saved metrics": [ + "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés lorsque vous interagissez avec ce graphique. Vous pouvez sélectionner «Tous les graphiques» pour appliquer des filtres à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans 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." + "Basic": ["Base"], + "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 l'accès à partir de la page de la liste des ensembles de données" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Le mot de passe fourni pour l'utilisateur « %(username)s » est incorrect." + "Autocomplete filters": ["Remplir automatiquement les filtres"], + "Whether to populate autocomplete filters options": [ + "Remplir ou non les options des filtres d'autocomplétion" ], - "The password provided when connecting to a database is not valid.": [ - "Le mot de passe fourni à une base de données est invalide." + "Autocomplete query predicate": [ + "Prédicat d'autocomplétion de la requête" ], - "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." + "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.": [ + "Lorsque vous utilisez les « filtres de saisie semi-automatique », cette option peut être utilisée pour améliorer les performances de la requête qui récupère les valeurs. Utilisez cette option pour appliquer un prédicat (clause WHERE) à la requête en sélectionnant les valeurs distinctes du tableau. Généralement, l'objectif est de limiter l'analyse en appliquant un filtre temporel relatif sur un champ temporel partitionné ou indexé." ], - "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." + "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ées supplémentaires pour spécifier les métadonnées du tableau. Actuellement, les métadonnées sont prises en charge dans le format suivant : `{ « certification »: { « certified_by »: « Data Platform Team », « details »: « Ce tableau est la source de la vérité. » }, « warning_markdown »: « Ceci est un avertissement. » }`." ], - "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 enregistré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." + "Cache timeout": ["Délai d'inactivité et reprise du cache"], + "Hours offset": ["Heures de décalage"], + "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." ], - "The pattern of timestamp format. For strings use ": [ - "Le modèle de format d'horodatage. Pour les chaînes, utilisez" + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "" ], - "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.": [ - "La périodicité sur laquelle pivoter le temps. Les utilisateurs peuvent fournir un alias de décalage « Pandas ». Cliquez sur la bulle d'information pour plus de détails sur les expressions « freq » acceptées." + "Click the lock to make changes.": [ + "Cliquez sur le cadenas pour effectuer des modifications." ], - "The pixel radius": ["Rayon des pixels"], + "Click the lock to prevent further changes.": [ + "Cliquez sur le cadenas pour empêcher toute modification ultérieure." + ], + "virtual": ["virtuel"], + "Dataset name": ["Nom de l’ensemble de données"], + "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.": [ + "Lorsque vous spécifiez SQL, la source de données agit comme une vue. Superset utilisera cette déclaration comme une sous-requête tout en regroupant et en filtrant les requêtes parentales générées." + ], + "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é à ce tableau logique Superset et que ce tableau logique pointe vers le tableau physique décrit ici." ], - "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": [ - "La mesure principale est utilisée pour définir les tailles des segments d’arc" + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The query associated with the results was deleted.": [ - "La requête associée aux résutlats a été supprimée." + "D3 format": ["Format D3"], + "Metric currency": [""], + "Warning": ["Avertissement :"], + "Optional warning about use of this metric": [ + "Avertissement facultatif concernant l'utilisation de cette mesure" ], - "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 pas pu être trouvée. Vous devez réexécuter la requête originale." + "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 cet ensemble de données, y compris les graphiques qui appartiennent à d'autres personnes." ], - "The query contains one or more malformed template parameters.": [ - "Cette requête contient un ou plusieurs paramètres de modèle malformés." + "Sync columns from source": ["Synchroniser les colonnes de la source"], + "Calculated columns": ["Colonnes calculées"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "La saisonnalité quotidienne doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." ], - "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é interrompue après %(sqllab_timeout)s secondes. Elle est peut-être trop complexe ou la base de donnée est soumise à une charge trop importante." + "": [""], + "Settings": ["Paramètres"], + "The dataset has been saved": ["L’ensemble 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 s'applique à tous les graphiques utilisant ce ensemble de données. Rappelez vous que changer ces paramètres peut affecter d'autres graphiques de manière non voulue." ], - "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.": [ - "Rayon (en pixels) utilisé par l’algorithme pour définir une grappe. Choisissez 0 pour désactiver la mise en grappe, mais faites attention, car un grand nombre de points (>1 000) causera un décalage." + "Are you sure you want to save and apply changes?": [ + "Voulez-vous vraiment sauvegarder et appliquer les changements?" ], - "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": [ - "Le rayon des points individuels (ceux qui ne sont pas dans une grappe). Une colonne numérique ou « Auto », qui met à l’échelle le point en fonction de la plus grande grappe" + "Confirm save": ["Confirmer la sauvegarde"], + "OK": ["OK"], + "Edit Dataset ": ["Modifier l’ensemble de données "], + "Use legacy datasource editor": [ + "Utiliser l'ancien éditeur de source de données" ], - "The report has been created": ["Le rapport a été créé"], - "The result of this query should be a numeric-esque value": [""], - "The results backend no longer has the data from the query.": [ - "Le programme dorsal des résultats n'a plus les données de la requête." + "This dataset is managed externally, and can't be edited in Superset": [ + "Cet ensemble de données est géré à l'externe et ne peut pas être modifié dans Superset" ], - "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 programme dorsal le sont dans un format différent et ne peuvent plus être déserialisés." + "DELETE": ["SUPPRIMER"], + "delete": ["supprimer "], + "Type \"%s\" to confirm": ["Saisissez « %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 rich tooltip shows a list of all series for that point in time": [ - "L’infobulle détaillée affiche une liste de toutes les séries pour ce moment" + "No databases match your search": [ + "Aucune base de données ne correspond à votre recherche" ], - "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." + "There are no databases available": [ + "Aucune base de données n’est disponible" ], - "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." + "Unexpected error": ["Erreur inattendue"], + "This may be triggered by:": ["Cela peut être déclenché par :"], + "%s Error": ["%s Erreur"], + "Missing dataset": ["Ensemble de données manquant"], + "See more": ["Voir plus"], + "See less": ["Voir moins"], + "Copy message": ["Copier le message"], + "Authorization needed": [""], + "Did you mean:": ["Vouliez-vous dire :"], + "Parameter error": ["Erreur de paramètre"], + "Timeout error": ["Erreur de dépassement de délai"], + "Click to favorite/unfavorite": ["Cliquez pour favori ou non"], + "Cell content": ["Contenu de cellule"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "Le pilote de la base de données pour l'importation n'est peut-être pas installé. Visitez la page de documentation Superset pour les instructions d'installation : " ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "Le schéma a été supprimé ou renommé dans la base de données." + "OVERWRITE": ["REMPLACER"], + "%s SSH TUNNEL PASSWORD": ["%s MOT DE PASSE TUNNEL SSH"], + "%s SSH TUNNEL PRIVATE KEY": ["%s CLÉ PRIVÉE TUNNEL SSH"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ + "%s MOT DE PASSE DE CLÉ PRIVÉE TUNNEL SSH" ], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [ - "La taille de la cellule carrée, en pixels" + "Overwrite": ["Remplacer"], + "Import": ["Importer"], + "Import %s": ["Importer %s"], + "Last Updated %s": ["Dernière mise à jour %s"], + "Sort": ["Trier"], + "+ %s more": ["+ %s plus"], + "%s Selected": ["%s Sélectionné"], + "Deselect all": ["Désélectionner tout"], + "Add Tag": [""], + "No results match your filter criteria": [ + "Aucun résultat ne correspond à vos critères de filtrage" ], - "The submitted payload has the incorrect format.": [ - "Les données utiles soumises ont un format incorrect." + "No Data": ["Aucune donnée"], + "%s-%s of %s": ["%s-%s de %s"], + "Type a value": ["Saisissez une valeur"], + "Filter": ["Filtre"], + "Select or type a value": ["Sélectionner ou renseigner une valeur"], + "Last modified": ["Dernière modification"], + "Modified by": ["Modifié"], + "Created by": ["Créé par"], + "Created on": ["Créé le"], + "Menu actions trigger": ["Déclencheur des actions de menu"], + "Select ...": ["Sélectionner…"], + "Click to cancel sorting": ["Cliquez pour annuler le tri"], + "There was an error loading the tables": [ + "Une erreur s'est produite lors de la récupération des tableaux" ], - "The submitted payload has the incorrect schema.": [ - "Les données utiles soumises ont un schéma incorrect." + "See table schema": ["Voir le schéma du tableau"], + "Force refresh table list": [ + "Forcer l'actualisation de la liste des tableaux" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "Le tableau « %(table)s » n'existe pas. Un tableau valide doit être utilisé pour cette requête." + "Timezone selector": ["Sélecteur de fuseau horaire"], + "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 destination." ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "Le tableau « %(table_name)s » n'existe pas. Un tableau valide doit être utilisé pour cette requête." + "Can not move top level tab into nested tabs": [ + "Impossible de déplacer l'onglet de premier niveau dans les onglets imbriqué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.": [ - "Le tableau a été créé. Dans le cadre de cette configuration en deux étapes, vous devez maintenant cliquer sur le bouton d'édition du nouveau tableau pour la configurer." + "This chart has been moved to a different filter scope.": [ + "Ce graphique a été déplacé vers un autre champ de filtrage." ], - "The table was deleted or renamed in the database.": [ - "Le tableau a été supprimé ou renommé dans la base de données." + "There was an issue fetching the favorite status of this dashboard.": [ + "Il y a eu un problème pour récupérer le statut de favori de ce tableau de bord." ], - "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 le tableau. Veuillez aussi noter que le filtre ci-dessous est appliqué à cette colonne ou expression" + "There was an issue favoriting this dashboard.": [ + "Il y a eu un problème pour mettre ce tableau de bord en favori." ], - "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 et utiliser le langage naturel comme « 10 secondes », « 1 jour » ou « 56 semaines »" + "You do not have permissions to edit this dashboard.": [ + "Vous n'avez pas les permission pour modifier ce tableau de bord." ], - "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 et utiliser le langage naturel comme « 10 secondes », « 1 jour » ou « 56 semaines »" + "This dashboard was saved successfully.": [ + "Ce Tableau de Bord a été sauvegardé avec succè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.": [ - "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é de temps. Les options ici sont définies pour chaque type de SGBD dans le code source de Superset." + "You do not have permission to edit this dashboard": [ + "Vous n'avez pas les permission pour modifier ce tableau de bord" ], - "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 « espaces réservés » sont exprimées en UTC (sans fuseau). Les horodatages 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." - ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "L’unité de temps pour chaque bloc. Doit être une unité plus petite que domain_granularity. Doit être plus grand ou égal au fragment de temps" - ], - "The time unit used for the grouping of blocks": [ - "L’unité de temps utilisée pour le regroupement des blocs" - ], - "The type of visualization to display": [ - "Le type de visualisation à afficher" - ], - "The unit of measure for the specified point radius": [ - "L'unité de mesure pour le rayon de point spécifié" + "Please confirm the overwrite values.": [ + "Veuillez confirmer les valeurs de remplacement." ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "L'utilisateur·rice semble avoir été effacé·e" + "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.": [ + "Vous avez utilisé tous les emplacements d%(historyLength)s'annulation et ne pourrez pas annuler complètement les actions subséquentes. Vous pouvez enregistrer votre état actuel pour réinitialiser l’historique." ], - "The user/password combination is not valid (Incorrect password for user).": [ - "La combinaison utilisateur·rice/mot de passe n'est pas valide (mot de passe incorrect pour l’utilisateur·rice)." + "Could not fetch all saved charts": [ + "Impossible de récupérer tous les graphiques sauvegardés" ], - "The username \"%(username)s\" does not exist.": [ - "L’utilisateur·rice « %(username)s » n'existe pas." + "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 username provided when connecting to a database is not valid.": [ - "Le nom d'utilisateur·rice fourni lors de la connexion à une base de données n'est pas valide." + "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 way the ticks are laid out on the X-axis": [ - "La façon dont les points de repères sont disposés sur l’axe des absisses" + "You have unsaved changes.": [ + "Vous avez des modifications non enregistrées." ], - "There are associated alerts or reports": [ - "Il y a des alertes ou des rapports associés" + "Drag and drop components and charts to the dashboard": [ + "Glisser-déposer des composants et des graphiques dans le tableau de bord" ], - "There are no charts added to this dashboard": [ - "Il n'y a pas de graphiques ajouté dans ce tableau de bord" + "You can create a new chart or use existing ones from the panel on the right": [ + "Vous pouvez créer un nouveau graphique ou utiliser des graphiques existants dans le panneau de droite." ], + "Create a new chart": ["Créer un nouveau graphique"], "There are no components added to this tab": [ "Il n'y a pas de composant à ajouter dans cet onglet" ], - "There are no databases available": [ - "Aucune base de données n’est disponible" - ], - "There are no filters in this dashboard.": [ - "Pas de filtre dans ce tableau de bord." - ], - "There are unsaved changes.": [ - "Il existe des changements non enregistré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." - ], + "Edit the dashboard": ["Modifier le tableau de bord"], "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 composant. A-t-il été supprimé?" ], - "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 destination." + "Delete this container and save to remove this message.": [ + "Supprimez ce conteneur et sauvegardez pour supprimer ce message." ], - "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 :" + "Refresh interval": ["Intervalle d’actualisation"], + "Refresh frequency": ["Fréquence d’actualisation"], + "Are you sure you want to proceed?": ["Voulez-vous vraiment continuer?"], + "Save for this session": ["Enregistrer pour cette session"], + "You must pick a name for the new dashboard": [ + "Vous devez entrer un nom pour le nouveau tableau de Bord" ], - "There was an error loading the schemas": [ - "Une erreur s'est produite lors de la récupération des schémas" + "Save dashboard": ["Enregistrer 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)" ], - "There was an error loading the tables": [ - "Une erreur s'est produite lors de la récupération des tableaux" + "Create new chart": ["Créer un nouveau graphique"], + "Filter your charts": ["Filtrer vos graphiques"], + "Sort by %s": ["Trier par %s"], + "Show only my charts": ["Afficher uniquement mes graphiques"], + "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.": [ + "Vous pouvez choisir d'afficher tous les graphiques auxquels vous avez accès ou seulement ceux que vous possédez. Votre sélection de filtre sera sauvegardée et restera active jusqu'à ce que vous décidiez de la modifier." ], - "There was an error with your request": [ - "Il y avait une erreur avec vore requête" + "Added": ["Ajouté"], + "Viz type": ["Type Viz"], + "Dataset": ["Ensemble de données"], + "Superset chart": ["Graphique Superset"], + "Check out this chart in dashboard:": [ + "Vérifiez ce graphique dans le tableau de bord :" ], - "There was an issue deleting %s: %s": [ - "Il y a eu un problème lors de la suppression de %s : %s" + "Layout elements": ["Éléments de disposition"], + "An error occurred while fetching available CSS templates": [ + "Une erreur s'est produite lors de l'extraction des modèles de CSS disponibles" ], - "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" + "Load a CSS template": ["Chargerun modèle CSS"], + "Live CSS editor": ["Editeur CSS en ligne"], + "There are no charts added to this dashboard": [ + "Il n'y a pas de graphiques ajouté dans ce tableau de bord" ], - "There was an issue deleting the selected annotations: %s": [ - "Il y a eu un problème lors de la suppression des annotations sélectionnées : %s" + "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" ], - "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" + "Changes saved.": ["Modifications enregistrées."], + "Disable embedding?": ["Désactiver l’intégration?"], + "This will remove your current embed configuration.": [ + "Cela supprimera votre configuration d’intégration actuelle." ], - "There was an issue deleting the selected dashboards: ": [ - "Il y a eu un problème lors de la suppression des graphiques sélectionnés :" + "Embedding deactivated.": ["L’intégration est désactivée."], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Ce tableau de bord est prêt à être intégré. Dans votre application, transmettez l’identifiant suivant au SDK :" ], - "There was an issue deleting the selected datasets: %s": [ - "Il y a eu un problème lors de la suppression des ensembles de données sélectionnés : %s" + "Configure this dashboard to embed it into an external web application.": [ + "Configurez ce tableau de bord pour l’intégrer dans une application Web externe." ], - "There was an issue deleting the selected layers: %s": [ - "Il y a eu un problème lors de la suppression des couches sélectionnées : %s" + "For further instructions, consult the": [ + "Pour obtenir des instructions supplémentaires, consultez" ], - "There was an issue deleting the selected queries: %s": [ - "Il y a eu un problème lors de la suppression des requêtes sélectionnées : %s" + "Superset Embedded SDK documentation.": [ + "Documentation Superset SDK intégrée." ], - "There was an issue deleting the selected templates: %s": [ - "Il y a eu un problème lors de la suppression des modèles sélectionnées : %s" + "Allowed Domains (comma separated)": [ + "Domaines autorisés (séparés par des virgules)" ], - "There was an issue deleting: %s": [ - "Il y a eu un problème lors de la suppression de : %s" + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Une liste de noms de domaine qui peuvent intégrer ce tableau de bord. Laisser ce champ vide permettra l’intégration à partir de n’importe quel domaine." ], - "There was an issue favoriting this dashboard.": [ - "Il y a eu un problème pour mettre ce tableau de bord en favori." + "Enable embedding": ["Activer l’intégration"], + "Applied filters (%d)": ["Filtres appliqué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." ], - "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." + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Votre tableau de bord est trop gros. Veuille réduire sa taille avant de sauvegarder." ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Il y a eu un problème pour récupérer le statut de favori de ce tableau de bord." + "Redo the action": ["Refaire l’action"], + "Edit dashboard": ["Modifier le tableau de bord"], + "Refreshing charts": ["Actualisation des graphiques"], + "Superset dashboard": ["Tableau de bord de Superset"], + "Check out this dashboard: ": ["Vérifiez ce tableau de bord :"], + "Refresh dashboard": ["Actualiser le tableau de bord"], + "Exit fullscreen": ["Sortir du mode plein écran"], + "Enter fullscreen": ["Passer en plein écran"], + "Edit properties": ["Modifier les propriétés"], + "Edit CSS": ["Modifier le CSS"], + "Download": ["Télécharger"], + "Export to PDF": ["Exporter en PDF"], + "Download as Image": ["Télécharger comme image"], + "Share": ["Partager"], + "Copy permalink to clipboard": ["Copier le lien dans le presse-papiers"], + "Share permalink by email": ["Partager le lien par courriel"], + "Set filter mapping": ["Définir le mappage de filtre"], + "Set auto-refresh interval": [ + "Définir l'intervalle de rafraîchissement automatique" ], - "There was an issue fetching your recent activity: %s": [ - "Une erreur s'est produite lors de lors de la récupération de votre activité récente : %s" + "Scroll down to the bottom to enable overwriting changes. ": [ + "Faites défiler vers le bas pour activer les modifications de remplacement. " ], - "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" + "Yes, overwrite changes": ["Oui, écraser les modifications"], + "Last Updated %s by %s": ["Dernière mise à jour %s par %s"], + "Apply": ["Appliquer"], + "A valid color scheme is required": [ + "Un jeu de couleur valide doit être fourni" ], - "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" + "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.": [ + "Les propriétaires sont une liste des utilisateurs qui peuvent modifier le tableau de bord. Il est possible d'effectuer une recherche par nom ou par nom d'utilisateur." ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "Il y a une boucle dans votre Sankey, veuillez fournir un arbre. Voici un lien erroné : {}" + "Colors": ["Couleurs"], + "Dashboard properties": ["Propriétés du tableau de bord"], + "This dashboard is managed externally, and can't be edited in Superset": [ + "Ce tableau de bord est géré à l’externe et ne peut pas être modifié dans Superset" ], - "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és dynamiquement lorsque vous cliquez sur le bouton d'enregistrement ou d'écrasement dans la vue d'exploration. Cet objet JSON est exposé ici à titre de référence et pour les utilisateurs expérimentés qui souhaiteraient modifier des paramètres spécifiques." + "Basic information": ["Information de base"], + "URL slug": ["Logotype URL"], + "A readable URL for your dashboard": [ + "Une URL lisible pour votre tableau de bord" ], - "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Cet objet JSON est généré dynamiquement lorsque vous cliquez sur le bouton enregistrer ou écraser dans la vue du tableau de bord. Il est exposé ici à titre de référence et pour les utilisateurs expérimentés qui souhaitent modifier des paramètres spécifiques." + "Any additional detail to show in the certification tooltip.": [ + "Tout détail supplémentaire à afficher dans l’infobulle de certification." ], - "This action will permanently delete %s.": [ - "Cette action supprimera définitivement %s." + "JSON metadata": ["Méta-données JSON"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [ + "Veuillez NE PAS écraser la touche « filter_scopes »." ], - "This action will permanently delete the layer.": [ - "Cette action supprimera définitivement la couche ." + "Use \"%(menuName)s\" menu instead.": [ + "Utilisez plutôt le menu « %(menuName)s »." ], - "This action will permanently delete the saved query.": [ - "Cette action supprimera définitivement la requête sauvegardée." + "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." ], - "This action will permanently delete the template.": [ - "Cette acion supprimera définitivement le modèle." + "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." ], - "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)." + "This dashboard is published. Click to make it a draft.": [ + "Ce tableau de bord est publié. Cliquez pour en faire un brouillon." + ], + "Draft": ["VERSION PRÉLIMINAIRE"], + "Annotation layers are still loading.": [ + "Les couches d'annotations sont toujours en cours de chargement." + ], + "One ore more annotation layers failed loading.": [ + "Le chargement d'une ou plusieurs couches d'annotations a échoué." ], "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "Ce graphique applique des filtres croisés aux graphiques dont les ensembles de données contiennent des colonnes du même nom." ], - "This chart has been moved to a different filter scope.": [ - "Ce graphique a été déplacé vers un autre champ de filtrage." + "Data refreshed": ["Données rafraîchies"], + "Cached %s": ["%s mis en cache"], + "Fetched %s": ["Récupération de %s"], + "Query %s: %s": ["Requête %s : %s"], + "Force refresh": ["Forcer l'actualisation"], + "View query": ["Voir la requête"], + "Share chart by email": ["Partager le graphique par courriel"], + "Check out this chart: ": ["Vérifiez ce graphique :"], + "Export to .CSV": ["Exporter en .CSV"], + "Export to Excel": ["Exporter vers Excel"], + "Download as image": ["Télécharger comme image"], + "Search...": ["Rechercher…"], + "No filter is selected.": ["Pas de filtre sélectionné."], + "Editing 1 filter:": ["Édition d'un filtre :"], + "Batch editing %d filters:": ["Édition par lots de %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." ], - "This chart is managed externally, and can't be edited in Superset": [ - "Ce graphique est géré à l’externe et ne peut pas être modifié dans Superset" + "Expand all": ["Développer tout"], + "Collapse all": ["Tout réduire"], + "This markdown component has an error.": [ + "Ce composant markdown comporte une erreur." ], - "This chart might be incompatible with the filter (datasets don't match)": [ - "Ce graphique peut être incompatible avec le filtre (les ensembles de données ne correspondent pas)" + "This markdown component has an error. Please revert your recent changes.": [ + "Ce composant markdown comporte une erreur. Reprenez vos modifications récentes." ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ - "Ce type de graphique n'est pas pris en charge lors de l'utilisation d'une requête non enregistrée comme source graphique. " + "Empty row": ["Rangée vide"], + "You can add the components in the": [ + "Vous pouvez ajouter les composants dans le" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "Ce schéma de couleurs est remplacé par des couleurs d’étiquettes personnalisées. Vérifiez les métadonnées JSON dans les paramètres avancés" + "edit mode": ["mode edition"], + "Delete dashboard tab?": ["Supprimer l'onglet du tableau de bord?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "La suppression d’un onglet supprimera tout le contenu qu’il contient. Vous pouvez toujours annuler cette action avec le" ], - "This column might be incompatible with current dataset": [ - "Cette colonne peut être incompatible avec l’ensemble de données actuel" + "button (cmd + z) until you save your changes.": [ + "(cmd + z) jusqu’à ce que vous sauvegardiez vos modifications." ], - "This column must contain date/time information.": [ - "Cette colonne doit contenir une information date/heure." + "CANCEL": ["CANCEL"], + "Divider": ["Diviseur"], + "Header": ["En-tête"], + "Text": ["Texte"], + "Tabs": ["Onglets"], + "background": ["contexte"], + "Preview": ["Prévisualisation"], + "Sorry, something went wrong. Try again later.": [ + "Une erreur s'est produite. Réessayez plus tard." ], - "This control filters the whole chart based on the selected time range. 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.": [ - "Définissez une fonction qui reçoit l'entrée et produit le contenu d'une info-bulle" + "Add/Edit Filters": ["Ajouter/modifier les filtres"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Cliquez sur le bouton « +Ajouter/modifier des filtres » pour créer de nouveaux filtres de tableau de bord." ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Cela contrôle si le champ « time_range » de la vue actuelle doit être transmis au graphique contenant les données d'annotation." + "Apply filters": ["Appliquer les filtres"], + "Clear all": ["Effacer tout"], + "Add custom scoping": ["Ajouter une portée personnalisée"], + "All charts/global scoping": [ + "Tous les graphiques/champ d'application mondial" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Cela contrôle si le champ de fragment de temps de la vue actuelle doit être transmis au graphique contenant les données d'annotation." + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés lorsque vous interagissez avec ce graphique. Vous pouvez sélectionner « Tous les graphiques » pour appliquer des filtres à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans le tableau de bord." ], - "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." + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Sélectionnez les graphiques auxquels vous souhaitez appliquer des filtres croisés dans ce tableau de bord. Si vous désélectionnez un graphique, il ne sera pas filtré lors de l'application de filtres croisés à partir de n'importe quel graphique du tableau de bord. Vous pouvez sélectionner « Tous les graphiques » pour appliquer des filtres croisés à tous les graphiques qui utilisent le même ensemble de données ou contiennent le même nom de colonne dans le tableau de bord." ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "Ce tableau de bord est géré à l’externe et ne peut pas être modifié dans Superset" + "All charts": ["Tous les graphiques"], + "Horizontal (Top)": ["Horizontal (haut)"], + "Applied filters: %s": ["Filtres appliqués : (%s)"], + "Cannot load filter": ["Impossible de charger le filtre"], + "Filters out of scope (%d)": ["Filtres hors de portée (%d)"], + "Dependent on": ["Dépend de"], + "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." ], - "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." + "Scope": ["Portée"], + "Filter type": ["Type de filtre"], + "(Removed)": ["(Supprimé)"], + "Undo?": ["Annuler?"], + "Add filters and dividers": ["Ajouter un filtre ou des diviseurs"], + "Cyclic dependency detected": ["Dépendance cyclique constatée"], + "Add and edit filters": ["Ajouter et modifier les filtres"], + "Column select": ["Sélection d'une colonne"], + "Select a column": ["Sélectionner une colonne"], + "No compatible columns found": ["Aucune colonne compatible trouvée"], + "Value is required": ["Une valeur est obligatoire"], + "(deleted or invalid type)": ["(type supprimé ou non valide)"], + "Add filter": ["Ajouter un filtre"], + "Values are dependent on other filters": [ + "Les valeurs dépendent d'autres filtres" ], - "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." + "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" ], - "This dashboard is published. Click to make it a draft.": [ - "Ce tableau de bord est publié. Cliquez pour en faire un brouillon." + "Values dependent on": ["Valeurs dépendent de"], + "Scoping": ["Établissement de la portée"], + "Filter Configuration": ["Configuration de routeur"], + "Filter Settings": ["Paramètres du filtre"], + "Select filter": ["Selectionner un filtre"], + "Range filter": ["Filtre d'intervalle"], + "Numerical range": ["Interval numérique"], + "Time filter": ["Filtre de temps"], + "Time range": ["Rangée de temps"], + "Time column": ["Colonne de temps"], + "Time grain": ["Fragment de temps"], + "Group By": ["Grouper par"], + "Group by": ["Grouper par"], + "Pre-filter is required": ["Un préfiltre est requis"], + "Time column to apply dependent temporal filter to": [ + "Colonne chronologique pour appliquer le filtre temporel dépendant à" ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "Ce tableau de bord est prêt à être intégré. Dans votre application, transmettez l’identifiant suivant au SDK :" + "Time column to apply time range to": [ + "Colonne chronologique à laquelle appliquer la plage de temps" ], - "This dashboard was saved successfully.": [ - "Ce Tableau de Bord a été sauvegardé avec succès." + "Filter name": ["Nom du filtre"], + "Name is required": ["Le nom est obligatoire"], + "Filter Type": ["Type de filtre"], + "Datasets do not contain a temporal column": [ + "Les ensembles de données ne comportent pas de colonne temporelle" ], - "This database is managed externally, and can't be edited in Superset": [ - "Cette base de données est gérée à l’externe et ne peut pas être modifiée dans Superset" + "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.": [ + "Les filtres d'intervalle de temps du tableau de bord s'appliquent aux colonnes temporelles définies dans la section filtre de chaque graphique. Ajoutez des colonnes temporelles aux filtres des graphiques pour que ce filtre de tableau de bord ait un impact sur ces graphiques." ], - "This database table does not contain any data. Please select a different table.": [ - "Cette table de base de données ne contient aucune donnée. Veuillez sélectionner un autre tableau." + "Dataset is required": ["Un ensemble de données est requis"], + "Pre-filter available values": ["Valeurs disponibles pour le pré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.": [ + "AjouteR des clauses de filtre pour contrôler la requête source du filtre, mais uniquement dans le contexte de la saisie semi-automatique, c'est-à-dire que ces conditions n'ont pas d'impact sur la manière dont le filtre est appliqué au tableau de bord. Cela est utile lorsque vous souhaitez améliorer les performances de la requête en n'analysant qu'un sous-ensemble des données sous-jacentes ou en limitant les valeurs disponibles affichées dans le filtre." ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Cet ensemble de données est géré à l'externe et ne peut pas être modifié dans Superset" + "Pre-filter": ["Préfiltre"], + "No filter": ["Aucun filtre"], + "Sort filter values": ["Trier les valeurs de filtre"], + "Sort type": ["Trier par type"], + "Sort ascending": ["Trier par ordre croissant "], + "Sort Metric": ["Trier les mesures"], + "If a metric is specified, sorting will be done based on the metric value": [ + "Si une mesure est définie, le tri sera basé sur sa valeur" ], - "This dataset is not used to power any charts.": [ - "Cet ensemble de données n'est pas utilisé pour alimenter des graphiques." + "Sort metric": ["Trier les mesures"], + "Single value type": ["Type de valeur unique"], + "Filter has default value": ["Le filtre a une valeur par défaut"], + "Default Value": ["Valeur par défaut"], + "Default value is required": ["La valeur par défaut est requise"], + "Refresh the default values": ["Actualiser 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 »" ], - "This defines the element to be plotted on the chart": [ - "Ceci définit l'élément à tracer sur le graphique" + "You have removed this filter.": ["Vous avez supprimé ce filtre."], + "Restore Filter": ["Restaurer le filtre"], + "Column is required": ["Colonne requise"], + "Populate \"Default value\" to enable this control": [ + "Remplir « Valeur par défaut » pour activer ce contrôle" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "La saisonnalité quotidienne doit-elle être appliquée? Une valeur entière spécifiera l'ordre Fourier de la saisonnalité." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "La valeur par défaut est définie automatiquement lorsque l'option « Sélectionner la première valeur de filtre par défaut » est cochée." ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "" + "Default value must be set when \"Filter value is required\" is checked": [ + "La valeur par défaut doit être définie lorsque l'option « Valeur du filtre requise » est cochée." ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Ce champ agit comme une vue Superset, ce qui signifie que Superset exécutera une requête sur cette chaîne en tant que sous-requête." + "Default value must be set when \"Filter has default value\" is checked": [ + "La valeur par défaut doit être définie lorsque l'option « Le filtre a une valeur par défaut » est cochée." ], - "This filter might be incompatible with current dataset": [ - "Ce filtre pourrait être incompatible avec l’ensemble de données actuel." + "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" ], - "This functionality is disabled in your environment for security reasons.": [ - "Cette fonctionnalité est désactivée dans votre environnement pour des raisons de sécurité." + "All panels with this column will be affected by this filter": [ + "Tous les panneaux avec cette colonne seront affectés par ce filtre" ], - "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 utilisateur·rice·s qui appartiennent à un role de filtre RLS, un filtre de base peut être créé avec la clause « 1 = 0 » (toujours faux)." + "This chart might be incompatible with the filter (datasets don't match)": [ + "Ce graphique peut être incompatible avec le filtre (les ensembles de données ne correspondent pas)" ], - "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 le positionnement des widgets dans le tableau de bord. Il est généré dynamiquement lors de l'ajustement de la taille et de la position des widgets par glisser-déposer dans la vue du tableau de bord." + "Keep editing": ["Poursuivre l’édition"], + "Yes, cancel": ["Oui, annuler"], + "There are unsaved changes.": [ + "Il existe des changements non enregistrés." ], - "This markdown component has an error.": [ - "Ce composant markdown comporte une erreur." + "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." ], - "This markdown component has an error. Please revert your recent changes.": [ - "Ce composant markdown comporte une erreur. Reprenez vos modifications récentes." + "Transparent": ["--> Transparent :"], + "All filters": ["Tous les filtres"], + "Medium": ["Moyen"], + "Tab title": ["Titre de l’onglet"], + "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.": [ + "Cette session a été interrompue et certaines commandes peuvent ne pas fonctionner comme prévu. Si vous êtes le développeur·euse de cette application, veuillez vérifier que le jeton d'invité est généré correctement." ], - "This may be triggered by:": ["Cela peut être déclenché par :"], - "This metric might be incompatible with current dataset": [ - "Cette mesure pourrait être incompatible avec l’ensemble de données actuel." + "Equal to (=)": ["Égal à (=)"], + "Less than (<)": ["Moins de (<)"], + "Like": ["Comme"], + "Is true": ["est vrai"], + "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 à regrouper. Les regroupements à forte cardinalité doivent inclure une limite de séries afin de limiter le nombre de séries recherchées et rendues." ], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Cette section contient des options qui permettent un post-traitement analytique avancé des résultats de la requête." + "One or many metrics to display": ["Une ou plusieurs mesures à afficher"], + "Fixed color": ["Couleur fixe"], + "Right axis metric": ["Mesure de l'axe droit"], + "Choose a metric for right axis": [ + "Choisissez une mesure pour l'axe de droite" ], - "This section contains validation errors": [ - "Cette section contient des erreurs de validation" + "Linear color scheme": ["Schéma de couleurs linéaire"], + "Color metric": ["Mesure de couleur"], + "One or many controls to pivot as columns": [ + "Un ou plusieurs contrôles à pivoter en tant que colonnes" ], - "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.": [ - "Cette session a été interrompue et certaines commandes peuvent ne pas fonctionner comme prévu. Si vous êtes le développeur·euse de cette application, veuillez vérifier que le jeton d'invité est généré correctement." + "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 et utiliser le langage naturel comme « 10 secondes », « 1 jour » ou « 56 semaines »" ], - "This table already has a dataset": [ - "Ce tableau contient déjà un ensemble de données" + "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é de temps. Les options ici sont définies pour chaque type de SGBD dans le code source de Superset." ], - "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ - "Ce tableau est déjà associé à un ensemble de données. Vous ne pouvez associer qu'un seul ensemble de données à un tableau." + "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 « espaces réservés » sont exprimées en UTC (sans fuseau). Les horodatages 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." ], - "This value should be greater than the left target value": [ - "Cette valeur devrait être plus grande que la valeur cible de gauche" + "Limits the number of rows that get displayed.": [ + "Limite le nombre de lignes qui sont affichées." ], - "This value should be smaller than the right target value": [ - "Cette valeur devrait être plus petite que la valeur cible de droite" + "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).": [ + "Mesure utilisée pour définir comment les séries principales sont triées si une limite de série ou de rangée est définie. Si indéfini, la première mesure sera utilisée (si approprié)." ], - "This visualization type does not support cross-filtering.": [ - "Ce type de visualisation ne prend pas en charge le filtrage croisé." + "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 des entités. Chaque série est affichée dans une couleur spécifique sur le graphique et dispose d'une légende à bascule." ], - "This visualization type is not supported.": [ - "Ce type de visualisation n'est pas pris en charge." + "Metric assigned to the [X] axis": ["Mesure assignée à l'axe [X]"], + "Metric assigned to the [Y] axis": ["Mesure assignée à l'axe [Y]"], + "Bubble size": ["Taille de la bulle"], + "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 des ordonnées est à forcé à « .1% »" ], - "This will remove your current embed configuration.": [ - "Cela supprimera votre configuration d’intégration actuelle." + "Color scheme": ["Schéma de couleurs"], + "Use this section if you want a query that aggregates": [ + "Utiliser cette section si vous voulez une requête qui regroupe" ], - "Threshold alpha level for determining significance": [ - "Seuil alpha pour déterminer l’importance" + "Use this section if you want to query atomic rows": [ + "Utiliser cette section si vous souhaitez interroger des rangées atomiques" ], - "Thumbnails": ["Vignettes"], - "Thursday": ["Jeudi"], - "Time": ["Heure"], - "Time Series - Bar Chart": ["Séries temporelles – Diagramme à barres"], - "Time Series - Line Chart": ["Séries temporelles – Graphique linéaire"], - "Time Series - Nightingale Rose Chart": [ - "Séries temporelles – Graphique Nightingale Rose" - ], - "Time Series - Paired t-test": [ - "Séries temporelles – Test de Student pour échantillons appariés" - ], - "Time Series - Percent Change": [ - "Séries temporelles – Pourcentage de changement" - ], - "Time Series - Period Pivot": ["Séries temporelles – Période Pivot"], - "Time Series - Stacked": ["Séries temporelles – empilées"], - "Time Table View": ["Vue du tableau chronologique"], - "Time column": ["Colonne de temps"], - "Time column \"%(col)s\" does not exist in dataset": [ - "La colonne temporelle « %(col)s » n'existe pas dans l’ensemble de données" + "The X-axis is not on the filters list": [ + "L’axe des absisses ne figure pas dans la liste des filtres" ], - "Time column filter plugin": [ - "Plugiciel de filtrage des colonnes chronologiques" + "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?": [ + "L’axe des absisses ne figure pas dans la liste des filtres, ce qui l’empêchera d’être utilisé dans les filtres de plage de temps dans les tableaux de bord. Voulez-vous l’ajouter à la liste des filtres?" ], - "Time column to apply dependent temporal filter to": [ - "Colonne chronologique pour appliquer le filtre temporel dépendant à" + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Vous ne pouvez pas supprimer le dernier filtre temporel, car il est utilisé pour les filtres temporels dans les tableaux de bord." ], - "Time column to apply time range to": [ - "Colonne chronologique à laquelle appliquer la plage de temps" + "This section contains validation errors": [ + "Cette section contient des erreurs de validation" ], - "Time comparison": ["Comparaison chronologique"], - "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ - "Delta temporel dans le langage naturel (exemple : 24 heures, 7 jours, 56 semaines, 365 jours)" + "Keep control settings?": ["Conserver les paramètres de contrôle?"], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Vous avez modifié les ensembles de données. Tous les contrôles contenant des données (colonnes, mesures) qui correspondent à ce nouveau ensemble de données ont été conservés." ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "Le delta temporel est ambigu. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." + "No form settings were maintained": [ + "Aucun paramètre de formulaire n'a été conservé" ], - "Time filter": ["Filtre de temps"], - "Time grain": ["Fragment de temps"], - "Time grain missing": ["Fragment de temps manquant"], - "Time in seconds": ["Temps en secondes"], - "Time range": ["Rangée de temps"], - "Time related form attributes": ["Attributs du 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 temporelle est ambigue. Veuillez spécifier [%(human_readable)s ago] ou [%(human_readable)s later]." + "We were unable to carry over any controls when switching to this new dataset.": [ + "Nous n’avons pas été en mesure de reporter les contrôles lors du passage à ce nouvel ensemble de données." ], - "Time-series Table": ["Tableau des séries temporelles"], - "Timeout error": ["Erreur de dépassement de délai"], - "Timezone": ["Fuseau horaire"], - "Timezone offset (in hours) for this datasource": [ - "Décalage de fuseau horaire (en heures) pour cette source de données" + "Customize": ["Personnaliser"], + "Generating link, please wait..": [ + "Génération du lien, veuillez patienter." ], - "Timezone selector": ["Sélecteur de fuseau horaire"], - "Title": ["Objet :"], - "Title Column": ["Colonne de titre"], - "Title or Slug": ["Titre ou logotype"], - "To filter on a metric, use Custom SQL tab.": [ - "Pour filtrer sur une mesure, utiliser l'onglet Custom SQL." + "Save (Overwrite)": ["Enregister (remplacer)"], + "Chart name": ["Nom du graphique"], + "A reusable dataset will be saved with your chart.": [ + "Un ensemble de données réutilisable sera enregistré avec votre graphique." ], - "To get a readable URL for your dashboard": [ - "Pour obtenir une URL lisible pour votre tableau de bord" + "Add to dashboard": ["Ajouter au tableau de bord"], + "Select a dashboard": ["Sélectionner un tableau de bord"], + "Select": ["Sélectionner"], + "Save & go to dashboard": ["Enregistrer et aller au tableau de bord"], + "Save chart": ["Enregistrer le graphique"], + "Expand data panel": ["Développer le panneau de données"], + "Samples": ["Exemples"], + "Showing %s of %s": ["Affichage de %s sur %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Afficher moins…"], + "Show all...": ["Afficher tout…"], + "Search Metrics & Columns": ["Rechercher les mesures et les colonnes"], + "Unable to retrieve dashboard colors": [ + "Impossible de récupérer les couleurs du tableau de bord" ], - "Tooltip": ["Infobulle"], - "Top to Bottom": ["De haut en bas"], - "Total (%(aggfunc)s)": ["Total (%(aggfunc)s)"], - "Total (%(aggregatorName)s)": ["Total (%(aggregatorName)s)"], - "Totals": ["Totaux"], - "Track job": ["Suivre le travail"], - "Transformable": ["Transformable"], - "Transparent": ["--> Transparent :"], - "Transpose pivot": ["Pivot de transposition"], - "Treat values as categorical.": [""], - "Tree layout": ["Disposition de l'arbre"], - "Treemap": ["Graphique en arbre"], - "Trend": ["Tendance"], - "Triangle": ["Triangle"], - "Trigger Alert If...": ["Déclencher une alerte si…"], - "Truncate Axis": ["Tronquer l’axe"], - "Truncate Cells": ["Tronquer les cellules"], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ - "Marquer une colonne comme temporelle dans le modal «Modifier la source de données»" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "Vous pouvez prévisualiser la liste des tableaux de bord dans le menu déroulant des paramètres du graphique." ], - "Truncate Y Axis": ["Tronquer l’axe des absisses"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "Tronquer l’axe des ordonnées. Peut être modifié en spécifiant une limite minimale ou maximale." + "Add required control values to save chart": [ + "Ajouter les valeurs de contrôle requises pour enregistrer le graphique" ], - "Truncate long cells to the \"min width\" set above": [ - "Tronquer les cellules longues à la « largeur minimale » définie ci-dessus" + "Chart type requires a dataset": [ + "Le type de graphique nécessite un ensemble de données" ], - "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." + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Ce type de graphique n'est pas pris en charge lors de l'utilisation d'une requête non enregistrée comme source graphique. " ], - "Try applying different filters or ensuring your datasource has data": [ - "Essayez d’appliquer différents filtres ou de vous assurer que votre source de données contient des données" + " to visualize your data.": [" pour visualiser vos données."], + "Required control values have been removed": [ + "Les valeurs de contrôle requises ont été supprimées" ], - "Tuesday": ["Mardi"], - "Type": ["Type"], - "Type \"%s\" to confirm": ["Saisissez « %s » pour confirmer"], - "Type a value": ["Saisissez 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" + "Your chart is not up to date": ["Votre graphique n’est pas à jour"], + "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": [ + "Vous avez mis à jour les valeurs dans le panneau de commande, mais le graphique n’a pas été mis à jour automatiquement. Exécutez la requête en cliquant sur le bouton « Mettre à jour le graphique » ou" ], - "Type of comparison, value difference or percentage": [ - "Type de comparaison, différence de valeur ou pourcentage" + "Controls labeled ": ["Contrôles libellés"], + "Control labeled ": ["Contrôle libellé"], + "Open Datasource tab": ["Ouvrir l'onglet Source de données"], + "You do not have permission to edit this chart": [ + "Vous n'avez pas les permission pour modifier ce graphique" ], - "URL": ["URL"], - "URL parameters": ["Paramètres URL"], - "URL slug": ["Logotype URL"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Impossible d'ajouter une table dans le programme dorsal. Veuillez contacter votre administrateur." + "This chart is managed externally, and can't be edited in Superset": [ + "Ce graphique est géré à l’externe et ne peut pas être modifié dans Superset" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Impossible de se connecter au catalogue « %(catalog_name)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." ], - "Unable to connect to database \"%(database)s\".": [ - "Impossible de se connecter à la base de données « %(database)s »." + "Configuration": ["Configuration"], + "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." ], - "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\"": [ - "Impossible de se connecter. Vérifiez que les rôles suivants sont définis sur le compte de service : « BigQuery Data Viewer », « BigQuery Metadata Viewer », « BigQuery Job User » et que les permissions suivantes sont définies « bigquery.readsessions.create », « bigquery.readsessions.getData »" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "Unable to create chart without a query id.": [ - "Impossible de créer un graphique sans ID de requête." + "Invalid lat/long configuration.": ["Configuration lat/long non valide."], + "Reverse lat/long ": ["Inverser la latitude et la longitude"], + "Longitude & Latitude columns": ["Colonnes longitude et latitude"], + "Delimited long & lat single column": [ + "Colonne unique délimitée en long et en lat" ], - "Unable to decode value": ["Impossible de décoder la valeur"], - "Unable to encode value": ["Impossible de coder la valeur"], - "Unable to find such a holiday: [%(holiday)s]": [ - "Impossible de trouver un tel congé : [%(holiday)s]" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Plusieurs formats sont acceptés, consultez la bibliothèque Python geopy.points pour plus de détails." ], - "Unable to load columns for the selected table. Please select a different table.": [ - "Impossible de charger les colonnes pour le tableau sélectionné. Veuillez sélectionner un autre tableau." + "Geohash": ["Geohash"], + "textarea": ["textarea"], + "in modal": ["dans modal"], + "Sorry, An error occurred": ["Désolé, une erreur s'est produite"], + "Open in SQL Lab": ["Ouvrir dans SQL Lab"], + "Failed to verify select options: %s": [ + "Échec de la vérification des options de sélection : %s" ], - "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 programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si le problème persiste." + "Annotation layer": ["Couche d'annotations "], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "Utilisez un autre graphique existant comme source d'annotations et de superpositions. Votre graphique doit être l'un de ces types de visualisation : [%s]" ], - "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 vers le programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si ce problème persiste." + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Attend une formule avec un paramètre de temps dépendant « x » en millisecondes depuis l'époque. mathjs est utilisé pour évaluer les formules. Exemple : « 2x+5 »" ], - "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 tableau vers le programme dorsal. Superset réessayera plus tard. Veuillez contacter votre administrateur si ce problème persiste." + "Annotation layer value": ["Valeur de la couche d'annotations"], + "Annotation Slice Configuration": [ + "Configuration des tranches d'annotation" ], - "Unable to retrieve dashboard colors": [ - "Impossible de récupérer les couleurs du tableau de bord" + "Annotation layer time column": [ + "Colonne temporelle de la couche d'annotations" ], - "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 le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" + "Interval start column": ["Première colonne d'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." ], - "Unable to upload Columnar 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 Columnar « %(filename)s » dans le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" + "Annotation layer interval end": [ + "Fin de l'intervalle de la couche d'annotations" ], - "Unable to upload Excel 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 Excel « %(filename)s » dans le tableau « %(table_name)s » de la base de données « %(db_name)s ». Message d'erreur : %(error_msg)s" + "Interval End column": ["Colonne de fin d'intervalle"], + "Annotation layer title column": [ + "Colonne de titre de la couche d'annotations" ], - "Undefined": ["Indéfini"], - "Undefined window for rolling operation": [ - "Fenêtre indéfinie pour l'opération de roulement" + "Title Column": ["Colonne de titre"], + "Pick a title for you annotation.": [ + "Choisissez un titre pour votre annotation." ], - "Undo?": ["Annuler?"], - "Unexpected error": ["Erreur inattendue"], - "Unexpected error occurred, please check your logs for details": [ - "Une erreur inattendue s'est produite, veuillez consulter vos journaux pour plus de détails." + "Annotation layer description columns": [ + "Colonnes de description de la couche d'annotation" ], - "Unknown": ["Inconnu"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Hôte inconnu du serveur MySQL « %(hostname)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 affichées dans l'annotation. Si vous ne sélectionnez pas de colonne, toutes les colonnes seront affichées." ], - "Unknown Presto Error": ["Erreur Presto inconnue"], - "Unknown Status": ["Statut inconnu"], - "Unknown column used in orderby: %(col)s": [ - "Colonne inconnue utilisée dans orderby : %(col)s" + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Cela contrôle si le champ « time_range » de la vue actuelle doit être transmis au graphique contenant les données d'annotation." ], - "Unknown error": ["Erreur inconnue"], - "Unknown input format": ["Format d'entrée inconnu"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Type de retour non sécurisé pour la fonction %(func)s: %(value_type)s" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Cela contrôle si le champ de fragment de temps de la vue actuelle doit être transmis au graphique contenant les données d'annotation." ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valeur de modèle non sûre pour la clé %(key)s: %(value_type)s" + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "Delta temporel dans le langage naturel (exemple : 24 heures, 7 jours, 56 semaines, 365 jours)" ], - "Unsupported clause type: %(clause)s": [ - "Type de clause non pris en charge : %(clause)s" + "Display configuration": ["Configuration d'affichage"], + "Configure your how you overlay is displayed here.": [ + "Configurer comment votre superposition est affichée ici." ], - "Unsupported post processing operation: %(operation)s": [ - "Opération de post-traitement non supportée : %(operation)s" - ], - "Unsupported return value for method %(name)s": [ - "Valeur de retour non supportée pour la méthode %(name)s" + "Annotation layer stroke": ["Trait de la couche d'annotations"], + "Style": ["Style"], + "Solid": ["Solide"], + "Long dashed": ["Long tiret"], + "Annotation layer opacity": ["Opacité de la couche d'annotations"], + "Color": ["Couleur"], + "Automatic Color": ["Couleur automatique"], + "Shows or hides markers for the time series": [ + "Affiche ou masque les marqueurs pour la série chronologique" ], - "Unsupported template value for key %(key)s": [ - "Valeur de modèle non supportée pour la clé %(key)s" + "Layer configuration": ["Configuration de filtre"], + "Configure the basics of your Annotation Layer.": [ + "Configurer les bases de votre couche d'annotations." ], - "Unsupported time grain: %(time_grain)s": [ - "Fragment de temps non pris en charge : %(time_grain)s" + "Mandatory": ["Obligatoire"], + "Hide layer": ["Masquer la couche"], + "Whether to always show the annotation label": [ + "Indiquer si l'étiquette de l'annotation doit toujours être affichée" ], - "Untitled query": ["Requête sans titre"], - "Update": ["Mettre à jour"], - "Upload": ["Téléversement"], - "Upload CSV to database": [ - "Téléverser un fichier CSV vers la base de données" + "Annotation layer type": ["Type de couche d'annotations"], + "Choose the annotation layer type": [ + "Choisissez le type de couche d'annotation" ], - "Upload Credentials": ["Téléverser les informations de connexion"], - "Upload Excel file to database": [ - "Téléverser un fichier Excel vers la base de données" + "Annotation source type": ["Type de source de l'annotation"], + "Choose the source of your annotations": [ + "Choisissez la source de vos annotations" ], - "Upload JSON file": ["Téléverser un fichier JSON"], - "Upload columnar file to database": [ - "Téléverser un fichier en colonnes vers la base de données" + "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’élément"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Ce schéma de couleurs est remplacé par des couleurs d’étiquettes personnalisées. Vérifiez les métadonnées JSON dans les paramètres avancés" ], - "Use \"%(menuName)s\" menu instead.": [ - "Utilisez plutôt le menu « %(menuName)s »." + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "La palette de couleurs est déterminée par le tableau de bord correspondant. Modifiez la palette de couleurs dans les propriétés du tableau de bord." ], - "Use Columns": ["Utiliser les colonnes"], - "Use a log scale": ["Utiliser une échelle de journalisation"], - "Use a log scale for the X-axis": [ - "Utiliser une échelle de journalisation pour l’axe des absisses" + "dashboard": ["tableau de bord "], + "Select color scheme": ["Sélectionner un schéma de couleurs"], + "Fraction digits": ["Chiffres de fraction"], + "Number of decimal digits to round numbers to": [ + "Nombre de chiffres décimaux pour arrondir les nombres" ], - "Use a log scale for the Y-axis": [ - "Utiliser une échelle de journalisation pour l’axe des ordonnées" + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Largeur minimale par défaut de la colonne en pixels, la largeur réelle peut être supérieure à cette valeur si les autres colonnes n'ont pas besoin de beaucoup d'espace." ], - "Use an encrypted connection to the database": [ - "Utiliser une connexion cryptée vers la base de données" + "Text align": ["Alignement du texte"], + "Horizontal alignment": ["Alignement horizontal"], + "Show cell bars": ["Afficher les barres de cellules"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "Si les valeurs positives et négatives doivent être alignées sur 0 dans le diagramme à barres de la cellule" ], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ - "Utilisez un autre graphique existant comme source d'annotations et de superpositions. Votre graphique doit être l'un de ces types de visualisation : [%s]" + "Whether to colorize numeric values by if they are positive or negative": [ + "Colorisation ou non des valeurs numériques si elles sont positives ou négatives" ], - "Use date formatting even when metric value is not a timestamp": [ - "Utiliser le formatage de la date même lorsque la valeur mesure n'est pas un horodatage" + "Truncate Cells": ["Tronquer les cellules"], + "Truncate long cells to the \"min width\" set above": [ + "Tronquer les cellules longues à la « largeur minimale » définie ci-dessus" ], - "Use legacy datasource editor": [ - "Utiliser l'ancien éditeur de source de données" + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Les graphiques en aires de séries temporelles sont similaires aux graphiques en lignes dans la mesure où ils représentent des variables avec la même échelle, mais les graphiques en aires empilent les mesures les unes sur les autres. Dans Superset, un graphique en aires peut être en flux, en pile ou en expansion." ], - "Use metrics as a top level group for columns or for rows": [ - "Utiliser les mesures comme groupe de niveau supérieur pour les colonnes ou les lignes" + "Small number format": ["Format petit nombre"], + "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": [ + "Format D3 pour les nombres compris entre -1,0 et 1,0, utile lorsque vous souhaitez avoir des chiffres significatifs différents pour les petits et les grands nombres." ], - "Use only a single value.": ["N’utiliser qu’une seule valeur."], - "Use the Advanced Analytics options below": [ - "Utiliser les options d’analyse avancée ci-dessous" + "Edit formatter": ["Modifier le formateur"], + "Add new formatter": ["Ajouter un nouveau formateur"], + "Add new color formatter": ["Ajouter un nouveau formateur de couleur"], + "alert": ["alerte"], + "error dark": ["erreur sombre"], + "This value should be smaller than the right target value": [ + "Cette valeur devrait être plus petite que la valeur cible de droite" ], - "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." + "This value should be greater than the left target value": [ + "Cette valeur devrait être plus grande que la valeur cible de gauche" ], - "Use this section if you want a query that aggregates": [ - "Utiliser cette section si vous voulez une requête qui regroupe" + "Required": ["Obligatoire"], + "Operator": ["Opérateur"], + "Left value": ["Valeur gauche"], + "Right value": ["Valeur droite"], + "Target value": ["Valeur cible"], + "Select column": ["Sélectionner une colonne"], + "Lower threshold must be lower than upper threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "Use this section if you want to query atomic rows": [ - "Utiliser cette section si vous souhaitez interroger des rangées atomiques" + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Modifier l’ensemble de données"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Vous devez être propriétaire d'un ensemble de données pour pouvoir le modifier. Veuillez communiquer avec un propriétaire d’ensemble de données pour demander des modifications ou modifier l’accès." ], - "Use this to define a static color for all circles": [ - "Utiliser ceci pour définir une couleur statique pour tous les cercles" + "View in SQL Lab": ["Voir dans SQL Lab"], + "Query preview": ["Prévisualisation de la requête"], + "The URL is missing the dataset_id or slice_id parameters.": [ + "Il manque à l'URL les paramètres dataset_id ou slice_id." ], - "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 plugiciel. Devrait être le nom du paquet tiré de package.json du plugiciel" + "The dataset linked to this chart may have been deleted.": [ + "L’ensemble de données lié à ce graphique semble avoir été effacé." ], - "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.": [ - "Utilisé pour résumer un ensemble de données en regroupant plusieurs statistiques le long de deux axes. Exemples : Chiffre d'affaires par région et par mois, tâches par statut et par destinataire,utilisateur·rice·s actif·ve·s par âge et par lieu. Ce n'est pas la visualisation la plus impressionnante, mais elle est très informative et polyvalente." + "RANGE TYPE": ["TYPE DE PLAGE"], + "Actual time range": ["Intervalle de temps courant"], + "APPLY": ["APPLIQUER"], + "Edit time range": ["Modifier l’intervalle de temps"], + "Configure Advanced Time Range ": [ + "Configuration de la plage horaire avancée" ], - "User": ["Utilisateur·rice"], - "User doesn't have the proper permissions.": [ - "Lutilisateur·rice n'a pas les droits." + "START (INCLUSIVE)": ["START (INCLUSIF)"], + "Start date included in time range": [ + "Date de début incluse de l'intervalle de temps" ], - "User query": ["Requête d’utilisateur·rice"], - "Username": ["Username"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "Utilise l’estimation de la densité du noyau gaussien pour visualiser la distribution spatiale des données" + "END (EXCLUSIVE)": ["FIN (EXCLUSIF)"], + "End date excluded from time range": [ + "Date de fin exclue de l'intervalle de temps" ], - "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.": [ - "Utilise une jauge pour montrer la progression d’une mesure vers une cible. La position du cadran représente la progression et la valeur de borne dans la jauge représente la valeur cible." + "Configure Time Range: Previous...": [ + "Configurer intervalle de temps : Précédent…" ], - "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.": [ - "Utilise des cercles pour visualiser le flux de données à travers les différentes étapes d’un système. Placez le curseur sur les chemins individuels dans la visualisation pour comprendre les étapes qu’une valeur a suivies. Utile pour la visualisation d’entonnoirs et de pipelines à plusieurs étapes et groupes." + "Configure Time Range: Last...": [ + "Configurer l'intervalle de temps : Dernier…" ], - "Value": ["Valeur"], - "Value Domain": ["Domaine de valeur"], - "Value bounds": ["Limites de valeur"], - "Value cannot exceed %s": [""], - "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" + "Configure custom time range": [ + "Configurer un intervalle de temps personnalisée" ], - "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" + "Relative quantity": ["Quantité relative"], + "Relative period": ["Période relative"], + "Anchor to": ["Ancrer à"], + "NOW": ["MAINTENANT"], + "Date/Time": ["Date/heure"], + "Return to specific datetime.": ["Retour à l’horodatage 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é." ], - "Verbose Name": ["Nom Verbose"], - "Version": ["Version"], - "Version number": ["Numéro de version"], - "Video game consoles": ["Consoles de jeux vidéo"], - "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é"], - "Virtual (SQL)": ["Virtuel (SQL)"], - "Virtual dataset": ["Ensemble de données virtuel"], - "Virtual dataset query cannot be empty": [ - "L’ensemble de données virtuel ne peut pas être vide" + "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." ], - "Virtual dataset query cannot consist of multiple statements": [ - "Une requête sur un ensemble de données virtuel ne peut pas être composée de plusieurs instructions." + "Get the last date by the date unit.": [ + "Récupérer la dernière date par l'unité de date." ], - "Virtual dataset query must be read-only": [ - "L'interrogation de l'ensemble de données virtuel doit être en lecture seule." + "Get the specify date for the holiday": [ + "Récupérer la date spécifiée pour le jour férié" ], - "Visual Tweaks": ["Modifications visuelles"], - "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.": [ - "Visualisez un ensemble parallèle de mesures dans plusieurs groupes. Chaque groupe est visualisé en utilisant sa propre ligne de points et chaque mesure est représentée comme un bord dans le graphique." + "Previous": ["Précédent"], + "Custom": ["Personnalisé"], + "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"], + "Seconds %s": ["%s secondes"], + "Minutes %s": ["Minutes %s"], + "Hours %s": ["Heures %s"], + "Days %s": ["Jours %s"], + "Weeks %s": ["Semaines %s"], + "Months %s": ["Mois %s"], + "Quarters %s": ["Trimestres %s"], + "Years %s": ["Année %s"], + "Specific Date/Time": ["Date/Heure spécifique"], + "Relative Date/Time": ["Date/Heure relative"], + "Now": ["Maintenant"], + "Midnight": ["Minuit"], + "Saved expressions": ["Expressions enregistrées"], + "Saved": ["Enregistré"], + "%s column(s)": ["%s colonne(s)"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Ajouter des colonnes temporelles calculées au ensemble de données dans le modal « Modifier la source de données »" ], - "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.": [ - "Visualisez une mesure connexe entre les paires de groupes. Les cartes thermiques excellent à mettre en valeur la corrélation ou la force entre deux groupes. La couleur est utilisée pour souligner la force du lien entre chaque paire de groupes." + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Ajouter des colonnes calculées au ensemble de données dans le modal « Modifier la source de données »" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ - "Visualisez des données géospatiales telles que des bâtiments, des paysages ou des objets en 3D dans une vue grille." + " to mark a column as a time column": [ + " pour marquer une colonne comme colonne de temps" ], - "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.": [ - "Visualisez comment une mesure change au fil du temps à l’aide de barres. Ajoutez un groupe par colonne pour visualiser les mesure au niveau du groupe et la façon dont elles changent au fil du temps." + "Simple": ["Simple"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Marquer une colonne comme temporelle dans le modal « Modifier la source de données »" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Visualisez plusieurs niveaux de hiérarchie à l’aide d’une structure familière semblable à un arbre." + "Custom SQL": ["SQL personnalisé"], + "My column": ["Ma colonne"], + "This filter might be incompatible with current dataset": [ + "Ce filtre pourrait être incompatible avec l’ensemble de données actuel." ], - "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).": [ - "Visualisez deux séries différentes en utilisant le même axe des x. Notez que les deux séries peuvent être visualisées avec un type de graphique différent (p. ex., 1 utilisant des barres et 1 utilisant une ligne)." + "This column might be incompatible with current dataset": [ + "Cette colonne peut être incompatible avec l’ensemble de données actuel" ], - "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.": [ - "Visualise une mesure sur trois dimensions de données dans un seul graphique (axe des absisses, axe des ordonnées et taille des bulles). Les bulles du même groupe peuvent être présentées en utilisant la couleur des bulles." + "Click to edit label": ["Cliquer pour éditer le l’étiquette"], + "Drop columns/metrics here or click": [ + "Déposez des colonnes/mesures ici ou cliquez sur" ], - "Visualizes connected points, which form a path, on a map.": [ - "Visualise les points connectés, qui forment un chemin, sur une carte." + "This metric might be incompatible with current dataset": [ + "Cette mesure pourrait être incompatible avec l’ensemble de données actuel." ], - "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ - "Visualise les zones géographiques de vos données sous forme de polygones sur une carte rendue par Mapbox. Les polygones peuvent être colorés à l’aide d’une mesure." + "\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érité du contexte du tableau de bord.\n Il ne sera pas sauvé à l'enregistrement du graphique.\n " ], - "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.": [ - "Visualise la façon dont une mesure a changé au fil du temps à l’aide d’une échelle de couleurs et d’une vue de calendrier. Les valeurs grises sont utilisées pour indiquer les valeurs manquantes et le schéma de couleurs linéaires est utilisé pour coder l’amplitude de la valeur de chaque jour." + "%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 mesure, essayez l'onglet Custom SQL." ], - "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.": [ - "Visualise la façon dont une seule mesure varie entre les principales subdivisions d’un pays (États, provinces, etc.) sur une carte de choroplète. La valeur de chaque subdivision est élevée lorsque vous survolez la limite géographique correspondante." + "To filter on a metric, use Custom SQL tab.": [ + "Pour filtrer sur une mesure, utiliser l'onglet Custom SQL." ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "Visualise de nombreux objets de séries temporelles différents dans un seul tableau. Ce graphique est en cours d’amortissement et nous vous recommandons d’utiliser plutôt le graphique des séries temporelles." + "%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)" ], - "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.": [ - "Visualise le flux des valeurs de différents groupes à travers les différentes étapes d’un système. Les nouvelles étapes du pipeline sont visualisées comme des nœuds ou des couches. L’épaisseur des barres ou des bords représente la mesure visualisée." + "choose WHERE or HAVING...": ["choisir WHERE ou HAVING..."], + "Filters by columns": ["Filtres par colonne"], + "Filters by metrics": ["Filtres par mesure"], + "Fixed": ["Modifié"], + "Based on a metric": ["Basé sur une mesure"], + "My metric": ["Ma mesure"], + "Add metric": ["Ajouter une mesure"], + "Select aggregate options": ["Sélectionner les options d’agrégat"], + "%s aggregates(s)": ["%s agrégat(s)"], + "Select saved metrics": ["Sélectionner les mesures sauvegardées"], + "%s saved metric(s)": ["%s mesure(s) sauvegardée(s)"], + "Saved metric": ["Mesure enregistrée"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Ajouter des mesures au ensemble de données dans le modal « Modifier la source de données »" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Visualise les mots dans une colonne qui apparaît le plus souvent. La police plus grosse correspond à une fréquence plus élevée." + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Les mesures ponctuelles simples ne sont pas activées pour cet ensemble de données" ], - "Viz is missing a datasource": [ - "Viz est une source de données manquante" + "column": ["colonne"], + "aggregate": ["agrégat"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Les mesures SQL ponctuelles personnalisées ne sont pas activées pour cet ensemble de données" ], - "Viz type": ["Type Viz"], - "WED": ["MER"], - "Want to add a new database?": ["Ajouter un nouvelle 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 l’ensemble de données peut mettre en erreur le graphique si la métadonnées n'existe pas." + "Time series columns": ["Colonnes des séries temporelles"], + "Sparkline": ["Sparkline"], + "Period average": ["Moyenne de la période"], + "Column header tooltip": ["Infobulle de l'en-tête de colonne"], + "Type of comparison, value difference or percentage": [ + "Type de comparaison, différence de valeur ou pourcentage" ], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ - "Nous ne pouvons pas nous connecter à votre base de données. Cliquez sur « Voir plus » pour obtenir des renseignements fournis par la base de données qui pourraient aider à résoudre le problème." + "Width": ["Largeur"], + "Width of the sparkline": ["Largeur de la ligne d'étincelles"], + "Height of the sparkline": ["Hauteur de la ligne d'étincelle"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "Utiliser les mesures comme groupe de niveau supérieur pour les colonnes ou les lignes" ], - "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." + "Number of periods to ratio against": ["Nombre de périodes à rapporter"], + "Show Y-axis": ["Afficher l’axe des ordonnées"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Afficher l’axe des ordonnées sur la ligne de la bougie. Les valeurs min/max définies manuellement s’afficheront si elles sont définies ou autrement min/max dans les données." ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Nous ne pouvons résoudre la colonne « %(column_name)s »" + "Y-axis bounds": ["Limites de l’axe des ordonnées"], + "Manually set min/max values for the y-axis.": [ + "Définir manuellement les valeurs min/max pour l’axe des ordonnées." ], - "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." + "Color bounds": ["Limites de couleur"], + "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.": [ + "Bornes numériques utilisées pour le codage des couleurs du rouge au bleu. Inversez les nombres pour le bleu vers le rouge. Pour obtenir un rouge ou un bleu pur, vous pouvez saisir uniquement min ou max." ], - "We have the following keys: %s": ["Nous avons les clés suivantes : %s"], - "We were unable to active or deactivate this report.": [ - "Nous n'avons pas pu activer ou désactiver ce rapport." + "Select Viz Type": ["Selectionner un type de visualisation"], + "Currently rendered: %s": ["Actuellement rendu : %s"], + "Search all charts": ["Rechercher tous les graphiques"], + "No description available.": ["Aucune description disponible."], + "Examples": ["Exemples"], + "This visualization type is not supported.": [ + "Ce type de visualisation n'est pas pris en charge." ], - "We were unable to carry over any controls when switching to this new dataset.": [ - "Nous n’avons pas été en mesure de reporter les contrôles lors du passage à ce nouvel ensemble de données." + "Select a visualization type": ["Selectionner un type de visualisation"], + "No results found": ["Aucun résultat trouvé"], + "Superset Chart": ["Graphique Superset"], + "New chart": ["Nouveau graphique"], + "Edit chart properties": ["Modifier les propriétés du graphique"], + "Export to original .CSV": ["Exporter vers .CSV original"], + "Export to pivoted .CSV": ["Exporter vers .CSV pivoté"], + "Export to .JSON": ["Exporter en .JSON"], + "Run in SQL Lab": ["Exécuter dans SQL Lab"], + "Code": ["Code"], + "Markup type": ["Type de marqueur"], + "Pick your favorite markup language": [ + "Choisissez votre langage de balisage préféré" ], - "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." + "Put your code here": ["Mettez votre code ici"], + "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" ], - "Web": ["Web"], - "Wednesday": ["Mercredi"], - "Week": ["Semaine"], - "Week ending Saturday": ["Semaine se terminant le samedi"], - "Week starting Monday": ["Semaine débutant le lundi"], - "Week starting Sunday": ["Semaine débutant le dimanche"], - "Weekly Report for %s": ["Rapport hebdomadaire pour %s"], - "Weekly seasonality": ["Saisonnalité hebdomadaire"], - "Weeks %s": ["Semaines %s"], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "What should be shown on the label?": [ - "Que doit-on indiquer sur l'étiquette?" + "Annotations and layers": ["Annotations et calques"], + "Annotation layers": ["Couche d'annotations"], + "My beautiful colors": ["Mes belles couleurs"], + "< (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 égal)"], + "!= (Is not equal)": ["!= (N'est pas égal)"], + "Not null": ["Non nul"], + "60 days": ["60 jours"], + "90 days": ["90 jours"], + "Send as PNG": ["Envoyer comme PNG"], + "Send as CSV": ["Envoyer comme CSV"], + "Send as text": ["Envoyer comme fichier texte"], + "Alert condition": ["Condition d'alerte"], + "Notification method": ["Méthode de notification"], + "database": ["base de données"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ + "" ], - "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 des ordonnées est à forcé à « .1% »" + "Add delivery method": ["Ajouter méthode de livraison"], + "report": ["rapport"], + "Add": ["Ajouter"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Nom du rapport"], + "Alert name": ["Nom de l'alerte"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Lorsqu’une mesure secondaire est fournie, une échelle de couleur linéaire est utilisée." + "SQL Query": ["Requête SQL"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "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, cette option force la création du tableau dans ce schéma" + "Trigger Alert If...": ["Déclencher une alerte si…"], + "Condition": ["Condition"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [ + "Visualise les mots dans une colonne qui apparaît le plus souvent. La police plus grosse correspond à une fréquence plus élevée." ], - "When checked, the map will zoom to your data after each query": [ - "Si cette option est cochée, la carte sera zoomée sur vos données après chaque requête." + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Fuseau horaire"], + "Log retention": ["Conservation des journaux"], + "Working timeout": ["Délai d'exécution dépassé"], + "Time in seconds": ["Temps en secondes"], + "Grace period": ["Période de grâce"], + "Recurring (every)": [""], + "CRON expression": ["Expression CRON"], + "Report sent": ["Rapport envoyé"], + "Alert triggered, notification sent": [ + "Alerte déclenchée, notification envoyée" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "Quand activé, les utilisateur·rice·s peuvent visualiser les résulats de SQL Lab dans Explorer." + "Report sending": ["Envoi d'un rapport"], + "Alert running": ["Alerte en cours"], + "Report failed": ["Rapport é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" ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Lorsque seule une mesure primaire est fournie, une échelle de couleur catégorique est utilisée." + "Delivery method": ["Méthode de livraison"], + "Select Delivery Method": ["Sélectionner la méthode de livraison"], + "Recipients are separated by \",\" or \";\"": [ + "Les destinataires sont séparés par « , » ou « ; »" ], - "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.": [ - "Lorsque vous spécifiez SQL, la source de données agit comme une vue. Superset utilisera cette déclaration comme une sous-requête tout en regroupant et en filtrant les requêtes parentales générées." + "No entities have this tag currently assigned": [ + "Nous ne pouvons pas nous connecter à votre base de données. Cliquez sur «Voir plus» pour obtenir des renseignements fournis par la base de données qui pourraient aider à résoudre le problème." ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ - "" + "Add tag to entities": [""], + "annotation_layer": ["annotation_layer"], + "Edit annotation layer properties": [ + "Modifier les propriétés de la couche d'annotation" ], - "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.": [ - "Lorsque vous utilisez les « filtres de saisie semi-automatique », cette option peut être utilisée pour améliorer les performances de la requête qui récupère les valeurs. Utilisez cette option pour appliquer un prédicat (clause WHERE) à la requête en sélectionnant les valeurs distinctes du tableau. Généralement, l'objectif est de limiter l'analyse en appliquant un filtre temporel relatif sur un champ temporel partitionné ou indexé." + "Annotation layer name": ["Nom de la couche d'annotations"], + "Description (this can be seen in the list)": [ + "Description (cela peut être vu dans la liste)" ], - "When using 'Group By' you are limited to use a single metric": [ - "Quand vous utilisez « Grouper par » vous êtes limité à une seule mesure" + "annotation": ["annotation"], + "The annotation has been updated": ["Cette annotation a été modifiée"], + "The annotation has been saved": ["Cette annotation a été sauvegardée"], + "Edit annotation": ["Modifier l’annotation"], + "Add annotation": ["Ajouter une annotation"], + "date": ["Date"], + "Additional information": ["Informations supplémentaires"], + "Please confirm": ["Veuillez confirmer"], + "Are you sure you want to delete": ["Voulez-vous vraiment supprimer"], + "Modified %s": ["%s modifié"], + "css_template": ["css_template"], + "Edit CSS template properties": ["Modifier les propriétés du modèle CSS"], + "Add CSS template": ["Ajouter un modèle CSS"], + "css": ["CSS"], + "published": ["publié"], + "draft": ["ébauche"], + "Adjust how this database will interact with SQL Lab.": [ + "Ajuster la façon dont cette base de données interagira avec SQL Lab." ], - "When using other than adaptive formatting, labels may overlap": [ - "Lorsque vous utilisez un formatage autre que adaptatif, les étiquettes peuvent se chevaucher" + "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" ], - "When using this option, default value can’t be set": [ - "Lorsque vous utilisez cette option, la valeur par défaut ne peut pas être définie." + "Allow creation of new tables based on queries": [ + "Autoriser la création de nouveaux tableaux basés sur des requêtes" ], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Si la barre de progression se chevauche lorsqu’il y a plusieurs groupes de données" - ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Si le tableau a été générée par le flux « Visualiser » dans SQL Lab" + "Allow creation of new views based on queries": [ + "Autoriser la création de nouvelles vues basées sur des requêtes" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Si cette colonne est exposée dans la section « Filtres » de la vue d'exploration." + "CTAS & CVAS SCHEMA": ["SCHÉMA CTAS ET 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.": [ + "Forcez la création de toutes les tables et vues dans ce schéma lorsque vous cliquez sur CTAS ou CVAS dans SQL Lab." ], - "Whether to align background charts with both positive and negative values at 0": [ - "Alignement ou non des graphiques d'arrière-plan avec des valeurs positives et négatives à 0" + "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." ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Si les valeurs positives et négatives doivent être alignées sur 0 dans le diagramme à barres de la cellule" + "Enable query cost estimation": [ + "Activer l'estimation du coût de la requête" ], - "Whether to always show the annotation label": [ - "Indiquer si l'étiquette de l'annotation doit toujours être affichée" + "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." ], - "Whether to animate the progress and the value or just display them": [ - "Animation ou non de la progression et la valeur ou simplement les afficher" + "Allow this database to be explored": [ + "Autoriser cette base de données à être explorée" ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Application ou non d’une distribution normale en fonction du classement sur l’échelle de couleurs" + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Quand activé, les utilisateur·rice·s peuvent visualiser les résulats de SQL Lab dans Explorer." ], - "Whether to apply filter when items are clicked": [ - "Application ou non du filtre lorsque vous cliquez sur les éléments" + "Disable SQL Lab data preview queries": [ + "Désactiver les requêtes de prévisualisation des données de SQL Lab" ], - "Whether to colorize numeric values by if they are positive or negative": [ - "Colorisation ou non des valeurs numériques si elles sont positives ou négatives" + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Désactiver la prévisualisation des données lorsque vous récupérez les métadonnées des tableaux dans SQL Lab. Utile pour éviter les problèmes de performance du navigateur lors de l'utilisation de bases de données avec des tables très larges." ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "Whether to display a bar chart background in table columns": [ - "Affichage ou non d'un fond de diagramme à barres dans les colonnes du tableau" - ], - "Whether to display a legend for the chart": [ - "Affichage ou non une légende pour le graphique" + "Performance": ["Performance"], + "Adjust performance settings of this database.": [ + "Ajuster les paramètres de performance de cette base de données." ], - "Whether to display bubbles on top of countries": [ - "Affichage ou non des bulles au-dessus des pays" + "Chart cache timeout": ["Délai de mise en cache des graphiques"], + "Enter duration in seconds": ["Saisir la durée en secondes"], + "Schema cache timeout": [ + "Délai d'attente pour le cache du schéma dépassé" ], - "Whether to display the aggregate count": [ - "Affichage ou non du nombre total" + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Durée (en secondes) du délai de mise en cache des métadonnées pour les schémas de cette base de données. Si cette valeur n'est pas définie, le cache n'expire jamais." ], - "Whether to display the interactive data table": [ - "Affichage ou non du tableau de données interactif" + "Table cache timeout": ["Délai d'attente du cache du tableau dépassé"], + "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 des métadonnées pour les tableaux de cette base de données. Si cette valeur n'est pas définie, le cache n'expire jamais. " ], - "Whether to display the labels.": ["Afficher ou non des étiquettes."], - "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ - "Afficher ou non lesdesétiquettes. Notez que l’étiquette s’affiche uniquement lorsque le seuil est de 5 %." + "Asynchronous query execution": ["Exécution de requête asynchrone"], + "Cancel query on window unload event": [ + "Annuler la requête lors de l'événement de déchargement de la fenêtre" ], - "Whether to display the legend (toggles)": [ - "Affichage ou non de la légende (commutateurs)" + "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." ], - "Whether to display the metric name as a title": [ - "Affichage ou non du nom de la mesure sous forme de titre" + "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.": [ + "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 : normalement utilisée par SQLAlchemy." ], - "Whether to display the min and max values of the X-axis": [ - "Affichage ou non des valeurs min et max de l’axe des absisses" + "Enter CA_BUNDLE": ["Saisir 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 uniquement sur certains moteurs de base de données." ], - "Whether to display the min and max values of the Y-axis": [ - "Affichage ou non des valeurs min et max de l’axe des ordonnées" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Se faire passer pour l'utilisateur·rice connecté·e (Presto, Trino, Drill, Hive, and GSheets)" ], - "Whether to display the numerical values within the cells": [ - "Affichage ou non des valeurs numériques dans les cellules" + "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.": [ + "Dans le cas de Presto ou Trino, toutes les requêtes dans SQL Lab seront exécutées en tant qu'utilisateur·rice connecté·e qui doit avoir la permission de les exécuter. Si Hive et hive.server2.enable.doAs sont activés, les requêtes seront exécutées en tant que compte de service, mais en usurpant l'identité de l'utilisateur·rice connecté·e via la propriété hive.server2.proxy.user." ], - "Whether to display the time range interactive selector": [ - "Affichage ou non du sélecteur interactif de plage horaire" + "Metadata Parameters": ["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. appel MetaData." ], - "Whether to display the timestamp": ["Affichage ou non de l’horodatage"], - "Whether to display the trend line": [ - "Affichage ou non de la ligne de tendance" + "Engine Parameters": ["Paramètres de 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 appel." ], - "Whether to enable changing graph position and scaling.": [ - "Activation ou non de la modification de la position et de la mise à l’échelle du graphique." + "Version": ["Version"], + "Version number": ["Numéro de version"], + "STEP %(stepCurr)s OF %(stepLast)s": [ + "ÉTAPE %(stepCurr)s DE %(stepLast)s" ], - "Whether to enable node dragging in force layout mode.": [ - "Activation ou non du glissement de nœud en mode de disposition en force." + "Need help? Learn how to connect your database": [ + "Besoin d’aide? Apprenez comment connecter votre base de données" ], - "Whether to ignore locations that are null": [ - "Ignorer ou non les emplacements qui sont nuls" + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Créer un ensemble de données pour commencer à visualiser vos données sous forme de graphique ou aller à SQL Lab pour interroger vos données." ], - "Whether to include the time granularity as defined in the time section": [ - "Inclure ou non la granularité temporelle telle qu'elle est définie dans la section temps" + "Enter the required %(dbModelName)s credentials": [ + "Saisir les informations d’%(dbModelName)sidentification requises" ], - "Whether to make the histogram cumulative": [ - "Si l'histogramme doit être cumulatif" + "Need help? Learn more about": ["Besoin d’aide? En savoir plus sur"], + "connecting to %(dbModelName)s.": ["connexion à %(dbModelName)s."], + "SSH Host": ["Hôte SSH"], + "e.g. 127.0.0.1": ["p. ex. 127.0.0.1"], + "SSH Port": ["Port SSH"], + "e.g. ********": ["p. ex. ********"], + "Private Key": ["Clé privée"], + "Paste Private Key here": ["Coller la clé privée ici"], + "SSH Tunnel": ["Tunnel SSH"], + "SSH Tunnel configuration parameters": [ + "Paramètres de configuration du tunnel SSH" ], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Pour que cette colonne soit disponible en tant qu'option [Granularité temporelle], la colonne doit être de type DATETIME ou semblable à DATETIME." + "Display Name": ["Nom d'affichage"], + "Name your database": ["Nom de votre 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." ], - "Whether to normalize the histogram": ["Normaliser ou non l'histogramme"], - "Whether to populate autocomplete filters options": [ - "Remplir ou non les options des filtres d'autocomplétion" + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "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": [ - "Remplir ou non la liste déroulante du filtre dans la section filtre de la vue d'exploration avec une liste de valeurs distinctes récupérées à la volée dans le backend." + "Refer to the": ["Se référer à"], + "for more information on how to structure your URI.": [ + "pour plus d'information sur comment strcuturer votre URI." ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Montrer ou non des contrôles supplémentaires. Les contrôles supplémentaires comprennent des choses comme faire des tableaux à barres multiples empilés ou côte à côte." + "Test connection": ["Test de connexion"], + "Please enter a SQLAlchemy URI to test": [ + "Veuillez saisir un URI SQLAlchemy à tester" ], - "Whether to show minor ticks on the axis": [ - "Montrer ou non les taches mineures sur l'axe" + "e.g. world_population": ["p. ex. world_population"], + "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" ], - "Whether to show the pointer": ["Montrer ou non le pointeur"], - "Whether to show the progress of gauge chart": [ - "Indiquer ou non s’il y a lieu de montrer la progression du graphique de jauge" + "Or choose from a list of other databases we support:": [ + "Ou choisissez parmi une liste d'autres bases de données que nous prenons en charge :" ], - "Whether to show the split lines on the axis": [ - "Indiquer ou non s’il faut afficher les lignes divisées sur l’axe" + "Want to add a new database?": ["Ajouter un nouvelle base de données?"], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Toutes les bases de données qui permettent des connexions par le biais des URI SQL Alchemy peuvent être ajoutées. " ], - "Whether to sort descending or ascending": [ - "Trier ou non par ordre décroissant ou croissant" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Toutes les bases de données qui permettent des connexions par le biais des URI SQL Alchemy peuvent être ajoutées. Découvrez comment connecter un pilote de base de données " ], - "Whether to sort results by the selected metric in descending order.": [ - "Trier ou non les résultats par ordre décroissant en fonction de l'indicateur sélectionné." + "Connect": ["Connecter"], + "Finish": ["Terminer"], + "This database is managed externally, and can't be edited in Superset": [ + "Cette base de données est gérée à l’externe et ne peut pas être modifiée dans Superset" ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Trier ou non les infobulles par ordre décroissant en fonction de l'indicateur sélectionné." + "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 pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" ], - "Which country to plot the map for?": [ - "Pour quel pays représenter la carte?" + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Nous ne pouvons pas nous connecter à votre base de données. Cliquez sur « Voir plus » pour obtenir des renseignements fournis par la base de données qui pourraient aider à résoudre le problème." ], - "Which relatives to highlight on hover": [ - "Quels sont les parents à mettre en évidence au survol?" + "QUERY DATA IN SQL LAB": ["INTERROGATION DE DONNÉES DANS SQL LAB"], + "Connect a database": ["Connecter une base de données"], + "Edit database": ["Modifier la base de données "], + "Connect this database using the dynamic form instead": [ + "Connecter plutôt cette base de données au moyen du formulaire dynamique" ], - "Whisker/outlier options": [ - "Options de moustaches et de valeurs aberrantes" + "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." ], - "Width": ["Largeur"], - "Width of the sparkline": ["Largeur de la ligne d'étincelles"], - "Window must be > 0": ["La fenêtre doit être > 0"], - "With a subheader": ["Avec un sous-titre"], - "Word Cloud": ["Nuage de mots"], - "Working": ["Exécution"], - "Working timeout": ["Délai d'exécution dépassé"], - "World Map": ["Carte du monde"], - "Write a description for your query": [ - "Écrire une description pour votre requête" + "Additional fields may be required": [ + "Des champs supplémentaires peuvent être requis" ], - "Write a handlebars template to render the data": [ - "Écrire un modèle handlebar pour afficher les données" + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "Certaines bases de données exigent que des champs supplémentaires soient remplis dans l'onglet Avancé pour que la connexion à la base de données soit réussie. Découvrez quelles sont les exigences de votre base de données" ], - "Write dataframe index as a column.": [ - "Écrire l'indice du tableau de données en colonne." + "Connect this database with a SQLAlchemy URI string instead": [ + "Connecter cette base de données avec une chaîne URI SQLAlchemy à la place" ], - "X AXIS TITLE BOTTOM MARGIN": [ - "MARGE INFÉRIEURE DU TITRE DE L'AXE DES ABSISSES" + "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." ], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["Axe des absisses"], - "X Axis Label": ["Étiquette de l’axe des absisses"], - "X Log Scale": ["Échelle logarithmique X"], - "X Tick Layout": ["Disposition des points de repère X"], - "X bounds": ["Limites X"], - "X-Axis Sort By": ["Axe des absisses – Trier par"], - "Y 2 bounds": ["Limites ordonnées 2"], - "Y AXIS TITLE MARGIN": ["MARGE DU TITRE DE L'AXE DES ORDONNÉES"], - "Y Axis": ["Axe des ordonnées"], - "Y Axis 2 Bounds": ["Limites de l’axe des ordonnées 2"], - "Y Axis Bounds": ["Limites de l’axe des ordonnées"], - "Y Axis Format": ["Format de l'axe des ordonnées"], - "Y Axis Label": ["Étiquette de l’axe des ordonnées"], - "Y Axis Title Margin": [""], - "Y Log Scale": ["Échelle logarithmique des ordonnées"], - "Y bounds": ["Limites des ordonnées"], - "Y-Axis Sort By": ["Axe des ordonnées – Trier par"], - "Y-axis bounds": ["Limites de l’axe des ordonnées"], - "Year": ["Année"], - "Year (freq=AS)": ["Année (freq=AS)"], - "Yearly seasonality": ["Saisonnalité annuelle"], - "Years %s": ["Année %s"], - "Yes": ["Oui"], - "Yes, cancel": ["Oui, annuler"], - "Yes, overwrite changes": ["Oui, écraser les modifications"], - "You are adding tags to %s %ss": [""], - "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 une ou plusieurs cartes qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + "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)." ], - "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 pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + "Host": ["Hôte"], + "e.g. 5432": ["p. ex., 5432"], + "e.g. sql/protocolv1/o/12345": ["p. ex., sql/protocolv1/o/12345"], + "Copy the name of the HTTP Path of your cluster.": [ + "Copiez le nom du chemin HTTP de votre grappe." ], - "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 pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + "Access token": ["Jeton d’accès"], + "e.g. param1=value1¶m2=value2": [ + "p. ex. param1=value1¶m2=value2" ], - "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?": [ - "Vous importez un ou plusieurs ensembles de données qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + "Add additional custom parameters": [ + "Ajouter des paramètres personnalisés supplémentaires" ], - "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 enregistrées qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + "SSL Mode \"require\" will be used.": [ + "Le mode SSL « require » sera utilisé." ], - "You can add the components in the": [ - "Vous pouvez ajouter les composants dans le" + "Type of Google Sheets allowed": [ + "Type de feuilles Google Sheets autorisées" ], - "You can also just click on the chart to apply cross-filter.": [ - "Vous pouvez également cliquer sur le graphique pour appliquer le filtre croisé." + "Publicly shared sheets only": [ + "Seulement les feuilles partagées de manière publique" ], - "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.": [ - "Vous pouvez choisir d'afficher tous les graphiques auxquels vous avez accès ou seulement ceux que vous possédez. Votre sélection de filtre sera sauvegardée et restera active jusqu'à ce que vous décidiez de la modifier." + "Public and privately shared sheets": [ + "Feuilles partagées de manière publique ou privée" ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Vous pouvez créer un nouveau graphique ou utiliser des graphiques existants dans le panneau de droite." + "How do you want to enter service account credentials?": [ + "Comment voulez-vous entrer les informations de connexion du compte de service?" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "Vous pouvez prévisualiser la liste des tableaux de bord dans le menu déroulant des paramètres du graphique." + "Upload JSON file": ["Téléverser un fichier JSON"], + "Copy and Paste JSON credentials": [ + "Copier et coller les informations de connexion JSON" ], - "You can't apply cross-filter on this data point.": [ - "Vous ne pouvez pas appliquer de filtre croisé à ce point de données." + "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" ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ - "Vous ne pouvez pas supprimer le dernier filtre temporel, car il est utilisé pour les filtres temporels dans les tableaux de bord." + "Upload Credentials": ["Téléverser 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." ], - "You cannot use 45° tick layout along with the time range filter": [ - "Vous ne pouvez pas utiliser la disposition de 45° avec le filtre de plage de temps" + "Connect Google Sheets as tables to this database": [ + "Connecter les Google Sheets en tant que tables à cette base de données" ], - "You do not have permission to edit this chart": [ - "Vous n'avez pas les permission pour modifier ce graphique" + "Google Sheet Name and URL": ["Nom et URL de la feuille Google Sheet"], + "Enter a name for this sheet": ["Saisir un nom pour cette feuille"], + "Paste the shareable Google Sheet URL here": [ + "Coller ici l'URL partageable de Google Sheet" ], - "You do not have permission to edit this dashboard": [ - "Vous n'avez pas les permission pour modifier ce tableau de bord" + "Add sheet": ["Ajouter une feuille"], + "e.g. xy12345.us-east-2.aws": ["p. ex., xy12345.us-east-2.aws"], + "e.g. compute_wh": ["p. ex. compute_wh"], + "e.g. AccountAdmin": ["p. ex., AccountAdmin"], + "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?": [ + "Vous importez un ou plusieurs ensembles de données qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" ], - "You do not have permissions to edit this dashboard.": [ - "Vous n'avez pas les permission pour modifier ce tableau de bord." + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "Ce tableau est déjà associé à un ensemble de données. Vous ne pouvez associer qu'un seul ensemble de données à un tableau." ], - "You don't have access to this dashboard.": [ - "Vous n'avez pas accès à ce tableau de bord." + "This table already has a dataset": [ + "Ce tableau contient déjà un ensemble de données" ], - "You don't have any favorites yet!": [ - "Vous n'avez pas encore de favoris!" + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Les ensembles de données peuvent être créés à partir de tableaux de base de données ou de requêtes SQL. Sélectionnez un tableau de base de données à gauche ou " ], - "You don't have the rights to alter this title.": [ - "Vous n'avez pas les droits pour modifier ce titre." + "create dataset from SQL query": [ + "créer un ensemble de données à partir d'une requête SQL" ], - "You have removed this filter.": ["Vous avez supprimé ce filtre."], - "You have unsaved changes.": [ - "Vous avez des modifications non enregistrées." + " to open SQL Lab. From there you can save the query as a dataset.": [ + " pour ouvrir SQL Lab. À partir de là, vous pouvez enregistrer la requête sous forme de ensemble de données." ], - "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.": [ - "Vous avez utilisé tous les emplacements d%(historyLength)s'annulation et ne pourrez pas annuler complètement les actions subséquentes. Vous pouvez enregistrer votre état actuel pour réinitialiser l’historique." + "This database table does not contain any data. Please select a different table.": [ + "Cette table de base de données ne contient aucune donnée. Veuillez sélectionner un autre tableau." ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "Vous devez être propriétaire d'un ensemble de données pour pouvoir le modifier. Veuillez communiquer avec un propriétaire d’ensemble de données pour demander des modifications ou modifier l’accès." + "Unable to load columns for the selected table. Please select a different table.": [ + "Impossible de charger les colonnes pour le tableau sélectionné. Veuillez sélectionner un autre tableau." ], - "You must pick a name for the new dashboard": [ - "Vous devez entrer un nom pour le nouveau tableau de Bord" + "The API response from %s does not match the IDatabaseTable interface.": [ + "La réponse API de %s ne correspond pas à l’interface IDatabaseTable." ], - "You must run the query successfully first": [ - "Vous devez d'abord exécuter la requête avec succès" + "Create chart with dataset": [ + "Créer un graphique avec un ensemble de données" ], - "You need to configure HTML sanitization to use CSS": [ - "Vous devez configurer la désinfection HTML pour utiliser CSS" + "chart": ["graphique"], + "No charts": ["Aucun graphique"], + "This dataset is not used to power any charts.": [ + "Cet ensemble de données n'est pas utilisé pour alimenter des graphiques." ], - "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": [ - "Vous avez mis à jour les valeurs dans le panneau de commande, mais le graphique n’a pas été mis à jour automatiquement. Exécutez la requête en cliquant sur le bouton « Mettre à jour le graphique » ou" + "[Untitled]": ["[Sans titre]"], + "Unknown": ["Inconnu"], + "Edited": ["Édité"], + "Created": ["Crée"], + "Viewed": ["Consulté"], + "Favorite": ["Favori"], + "Mine": ["Mien"], + "View All »": ["Tout voir »"], + "An error occurred while fetching dashboards: %s": [ + "Une erreur s'est produite durant la récupération des informations : %s" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "Vous avez modifié les ensembles de données. Tous les contrôles contenant des données (colonnes, mesures) qui correspondent à ce nouveau ensemble de données ont été conservés." + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes consultés qui ont été récemment modifiés apparaîtront ici" ], - "Your chart is not up to date": ["Votre graphique n’est pas à jour"], - "Your chart is ready to go!": ["Votre graphique est prêt!"], - "Your dashboard is too large. Please reduce its size before saving it.": [ - "Votre tableau de bord est trop gros. Veuille réduire sa taille avant de sauvegarder." + "Recently created charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes sauvegardés qui ont été récemment créés apparaîtront ici" ], - "Your query could not be saved": [ - "Votre requête n'a pas pu être enregistrée" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Les graphiques, tableaux de bord et requêtes modifiés qui ont été récemment modifiés apparaîtront ici" ], - "Your query could not be scheduled": [ - "Votre requête ne peut pas être planifiée" + "SQL query": ["Requête SQL"], + "You don't have any favorites yet!": [ + "Vous n'avez pas encore de favoris!" ], - "Your query could not be updated": [ - "Votre requête n'a pas pu être mise à jour" + "Connect database": ["Connecter une base de données"], + "Connect Google Sheet": ["Connecter Google Sheet"], + "Upload CSV to database": [ + "Téléverser un fichier CSV vers la base de données" ], - "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, veuillez naviguer vers Requêtes sauvegardées" + "Upload columnar file to database": [ + "Téléverser un fichier en colonnes vers la base de données" ], - "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ée" + "Upload Excel file to database": [ + "Téléverser un fichier Excel vers la base de données" ], - "Zoom": ["Zoom"], - "Zoom level of the map": ["Niveau de zoom de la carte"], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "Les colonnes [Longitude] et [Latitude] doivent êtres présentes dans [Grouper par]" + "Info": ["Info"], + "Logout": ["Déconnexion"], + "About": ["À propos"], + "Powered by Apache Superset": ["Propulsé par Apache Superset"], + "SHA": ["SHA"], + "Documentation": ["Documentation"], + "Report a bug": ["Rapporter un bogue"], + "Login": ["Connexion"], + "query": ["requête"], + "Deleted: %s": ["%s supprimé"], + "There was an issue deleting %s: %s": [ + "Il y a eu un problème lors de la suppression de %s : %s" ], - "[Longitude] and [Latitude] must be set": [ - "Les colonnes [Longitude] et [Latitude] doivent êtres définies" + "This action will permanently delete the saved query.": [ + "Cette action supprimera définitivement la requête sauvegardée." ], - "[Missing Dataset]": ["[Ensemble de données manquant]"], - "[Untitled]": ["[Sans titre]"], - "[dashboard name]": ["[nom du tableau de bord]"], - "[desc]": ["[décroissant]"], - "[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": [ - "[Facultatif] cette mesure secondaire est utilisée pour définir la couleur en tant que rapport par rapport à la mesure primaire. Si elle est omise, la couleur est catégorique et basée sur des étiquettes." + "Delete Query?": ["Supprimer la requête?"], + "Ran %s": ["A été exécuté %s"], + "Saved queries": ["Requêtes enregistrées"], + "Next": ["Suivant"], + "Tab name": ["Nom de l'onglet"], + "User query": ["Requête d’utilisateur·rice"], + "Executed query": ["Requête exécutée"], + "Query name": ["Nom de la requête"], + "SQL Copied!": ["SQL copié!"], + "Sorry, your browser does not support copying.": [ + "Désolé, votre navigateur ne doit pas supporter la copie." ], - "`compare_columns` must have the same length as `source_columns`.": [ - "« compare_columns » doit être de même longueur que « source_columns »." + "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." ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "« compare_type » doit être « difference », « percentage » or « ratio »" + "The report has been created": ["Le rapport a été créé"], + "We were unable to active or deactivate this report.": [ + "Nous n'avons pas pu activer ou désactiver ce rapport." ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "« confidence_interval » doit être entre 0 et 1 (exclusif)" + "Your report could not be deleted": [ + "Votre rapport n'a pas pu être supprimée" ], - "`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 » est COUNT(*) si un groupe par est utilisé. Les colonnes numériques seront regroupées avec l’agrégateur. Les colonnes non numériques seront utilisées pour étiqueter les points. Laissez vide pour obtenir un compte de points dans chaque regroupement." + "Weekly Report for %s": ["Rapport hebdomadaire pour %s"], + "Edit email report": ["Modifier le rapport par courriel"], + "Message content": ["Contenu du message"], + "Text embedded in email": ["Text encapsulé dans le courriel"], + "Image (PNG) embedded in email": [ + "Image (PNG) encapsulée dans le courriel" ], - "`operation` property of post processing object undefined": [ - "La propriété « operation » de l'objet de post-traitement est indéfinie" + "Formatted CSV attached in email": [ + "CSV formatté attaché dans le courriel" ], - "`prophet` package not installed": ["Paquet « prophet » non installée"], - "`rename_columns` must have the same length as `columns`.": [ - "« rename_columns » doit être de même longueur que « columns »." + "Include a description that will be sent with your report": [ + "Inclure une description qui sera envoyée avec votre rapport" ], - "`row_limit` must be greater than or equal to 0": [ - "« row_limit » doit être plus grand ou égal à 0" + "Failed to update report": ["Échec de la mise à jour du rapport"], + "Failed to create report": ["Échec de la création du rapport"], + "Email reports active": ["Rapports par courriel actifs"], + "Delete email report": ["Supprimer le rapport par courriel"], + "Schedule email report": ["Planifier un rapport par courriel"], + "This action will permanently delete %s.": [ + "Cette action supprimera définitivement %s." ], - "`row_offset` must be greater than or equal to 0": [ - "« row_offset » doit être plus grand ou égal à 0" + "Delete Report?": ["Supprimer le rapport?"], + "Rule added": ["Règle ajoutée"], + "Excluded roles": ["Rôles exclus"], + "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, il s'agit des rôles auxquels le filtre s'applique. Pour les filtres de base, il s'agit des rôles auxquels le filtre ne s'applique PAS, par exemple Admin si l'administrateur doit voir toutes les données." ], - "`width` must be greater or equal to 0": [ - "« width » doit être plus grand ou égal à 0" + "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 OR, alors que des filtres de groupes différents vont se combiner avec des AND. 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 »)." ], - "aggregate": ["agrégat"], - "alert": ["alerte"], - "alerts": ["alertes"], - "all": ["tous"], - "also copy (duplicate) charts": [ - "copier également les graphiques (dupliquer)" + "Clause": ["Clause"], + "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 utilisateur·rice·s qui appartiennent à un role de filtre RLS, un filtre de base peut être créé avec la clause « 1 = 0 » (toujours faux)." ], - "ancestor": ["ancêtre"], - "and": ["et"], - "annotation": ["annotation"], - "annotation_layer": ["annotation_layer"], - "asfreq": ["asfreq"], - "at": ["at"], - "auto (Smooth)": ["auto (lisse)"], - "background": ["contexte"], - "below (example:": ["ci-dessous (exemple :"], - "between {down} and {up} {name}": ["entre {down} et {up} {name}"], - "bfill": ["bfill"], - "bolt": ["boulon"], - "boolean type icon": ["icône de type booléen"], - "button (cmd + z) until you save your changes.": [ - "(cmd + z) jusqu’à ce que vous sauvegardiez vos modifications." + "Regular": ["Régulier"], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" ], - "by using": ["en utilisant"], - "chart": ["graphique"], - "choose WHERE or HAVING...": ["choisir WHERE ou HAVING..."], - "click here": ["cliquer ici"], - "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 Comité international olympique (CCIO)" + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": ["Colonne non numérique choisie"], + "Filter value is required": ["La valeur du filtre est requise"], + "Use only a single value.": ["N’utiliser qu’une seule valeur."], + "Range filter plugin using AntD": [ + "Module d'extension de filtre d’intervalle utilisant AntD" ], - "column": ["colonne"], - "connecting to %(dbModelName)s.": ["connexion à %(dbModelName)s."], - "create dataset from SQL query": [ - "créer un ensemble de données à partir d'une requête SQL" + "Experimental": ["Expérimental"], + " (excluded)": [" (exclu)"], + "Check for sorting ascending": ["Cocher pour trier par ordre croissant"], + "Can select multiple values": ["Peut selectionner plusieurs valeurs"], + "Select first filter value by default": [ + "Sélectionner la première valeur du filtre par défaut" ], - "css": ["CSS"], - "css_template": ["css_template"], - "cumsum": ["cumsum"], - "dashboard": ["tableau de bord "], - "database": ["base de données"], - "dataset": ["ensemble de données"], - "date": ["Date"], - "day": ["jour"], - "day of the month": ["jour du mois"], - "day of the week": ["jour de la semaine"], - "deckGL": ["deckGL"], - "delete": ["supprimer "], - "description": ["description"], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "When using this option, default value can’t be set": [ + "Lorsque vous utilisez cette option, la valeur par défaut ne peut pas être définie." ], - "draft": ["ébauche"], - "dttm": ["dttm"], - "e.g. ********": ["p. ex. ********"], - "e.g. 127.0.0.1": ["p. ex. 127.0.0.1"], - "e.g. 5432": ["p. ex., 5432"], - "e.g. AccountAdmin": ["p. ex., AccountAdmin"], - "e.g. compute_wh": ["p. ex. compute_wh"], - "e.g. param1=value1¶m2=value2": [ - "p. ex. param1=value1¶m2=value2" + "Dynamically search all filter values": [ + "Charge dynamiquement les valeurs du filtre" ], - "e.g. sql/protocolv1/o/12345": ["p. ex., sql/protocolv1/o/12345"], - "e.g. world_population": ["p. ex. world_population"], - "e.g. xy12345.us-east-2.aws": ["p. ex., xy12345.us-east-2.aws"], - "edit mode": ["mode edition"], - "error dark": ["erreur sombre"], - "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": ["ffill"], - "for more information on how to structure your URI.": [ - "pour plus d'information sur comment strcuturer votre URI." + "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 maximum 1000 choix lors du chargement initial de la page. Cochez cette case si vous avez plus de 1000 valeurs de filtre et que vous souhaitez activer la recherche dynamique qui charge les valeurs de filtre au fur et à mesure que les utilisateur·rice·s les saisissent (ce qui risque d'alourdir votre base de données)." ], - "function type icon": ["icône de type de fonction"], - "geohash (square)": ["geohash (carré)"], - "heatmap: values are normalized across the entire heatmap": [ - "carte thermique : les valeurs sont normalisées sur toute la carte thermique" + "Select filter plugin using AntD": [ + "Sélectionner le plugiciel de filtrage en utilisant AntD" ], - "hour": ["heure"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "attribut CSS de rendu d'image de l'objet toile qui définit la façon dont le navigateur met à l'échelle l'image" + "Custom time filter plugin": ["Plugiciel de filtre horaire personnalisé"], + "No time columns": ["Pas de colonnes horaires"], + "Time column filter plugin": [ + "Plugiciel de filtrage des colonnes chronologiques" + ], + "Working": ["Exécution"], + "On Grace": ["Sur la grâce"], + "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" + ], + "Last run": ["Dernière exécution"], + "Active": ["Actif"], + "Execution log": ["Journal d'exécution"], + "Bulk select": ["Sélectionner plusieurs"], + "No %s yet": ["Pas encore de %s"], + "Owner": ["Propriétaire"], + "All": ["Tous"], + "Status": ["État"], + "An error occurred while fetching dataset datasource values: %s": [ + "Une erreur s'est produite lors de la récupération de l’ensemble de données relatives à la source de données : %s" + ], + "Alerts & reports": ["Alertes et rapports"], + "Alerts": ["Alertes"], + "Reports": ["Rapports"], + "Delete %s?": ["Supprimer %s?"], + "Are you sure you want to delete the selected %s?": [ + "Voulez-vous vraiment supprimer les %s sélectionnés?" + ], + "There was an issue deleting the selected layers: %s": [ + "Il y a eu un problème lors de la suppression des couches sélectionnées : %s" + ], + "Edit template": ["Modifier le modèle"], + "Delete template": ["Supprimer template"], + "No annotation layers yet": ["Pas encore de couche d'annotations"], + "This action will permanently delete the layer.": [ + "Cette action supprimera définitivement la couche ." + ], + "Delete Layer?": ["Effacer couche?"], + "Are you sure you want to delete the selected layers?": [ + "Voulez-vous vraiment supprimer les couches sélectionnées?" + ], + "There was an issue deleting the selected annotations: %s": [ + "Il y a eu un problème lors de la suppression des annotations sélectionnées : %s" + ], + "Delete annotation": ["Supprimer l'annotation"], + "Annotation": ["Annotation"], + "No annotation yet": ["Pas encore d'annotations"], + "Back to all": ["Retour à tout"], + "Delete Annotation?": ["Supprimer l'annotation?"], + "Are you sure you want to delete the selected annotations?": [ + "Voulez-vous vraiment supprimer les annotations sélectionnées?" + ], + "Failed to load chart data": [ + "Échec du chargement des données du graphique" + ], + "Choose a dataset": ["Choisissez un ensemble de donnée"], + "Choose chart type": ["Choisissez un type de graphique"], + "Please select both a Dataset and a Chart type to proceed": [ + "Veuillez sélectionner un ensemble de données et un type de graphique pour continuer." + ], + "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." + ], + "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 une ou plusieurs cartes qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + ], + "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" + ], + "Any": ["Tout"], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Une erreur s'est produite lors de l'extraction des valeurs des propriétaires de graphiques : %s" + ], + "Alphabetical": ["Alphabétique"], + "Recently modified": ["Dernière modification"], + "Least recently modified": ["Dernière modification en date"], + "Import charts": ["Importer des graphiques"], + "Are you sure you want to delete the selected charts?": [ + "Voulez-vous vraiment supprimer les graphiques sélectionnés?" + ], + "CSS templates": ["Modèles CSS"], + "There was an issue deleting the selected templates: %s": [ + "Il y a eu un problème lors de la suppression des modèles sélectionnées : %s" + ], + "CSS template": ["Modèles CSS"], + "This action will permanently delete the template.": [ + "Cette acion supprimera définitivement le modèle." + ], + "Delete Template?": ["Supprimer template?"], + "Are you sure you want to delete the selected templates?": [ + "Voulez-vous vraiment supprimer les modèles sélectionnés?" + ], + "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." + ], + "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 pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + ], + "There was an issue deleting the selected dashboards: ": [ + "Il y a eu un problème lors de la suppression des graphiques sélectionnés :" + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Une erreur s'est produite lors de l'extraction des valeurs du propriétaire du tableau de bord : %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Voulez-vous vraiment supprimer les tableaux de bord sélectionnés?" + ], + "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" + ], + "AQE": ["AQE"], + "Allow data manipulation language": [ + "Autoriser le langage de manipulation des données" + ], + "DML": ["DML"], + "CSV upload": ["Téléversement d’un CSV"], + "Delete database": ["Supprimer la 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 brisera ces objets." + ], + "Delete Database?": ["Supprimer la base de données?"], + "An error occurred while fetching dataset related data": [ + "Une erreur s'est produite lors de l'extraction des données relatives à l'ensemble de données" + ], + "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 ensemble de données : %s" + ], + "Physical dataset": ["Ensemble de données physiques"], + "Virtual dataset": ["Ensemble de données virtuel"], + "An error occurred while fetching datasets: %s": [ + "Une erreur s'est produite lors de l'extraction des ensembles de données. : %s" + ], + "An error occurred while fetching schema values: %s": [ + "Une erreur s'est produite lors de l'extraction des valeurs du schéma : %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Une erreur s'est produite lors de la récupération des valeurs de l’ensemble de données : %s" + ], + "Import datasets": ["Importer des ensembles de données"], + "There was an issue deleting the selected datasets: %s": [ + "Il y a eu un problème lors de la suppression des ensembles de données sélectionnés : %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.": [ + "L'ensemble de données %s est lié aux graphiques %s qui apparaissent dans %s tableaux de bord. Êtes-vous sûr de vouloir continuer? La suppression de l'ensemble de données brisera ces objets." + ], + "Delete Dataset?": ["Supprimer l’ensemble de données?"], + "Are you sure you want to delete the selected datasets?": [ + "Voulez-vous vraiment supprimer les ensembles de données sélectionnés?" + ], + "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)" ], - "in": ["dans"], - "in modal": ["dans modal"], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": ["devrait être un nombre"], - "is expected to be an integer": ["devrait être un nombre entier"], - "json isn't valid": ["json n'est pas valide"], - "key a-z": ["clé a-z"], - "key z-a": ["clé z-a"], - "latest partition:": ["dernière partition :"], - "less than {min} {name}": ["moins de {min} {name}"], "log": ["journal"], - "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." + "Execution ID": ["ID d'exécution"], + "Scheduled at (UTC)": ["Planifié à (UTC)"], + "Start at (UTC)": ["Début à (UTC)"], + "Error message": ["Message d'erreur"], + "There was an issue fetching your recent activity: %s": [ + "Une erreur s'est produite lors de lors de la récupération de votre activité récente : %s" ], - "median": ["médiane"], - "minute": ["minute"], - "minute(s)": ["minutes"], - "month": ["Mois"], - "more than {max} {name}": ["plus de {max} {name}"], - "numeric type icon": ["icône de type numérique"], - "nvd3": ["nvd3"], - "on": ["sur"], - "orderby column must be populated": [ - "la colonne orderby doit être remplie" + "Thumbnails": ["Vignettes"], + "Recents": ["Récents"], + "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" ], - "p-value precision": ["précision de la valeur p"], - "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"], - "percentile (exclusive)": ["percentile (exclusif)"], - "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 tuple avec deux valeurs numériques, dont la première est inférieure à la deuxième valeur" + "TABLES": ["TABLEAUX"], + "Open query in SQL Lab": ["Ouvrir une requête dans SQL Lab"], + "An error occurred while fetching database values: %s": [ + "Une erreur s'est produite lors de la récupération des valeurs de la base données : %s" ], - "pixelated (Sharp)": ["pixellisé (aiguisé)"], - "pixels": [""], - "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": ["redémarrage"], - "report": ["rapport"], - "reports": ["rapports"], - "restore zoom": ["restaurer le zoom"], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ - "série : traiter chaque série indépendamment; dans l’ensemble : toutes les séries utilisent la même échelle; changement : afficher les changements par rapport au premier point de données de chaque série" + "An error occurred while fetching user values: %s": [ + "Une erreur s'est produite lors de l'extraction des valeurs de l’utilisateur·rice : %s" ], - "std": ["std"], - "step-before": ["step-before"], - "string type icon": ["icône de type de chaîne"], - "sum": ["somme"], + "Search by query text": ["Recherche par texte d'interrogation"], + "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 enregistré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." + ], + "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 enregistrées qui existent déjà. L'écrasement pourrait vous faire perdre une partie de votre travail. Êtes-vous sûr de vouloir les écraser?" + ], + "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" + ], + "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 des requêtes sélectionnées : %s" + ], + "Edit query": ["Modifier la requête"], + "Copy query URL": ["Copier l'URL de la requête"], + "Export query": ["Exporter la requête"], + "Delete query": ["Supprimer la requête"], + "Are you sure you want to delete the selected queries?": [ + "Voulez-vous vraiment supprimer les requêtes sélectionnées?" + ], + "queries": ["requêtes "], "tag": ["balise"], - "temporal type icon": ["icône de type temporel"], - "textarea": ["textarea"], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "le centile supérieur doit être supérieur à 0 et inférieur à 100. Doit être supérieur au percentile inférieur." + "Image download failed, please refresh and try again.": [ + "Échec du téléchargement de l’image, veuillez actualiser et réessayer." ], - "virtual": ["virtuel"], - "was created": ["a été créé"], - "week": ["semaine"], - "x": ["x"], - "x: values are normalized within each column": [ - "x : les valeurs sont normalisées dans chaque colonne" + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Sélectionnez les valeurs dans le ou les champ(s) en surbrillance dans le panneau de commande. Exécutez ensuite la requête en cliquant sur le bouton %s." ], - "y": ["y"], - "y: values are normalized within each row": [ - "y : les valeurs sont normalisées dans chaque rangée" + "Please re-export your file and try importing again": [ + "Veuillez réexporter votre fichier et réessayer l'importation." ], - "year": ["année"], - "zoom area": ["zone de zoom"] + "Connection looks good!": ["La connexion a fière allure!"], + "ERROR: %s": ["ERREUR : %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 :" + ], + "There was an issue deleting: %s": [ + "Il y a eu un problème lors de la suppression de : %s" + ], + "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." + ], + "Time-series Table": ["Tableau des séries temporelles"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Comparez rapidement plusieurs graphiques de séries temporelles (sous forme de lignes d'étincelles) et des mesures connexes." + ], + "We have the following keys: %s": ["Nous avons les clés suivantes : %s"] } } } diff --git a/superset/translations/fr/LC_MESSAGES/messages.po b/superset/translations/fr/LC_MESSAGES/messages.po index 1092ce7908304..142e4e25e4b14 100644 --- a/superset/translations/fr/LC_MESSAGES/messages.po +++ b/superset/translations/fr/LC_MESSAGES/messages.po @@ -15561,12 +15561,10 @@ msgid "Download" msgstr "Télécharger" #: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:267 -#, fuzzy msgid "Export to PDF" -msgstr "Exporter au format YAML" +msgstr "Exporter en PDF" #: superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx:268 -#, fuzzy msgid "Download as Image" msgstr "Télécharger comme image" diff --git a/superset/translations/it/LC_MESSAGES/messages.json b/superset/translations/it/LC_MESSAGES/messages.json index 5a49582ff168c..8a9144d114fd7 100644 --- a/superset/translations/it/LC_MESSAGES/messages.json +++ b/superset/translations/it/LC_MESSAGES/messages.json @@ -8,3948 +8,4000 @@ "plural_forms": "nplurals=1; plural=0", "lang": "it" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "The database is under an unusual load.": [""], + "The database returned an unexpected error.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "\n Error: %(text)s\n ": [""], - " (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.": [""], + "The table was deleted or renamed in the database.": [""], + "One or more parameters specified in the query are missing.": [""], + "The hostname provided can't be resolved.": [""], + "The host might be down, and can't be reached on the provided port.": [ "" ], - " 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.": [ + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [""], + "User doesn't have the proper permissions.": [""], + "One or more parameters needed to configure a database are missing.": [ "" ], - " 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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "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.": [ "" ], - "%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)": [""], - "), 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 malformed.": [""], + "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.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": [""], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - ".": [""], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "A database with the same name already exists.": [""], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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 full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "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 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.": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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.": [ "" ], - "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." + "From date cannot be larger than to date": [ + "La data di inizio non può essere dopo la data di fine" ], - "A map of the world, that can indicate values in different countries.": [ - "" + "Cached value not found": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Time Table View": [""], + "Pick at least one metric": ["Seleziona almeno una metrica"], + "When using 'Group By' you are limited to use a single metric": [""], + "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" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "" + "Pick a metric for x, y and size": [ + "Seleziona una metrica per x, y e grandezza" ], - "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.": [ + "Bullet Chart": ["Grafico a Proiettile"], + "Pick a metric to display": ["Seleziona una metrica da visualizzare"], + "Time Series - Line Chart": ["Serie Temporali - Grafico Lineare"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A readable URL for your dashboard": [ - "ottenere una URL leggibile per la tua dashboard" + "Time Series - Bar Chart": ["Serie Temporali - Grafico Barre"], + "Time Series - Period Pivot": [""], + "Time Series - Percent Change": [ + "Serie Temporali - Cambiamento Percentuale" ], - "A reference to the [Time] configuration, taking granularity into account": [ - "" + "Time Series - Stacked": ["Serie Temporali - Stacked"], + "Histogram": ["Istogramma"], + "Must have at least one numeric column specified": [ + "Devi specificare una colonna numerica" ], - "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": [ - "" + "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 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.": [ + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" + ], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "" ], - "A valid color scheme is required": [""], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "Directed Force Layout": ["Disposizione a Forza Diretta"], + "Country Map": ["Mappa della Nazione"], + "World Map": ["Mappa del Mondo"], + "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: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "APPLY": [""], - "APR": [""], - "AQE": [""], - "AUG": [""], - "AXIS TITLE MARGIN": [""], - "About": [""], - "Access": ["Nessun Accesso!"], - "Access token": [""], - "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 Tag": [""], - "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": [ + "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": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [""], + "All Text": [""], + "Deleted %(num)d annotation": [""], + "Deleted %(num)d chart": [""], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`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.": [ "" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "Add delivery method": [""], - "Add description of your tag": [""], - "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.": [ + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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 tag to entities": [""], - "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.": [ - "" + "`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": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Owners are invalid": [""], + "Datasource type is invalid": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer could not be created.": [ + "La tua query non può essere salvata" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "Annotation layer could not be updated.": [ + "La tua query non può essere salvata" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "" + "Annotation layer not found.": [""], + "Annotation layer has associated annotations.": [""], + "Name must be unique": [""], + "End date must be after start date": [ + "La data di inizio non può essere dopo la data di fine" ], - "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. %(num_cols)s columns returned": [ + "Short description must be unique for this layer": [""], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotations could not be deleted.": [""], + "There are associated alerts or reports: %(report_names)s": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Alert query returned more than one row.": [""], - "Alert query returned more than one row. %(num_rows)s rows returned": [ + "Cannot parse time string [%(human_readable)s]": [""], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "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 charts/global scoping": [""], - "All filters": ["Filtri"], - "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" + "Database does not exist": [""], + "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"], + "Charts could not be deleted.": ["La query non può essere caricata"], + "There are associated alerts or reports": [""], + "Changing this chart is forbidden": [""], + "Import chart failed for an unknown reason": [""], + "Changing one or more of these dashboards is forbidden": [""], + "Error: %(error)s": [""], + "CSS template not found.": ["Template CSS"], + "Must be unique": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard could not be updated.": [ + "La tua query non può essere salvata" ], - "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" + "Dashboard could not be deleted.": [ + "La tua query non può essere salvata" ], - "Allow Csv Upload": [""], - "Allow DML": ["Permetti DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "Changing this Dashboard is forbidden": [""], + "Import dashboard failed for an unknown reason": [""], + "No data in file": [""], + "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.": [ "" ], - "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.": [ + "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 datasets 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": [""], + "no SQL validator is configured": [""], + "No validator found (configured for the engine)": [""], + "Was unable to check your query": [""], + "An unexpected error occurred": [""], + "Import database failed for an unknown reason": [""], + "Could not load database driver: {}": ["Non posso connettermi al server"], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Allow file uploads to database": [""], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "no SQL validator is configured for %(engine_spec)s": [""], + "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ "" ], - "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.": [ + "SSH Tunnel parameters are invalid.": [""], + "A database port is required when connecting via SSH Tunnel.": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "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": ["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": [ "" ], - "Altered": [""], - "Always filter main datetime column": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "" + "Dataset does not exist": ["Sorgente dati e tipo di grafico"], + "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"], + "Changing this dataset is forbidden": [""], + "Import dataset failed for an unknown reason": [""], + "Data URI is not allowed.": [""], + "Changing this dataset is forbidden.": [""], + "Dataset metric delete failed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Saved queries could not be deleted.": [ + "La query non può essere caricata" ], - "An engine must be specified when passing individual parameters to a database.": [ + "Saved query not found.": [""], + "Import saved query failed for an unknown reason.": [""], + "Saved query parameters are invalid.": [""], + "Alert query returned more than one row. %(num_rows)s rows returned": [ "" ], - "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" + "Alert query returned more than one column. %(num_cols)s columns returned": [ + "" ], - "An error occurred while creating the data source": [ - "Errore nel creare il datasource" + "Invalid tab ids: %s(tab_ids)": [""], + "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" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "Please save your chart first, then try creating a new email report.": [ + "" ], - "An error occurred while fetching available CSS templates": [ - "Errore nel recupero dei metadati della tabella" + "Please save your dashboard first, then try creating a new email report.": [ + "" ], - "An error occurred while fetching chart owners values: %s": [ - "Errore nel creare il datasource" + "Report Schedule parameters are invalid.": [""], + "Report Schedule could not be created.": [ + "La tua query non può essere salvata" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Errore nel creare il datasource" + "Report Schedule could not be updated.": [ + "La tua query non può essere salvata" ], - "An error occurred while fetching dashboards": [ - "Errore nel creare il datasource" + "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 pdf.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule reached a working timeout.": [""], + "A report named \"%(name)s\" already exists": [""], + "Resource already has an attached report.": [""], + "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 state not found": [""], + "Report schedule unexpected error": [""], + "Changing this report is forbidden": [""], + "An error occurred while pruning logs ": [ + "Errore nel rendering della visualizzazione: %s" ], - "An error occurred while fetching dashboards: %s": [ - "Errore nel creare il datasource" + "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 database related data: %s": [ - "Errore nel recupero dei metadati della tabella" + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" ], - "An error occurred while fetching database values: %s": [ - "Errore nel creare il datasource" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "An error occurred while fetching dataset datasource values: %s": [ - "Errore nel creare il datasource" + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" ], - "An error occurred while fetching dataset owner values: %s": [ - "Errore nel creare il datasource" + "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.": [ + "" ], - "An error occurred while fetching dataset related data": [ - "Errore nel recupero dei metadati della tabella" + "Tag parameters are invalid.": [""], + "Invalid result type: %(result_type)s": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "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: %s": [ - "Errore nel recupero dei metadati della tabella" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "An error occurred while fetching datasets: %s": [ - "Errore nel creare il datasource" + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [""], + "[asc]": [""], + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Virtual dataset query must be read-only": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Metric '%(metric)s' does not exist": [""], + "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [""], + "Only `SELECT` statements are allowed": [""], + "Only single queries supported": [""], + "Columns": [""], + "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" ], - "An error occurred while fetching schema values: %s": [ - "Errore nel rendering della visualizzazione: %s" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Se questa colonna è esposta nella sezione `Filtri` della vista esplorazione." ], - "An error occurred while fetching tab state": [ - "Errore nel recupero dei metadati della tabella" + "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." ], - "An error occurred while fetching table metadata": [ - "Errore nel recupero dei metadati della tabella" + "Column": ["Colonna"], + "Verbose Name": ["Nome Completo"], + "Description": ["Descrizione"], + "Groupable": ["Raggruppabile"], + "Filterable": ["Filtrabile"], + "Table": ["Tabella"], + "Expression": ["Espressione"], + "Is temporal": ["è temporale"], + "Datetime Format": ["Formato Datetime"], + "Type": ["Tipo"], + "Business Data Type": [""], + "Invalid date/timestamp format": [""], + "Metrics": ["Metriche"], + "Show Metric": ["Mostra metrica"], + "Add Metric": ["Aggiungi metrica"], + "Edit Metric": ["Modifica metrica"], + "Metric": ["Metrica"], + "SQL Expression": ["Espressione SQL"], + "D3 Format": ["Formato D3"], + "Extra": ["Extra"], + "Warning Message": [""], + "Tables": ["Tabelle"], + "Show Table": ["Mostra Tabelle"], + "Import a table definition": [""], + "Edit Table": ["Modifica Tabella"], + "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'" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Errore nel recupero dei metadati della tabella" + "Timezone offset (in hours) for this datasource": [ + "Timezone offset (in ore) per questa sorgente dati" ], - "An error occurred while loading the SQL": [ - "Errore nel creare il datasource" + "Name of the table that exists in the source database": [ + "Nome delle tabella esistente nella sorgente del database" ], - "An error occurred while pruning logs ": [ - "Errore nel rendering della visualizzazione: %s" + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift e DB2" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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." ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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\"." ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Errore nel creare il datasource" + "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" ], - "An error occurred while rendering the visualization: %s": [ - "Errore nel rendering della visualizzazione: %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": [ + "Usato per popolare la finestra a cascata dei filtri dall'elenco dei valori distinti prelevati dal backend al volo" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Errore nel creare il datasource" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "A set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "An unexpected error occurred": [""], - "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 layer": ["Azione"], - "Annotation layer could not be created.": [ - "La tua query non può essere salvata" + "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.": [ + "" ], - "Annotation layer could not be updated.": [ - "La tua query non può essere salvata" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "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 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": [ + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Associated Charts": [""], + "Changed By": ["Modificato da"], + "Database": ["Database"], + "Last Changed": ["Ultima Modifica"], + "Enable Filter Select": ["Abilita il filtro di Select"], + "Schema": ["Schema"], + "Default Endpoint": ["Endpoint predefinito"], + "Offset": ["Offset"], + "Cache Timeout": ["Cache Timeout"], + "Table Name": [""], + "Fetch Values Predicate": [""], + "Owners": ["Proprietari"], + "Main Datetime Column": [""], + "SQL Lab View": ["Vista Tabella"], + "Template parameters": ["Parametri"], + "Modified": ["Modificato"], + "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." + ], + "Deleted %(num)d css template": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": ["Seleziona una dashboard"], + "Title or Slug": [""], + "Invalid state.": [""], + "Table name undefined": [""], + "Upload Enabled": [""], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Field cannot be decoded by JSON. %(msg)s": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Append": [""], - "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Apply": ["Applica"], - "Apply conditional color formatting to metric": [""], - "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 rules?": [""], - "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.": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Arrow": [""], - "Assign a set of parameters as": [""], - "Assist": [""], - "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "" - ], - "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "" - ], - "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 dataset": ["Seleziona data finale"], + "Null or Empty": [""], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "Bounds for the primary 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.": [ + "Second": [""], + "5 second": [""], + "30 second": [""], + "Week starting Sunday": [""], + "Week starting Monday": [""], + "Week ending Saturday": [""], + "Week ending Sunday": [""], + "Hostname or IP address": [""], + "Database name": ["Database"], + "Use an encrypted connection to the database": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Box Plot": ["Box Plot"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "Bubble Chart": ["Grafico a Bolle"], - "Bubble Color": [""], - "Bubble size": ["Grandezza della bolla"], - "Bucket break points": [""], - "Build": [""], - "Bulk select": ["Seleziona %s"], - "Bulk tag": [""], - "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).": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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 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\"": [ + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "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.": [ + "Unknown Doris server host \"%(hostname)s\".": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Please check your query for syntax errors near \"%(server_error)s\". 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.": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "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 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": [""], - "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"], - "Changes saved.": [""], - "Changing one or more of these dashboards is forbidden": [""], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "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 could not be created.": ["La tua query non può essere salvata"], - "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 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": [ + "Unknown MySQL server host \"%(hostname)s\".": [""], + "The username \"%(username)s\" does not exist.": [""], + "The user/password combination is not valid (Incorrect password for user).": [ "" ], - "Check out this chart in dashboard:": [ - "Rimuovi il grafico dalla dashboard" - ], - "Check out this dashboard: ": ["Guarda questa slice: %s"], - "Check to force date partitions to have the same height": [""], - "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 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": [ + "Could not connect to database: \"%(database)s\"": [""], + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "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.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "Clause": [""], - "Clear": [""], - "Clear all": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "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": [ + "Users are not allowed to set a search path for security reasons.": [""], + "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 add a contour": [""], - "Click to cancel sorting": [""], - "Click to edit": [""], - "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: ": [ + "%(object)s does not exist in this database.": [""], + "Changing this datasource is forbidden": [""], + "Home": [""], + "Data": ["Database"], + "Dashboards": ["Elenco Dashboard"], + "Charts": ["Grafici"], + "Datasets": ["Basi di dati"], + "Plugins": [""], + "Manage": ["Gestisci"], + "CSS Templates": ["Template CSS"], + "SQL Lab": [""], + "SQL": [""], + "Saved Queries": ["Query salvate"], + "Query History": [""], + "Tags": [""], + "Action Log": [""], + "Security": ["Sicurezza"], + "Alerts & Reports": [""], + "Annotation Layers": [""], + "Row Level Security": [""], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "la colonna Datetime è necessaria per questo tipo di grafico. Nella configurazione della tabella però non è stata definita" + ], + "Empty query?": ["Query vuota?"], + "Unknown column used in orderby: %(col)s": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "error_message": [""], + "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": [""], + "Deleted %(num)d saved query": [""], + "Deleted %(num)d report schedule": [""], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Color: ": [""], - "Colors": [""], - "Column": ["Colonna"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "Column Label(s)": [""], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "The parameter %(parameters)s in your query is undefined.": [""], + "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.": [ "" ], - "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.": [ + "Tag name is invalid (cannot contain ':')": [""], + "Is custom tag": [""], + "Scheduled task executor not found": [""], + "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": [""], + "Use the edit button to change this field": [""], + "Test Connection": ["Testa la Connessione"], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "`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.": [ "" ], - "Column name [%s] is duplicated": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": [""], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "DataFrame must include temporal column": [""], + "DataFrame include at least one series": ["Seleziona almeno una metrica"], + "Resample operation requires DatetimeIndex": [""], + "Resample method should be in ": [""], + "Undefined window for rolling operation": [""], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Referenced columns not available in DataFrame.": [""], "Column referenced by aggregate is undefined: %(column)s": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Operator undefined for aggregator: %(name)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Unexpected time range: %(error)s": [""], + "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": [""], + "Is tagged": [""], + "The data source seems to have been deleted": [""], + "The user seems to have been deleted": [""], + "Error: permalink state not found": [""], + "Error: %(msg)s": [""], + "Explore - %(table)s": [""], + "Explore": ["Esplora grafico"], + "Chart [{}] has been saved": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Chart %(id)s not found": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "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": [ "" ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "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.": [ + "Custom Plugins": [""], + "Custom Plugin": [""], + "Add a Plugin": ["Aggiungi colonna"], + "Edit Plugin": ["Edita colonna"], + "The dataset associated with this chart no longer exists": [""], + "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." + ], + "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." + ], + "Creator": ["Creatore"], + "Datasource": ["Sorgente Dati"], + "Last Modified": ["Ultima Modifica"], + "Parameters": ["Parametri"], + "Chart": [""], + "Name": ["Nome"], + "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. " + ], + "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." + ], + "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.": [ "" ], - "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.": [ + "Determines whether or not this dashboard is visible in the list of all dashboards": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Dashboard": ["Dashboard"], + "Title": ["Titolo"], + "Slug": ["Slug"], + "Roles": ["Ruoli"], + "Published": [""], + "Position JSON": ["Posizione del JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Metadati JSON"], + "Export": [""], + "Export dashboards?": [""], + "CSV Upload": [""], + "Select a file to be uploaded to the database": [""], + "Only the following file extensions are allowed: %(allowed_extensions)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.": [ + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "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.": [ + "Select a schema if the database supports this": [""], + "Delimiter": [""], + "Enter a delimiter for this data": [""], + ",": [""], + ".": [""], + "What should happen if the table already exists": [""], + "Fail": [""], + "Replace": [""], + "Append": [""], + "Skip Initial Space": [""], + "Skip spaces after delimiter": [""], + "Skip Blank Lines": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "Columns To Be Parsed as Dates": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": [""], + "Character to interpret as decimal point": [""], + "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": [ "" ], - "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 identifier of the account 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 connect to database: \"%(database)s\"": [""], - "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: {}": ["Non posso connettermi al server"], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ + "Index Column": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "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 by": ["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.": [ + "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 checked, Index Names are used": [ "" ], - "Cross-filtering is not enabled for this dashboard.": [""], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], - "Custom width of the screenshot in pixels": [""], - "Customize": [""], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Json list of the column names that should be read": [""], + "Overwrite Duplicate Columns": [""], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "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": [ + "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": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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 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.": [ - "" + "Rows to Read": [""], + "Number of rows of file to read": [""], + "Skip Rows": [""], + "Number of rows to skip at start of file": [""], + "Name of table to be created from excel data.": [ + "Nome delle tabella esistente nella sorgente del database" ], - "Dashboards": ["Elenco Dashboard"], - "Dashboards do not exist": ["Elenco Dashboard"], - "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.": [ + "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).": [""], + "Specify a schema (if database flavor supports this).": [""], + "Table Exists": [""], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "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.": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Number of rows to skip at start of file.": [""], + "Number of rows of file to read.": [""], + "Parse Dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "Character to interpret as decimal point.": [""], + "Write dataframe index as a column.": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "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.": [ "" ], - "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: ": [ + "Select a Columnar file to be uploaded to a database.": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "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 updated.": ["La tua query non può essere salvata"], - "Dataset does not exist": ["Sorgente dati e tipo di grafico"], - "Dataset metric delete failed.": [""], - "Dataset name": ["Database"], - "Dataset parameters are invalid.": [""], - "Dataset schema is invalid, caused by: %(error)s": [""], - "Datasets": ["Basi di dati"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "" - ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" - ], - "Datasets do not contain a temporal column": [""], - "Datasource": ["Sorgente Dati"], - "Datasource type is invalid": [""], - "Datasource type is required when datasource_id is given": [""], - "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)": [""], - "Day First": [""], - "Db engine did not return all queried columns": [""], - "December": [""], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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": ["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": [ + "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.": [ "" ], - "Default value must be set when \"Filter has default value\" is checked": [ - "" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permetti l'opzione CREATE TABLE AS in SQL Lab" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permetti l'opzione CREATE TABLE AS in SQL Lab" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "" + "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" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "" + "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" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "If selected, please set the schemas allowed for csv upload in Extra.": [ "" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "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": [""], + "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'

": [ "" ], - "Defines how each series is broken down": [""], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ + "CSV to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ + "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": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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": [""], - "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": [ + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Diamond": [""], - "Did you mean:": [""], - "Difference": [""], - "Dim Gray": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "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.": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Disable embedding?": [""], - "Discard": [""], - "Display column level subtotal": [""], - "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.": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": [""], + "Show Log": ["Mostra colonna"], + "Add Log": [""], + "Edit Log": ["Modifica"], + "User": ["Utente"], + "Action": ["Azione"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Time Range": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time": ["Tempo"], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "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.": [ + "Raw records": [""], + "Certified by %s": [""], + "description": ["descrizione"], + "bolt": [""], + "Changing this control takes effect instantly": [""], + "Show info tooltip": [""], + "SQL expression": ["Espressione SQL"], + "Label": [""], + "unknown type icon": [""], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "Advanced analytics": ["Analytics avanzate"], + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "Distribute across": [""], - "Distribution - Bar Chart": ["Distribuzione - Grafico Barre"], - "Divider": [""], - "Do you want a donut or a pie?": [""], - "Domain": [""], - "Download": [""], - "Download as Image": [""], - "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.": [ + "Rolling window": [""], + "Rolling function": ["Testa la Connessione"], + "None": [""], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Periods": [""], + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "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": [ "" ], - "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.": [ + "Time comparison": ["Colonna del Tempo"], + "Time shift": ["Offset temporale"], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "30 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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.": [ "" ], - "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.": [ + "Calculation type": ["Seleziona un tipo di visualizzazione"], + "Difference": [""], + "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.": [ "" ], - "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." + "Resample": [""], + "Rule": [""], + "1 minutely frequency": [""], + "1 hourly frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "1 year start frequency": [""], + "1 year end frequency": [""], + "Pandas resample rule": [""], + "Fill method": [""], + "Linear interpolation": [""], + "Pandas resample method": [""], + "Top": [""], + "X Axis": [""], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": [""], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Query": [""], + "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": [""], + "Yearly seasonality": [""], + "Yes": [""], + "No": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "" ], - "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.": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 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:": [""], - "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.": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "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": [ + "Time related form attributes": ["Attributi relativi al tempo"], + "Chart ID": ["Grafici"], + "The id of the active chart": [""], + "Cache Timeout (seconds)": [""], + "The number of seconds before expiring the cache": [""], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Color Scheme": [""], + "Contribution Mode": [""], + "Row": [""], + "Series": [""], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "End": [""], - "End (Longitude, Latitude): ": [""], - "End Longitude & Latitude": [""], - "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.": [ + "Add dataset columns here to group the pivot table columns.": [""], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ "" ], - "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\"": [ + "This defines the element to be plotted on the chart": [""], + "Filters": ["Filtri"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Excel to Database configuration": [""], - "Exclude selected values": [""], - "Excluded roles": [""], - "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'": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "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.\" }`.": [ + "Sort by": [""], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "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": [ + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to start remote query on a worker.": [""], - "Failed to update report": [""], - "Failed to verify select options: %s": [""], - "Favorite": [""], - "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": [""], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Fill method": [""], - "Filter List": ["Filtri"], - "Filter has default value": [""], - "Filter name": ["Valore del filtro"], - "Filter only displays values relevant to selections made in other filters.": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Filter results": ["Risultati della ricerca"], - "Filter value (case sensitive)": [""], - "Filter value list cannot be empty": [""], - "Filter your charts": ["Controlli del filtro"], - "Filterable": ["Filtrabile"], - "Filters": ["Filtri"], - "Filters by columns": ["Controlli del filtro"], - "Filters by metrics": ["Lista Metriche"], - "Filters for comparison must have a value": [""], - "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').": [ + "A metric to use for color": [""], + "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": [ "" ], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "" + "Drop a temporal column here or click": [""], + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [ + "Il tipo di visualizzazione da mostrare" ], - "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.": [ + "Use this to define a static color for all circles": [""], + "all": [""], + "5 seconds": [""], + "30 seconds": [""], + "1 minute": [""], + "5 minutes": [""], + "30 minutes": ["10 minuti"], + "1 hour": ["ora"], + "week": ["settimana"], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": ["mese"], + "year": ["anno"], + "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`": [ "" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "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.": [ + "Row limit": [""], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "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" + "Series limit": [""], + "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.": [ + "" ], - "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, Metrics or Percentage Metrics must have a value": [""], - "Group by": ["Raggruppa per"], - "Groupable": ["Raggruppabile"], - "Guest user cannot modify chart payload": [""], - "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.": [ + "Y Axis Format": [""], + "The color scheme for rendering chart": [""], + "Whether to truncate metrics": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Original value": [""], + "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": [""], + "Oops! An error occurred!": [""], + "Stack Trace:": [""], + "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.": [ "" ], - "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.": [ + "Found invalid orderby options": [""], + "Invalid input": [""], + "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": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, there was an error saving this %s: %s": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": ["ora"], + "day": ["giorno"], + "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": [ "" ], - "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.": [ + "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\"": [""], + "Legend": [""], + "Whether to display the legend (toggles)": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the metric name as a title": [""], + "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.": [ "" ], - "If a metric is specified, sorting will be done based on the metric value": [ + "Business": [""], + "Intensity": [""], + "Pattern": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Source": ["Sorgente"], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ "" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Which country to plot the map for?": [""], + "ISO 3166-2 Codes": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "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.": [ "" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "2D": [""], + "Geo": [""], + "Stacked": [""], + "Sorry, there appears to be no data": [""], + "Event definition": [""], + "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.": [ "" ], - "Ignore cache when generating report": [""], - "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)": [ + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "Impersonate the logged on user": [""], - "Import": ["Importa"], - "Import %s": ["Importa"], - "Import Dashboard(s)": ["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.": [ + "Additional metadata": [""], + "Select any columns for metadata inspection": [""], + "Entity ID": [""], + "Max Events": [""], + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "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 custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity": [""], - "Intensity Radius": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "Interval colors": [""], - "Intesity": [""], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Event Flow": [""], + "Progressive": [""], + "Axis ascending": [""], + "Axis 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": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Invalid JSON": [""], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": [""], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Normalize Across": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "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.": [ "" ], - "Invalid cron expression": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [""], - "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 reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": [""], - "Is custom tag": [""], - "Is dimension": [""], - "Is favorite": [""], - "Is filterable": ["Filtrabile"], - "Is not null": [""], - "Is null": [""], - "Is tagged": [""], - "Is temporal": ["è temporale"], - "Is true": [""], - "Isoband": [""], - "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.": [ + "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": [ "" ], - "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.": [ + "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.": [ "" ], - "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": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "Density": [""], + "to": [""], + "percentile (exclusive)": [""], + "Select the numeric columns to draw the histogram": [""], + "Select the number of bins for the histogram": [""], + "X Axis Label": [""], + "Y Axis Label": [""], + "Whether to normalize the histogram": [""], + "Whether to make the histogram cumulative": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "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.": [ + "Population age data": [""], + "Contribution": [""], + "Compute the contribution to the total": [""], + "Series Height": [""], + "Pixel height of each series": [""], + "Value Domain": [""], + "overall": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "July": [""], - "June": [""], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": [""], - "Keyboard shortcuts": [""], - "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 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": [ + "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.": [ "" ], - "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": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Dark Cyan": [""], + "Purple": [""], + "Gold": [""], + "Dim Gray": [""], + "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.": [ "" ], - "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.": [ + "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": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Point Radius Unit": [""], + "Pixels": [""], + "The unit of measure for the specified point radius": [""], + "Labelling": [""], + "`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.": [ "" ], - "Time-series 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.": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "Line interpolation as defined by d3.js": [""], - "Line width": ["Larghezza"], - "Linear color scheme": [""], - "Linear interpolation": [""], - "Link Copied!": [""], - "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": [""], + "Visual Tweaks": [""], "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": ["Login"], - "Logout": ["Logout"], - "Logs": [""], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude": [""], - "Longitude & Latitude columns": [""], - "Longitude and Latitude": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Streets": [""], + "Dark": [""], + "Satellite Streets": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": [""], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "RGB Color": [""], + "The color for points and clusters in RGB": [""], + "Default longitude": [""], "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "MAR": [""], - "MAY": [""], - "MON": [""], - "Main Datetime Column": [""], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "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.": [ "" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Light mode": [""], + "Dark mode": [""], + "Scatter": [""], + "Transformable": [""], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "Manage": ["Gestisci"], - "Mandatory": [""], - "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.": [ + "Paired t-test Table": [""], + "Statistical": [""], + "Tabular": [""], + "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.": [ "" ], - "Maximum value on the gauge axis": [""], - "May": ["giorno"], + "Not Time Series": [""], + "Ignore time": [""], + "Standard time series": [""], + "Aggregate Mean": [""], "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": [""], + "Aggregate Sum": [""], + "Sum of values over specified period": [""], "Metric change in value from `since` to `until`": [""], - "Metric currency": [""], - "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 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 factor change from `since` to `until`": [""], + "Use the Advanced Analytics options below": [""], + "Settings for time series": [""], + "Partition Limit": [""], + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "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).": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "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": [ "" ], - "Metrics": ["Metriche"], - "Middle": [""], - "Midnight": [""], - "Min": ["Min"], + "cumsum": [""], "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.": [ + "30 days": [""], + "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.": [ "" ], - "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": [""], - "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.": [ + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": [""], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Categorical": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "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.": [ "" ], - "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 annotation layers yet": [""], - "No annotation yet": [""], - "No charts": ["Grafici"], - "No compatible columns found": [""], - "No compatible datasets found": [""], - "No compatible schema found": [""], - "No data": ["Metadati JSON"], - "No data after filtering or data is NULL for the latest time record": [ + "Multi-Layers": [""], + "Source / Target": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "No data in file": [""], - "No databases match your search": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "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.": [ "" ], - "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.": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "Whether to display bubbles on top of countries": [""], + "Color by": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "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.": [ + "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.": [ "" ], - "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. You can use negative numbers to compare from the beginning of the time range.": [ + "Multi-Dimensions": [""], + "Multi-Variables": [""], + "Popular": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Compose multiple layers together to form complex visuals.": [""], + "deck.gl Multiple Layers": [""], + "deckGL": [""], + "Start (Longitude, Latitude): ": [""], + "End (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Point to your spatial columns": [""], + "End Longitude & Latitude": [""], + "Target Color": [""], + "Color of the target location": [""], + "Categorical Color": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Advanced": [""], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "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.": [ + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Centroid (Longitude and Latitude): ": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "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.": [ + "Spatial": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "One or more parameters specified in the query are malformed.": [""], - "One or more parameters specified in the query are missing.": [""], - "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": [ + "deck.gl Geojson": [""], + "Longitude and Latitude": [""], + "Height": ["Altezza"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "Only single queries supported": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "deck.gl Grid": [""], + "Intesity": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "Intensity Radius": [""], + "Intensity Radius is the radius at which the weight is distributed": [""], + "variance": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], "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.": [ - "" - ], - "Operator undefined for aggregator: %(name)s": [""], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "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.": [""], + "Whether to apply filter when items are clicked": [""], + "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.": [ "" ], - "Optional name of the data column.": [""], - "Optional warning about use of this metric": [""], - "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.": [ + "deck.gl Polygon": [""], + "Category": [""], + "Point Unit": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum 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.": [ + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "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." + "deck.gl Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent of total": [""], - "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 metric for x, y and size": [ - "Seleziona una metrica per x, y e grandezza" + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "Pick a metric to display": ["Seleziona una metrica da visualizzare"], - "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 title for you annotation.": [""], - "Pick at least one field for [Series]": [ - "Seleziona almeno un campo per [Series]" + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ + "" ], - "Pick at least one metric": ["Seleziona almeno una metrica"], - "Pick exactly 2 columns as [Source / Target]": [ - "Seleziona esattamente 2 colonne come [Sorgente / Destinazione]" + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ + "" ], - "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.": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "Pick your favorite markup language": [""], - "Pie shape": [""], - "Pivot Table": ["Vista Pivot"], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Choose the position of the legend": [""], + "The database columns that contains lines information": [""], + "Line width": ["Larghezza"], + "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": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Whether to fill the objects": [""], + "Whether to display the stroke": [""], + "Whether to make the grid 3D": [""], + "Defines the grid size in pixels": [""], + "Parameters related to the view and perspective on the map": [""], + "Longitude & Latitude": [""], + "Fixed point radius": [""], + "Factor to multiply the metric by": [""], + "The encoding format of the lines": [""], + "geohash (square)": [""], + "Reverse Lat & Long": [""], + "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": [""], + "basis": [""], + "step-before": [""], + "Line interpolation as defined by d3.js": [""], + "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.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "X Tick Layout": [""], + "flat": [""], + "staggered": [""], + "The way the ticks are laid out on the X-axis": [""], + "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.": [ "" ], - "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.": [ + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "Please confirm": [""], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [ - "Inserisci un nome per la slice" + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "expand": [""], + "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.": [ + "" ], - "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.": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Continuous": [""], + "nvd3": [""], + "Series Limit Sort By": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "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" + "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.": [ + "" ], - "Plot the distance (like flight paths) between origin and destination.": [ + "Bar": [""], + "Box Plot": ["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.": [ "" ], - "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.": [ + "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.": [ "" ], - "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": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Port out of range 0-65535": [""], - "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\"." + "Sort bars by x labels.": [""], + "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.": [ + "" ], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": [""], - "Preview: `%s`": [""], - "Previous": [""], - "Previous Line": [""], - "Primary": [""], - "Primary or secondary y-axis": [""], - "Primary y-axis Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Progress": [""], - "Progressive": [""], "Propagate": [""], - "Proportional": [""], - "Public and privately shared sheets": [""], - "Publicly shared sheets only": [""], - "Published": [""], - "Purple": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Value": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "What should be shown on the label?": [""], + "Do you want a donut or a pie?": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" + ], "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": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ + "Frequency": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "Time-series Period Pivot": [""], + "Stack": [""], + "Expand": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Additional padding for legend.": [""], + "Scroll": [""], + "Plain": [""], + "Legend type": [""], + "Show series values on the chart": [""], + "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": [ "" ], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "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" + "Tooltip": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "" ], - "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.": [ + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "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 the default values": [""], - "Regular": [""], - "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.": [ + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": ["Metadati JSON"], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative period": [""], - "Relative quantity": [""], - "Remove": [""], - "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" + "Try applying different filters or ensuring your datasource has data": [ + "" ], - "Report Schedule could not be updated.": [ - "La tua query non può essere salvata" + "Big Number Font Size": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "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 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.": [ + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ "" ], - "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.": [ + "Big Number with Time Period Comparison": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "Use date formatting even when metric value is not a timestamp": [""], + "Apply conditional color formatting to metric": [""], + "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": ["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.": [ + "With a subheader": [""], + "Big Number": ["Numero Grande"], + "Comparison Period Lag": [""], + "Based on granularity, number of time periods to compare against": [""], + "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 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.": [ + "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": [ "" ], - "Rolling function": ["Testa la Connessione"], - "Rolling window": [""], - "Root certificate": [""], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "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 containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Big Number with Trendline": ["Numero Grande con Linea del Trend"], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Row limit": [""], - "Rows": [""], - "Rows per page, 0 means no pagination": [""], - "Rows subtotal position": [""], - "Rows to Read": [""], - "Rule": [""], - "Rule added": [""], - "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.": [ + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "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:": [""], - "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" + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "" ], - "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.": [ + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "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, as used only in some databases like Postgres, Redshift and DB2": [ - "Schema, va utilizzato soltanto in alcuni database come Postgres, Redshift e DB2" + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "What should be shown as the label": [""], + "Tooltip Contents": [""], + "What should be shown as the tooltip label": [""], + "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.": [ + "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": [""], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": ["Cerca"], - "Search / Filter": ["Cerca / Filtra"], - "Search Metrics & Columns": [""], - "Search by query text": [""], - "Search...": ["Cerca"], - "Second": [""], - "Secondary": [""], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Seconds %s": [""], - "Secure Extra": ["Sicurezza"], - "Secure extra": ["Sicurezza"], - "Security": ["Sicurezza"], - "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 metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Sequential": [""], + "General": [""], + "Min": ["Min"], + "Minimum value on the gauge axis": [""], + "Max": ["Max"], + "Maximum value on the gauge axis": [""], + "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": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Show pointer": [""], + "Whether to show the pointer": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "Select a schema if the database supports this": [""], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "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": [""], + "Number of split segments on the axis": [""], + "Progress": [""], + "Whether to show the progress of gauge chart": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "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 ": [ + "Style the ends of the progress bar with a round cap": [""], + "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.": [ "" ], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "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.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "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.": [ "" ], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select or type dataset name": [""], - "Select schema or type to search schemas": [""], - "Select scheme": [""], - "Select subject": [""], - "Select table or type to search tables": [""], - "Select the Annotation Layer you would like to use.": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "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.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Target category": [""], + "Category of target nodes": [""], + "Layout": [""], + "Graph layout": [""], + "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": [""], + "Scale only": [""], + "Move only": [""], + "Scale and Move": [""], + "Whether to enable changing graph position and scaling.": [""], + "Single": [""], + "Multiple": [""], + "Label threshold": [""], + "Minimum value for label to be displayed on graph.": [""], + "Median node size, the largest node will be 4 times larger than the smallest": [ "" ], - "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.": [ + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "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.": [ + "Edge length": [""], + "Edge length between nodes": [""], + "Gravity": [""], + "Strength to pull the graph toward center": [""], + "Repulsion strength between nodes": [""], + "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.": [ "" ], - "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.": [ + "Structural": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], + "Whether to sort descending or ascending": [""], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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).": [ "" ], - "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 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.": [ + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Whether to display the aggregate count": [""], + "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 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.": [ + "Total: %s": [""], + "The maximum value of metrics. It is an optional configuration": [""], + "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.": [ "" ], - "Show info tooltip": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "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.": [ + "The primary metric is used to define the arc segment sizes": [""], + "[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": [ "" ], - "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.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "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.": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "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.": [ + "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.": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "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.": [ "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Showing %s of %s": [""], - "Shows a list of all series available at that point in time": [""], - "Shows or hides markers for the time series": [""], - "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": [ + "zoom area": [""], + "restore zoom": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "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.": [ + "AXIS TITLE MARGIN": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "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.": [ "" ], - "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. Please try again.": [""], - "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 name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "Vertical": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "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.": [ "" ], - "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)": [""], - "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.": [ + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "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.": [ + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "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": [""], - "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": [""], - "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 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.": [ + "Start": [""], + "Middle": [""], + "End": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Sync columns from source": [""], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "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.": [ "" ], - "TABLES": [""], - "THU": [""], - "TUE": [""], - "Tab name": ["Nome"], - "Tab title": [""], - "Table": ["Tabella"], - "Table %(table)s wasn't found in the database %(db)s": [""], - "Table Exists": [""], - "Table Name": [""], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Id": [""], + "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": [""], + "Left to Right": [""], + "Right to Left": [""], + "Top to Bottom": [""], + "Bottom to Top": [""], + "Orientation of tree": [""], + "Node label position": [""], + "top": [""], + "Position of intermediate 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": [""], + "Arrow": [""], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Table name cannot contain a schema": [""], - "Table name undefined": [""], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "Tables": ["Tabelle"], - "Tabs": [""], - "Tabular": [""], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tag parameters are invalid.": [""], - "Tagged %s %ss": [""], - "Tags": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "" - ], - "Target Color": [""], - "Target category": [""], - "Target value": [""], - "Template Name": [""], - "Template parameters": ["Parametri"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Treemap": ["Treemap"], + "Total": [""], + "Assist": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "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.": [ + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "Handlebars": [""], + "must have a value": [""], + "A handlebars template that is applied to the data": [""], + "Include time": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "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" - ], - "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.": [ + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "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?": [ + "Ordering": [""], + "Order results by selected columns": [""], + "Sort descending": [""], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": [""], + "Columns to group by on the rows": [""], + "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).": [ "" ], - "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.": [ + "Sum": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Maximum": [""], + "First": [""], + "Last": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "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 rows total": [""], + "Display row level total": [""], + "Display row level subtotal": [""], + "Display column level total": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "The color of the isoline": [""], - "The color scheme for rendering chart": [""], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "D3 time format for datetime columns": [""], + "Sort rows by": [""], + "key a-z": [""], + "key z-a": [""], + "Change order of rows.": [""], + "Available sorting modes:": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "Change order of columns.": [""], + "By key: use column names as sorting key": [""], + "Rows subtotal position": [""], + "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.": [ "" ], - "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": [ + "Pivot Table": ["Vista Pivot"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Page length": [""], + "Whether to include a client-side search box": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "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.": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "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 columns to be rearranged": [""], + "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.": [ "" ], - "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.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "The dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "Show": [""], + "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": [""], + "random": [""], + "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.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "N/A": [""], + "offline": [""], + "fetching": [""], + "stopped": [""], + "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 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.": [ - "" + "Your query could not be scheduled": [ + "La tua query non può essere salvata" ], - "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.": [ - "" + "Failed at retrieving results": [ + "Errore nel recupero dei dati dal backend" ], - "The distance between cells, in pixels": [""], - "The encoding format of the lines": [""], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Unknown error": [""], + "Query was stopped.": ["La query è stata fermata."], + "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.": [ "" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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 migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "The host might be down, and can't be reached on the provided port.": [ + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "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 lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "" + "Copy of %s": ["Copia di %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "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.": [ - "" + "An error occurred while fetching tab state": [ + "Errore nel recupero dei metadati della tabella" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "" + "An error occurred while removing tab. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "" + "An error occurred while removing query. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "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": [ - "" + "Your query could not be saved": ["La tua query non può essere salvata"], + "Your query was saved": ["La tua query è stata salvata"], + "Your query was updated": ["La tua query è stata salvata"], + "Your query could not be updated": [ + "La tua query non può essere salvata" ], - "The name of the rule must be unique": [""], - "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.": [ + "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 number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Errore nel recupero dei metadati della tabella" ], - "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.": [ - "" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Errore nel creare il datasource" ], - "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.": [ - "" + "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 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.": [ + "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 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.": [ + "Foreign key": [""], + "Estimate selected query cost": [""], + "Estimate cost": [""], + "Cost estimate": [""], + "Creating a data source and creating a new tab": [""], + "Explore the result set in the data exploration view": [""], + "Source SQL": [""], + "Run query": ["condividi query"], + "Stop query": ["Query vuota?"], + "New tab": [""], + "Previous Line": [""], + "Keyboard shortcuts": [""], + "Run a query to display query history": [""], + "LIMIT": [""], + "State": [""], + "Duration": ["Descrizione"], + "Results": [""], + "Actions": ["Azione"], + "Success": [""], + "Failed": [""], + "Running": [""], + "Fetching": [""], + "Offline": [""], + "Scheduled": [""], + "Unknown Status": [""], + "Edit": ["Modifica"], + "View": [""], + "Data preview": [""], + "Overwrite text in the editor with a query on this table": [""], + "Run query in a new tab": [""], + "Remove query from log": [""], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["Salva una slice"], + "Overwrite & Explore": ["Sovrascrivi la slice %s"], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], + "Filter results": ["Risultati della ricerca"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "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 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 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 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 port number is invalid.": [""], - "The primary metric is used to define the arc segment sizes": [""], - "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 number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "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.": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "The query has a syntax error.": [""], + "Track job": [""], + "Database error": ["Espressione del Database"], + "was created": ["è stata creata"], + "Query in a new tab": ["Query in un nuovo tab"], "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 result of this query should be a numeric-esque value": [""], - "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 of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ - "" + "Fetch data preview": [""], + "Refetch results": ["Risultati della ricerca"], + "Stop": [""], + "Run selection": ["Seleziona una colonna"], + "Run": [""], + "Stop running (Ctrl + x)": [""], + "Stop running (Ctrl + e)": [""], + "Run query (Ctrl + Return)": [""], + "Save": [""], + "An error occurred saving dataset": ["Errore nel creare il datasource"], + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": ["Salva una slice"], + "Overwrite existing": [""], + "Select or type dataset name": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Undefined": [""], + "Save as": ["Salva come"], + "Save query": ["query condivisa"], + "Cancel": ["Annulla"], + "Update": [""], + "Label for your query": [""], + "Write a description for your query": [""], + "Submit": [""], + "Schedule query": ["Mostra query salvate"], + "Schedule": [""], + "There was an error with your request": [""], + "Please save the query to enable sharing": [""], + "Copy query link to your clipboard": ["copia URL in appunti"], + "Save the query to enable this feature": [""], + "Copy link": [""], + "Run a query to display results": [""], + "No stored results found, you need to re-run your query": [""], + "Query history": ["Ricerca Query"], + "Preview: `%s`": [""], + "Schedule the query periodically": [""], + "You must run the query successfully first": [""], + "Render HTML": [""], + "Autocomplete": [""], + "CREATE TABLE AS": ["Permetti CREATE TABLE AS"], + "CREATE VIEW AS": ["Permetti CREATE TABLE AS"], + "Estimate the cost before running a query": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Collapse table preview": [""], + "Expand table preview": [""], + "Reset state": [""], + "Enter a new title for the tab": [""], + "Close tab": [""], + "Rename tab": [""], + "Expand tool bar": [""], + "Hide tool bar": [""], + "Close all other tabs": [""], + "Duplicate tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [ + "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.": [ + "Copy partition query to clipboard": [""], + "latest partition:": [""], + "Keys for table": [""], + "View keys & indexes (%s)": [""], + "Original table column order": [""], + "Sort columns alphabetically": [""], + "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": [""], + "syntax.": [""], + "Edit template parameters": [""], + "Invalid JSON": [""], + "Untitled query": ["Query senza nome"], + "%s%s": [""], + "Before": [""], + "Click to see difference": [""], + "Altered": [""], + "Chart changes": ["Ultima Modifica"], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Click to force-refresh": [""], + "Cached": [""], + "Waiting on %s": [""], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "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." - ], - "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": [ + "click here": [""], + "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 time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ - "" + "An error occurred while loading the SQL": [ + "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`": [ - "" + "Sorry, an error occurred": [""], + "Updating chart was stopped": [ + "L'aggiornamento del grafico è stato fermato" ], - "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.": [ - "" + "An error occurred while rendering the visualization: %s": [ + "Errore nel rendering della visualizzazione: %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.": [ + "Network error.": ["Errore di rete."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "You can also just click on the chart to apply cross-filter.": [""], + "Cross-filtering is not enabled for this dashboard.": [""], + "This visualization type does not support cross-filtering.": [""], + "You can't apply cross-filter on this data point.": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Failed to generate chart edit URL": [""], + "Close": [""], + "Failed to load chart data.": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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 upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [""], - "The user/password combination is not valid (Incorrect password for user).": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "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 Isoline in pixels": [""], - "The width of the lines": [""], - "There are associated alerts or reports": [""], - "There are associated alerts or reports: %(report_names)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.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "There is no chart definition associated with this component, could it have been deleted?": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "" - ], - "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": [""], + "Drill to detail: %s": [""], + "No rows were returned for this dataset": [""], + "Copy": [""], + "Copy to clipboard": [""], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [""], + "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": [""], + "minute": ["minuto"], + "reboot": [""], + "Every": [""], + "in": ["Min"], + "on": [""], + "at": [""], + ":": [""], + "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": [""], "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 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 datasets this filter will be applied to.": [""], - "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." - ], - "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." - ], - "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 applies cross-filters to charts whose datasets contain columns with the same name.": [ - "" - ], - "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": [ + "Select database or type to search databases": [""], + "Force refresh schema list": [""], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "This column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "dataset": [""], + "Connection": ["Testa la Connessione"], + "Warning!": [""], + "Search / Filter": ["Cerca / Filtra"], + "Add item": ["Aggiungi filtro"], + "STRING": [""], + "BOOLEAN": [""], + "Physical (table or view)": [""], + "Virtual (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.": [ "" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Person or group that has certified this metric": [""], + "Certified by": ["Modificato"], + "Certification details": [""], + "Details of the certification": [""], + "Is dimension": [""], + "Is filterable": ["Filtrabile"], + "Modified columns: %s": [""], + "Removed columns: %s": [""], + "New columns added: %s": [""], + "Metadata has been synced": [""], + "An error has occurred": [""], + "Column name [%s] is duplicated": [""], + "Metric name [%s] is duplicated": [""], + "Calculated column [%s] requires an expression": [""], + "Invalid currency code in saved metrics": [""], + "Basic": [""], + "Default URL": ["URL del Database"], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "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 dashboard is managed externally, and can't be edited in Superset": [ + "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 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.": [ + "Cache timeout": ["Cache Timeout"], + "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 dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Always filter main datetime column": [""], + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "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:": [ + "": [""], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "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.": [ "" ], - "This dashboard was saved successfully.": [""], - "This database is managed externally, and can't be edited in Superset": [ + "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.": [ "" ], - "This database table does not contain any data. Please select a different table.": [ + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "This dataset is managed externally, and can't be edited in Superset": [ + "D3 format": ["Formato D3"], + "Metric currency": [""], + "Select or type currency symbol": [""], + "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.": [ "" ], - "This dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [""], + "Sync columns from source": [""], + "Calculated columns": ["Visualizza colonne"], "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "" - ], - "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 might be incompatible with current dataset": [""], - "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).": [ + "": [""], + "Settings": [""], + "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 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.": [ + "Are you sure you want to save and apply changes?": [""], + "Confirm save": [""], + "OK": [""], + "Edit Dataset ": ["Mostra database"], + "Use legacy datasource editor": [""], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], + "DELETE": [""], + "delete": ["Cancella"], + "Type \"%s\" to confirm": [""], + "Click to edit": [""], + "You don't have the rights to alter this title.": [""], + "No databases match your search": [""], + "There are no databases available": [""], + "here": [""], + "Unexpected error": [""], "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": ["Errore..."], + "See more": [""], + "See less": [""], + "Copy message": [""], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": [""], + "Parameter error": ["Parametri"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": [""], + "Click to favorite/unfavorite": [""], + "Cell content": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "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.": [ + "OVERWRITE": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": ["Sovrascrivi la slice %s"], + "Import": ["Importa"], + "Import %s": ["Importa"], + "Last Updated %s": [""], + "+ %s more": [""], + "%s Selected": ["Seleziona data finale"], + "Deselect all": ["Seleziona data finale"], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "%s-%s of %s": [""], + "Type a value": [""], + "Select or type a value": [""], + "Last modified": ["Ultima Modifica"], + "Modified by": ["Modificato"], + "Created by": ["Creato il"], + "Created on": ["Creato il"], + "Menu actions trigger": [""], + "Select ...": [""], + "Reset": [""], + "Expand row": [""], + "Collapse row": [""], + "Click to cancel sorting": [""], + "List updated": [""], + "There was an error loading the tables": [""], + "See table schema": [""], + "Select table or type to search tables": [""], + "Force refresh table list": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "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": [ + "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 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": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": [""], - "Time": ["Tempo"], - "Time Grain": [""], - "Time Grain must be specified when using Time Shift.": [""], - "Time Granularity": [""], - "Time Lag": [""], - "Time Range": [""], - "Time Series - Bar Chart": ["Serie Temporali - Grafico Barre"], - "Time Series - Line Chart": ["Serie Temporali - Grafico Lineare"], - "Time Series - Nightingale Rose Chart": [""], - "Time Series - Paired t-test": [""], - "Time Series - Percent Change": [ - "Serie Temporali - Cambiamento Percentuale" + "There was an issue favoriting this dashboard.": [""], + "This dashboard is now published": [""], + "This dashboard is now hidden": [""], + "You do not have permissions to edit this dashboard.": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." ], - "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)": [ - "" + "This dashboard was saved successfully.": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "You do not have permission to edit this dashboard": [ + "Non hai i permessi per accedere alla/e sorgente/i dati: %(name)s." ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "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].": [ + "Could not fetch all saved charts": ["Non posso connettermi al server"], + "Sorry there was an error fetching saved charts: ": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "Time-series Period Pivot": [""], - "Time-series Table": ["Serie Temporali - Stacked"], - "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" - ], - "Tooltip": [""], - "Tooltip Contents": [""], - "Top": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": [""], - "Totals": [""], - "Track job": [""], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree layout": [""], - "Treemap": ["Treemap"], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": [""], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "You have unsaved changes.": [""], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Create a new chart": [""], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Delete this container and save to remove this message.": [""], + "Refresh interval saved": [""], + "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": [""], + "recent": [""], + "Create new chart": ["Creato il"], + "Filter your charts": ["Controlli del filtro"], + "Show only my charts": [""], + "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.": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ - "" + "Added": [""], + "Viz type": ["Tipo"], + "Dataset": ["Database"], + "Superset chart": ["Esplora grafico"], + "Check out this chart in dashboard:": [ + "Rimuovi il grafico dalla dashboard" ], - "Try different criteria to display results.": [""], - "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": [""], - "URL": [""], - "URL parameters": ["Parametri"], - "URL slug": ["Slug"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "" + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [ + "Errore nel recupero dei metadati della tabella" ], - "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\"": [ + "Load a CSS template": [""], + "Live CSS editor": [""], + "Collapse tab content": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Enable embedding": [""], + "Embed": [""], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "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": [ - "" + "Redo the action": [""], + "Discard": [""], + "Superset dashboard": ["Importa dashboard"], + "Check out this dashboard: ": ["Guarda questa slice: %s"], + "Refresh dashboard": ["Rimuovi il grafico dalla dashboard"], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": [""], + "Edit CSS": [""], + "Download": [""], + "Download as Image": [""], + "Share": [""], + "Set filter mapping": [""], + "Set auto-refresh interval": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Apply": ["Applica"], + "A valid color scheme is required": [""], + "The dashboard has been saved": [""], + "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." ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "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 are defined, regular access permissions apply.": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Dashboard properties": ["Elenco Dashboard"], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Undefined": [""], - "Undefined window for rolling operation": [""], - "Undo?": [""], - "Unexpected error": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Unexpected error: ": [""], - "Unexpected time range: %(error)s": [""], - "Unknown": [""], - "Unknown Doris server host \"%(hostname)s\".": [""], - "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" + "Basic information": [""], + "URL slug": ["Slug"], + "A readable URL for your dashboard": [ + "ottenere una URL leggibile per la tua dashboard" ], - "Upload": [""], - "Upload CSV": [""], - "Upload Credentials": [""], - "Upload Enabled": [""], - "Upload Excel file": [""], - "Upload Excel file to database": [""], - "Upload JSON file": [""], - "Upload columnar file to database": [""], - "Upper Threshold": [""], - "Upper threshold must be greater than lower threshold": [""], + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": ["Metadati JSON"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], "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 an ssh tunnel 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]": [ + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ "" ], - "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.": [ + "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.": [ "" ], - "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": [ + "This dashboard is published. Click to make it a draft.": [""], + "Draft": [""], + "Annotation layers are still loading.": [""], + "One ore more annotation layers failed loading.": [""], + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], - "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.": [ + "Data refreshed": [""], + "Cached %s": [""], + "Fetched %s": [""], + "Query %s: %s": [""], + "Force refresh": [""], + "View query": ["condividi query"], + "View as table": [""], + "Export to full .CSV": [""], + "Download as image": [""], + "Something went wrong.": [""], + "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 markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ "" ], - "User": ["Utente"], - "User doesn't have the proper permissions.": [""], - "User must select a value before applying the filter": [""], - "User query": ["condividi query"], - "Users are not allowed to set a search path for security reasons.": [""], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Empty row": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "Delete dashboard tab?": ["Inserisci un nome per la dashboard"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "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.": [ + "undo": [""], + "button (cmd + z) until you save your changes.": [""], + "CANCEL": [""], + "Divider": [""], + "Header": [""], + "Tabs": [""], + "background": [""], + "Preview": [""], + "Sorry, something went wrong. Try again later.": [""], + "Unknown value": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "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.": [ + "Clear all": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "Value": [""], - "Value Domain": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "Values are dependent on other filters": [""], - "Values selected in other filters will affect the filter options to only show relevant values": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "Vehicle Types": [""], - "Verbose Name": ["Nome Completo"], - "Version": [""], - "Version number": [""], - "Vertical": [""], + "All charts": ["Grafico a Proiettile"], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], "Vertical (Left)": [""], - "Video game consoles": [""], - "View": [""], - "View All »": [""], - "View as table": [""], - "View in SQL Lab": ["Esponi in SQL Lab"], - "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"], - "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.": [ + "Horizontal (Top)": [""], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "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.": [ + "Scope": [""], + "(Removed)": [""], + "Undo?": [""], + "Add filters and dividers": [""], + "Cyclic dependency detected": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "(deleted or invalid type)": [""], + "Add filter": ["Aggiungi filtro"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Scoping": [""], + "Numerical range": [""], + "Time range": [""], + "Time column": ["Colonna del Tempo"], + "Time grain": [""], + "Group by": ["Raggruppa per"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": ["Valore del filtro"], + "Name is required": [""], + "Datasets do not contain a temporal column": [""], + "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.": [ "" ], - "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.": [ + "Pre-filter available values": [""], + "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.": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Sort ascending": [""], + "If a metric is specified, sorting will be done based on the metric 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).": [ + "Sort metric": ["Mostra metrica"], + "Single value type": [""], + "Exact": [""], + "Filter has default value": [""], + "Refresh the default values": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "You have removed this filter.": [""], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "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.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "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.": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "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.": [ + "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 panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "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.": [ + "Keep editing": [""], + "Yes, cancel": [""], + "There are unsaved changes.": [""], + "Are you sure you want to cancel?": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "All filters": ["Filtri"], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Medium": [""], + "Tab title": [""], + "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.": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Equal to (=)": [""], + "Not equal to (≠)": [""], + "Less than (<)": [""], + "Less or equal (<=)": [""], + "Greater than (>)": [""], + "Greater or equal (>=)": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Is not null": [""], + "Is null": [""], + "use latest_partition template": [""], + "Is true": [""], + "Time granularity": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "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 many metrics to display": ["Una o più metriche da mostrare"], + "Fixed color": [""], + "Right axis metric": ["Metrica asse destro"], + "Choose a metric for right axis": [ + "Seleziona una metrica per l'asse destro" + ], + "Linear color scheme": [""], + "Color metric": ["Seleziona la metrica"], + "One or many controls to pivot as columns": [""], + "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`": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "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.": [ "" ], - "Viz is missing a datasource": [ - "Datasource mancante per la visualizzazione" + "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.": [ + "" ], - "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.": [ + "Limits the number of rows that get displayed.": [""], + "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).": [ "" ], - "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.": [ + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Bubble size": ["Grandezza della bolla"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "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.": [ + "Color scheme": [""], + "Chart [%s] has been overwritten": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "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?": [ "" ], - "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.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "Web": [""], - "Wednesday": [""], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "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%`": [ + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ + "Customize": [""], + "Generating link, please wait..": [""], + "Save (Overwrite)": ["Query salvate"], + "Chart name": ["Grafici"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["Aggiungi ad una nuova dashboard"], + "Save & go to dashboard": ["Salva e vai alla dashboard"], + "Save chart": ["Grafico a torta"], + "Collapse data panel": [""], + "Expand data panel": [""], + "No samples were returned for this dataset": [""], + "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": [""], + " to edit or add columns and metrics.": [""], + "Unable to retrieve dashboard colors": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "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.": [ + "Add the name of the chart": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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": [ "" ], - "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.": [ - "" + "Controls labeled ": [""], + "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." ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "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.": [ + "Person or group that has certified this chart.": [""], + "Configuration": [""], + "A list of users who can alter the chart. Searchable by name or username.": [ + "Proprietari è una lista di utenti che può alterare la dashboard." + ], + "The row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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": [ + "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": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Geohash": [""], + "textarea": ["textarea"], + "in modal": ["in modale"], + "Sorry, An error occurred": [""], + "Open in SQL Lab": ["Esponi in SQL Lab"], + "Failed to verify select options: %s": [""], + "Annotation layer": ["Azione"], + "Select the Annotation Layer you would like to use.": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Se questa colonna è esposta nella sezione `Filtri` della vista esplorazione." + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "This column must contain date/time information.": [""], + "Pick a title for you annotation.": [""], + "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.": [ "" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "Override time range": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ + "Override time grain": [""], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Display configuration": [""], + "Configure your how you overlay is displayed here.": [""], + "Style": [""], + "Solid": [""], + "Long dashed": [""], + "Color": [""], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hide Line": [""], + "Hides the Line for the time series": [""], + "Layer configuration": ["Controlli del filtro"], + "Configure the basics of your Annotation Layer.": [""], + "Mandatory": [""], + "Hide layer": [""], + "Whether to always show the annotation label": [""], + "Annotation layer type": ["La tua query non può essere salvata"], + "Choose the annotation layer type": [""], + "Choose the source of your annotations": [""], + "Remove": [""], + "Edit annotation layer": [""], + "Add annotation layer": ["Azione"], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "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.": [ + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "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 the percentage in the tooltip": [""], - "Whether to include the time granularity as defined in the time section": [ + "dashboard": [""], + "Select scheme": [""], + "Fraction digits": [""], + "Number of decimal digits to round numbers to": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "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" + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ + "" ], - "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 colorize numeric values by if they are positive or negative": [ + "" ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "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": [ + "Small number 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": [ "" ], - "Whether to sort results by the selected metric in descending order.": [ + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": [""], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": [""], + "Right value": [""], + "Target value": [""], + "Color: ": [""], + "Lower threshold must be lower than upper threshold": [""], + "Upper threshold must be greater than lower threshold": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "Whether to sort tooltip by the selected metric in descending order.": [ + "The width of the Isoline in pixels": [""], + "The color of the isoline": [""], + "Isoband": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Mostra database"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "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 TITLE 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": [""], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": [""], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "View in SQL Lab": ["Esponi in SQL Lab"], + "Query preview": [""], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [""], + "RANGE TYPE": [""], + "Actual time range": [""], + "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": [""], + "Relative period": [""], + "Anchor to": [""], + "NOW": [""], + "Date/Time": ["Tempo"], + "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.": [ "" ], - "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?": [ + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": [""], + "Custom": [""], + "previous calendar week": [""], + "previous calendar month": [""], + "previous calendar year": [""], + "Seconds %s": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved": ["Salva come"], + "%s column(s)": ["Visualizza colonne"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "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?": [ + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Click to edit label": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "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?": [ + "%s option(s)": [""], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ "" ], - "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?": [ + "To filter on a metric, use Custom SQL tab.": [""], + "%s operator(s)": ["Seleziona operatore"], + "Comparator option": [""], + "Type a value here": [""], + "Filter value (case sensitive)": [""], + "choose WHERE or HAVING...": [""], + "Filters by columns": ["Controlli del filtro"], + "Filters by metrics": ["Lista Metriche"], + "My metric": ["Metrica"], + "Add metric": ["Aggiungi metrica"], + "Select aggregate options": [""], + "%s aggregates(s)": [""], + "%s saved metric(s)": [""], + "Saved metric": ["Seleziona una metrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["Colonna"], + "aggregate": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Time series columns": ["Colonna del Tempo"], + "Sparkline": [""], + "Period average": [""], + "The column header label": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": ["Larghezza"], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Time lag": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "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.": [ + "Time Lag": [""], + "Number of periods to ratio against": [""], + "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.": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Currently rendered: %s": [""], + "Examples": [""], + "This visualization type is not supported.": [""], + "Select a visualization type": ["Seleziona un tipo di visualizzazione"], + "No results found": ["Nessun record trovato"], + "New chart": ["Grafico a torta"], + "Edit chart properties": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Embed code": [""], + "Run in SQL Lab": ["Esponi in SQL Lab"], + "Code": [""], + "Markup type": [""], + "Pick your favorite markup language": [""], + "Put your code here": [""], + "URL parameters": ["Parametri"], + "Extra parameters for use in jinja templated queries": [""], + "Annotations and layers": ["Azione"], + "Annotation layers": ["Azione"], + "My beautiful colors": [""], + "< (Smaller than)": [""], + "> (Larger than)": [""], + "<= (Smaller or equal)": [""], + ">= (Larger or equal)": [""], + "== (Is equal)": [""], + "!= (Is not equal)": [""], + "Not null": [""], + "60 days": [""], + "90 days": [""], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "Alert condition": ["Testa la Connessione"], + "Notification method": [""], + "database": ["Database"], + "sql": [""], + "working timeout": [""], + "recipients": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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 another notification method": [""], + "Add delivery method": [""], + "report": ["Importa"], + "Add": [""], + "Set up basic details, such as name and description.": [""], + "Report name": ["Nome Completo"], + "Alert name": ["Nome Completo"], + "Include description to be sent with %s": [""], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "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 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 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.": [ + "SQL Query": [""], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Trigger Alert If...": [""], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Ignore cache when generating report": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": [""], + "Working timeout": [""], + "Time in seconds": [""], + "seconds": [""], + "Grace period": [""], + "Choose notification method and recipients.": [""], + "Recurring (every)": [""], + "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": [""], + "Notification Method": [""], + "Select Delivery Method": [""], + "%s recipients": [""], + "Recipients are separated by \",\" or \";\"": [""], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": [""], + "Edit annotation layer properties": ["Template CSS"], + "Annotation layer name": ["La tua query non può essere salvata"], + "Description (this can be seen in the list)": [""], + "annotation": [""], + "Edit annotation": ["Azione"], + "Add annotation": ["Azione"], + "date": [""], + "Additional information": [""], + "Please confirm": [""], + "Are you sure you want to delete": [""], + "css_template": [""], + "Edit CSS template properties": ["Template CSS"], + "Add CSS template": ["Template CSS"], + "css": [""], + "published": [""], + "draft": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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.": [ "" ], - "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": [ + "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.": [ + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "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.": [ + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "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" + "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.": [ + "" ], - "Your query could not be updated": [ - "La tua query non può essere salvata" + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "" ], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": ["Cache Timeout"], + "Enter duration in seconds": [""], + "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.": [ "" ], - "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": [""], - "[asc]": [""], - "[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": [ + "Asynchronous query execution": [""], + "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.": [ "" ], - "`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.": [ + "Add extra connection information.": [""], + "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.": [ "" ], - "`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"], + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "Allow file uploads to database": [""], + "Schemas allowed for File upload": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ + "" + ], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "" + ], + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Enter Primary Credentials": [""], + "Need help? Learn how to connect your database": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" + ], + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], "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. ********": [""], + "SSH Host": [""], "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 dark": [""], - "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": [""], - "flat": [""], + "SSH Port": [""], + "Private Key & Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Pick a name to help you identify this database.": [""], + "dialect+driver://username:password@host:port/database": [""], "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "heatmap: values are normalized across the entire heatmap": [""], - "here": [""], - "hour": ["ora"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "Test connection": ["Testa la Connessione"], + "Please enter a SQLAlchemy URI to test": [ + "Inserisci un nome per la slice" + ], + "e.g. world_population": [""], + "Connection failed, please check your connection settings.": [""], + "Sorry there was an error fetching database information: %s": [""], + "Or choose from a list of other databases we support:": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "in": ["Min"], - "in modal": ["in modale"], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": ["json non è valido"], - "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.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "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 %(engine_spec)s": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "published": [""], - "query": ["condividi query"], - "random": [""], - "reboot": [""], - "recent": [""], - "recents": [""], - "report": ["Importa"], - "reports": ["Importa"], - "restore zoom": [""], - "rowlevelsecurity": [""], - "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": [ + "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.": [ "" ], - "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.": [ + "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?": [ "" ], - "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"], - "zoom area": [""] + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "QUERY DATA IN SQL LAB": [""], + "Edit database": ["Mostra 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.": [ + "" + ], + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "Host": [""], + "e.g. 5432": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "e.g. param1=value1¶m2=value2": [""], + "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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Upload Credentials": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Enter a name for this sheet": [""], + "Paste the shareable Google Sheet URL here": [""], + "Copy the identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate": [""], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Loading": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "Create chart with dataset": [""], + "chart": [""], + "No charts": ["Grafici"], + "This dataset is not used to power any charts.": [""], + "Create dataset and create chart": [""], + "Select a database table and create dataset": [""], + "There was an error loading the dataset metadata": [""], + "Unknown": [""], + "Edited": ["Modifica"], + "Created": ["Creato il"], + "Viewed": [""], + "Favorite": [""], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [ + "Errore nel creare il datasource" + ], + "recents": [""], + "No recents yet": [""], + "%(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": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "SQL query": ["Query vuota?"], + "You don't have any favorites yet!": [""], + "See all %(tableName)s": [""], + "Connect Google Sheet": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Info": [""], + "Logout": ["Logout"], + "About": [""], + "Powered by Apache Superset": [""], + "SHA": [""], + "Build": [""], + "Login": ["Login"], + "query": ["condividi query"], + "Deleted: %s": ["Cancella"], + "There was an issue deleting %s: %s": [""], + "This action will permanently delete the saved query.": [""], + "Delete Query?": ["Cancella"], + "Ran %s": [""], + "Saved queries": ["Query salvate"], + "Next": [""], + "Tab name": ["Nome"], + "User query": ["condividi query"], + "Executed query": ["query condivisa"], + "Query name": ["Ricerca Query"], + "SQL Copied!": [""], + "Sorry, your browser does not support copying.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "We were unable to active or deactivate this report.": [""], + "Weekly Report for %s": [""], + "Edit email report": [""], + "Message content": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Email reports active": [""], + "Schedule email report": [""], + "This action will permanently delete %s.": [""], + "rowlevelsecurity": [""], + "Rule added": [""], + "The name of the rule must be unique": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter, base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "These are the datasets this filter will be applied to.": [""], + "Excluded roles": [""], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Clause": [""], + "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).": [ + "" + ], + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Add description of your tag": [""], + "Chosen non-numeric column": [""], + "User must select a value before applying the filter": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [""], + "Can select multiple values": [""], + "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": [""], + "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).": [ + "" + ], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], + "reports": ["Importa"], + "alerts": [""], + "There was an issue deleting the selected %s: %s": [""], + "Last run": ["Ultima Modifica"], + "Active": ["Azione"], + "Execution log": [""], + "Bulk select": ["Seleziona %s"], + "No %s yet": [""], + "Owner": ["Proprietario"], + "All": [""], + "Status": [""], + "An error occurred while fetching dataset datasource values: %s": [ + "Errore nel creare il datasource" + ], + "Alerts & reports": ["Importa"], + "Alerts": [""], + "Reports": ["Importa"], + "Delete %s?": ["Cancella"], + "Are you sure you want to delete the selected %s?": [""], + "There was an issue deleting the selected layers: %s": [""], + "Edit template": ["Template CSS"], + "Delete template": [""], + "No annotation layers yet": [""], + "This action will permanently delete the layer.": [""], + "Delete Layer?": ["Cancella"], + "Are you sure you want to delete the selected layers?": [""], + "There was an issue deleting the selected annotations: %s": [""], + "Delete annotation": ["Azione"], + "Annotation": ["Azione"], + "No annotation yet": [""], + "Back to all": [""], + "Are you sure you want to delete %s?": [""], + "Delete Annotation?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Failed to load chart data": [""], + "Choose a dataset": ["Seleziona una destinazione"], + "Please select both a Dataset and a Chart type to proceed": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "There was an issue deleting the selected charts: %s": [""], + "An error occurred while fetching dashboards": [ + "Errore nel creare il datasource" + ], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Errore nel creare il datasource" + ], + "Alphabetical": [""], + "Are you sure you want to delete the selected charts?": [""], + "CSS templates": ["Template CSS"], + "There was an issue deleting the selected templates: %s": [""], + "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.": [ + "" + ], + "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?": [ + "" + ], + "There was an issue deleting the selected dashboards: ": [""], + "An error occurred while fetching dashboard owner values: %s": [ + "Errore nel creare il datasource" + ], + "Are you sure you want to delete the selected dashboards?": [""], + "An error occurred while fetching database related data: %s": [ + "Errore nel recupero dei metadati della tabella" + ], + "Upload CSV": [""], + "Upload Excel file": [""], + "AQE": [""], + "Allow data manipulation language": [""], + "DML": [""], + "CSV upload": [""], + "Delete database": ["Database"], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": ["Mostra database"], + "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" + ], + "Physical dataset": ["Seleziona una destinazione"], + "Virtual dataset": ["Mostra database"], + "Virtual": [""], + "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 dataset owner values: %s": [ + "Errore nel creare il datasource" + ], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating 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.": [ + "" + ], + "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)": [""], + "log": [""], + "Execution ID": [""], + "Scheduled at (UTC)": [""], + "Start at (UTC)": [""], + "Error message": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "Thumbnails": [""], + "Recents": [""], + "There was an issue previewing the selected query. %s": [""], + "TABLES": [""], + "Open query in SQL Lab": ["Esponi in SQL Lab"], + "An error occurred while fetching database values: %s": [ + "Errore nel creare il datasource" + ], + "Search by query text": [""], + "Are you sure you want to delete the selected rules?": [""], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "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"], + "Are you sure you want to delete the selected queries?": [""], + "tag": [""], + "Are you sure you want to delete the selected tags?": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Please re-export your file and try importing again": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error saving the favorite status: %s": [""], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an issue deleting: %s": [""], + "URL": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Time-series Table": ["Serie Temporali - Stacked"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/ko/LC_MESSAGES/messages.json b/superset/translations/ko/LC_MESSAGES/messages.json index 2beae4678fdf7..0deba004ce91f 100644 --- a/superset/translations/ko/LC_MESSAGES/messages.json +++ b/superset/translations/ko/LC_MESSAGES/messages.json @@ -8,4038 +8,4085 @@ "plural_forms": "nplurals=1; plural=0", "lang": "ko" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "" - ], - "\n Error: %(text)s\n ": [""], - " (excluded)": [""], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "The database is under an unusual load.": [""], + "The column was deleted or renamed in the database.": [""], + "The table was deleted or renamed in the database.": [""], + "One or more parameters specified in the query are missing.": [""], + "The hostname provided can't be resolved.": [""], + "The port is closed.": [""], + "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.": [ + "Superset encountered an error while running a command.": [""], + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [""], + "User doesn't have the proper permissions.": [""], + "One or more parameters needed to configure a database are missing.": [ "" ], - " 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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "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.": [ "" ], - "%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)": [""], - "), 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 malformed.": [""], + "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": [ + "Failed to start remote query on a worker.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": [""], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - ".": [""], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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 full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "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 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.": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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 list of tags that have been applied to this chart.": [""], - "A list of users who can alter the chart. Searchable by name or username.": [ - "" + "From date cannot be larger than to date": [ + "시작 날짜가 끝 날짜보다 클 수 없습니다" ], - "A map of the world, that can indicate values in different countries.": [ - "" + "Cached value not found": ["캐시된 값을 찾을 수 없습니다."], + "Columns missing in datasource: %(invalid_columns)s": [ + "데이터 소스의 컬럼이 없습니다 : %(invalid_columns)s" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "" + "Time Table View": ["시간 테이블 뷰"], + "Pick at least one metric": ["적어도 하나의 메트릭을 선택하세요"], + "When using 'Group By' you are limited to use a single metric": [ + "'Group By'를 사용 할 때 오직 하나의 메트릭만 사용 가능합니다" ], - "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.": [ + "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": [""], + "Time Series - Line Chart": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A readable URL for your dashboard": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "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]": [""], + "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 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": [ + "Directed Force Layout": [""], + "Country Map": [""], + "World Map": [""], + "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: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "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.": [ + "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": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [""], + "All Text": [""], + "Deleted %(num)d annotation": [""], + "Deleted %(num)d chart": [""], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`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 taking a screenshot.": [""], - "A valid color scheme is required": [""], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "APPLY": [""], - "APR": [""], - "AQE": [""], - "AUG": [""], - "AXIS TITLE MARGIN": [""], - "AXIS TITLE POSITION": [""], - "About": [""], - "Access": [""], - "Access token": [""], - "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 Tag": [""], - "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": [ + "`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": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": ["부적절한 요청입니다 : %(error)s"], + "Request is not JSON": [""], + "Owners are invalid": ["소유자가 부적절합니다"], + "Some roles do not exist": ["몇몇 역할이 존재하지 않습니다"], + "Datasource type is invalid": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer could not be created.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer not found.": ["주석 레이어"], + "Annotation layer has associated annotations.": [""], + "Name must be unique": [""], + "End date must be after start date": [""], + "Short description must be unique for this layer": [""], + "Annotation not found.": ["주석"], + "Annotation parameters are invalid.": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotations could not be deleted.": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "Add delivery method": [""], - "Add description of your tag": [""], - "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.": [ + "Cannot parse time string [%(human_readable)s]": [""], + "Time delta is ambiguous. 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 tag to entities": [""], - "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.": [ - "" + "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.": ["차트를 업데이트할 수 없습니다."], + "Charts could not be deleted.": ["차트를 삭제할 수 없습니다."], + "There are associated alerts or reports": [ + "관련된 알람이나 리포트가 있습니다" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "You don't have access to this chart.": [""], + "Changing this chart is forbidden": [ + "이 차트를 변경하는 것은 불가능합니다" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "" + "Import chart failed for an unknown reason": [ + "차트 불러오기는 알 수 없는 이유로 실패했습니다" ], - "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. %(num_cols)s columns returned": [ + "Error: %(error)s": [""], + "CSS template not found.": ["CSS 템플릿을 찾을수 없습니다."], + "Must be unique": [""], + "Dashboard parameters are invalid.": ["대시보드 인자가 부적절합니다."], + "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.": [""], + "You don't have access to this embedded dashboard config.": [""], + "No data in file": ["파일에 데이터가 없습니다"], + "Database parameters are invalid.": [""], + "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.": [ "" ], - "Alert query returned more than one row.": [""], - "Alert query returned more than one row. %(num_rows)s rows returned": [ - "" + "Database not found.": ["데이터베이스를 찾을 수 없습니다."], + "Database could not be created.": ["데이터베이스를 생성할 수 없습니다."], + "Database could not be updated.": [ + "데이터베이스를 업데이트할 수 없습니다." ], - "Alert running": [""], - "Alert triggered, notification sent": [""], - "Alert validator config error.": [""], - "Alerts": ["경고"], - "Alerts & Reports": ["경고 및 리포트"], - "Alerts & reports": [""], - "Align +/-": [""], - "All": [""], - "All Text": [""], - "All charts": ["차트 추가"], - "All charts/global scoping": [""], - "All filters": ["필터"], - "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 column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Connection failed, please check your connection settings": [ + "연결하는데 실패했습니다. 커넥션 " ], - "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.": [ + "Cannot delete a database that has datasets 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": [""], + "no SQL validator is configured": [""], + "No validator found (configured for the engine)": [""], + "Was unable to check your query": [""], + "An unexpected error occurred": [""], + "Import database failed for an unknown reason": [""], + "Could not load database driver: {}": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Allow file uploads to database": [""], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "no SQL validator is configured for %(engine_spec)s": [""], + "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ "" ], - "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": [ + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Dataset %(name)s already exists": [ + "데이터셋 %(name)s 은 이미 존재합니다" + ], + "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": [ "" ], - "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.": [ + "Dataset does not exist": ["데이터소스가 존재하지 않습니다"], + "Dataset parameters are invalid.": [""], + "Dataset could not be created.": [""], + "Dataset could not be updated.": [""], + "Changing this dataset is forbidden": [""], + "Import dataset failed for an unknown reason": [""], + "You don't have access to this dataset.": [""], + "Data URI is not allowed.": [""], + "The provided table was not found in the provided database": [""], + "Dataset column not found.": [""], + "Dataset column delete failed.": [""], + "Changing this dataset is forbidden.": [""], + "Dataset metric not found.": [""], + "Dataset metric delete failed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": [""], + "Saved queries could not be deleted.": [""], + "Saved query not found.": ["저장된 쿼리를 찾을 수 없습니다."], + "Alert query returned more than one row. %(num_rows)s rows returned": [ "" ], - "Altered": [""], - "Always filter main datetime column": [""], - "An Error Occurred": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Alert query returned more than one column. %(num_cols)s columns returned": [ "" ], - "An engine must be specified when passing individual parameters to a database.": [ + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": ["대시보드가 존재하지 않습니다"], + "Chart does not exist": ["차트가 존재하지 않습니다"], + "Database is required for alerts": [""], + "Type is required": [""], + "Choose a chart or dashboard not both": [""], + "Must choose either a chart or a dashboard": [""], + "Please save your chart first, then try creating a new email report.": [ "" ], - "An error has occurred": [""], - "An error occurred": [""], - "An error occurred saving dataset": [""], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "An error occurred while creating the data source": [""], - "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Report Schedule parameters are invalid.": [""], + "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 pdf.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule reached a working timeout.": [""], + "Resource already has an attached report.": [""], + "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 state not found": [""], + "Report schedule system error": [""], + "Report schedule client error": [""], + "Report schedule unexpected error": [""], + "Changing this report is forbidden": [""], + "An error occurred while pruning logs ": [""], + "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 available CSS templates": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." - ], - "An error occurred while fetching chart owners 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": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" ], - "An error occurred while fetching dataset datasource values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "An error occurred while fetching dataset owner values: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" ], - "An error occurred while fetching dataset related data": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "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.": [ + "" ], - "An error occurred while fetching dataset related data: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "You don't have permission to modify the value.": [""], + "Invalid result type: %(result_type)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "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 datasets: %s": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "An error occurred while fetching function names.": [""], - "An error occurred while fetching schema values: %s": [""], - "An error occurred while fetching tab state": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [""], + "[asc]": [""], + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Virtual dataset query must be read-only": [ + "가상 데이터셋 쿼리는 읽기 전용이어야 합니다" ], - "An error occurred while fetching table metadata": [ - "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Metric '%(metric)s' does not exist": [ + "메트릭 '%(metric)s' 이 존재하지 않습니다." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "" + "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [""], + "Only `SELECT` statements are allowed": [ + "오직 `SELECT` 구문만 허용됩니다." ], - "An error occurred while loading the SQL": [""], - "An error occurred while pruning logs ": [""], - "An error occurred while removing query. Please contact your administrator.": [ + "Only single queries supported": ["오직 하나의 쿼리만 지원됩니다"], + "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 removing tab. Please contact your administrator.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "An error occurred while removing the table schema. 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 active tab. Please contact your administrator.": [ + "Column": ["칼럼"], + "Verbose Name": [""], + "Description": ["설명"], + "Groupable": [""], + "Filterable": [""], + "Table": ["테이블"], + "Expression": ["표현식"], + "Is temporal": [""], + "Datetime Format": [""], + "Type": ["타입"], + "Business Data Type": [""], + "Invalid date/timestamp format": [""], + "Metrics": ["메트릭"], + "Show Metric": ["메트릭 보기"], + "Add Metric": ["메트릭 추가"], + "Edit Metric": ["메트릭 편집"], + "Metric": ["메트릭"], + "SQL Expression": ["SQL 표현식"], + "D3 Format": ["D3 포멧"], + "Extra": [""], + "Warning Message": ["경고 메시지"], + "Tables": ["테이블"], + "Show Table": ["테이블 보기"], + "Import a table definition": [""], + "Edit Table": ["테이블 수정"], + "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 storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Timezone offset (in hours) for this datasource": [""], + "Name of the table that exists in the source database": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ "" ], - "An unexpected error occurred": [""], - "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 layer": ["주석 레이어"], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "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 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": [ + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Redirects to this endpoint when clicking on the table from the table list": [ "" ], - "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.": [ + "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": [ "" ], - "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 rules?": [""], - "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.": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "Arrow": [""], - "Assign a set of parameters as": [""], - "Assist": [""], - "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "Big Number with Trendline": [""], - "Bottom Margin": [""], - "Bottom margin, in pixels, allowing for more room for axis labels": [""], - "Bottom to Top": [""], - "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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 set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ "" ], - "Bounds for the primary 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.": [ + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "" + "Associated Charts": [""], + "Changed By": [""], + "Database": ["데이터베이스"], + "Last Changed": [""], + "Enable Filter Select": [""], + "Schema": ["스키마"], + "Default Endpoint": [""], + "Offset": ["오프셋"], + "Cache Timeout": [""], + "Table Name": ["테이블 명"], + "Fetch Values Predicate": [""], + "Owners": [""], + "Main Datetime Column": [""], + "SQL Lab View": [""], + "Template parameters": [""], + "Modified": ["수정됨"], + "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.": [ + "" ], - "Box Plot": [""], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "Deleted %(num)d css template": [""], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": [""], + "Title or Slug": [""], + "Role": ["역할"], + "Invalid state.": [""], + "Table name undefined": ["테이블 명이 정해지지 않았습니다"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "Bubble Chart": ["버블 차트"], - "Bubble Color": [""], - "Bubble Size": [""], - "Bubble size": [""], - "Bubble size number format": [""], - "Bucket break points": [""], - "Build": [""], - "Bulk select": [""], - "Bulk tag": [""], - "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": [""], - "CRON Schedule": [""], - "CRON expression": [""], - "CSS": [""], - "CSS Styles": [""], - "CSS Templates": ["CSS 템플릿"], - "CSS applied to the chart": [""], - "CSS template": ["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\"": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "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.": [ + "Engine spec \"InvalidEngine\" 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.": [ + "Deleted %(num)d dataset": ["데이터베이스 선택"], + "Null or Empty": [""], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". 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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "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 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": [""], - "Centroid (Longitude and Latitude): ": [""], - "Certification details": [""], - "Certified by": ["수정됨"], - "Certified by %s": [""], - "Change order of columns.": [""], - "Change order of rows.": [""], - "Changed By": [""], - "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": [ + "Second": ["초"], + "Minute": ["분"], + "5 minute": ["5분"], + "10 minute": ["10분"], + "15 minute": ["15분"], + "Hour": ["시"], + "Day": ["일"], + "Week": ["주"], + "Month": ["달"], + "Quarter": ["분기"], + "Year": ["년"], + "Week starting Sunday": [""], + "Week starting Monday": [""], + "Week ending Saturday": [""], + "Week ending Sunday": [""], + "Hostname or IP address": [""], + "Database name": ["데이터소스 명"], + "Use an encrypted connection to the database": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Changing this Dashboard is forbidden": [""], - "Changing this chart is forbidden": [ - "이 차트를 변경하는 것은 불가능합니다" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "" ], - "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 could not be created.": ["차트를 생성할 수 없습니다."], - "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 requires a dataset": [""], - "Charts": ["차트"], - "Charts could not be deleted.": ["차트를 삭제할 수 없습니다."], - "Check for sorting ascending": [""], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Check out this chart in dashboard:": [""], - "Check out this chart: ": [""], - "Check out this dashboard: ": [""], - "Check to force date partitions to have the same height": [""], - "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 right axis": [""], - "Choose a number format": [""], - "Choose one of the available databases from the panel on the left.": [""], - "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": [ + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "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.": [ + "Unknown Doris server host \"%(hostname)s\".": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "" ], - "Clause": [""], - "Clear": [""], - "Clear all": [""], - "Clear form": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "" ], - "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 host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Unknown MySQL server host \"%(hostname)s\".": [""], + "The user/password combination is not valid (Incorrect password for user).": [ "" ], - "Click to add a contour": [""], - "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: ": [ + "Could not connect to database: \"%(database)s\"": [""], + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "Color: ": [""], - "Colors": [""], - "Column": ["칼럼"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "Column Configuration": [""], - "Column Label(s)": [""], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)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.": [ + "Users are not allowed to set a search path for security reasons.": [""], + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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": [ + "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.": [ "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "%(object)s does not exist in this database.": [""], + "Home": [""], + "Data": ["데이터베이스"], + "Dashboards": ["대시보드"], + "Charts": ["차트"], + "Datasets": ["데이터베이스"], + "Plugins": ["플러그인"], + "Manage": ["관리"], + "CSS Templates": ["CSS 템플릿"], + "SQL Lab": ["SQL Lab"], + "SQL": [""], + "Saved Queries": ["저장된 Query"], + "Query History": ["Query 실행 이력"], + "Action Log": ["활동 기록"], + "Security": ["보안"], + "Alerts & Reports": ["경고 및 리포트"], + "Annotation Layers": ["주석 레이어"], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Empty query?": [""], + "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": [""], + "Deleted %(num)d saved query": [""], + "Deleted %(num)d report schedule": [""], + "Value must be greater than 0": ["값은 0보다 커야합니다"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "EMAIL_REPORTS_CTA": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "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.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "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 parameter %(parameters)s in your query is undefined.": [""], + "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.": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Tag name is invalid (cannot contain ':')": [""], + "Is custom tag": [""], + "Record Count": ["레코드 수"], + "No records found": [""], + "Filter List": ["필터"], + "Search": ["검색"], + "Refresh": ["새로고침 간격"], + "Import dashboards": ["대시보드 가져오기"], + "Import Dashboard(s)": ["대시보드 가져오기"], + "File": ["CSV 파일"], + "Choose File": ["CSV 파일"], + "Upload": ["CSV 업로드"], + "Use the edit button to change this field": [""], + "Test Connection": ["연결 테스트"], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "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.": [ + "`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.": [ "" ], - "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.": [ + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": [""], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "DataFrame must include temporal column": [""], + "DataFrame include at least one series": [""], + "Resample operation requires DatetimeIndex": [""], + "Resample method should be in ": [""], + "Undefined window for rolling operation": [""], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)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": [""], + "Unexpected time range: %(error)s": [""], + "json isn't valid": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Delete": ["삭제"], + "Delete all Really?": [""], + "Is favorite": [""], + "Is tagged": [""], + "The data source seems to have been deleted": [""], + "The user seems to have been deleted": [""], + "You don't have the rights to download as csv": [""], + "Error: permalink state not found": [""], + "Error: %(msg)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to create a chart": [""], + "Explore - %(table)s": [""], + "Explore": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] has been overwritten": [""], + "You don't have the rights to alter this dashboard": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "You don't have the rights to create a dashboard": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "Chart %(id)s not found": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "Show CSS Template": ["CSS 템플릿 보기"], + "Add CSS Template": ["CSS 템플릿 추가"], + "Edit CSS 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": [ "" ], - "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.": [ + "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 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 identifier of the account 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 connect to database: \"%(database)s\"": [""], + "Custom Plugins": ["커스텀 플러그인"], + "Custom Plugin": ["커스텀 플러그인"], + "Add a Plugin": ["플러그인 추가"], + "Edit Plugin": ["플러그인 수정"], + "The dataset associated with this chart no longer exists": [""], "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: {}": [""], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ + "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.": [ "" ], - "Create a new chart": ["새 차트 생성"], - "Create chart with dataset": [""], - "Create new chart": ["새 차트 생성"], - "Create or select schema...": [""], - "Created": ["생성자"], - "Created by": ["생성자"], - "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.": [ + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "" ], - "Cross-filtering is not enabled for this dashboard.": [""], - "Cross-filtering is not enabled in this dashboard": [""], - "Cumulative": [""], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], - "Custom width of the screenshot in pixels": [""], - "Customize": [""], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Creator": ["생성자"], + "Datasource": ["데이터소스"], + "Last Modified": ["마지막 수정"], + "Parameters": [""], + "Chart": ["차트"], + "Name": ["이름"], + "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": [ "" ], - "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": [ + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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 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.": [ + "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.": [ "" ], - "Dashboards": ["대시보드"], - "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.": [ + "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 are defined, regular access permissions apply.": [ "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Determines whether or not this dashboard is visible in the list of all dashboards": [ "" ], - "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.": [ + "Dashboard": ["대시보드"], + "Title": ["제목"], + "Slug": [""], + "Roles": ["역할"], + "Published": [""], + "Position JSON": [""], + "CSS": [""], + "JSON Metadata": [""], + "Export": [""], + "Export dashboards?": [""], + "Select a file to be uploaded to the database": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Name of table to be created with CSV file": [""], + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Select a schema if the database supports this": [""], + "Delimiter": ["구분자"], + "Enter a delimiter for this data": [""], + ",": [""], + ".": [""], + "Fail": ["실패"], + "Replace": ["바꾸기"], + "Append": [""], + "Skip Initial Space": [""], + "Skip spaces after delimiter": [""], + "Skip Blank Lines": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "Database could not be created.": ["데이터베이스를 생성할 수 없습니다."], - "Database could not be deleted.": ["데이터베이스를 삭제할 수 없습니다."], - "Database could not be updated.": [ - "데이터베이스를 업데이트할 수 없습니다." + "Columns To Be Parsed as Dates": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": [""], + "Character to interpret as decimal point": [""], + "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": [ + "" ], - "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: ": [ + "Index Column": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "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 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": [""], - "Datasets": ["데이터베이스"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Write dataframe index as a column": [""], + "Column Label(s)": [""], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "Json list of the column names that should be read": [""], + "Overwrite Duplicate Columns": [""], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "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/Time": ["시작 시간"], - "Datetime Format": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "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": [ "" ], - "Datetime format": [""], - "Day": ["일"], - "Day (freq=D)": [""], - "Day First": [""], - "Db engine did not return all queried columns": [""], - "Deactivate": [""], - "December": [""], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Rows to Read": [""], + "Number of rows of file to read": [""], + "Skip Rows": [""], + "Number of rows to skip at start of file": [""], + "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).": [""], + "Specify a schema (if database flavor supports this).": [""], + "Table Exists": ["테이블 존재"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "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": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "Default value must be set when \"Filter has default value\" is checked": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "Number of rows to skip at start of file.": [""], + "Number of rows of file to read.": [""], + "Parse Dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "Character to interpret as decimal point.": [""], + "Write dataframe index as a column.": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "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.": [ "" ], - "Define a function that receives the input and outputs the content for a tooltip": [ + "Name of table to be created from columnar data.": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "Databases": ["데이터베이스"], + "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.": [ "" ], - "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.": [ + "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": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "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.": [ "" ], - "Defines how each series is broken down": [""], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ + "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.": [ "" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "If selected, please set the schemas allowed for csv upload in Extra.": [ "" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "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": [""], + "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'

": [ "" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ + "CSV to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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": [ + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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": [""], - "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": [ + "Excel to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Diamond": [""], - "Did you mean:": [""], - "Difference": [""], - "Dim Gray": [""], - "Dimension": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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.": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Disable embedding?": [""], - "Discrete": [""], - "Display column level subtotal": [""], - "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.": [ + "Columnar to Database configuration": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "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.": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Distribute across": [""], - "Distribution - Bar Chart": [""], - "Divider": [""], - "Do you want a donut or a pie?": [""], - "Domain": [""], - "Download": [""], - "Download as Image": [""], - "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.": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": ["로그"], + "Show Log": ["컬럼 보기"], + "Add Log": ["로그 추가"], + "Edit Log": ["로그 수정"], + "User": ["사용자"], + "Action": ["활동"], + "dttm": ["날짜/시간"], + "JSON": ["JSON"], + "Time Range": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time": [""], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Raw records": [""], + "Certified by %s": [""], + "description": [""], + "bolt": [""], + "Changing this control takes effect instantly": [""], + "Show info tooltip": [""], + "SQL expression": [""], + "Label": ["레이블"], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "Advanced analytics": [""], + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "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.": [ + "Rolling window": [""], + "Rolling function": [""], + "None": [""], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "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.": [ + "Periods": [""], + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "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": [ "" ], - "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.": [ + "Time comparison": ["컬럼 수정"], + "Time shift": [""], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "30 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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.": [ "" ], - "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.": [ + "Calculation type": ["시각화 유형 선택"], + "Difference": [""], + "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.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Resample": [""], + "Rule": [""], + "1 minutely frequency": [""], + "1 hourly frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "1 year start frequency": [""], + "1 year end frequency": [""], + "Pandas resample rule": [""], + "Linear interpolation": [""], + "Backward values": [""], + "Pandas resample method": [""], + "X Axis": [""], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": [""], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Y Axis Title Position": [""], + "Query": [""], + "Predictive Analytics": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Forecast periods": [""], + "How many periods into the future do we want to predict": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Yearly seasonality": [""], + "Yes": [""], + "No": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 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:": [""], - "Either the database is spelled incorrectly or does not exist.": [""], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Time related form attributes": [""], + "Chart ID": [""], + "The id of the active chart": [""], + "Cache Timeout (seconds)": [""], + "The number of seconds before expiring the cache": [""], + "URL Parameters": [""], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra Parameters": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "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": [ + "Color Scheme": [""], + "Row": [""], + "Series": [""], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Y-Axis Sort Ascending": [""], + "X-Axis Sort Ascending": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Add dataset columns here to group the pivot table columns.": [""], + "Dimension": [""], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ "" ], - "End": ["끝 시간"], - "End (Longitude, Latitude): ": [""], - "End Longitude & Latitude": [""], - "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.": [ + "Entity": [""], + "This defines the element to be plotted on the chart": [""], + "Filters": ["필터"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "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\"": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Excel to Database configuration": [""], - "Exclude selected values": [""], - "Excluded roles": [""], - "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'": [ + "Select a metric to display on the right axis": [""], + "Sort by": [""], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "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 full Excel": [""], - "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.\" }`.": [ + "Bubble Size": [""], + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "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": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to retrieve advanced type": [""], - "Failed to start remote query on a worker.": [""], - "Failed to update report": [""], - "Failed to verify select options: %s": [""], - "Favorite": [""], - "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 파일"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Filter Configuration": [""], - "Filter List": ["필터"], - "Filter Type": [""], - "Filter has default value": [""], - "Filter name": ["필터"], - "Filter only displays values relevant to selections made in other filters.": [ + "A metric to use for color": [""], + "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": [ "" ], - "Filter results": ["검색 결과"], - "Filter value (case sensitive)": [""], - "Filter value list cannot be empty": [""], - "Filter your charts": [""], - "Filterable": [""], - "Filters": ["필터"], - "Filters by columns": ["컬럼 목록"], - "Filters by metrics": ["필터"], - "Filters for comparison must have a value": [""], - "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').": [ + "Drop a temporal column here or click": [""], + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [""], + "Fixed Color": [""], + "Use this to define a static color for all circles": [""], + "Linear Color Scheme": [""], + "all": [""], + "30 seconds": ["30초"], + "1 minute": ["1분"], + "5 minutes": ["5분"], + "30 minutes": ["30분"], + "1 hour": ["1시간"], + "week": ["주"], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": ["월"], + "year": ["년"], + "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`": [ "" ], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "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.": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Row limit": [""], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "Sort Descending": [""], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "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.": [ + "Series limit": [""], + "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.": [ "" ], - "Force": [""], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Y Axis Format": [""], + "The color scheme for rendering chart": [""], + "Whether to truncate metrics": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": [""], + "Original value": ["원본 값"], + "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": [""], + "Oops! An error occurred!": [""], + "Stack Trace:": [""], + "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 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.": [""], - "Format SQL": [""], - "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": [ - "시작 날짜가 끝 날짜보다 클 수 없습니다" + "Invalid input": [""], + "Unexpected error: ": [""], + "(no description, click to see stack trace)": [""], + "Request timed out": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, there was an error saving this %s: %s": [""], + "You do not have permission to edit this %s": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": ["시간"], + "day": ["일"], + "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": [ + "" ], - "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, Metrics or Percentage Metrics must have a value": [""], - "Group Key": [""], - "Group by": [""], - "Groupable": [""], - "Guest user cannot modify chart payload": [""], - "Handlebars": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "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\"": [""], + "Legend": [""], + "Whether to display the legend (toggles)": [""], + "Whether to display the numerical values within the cells": [""], + "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.": [ "" ], - "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.": [ + "Business": [""], + "Intensity": [""], + "Pattern": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Huge": [""], + "Number format": [""], + "Choose a number format": [""], + "Source": [""], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Which country to plot the map for?": [""], "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.": [ + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "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.": [ + "Metric to display bottom title": [""], + "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.": [ "" ], - "If a metric is specified, sorting will be done based on the metric value": [ + "2D": [""], + "Geo": [""], + "Stacked": [""], + "Sorry, there appears to be no data": [""], + "Event definition": [""], + "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.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Metadata": [""], + "Select any columns for metadata inspection": [""], + "Entity ID": [""], + "Max Events": [""], + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "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).": [ + "Event Flow": [""], + "Progressive": [""], + "Axis ascending": [""], + "Axis descending": [""], + "Metric ascending": [""], + "Metric descending": [""], + "Heatmap Options": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Rendering": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "Ignore cache when generating report": [""], - "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)": [ + "Normalize Across": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Impersonate the logged on user": [""], - "Import": [""], - "Import %s": ["대시보드 가져오기"], - "Import Dashboard(s)": ["대시보드 가져오기"], - "Import a table definition": [""], - "Import chart failed for an unknown reason": [ - "차트 불러오기는 알 수 없는 이유로 실패했습니다" + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "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.": [ + "" ], - "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.": [ + "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": [ "" ], - "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 custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity": [""], - "Intensity Radius": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "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.": [ "" ], - "Interval colors": [""], - "Intesity": [""], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "Density": [""], + "Predictive": [""], + "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": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "Invalid JSON": [""], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": [""], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Population age data": [""], + "Contribution": [""], + "Compute the contribution to the total": [""], + "Series Height": [""], + "Pixel height of each series": [""], + "Value Domain": [""], + "overall": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "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.": [ "" ], - "Invalid cron expression": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [""], - "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 reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": [""], - "Is custom tag": [""], - "Is dimension": [""], - "Is favorite": [""], - "Is filterable": ["필터"], - "Is not null": [""], - "Is null": [""], - "Is tagged": [""], - "Is temporal": [""], - "Is true": [""], - "Isoband": [""], - "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.": [ + "Dark Cyan": [""], + "Purple": [""], + "Gold": [""], + "Dim Gray": [""], + "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.": [ "" ], - "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.": [ + "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": [ "" ], - "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": [ + "Point Radius Unit": [""], + "Pixels": [""], + "The unit of measure for the specified point radius": [""], + "Labelling": [""], + "`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.": [ "" ], - "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.": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "max": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "July": [""], - "June": [""], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": [""], - "Key": [""], - "Keyboard shortcuts": [""], - "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 run": [""], - "Latitude": [""], + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Streets": [""], + "Light": [""], + "Satellite Streets": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": [""], + "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": [""], - "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": [ + "Zoom": [""], + "Zoom level of the map": [""], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ "" ], - "Least recently modified": [""], - "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": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Dark mode": [""], + "MapBox": [""], + "Scatter": [""], + "Transformable": [""], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "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.": [ + "Paired t-test Table": [""], + "Statistical": [""], + "Tabular": [""], + "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.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Directional": [""], + "Not Time Series": [""], + "Ignore time": [""], + "Standard time series": [""], + "Aggregate Mean": [""], + "Mean of values over specified period": [""], + "Aggregate Sum": [""], + "Sum of values over specified period": [""], + "Metric change in value from `since` to `until`": [""], + "Metric percent change in value from `since` to `until`": [""], + "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": [ "" ], - "Time-series 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.": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "Line interpolation as defined by d3.js": [""], - "Line width": [""], - "Line width unit": [""], - "Linear Color Scheme": [""], - "Linear color scheme": [""], - "Linear interpolation": [""], - "Lines encoding": [""], - "Link Copied!": ["복사됨!"], - "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": ["로그인"], - "Login with": [""], - "Logout": ["로그아웃"], - "Logs": ["로그"], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude": [""], - "Longitude & Latitude columns": [""], - "Longitude and Latitude": [""], - "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "MAR": [""], - "MAY": [""], - "MON": [""], - "Main Datetime Column": [""], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "" - ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "" - ], - "Manage": ["관리"], - "Mandatory": [""], - "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.": [ + "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": [ "" ], - "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.": [ + "Rolling Window": [""], + "Rolling Function": [""], + "cumsum": [""], + "Time Shift": [""], + "30 days": [""], + "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.": [ "" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": [""], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Categorical": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Medium": [""], - "Menu actions trigger": [""], - "Message content": [""], - "Metadata": [""], - "Metadata Parameters": [""], - "Metadata has been synced": [""], - "Method": [""], - "Metric": ["메트릭"], - "Metric '%(metric)s' does not exist": [ - "메트릭 '%(metric)s' 이 존재하지 않습니다." + "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.": [ + "" ], - "Metric ascending": [""], - "Metric assigned to the [X] axis": [""], - "Metric assigned to the [Y] axis": [""], - "Metric change in value from `since` to `until`": [""], - "Metric currency": [""], - "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 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).": [ + "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.": [ "" ], - "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).": [ + "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.": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Metrics": ["메트릭"], - "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.": [ + "Whether to display bubbles on top of countries": [""], + "Max Bubble Size": [""], + "Color by": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" + ], + "3 letter code 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.": [ "" ], - "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": [""], - "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.": [ + "Popular": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Compose multiple layers together to form complex visuals.": [""], + "deck.gl Multiple Layers": [""], + "deckGL": [""], + "Start (Longitude, Latitude): ": [""], + "End (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Point to your spatial columns": [""], + "End Longitude & Latitude": [""], + "Color of the target location": [""], + "Categorical Color": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Stroke Width": [""], + "Advanced": [""], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Centroid (Longitude and Latitude): ": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ "" ], - "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 tab": ["탭 닫기"], - "New tab (Ctrl + q)": [""], - "New tab (Ctrl + t)": [""], - "Next": [""], - "Nightingale Rose Chart": [""], - "No": [""], - "No %s yet": [""], - "No Data": [""], - "No annotation layers yet": ["주석 레이어"], - "No annotation yet": ["주석 레이어"], - "No charts": [""], - "No compatible columns found": [""], - "No compatible datasets found": [""], - "No compatible schema found": [""], - "No data": [""], - "No data after filtering or data is NULL for the latest time record": [ + "Weight": [""], + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "No data in file": ["파일에 데이터가 없습니다"], - "No databases match your search": [""], - "No description available.": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "Spatial": [""], + "Line width unit": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "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.": [ + "deck.gl Geojson": [""], + "Longitude and Latitude": [""], + "Height": [""], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "No temporal columns found": [""], - "No time columns": [""], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "deck.gl Grid": [""], + "Intesity": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "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": [""], - "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.": [ + "Intensity Radius": [""], + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": [""], + "variance": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], - "Number format": [""], - "Number format string": [""], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], + "Polygon Encoding": [""], + "Opacity, expects values between 0 and 100": [""], "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. You can use negative numbers to compare from the beginning of the time range.": [ - "" - ], - "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.": [ + "How many buckets should the data be grouped in.": [""], + "Bucket break points": [""], + "List of n+1 values for bucketing metric into n buckets.": [""], + "Whether to apply filter when items are clicked": [""], + "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.": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "deck.gl Polygon": [""], + "Category": [""], + "Point Size": [""], + "Point Unit": [""], + "Radius in meters": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ "" ], - "One or many controls to pivot as columns": [""], - "One or many metrics to display": [""], - "One or more columns already exist": [ - "하나 이상의 칼럼이 이미 존재합니다" + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" ], - "One or more columns are duplicated": ["하나 이상의 칼럼이 중복됩니다"], - "One or more columns do not exist": [ - "하나 이상의 칼럼이 존재하지 않습니다" + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "One or more metrics already exist": [ - "하나 이상의 메트릭이 이미 존재합니다" + "deck.gl Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "One or more metrics are duplicated": ["하나 이상의 메트릭이 중복됩니다"], - "One or more metrics do not exist": [ - "하나 이상의 메트릭이 존재하지 않습니다" + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "One or more parameters needed to configure a database are missing.": [ + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "One or more parameters specified in the query are malformed.": [""], - "One or more parameters specified in the query are missing.": [""], - "One ore more annotation layers failed loading.": [""], - "Only SELECT statements are allowed against this database.": [""], - "Only Total": [""], - "Only `SELECT` statements are allowed": [ - "오직 `SELECT` 구문만 허용됩니다." + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ + "" ], - "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": [ + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "Only single queries supported": ["오직 하나의 쿼리만 지원됩니다"], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "Choose the format for legend values": [""], + "Legend Position": [""], + "Choose the position of the legend": [""], + "Top right": [""], + "The database columns that contains lines information": [""], + "Line width": [""], + "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": [ "" ], - "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.": [ + "Whether to fill the objects": [""], + "Whether to display the stroke": [""], + "Extruded": [""], + "Whether to make the grid 3D": [""], + "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": [""], + "geohash (square)": [""], + "Reverse Lat & Long": [""], + "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": [""], + "basis": [""], + "step-before": [""], + "Line interpolation as defined by d3.js": [""], + "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.": [ "" ], - "Operator undefined for aggregator: %(name)s": [""], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "X Tick Layout": [""], + "flat": [""], + "staggered": [""], + "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.": [ "" ], - "Optional name of the data column.": [""], - "Optional warning about use of this metric": [""], - "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.": [ + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Bar Values": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "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.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "stream": [""], + "expand": [""], + "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.": [ "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Continuous": [""], + "nvd3": [""], + "Series Limit Sort By": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "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.": [ + "Series Limit Sort Descending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + "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.": [ "" ], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent of total": [""], - "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 metric for x, y and size": [""], - "Pick a metric to display": [""], - "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 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.": [ + "Bar": [""], + "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.": [ "" ], - "Pick your favorite markup language": [""], - "Pie shape": [""], - "Pin": [""], - "Pivot Table": ["피봇 테이블"], - "Pivot operation must include at least one aggregate": [""], - "Pivot operation requires at least one index": [""], - "Pixel height of each series": [""], - "Pixels": [""], + "Ranges to highlight with shading": [""], + "Range labels": [""], + "Labels for the ranges": [""], + "Markers": [""], + "List of values to mark with triangles": [""], + "Marker labels": [""], + "Labels for the markers": [""], + "Marker lines": [""], + "List of values to mark with lines": [""], + "Marker line labels": [""], + "Labels for the marker lines": [""], + "KPI": [""], + "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "" + ], + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "" + ], + "Sort bars by x labels.": [""], + "Defines how each series is broken down": [""], + "Compares metrics from different categories using bars. Bar lengths are used to indicate the magnitude of each value and color is used to differentiate groups.": [ + "" + ], + "Bar Chart (legacy)": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Value": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "What should be shown on the label?": [""], + "Do you want a donut or a pie?": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "" + ], + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Frequency": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "The periodicity over which to pivot time. Users can provide\n \"Pandas\" offset alias.\n Click on the info bubble for more details on accepted \"freq\" expressions.": [ + "" + ], + "Time-series Period Pivot": [""], + "Formula": [""], + "Stack": [""], + "Stream": [""], + "Expand": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Scroll": [""], "Plain": [""], - "Please DO NOT overwrite the \"filter_scopes\" key.": [""], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Legend type": [""], + "Right": [""], + "Show series values on the chart": [""], + "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": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Tooltip time format": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Tooltip": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ "" ], - "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.": [ + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "Please confirm": [""], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [""], - "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.": [ + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "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.": [ + "Big Number Font Size": [""], + "Small": [""], + "Normal": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ "" ], - "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.": [ + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ "" ], - "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": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Big Number with Time Period Comparison": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "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.": [ "" ], - "Port out of range 0-65535": [""], - "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.": [ + "With a subheader": [""], + "Big Number": [""], + "Comparison Period Lag": [""], + "Based on granularity, number of time periods to compare against": [""], + "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.": [ "" ], - "Predictive": [""], - "Predictive Analytics": [""], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["데이터 미리보기"], - "Preview: `%s`": [""], - "Previous": [""], - "Previous Line": [""], - "Primary": [""], - "Primary or secondary y-axis": [""], - "Primary y-axis Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "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 실행 이력"], - "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": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ + "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": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "TEMPORAL X-AXIS": [""], + "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.": [ "" ], - "Recently modified": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Big Number with Trendline": [""], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Recents": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Recommended tags": [""], - "Record Count": ["레코드 수"], - "Rectangle": [""], - "Redirects to this endpoint when clicking on the table from the table list": [ + "Bubble size number format": [""], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "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.": [ + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Referenced columns not available in DataFrame.": [""], - "Refetch results": ["검색 결과"], - "Refresh": ["새로고침 간격"], - "Refresh dashboard": ["대시보드 가져오기"], - "Refresh frequency": [""], - "Refresh interval": ["새로고침 간격"], - "Refresh the default values": [""], - "Regular": [""], - "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.": [ + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative period": [""], - "Relative quantity": [""], - "Remove": [""], - "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 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 failed": [""], - "Report name": ["차트 유형"], - "Report schedule": [""], - "Report schedule client error": [""], - "Report schedule system error": [""], - "Report schedule unexpected error": [""], - "Report sending": [""], - "Report sent": ["대시보드 가져오기"], - "Reports": [""], - "Repulsion strength between nodes": [""], - "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.": [ + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "What should be shown as the label": [""], + "Tooltip Contents": [""], + "What should be shown as the tooltip label": [""], + "Whether to display the labels.": [""], + "Whether to display the tooltip 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.": [ "" ], - "Return to specific datetime.": [""], - "Reverse Lat & Long": [""], - "Reverse lat/long ": [""], - "Rich Tooltip": [""], - "Rich tooltip": [""], - "Right": [""], - "Right Axis Format": [""], - "Right axis metric": [""], - "Right to Left": [""], - "Right-click on a dimension value to drill to detail by that value.": [ + "Sequential": [""], + "Columns to group by": [""], + "General": [""], + "Min": [""], + "Minimum value on the gauge axis": [""], + "Max": [""], + "Maximum value on the gauge axis": [""], + "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": [""], + "Whether to animate the progress and the value or just display them": [ "" ], - "Role": ["역할"], - "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.": [ + "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": [""], + "Whether to show the progress of gauge chart": [""], + "Overlap": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "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.": [ + "Round cap": [""], + "Style the ends of the progress bar with a round cap": [""], + "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.": [ "" ], - "Rolling Function": [""], - "Rolling Window": [""], - "Rolling function": [""], - "Rolling window": [""], - "Root certificate": [""], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "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.": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "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.": [ "" ], - "Row limit": [""], - "Rows": [""], - "Rows per page, 0 means no pagination": [""], - "Rows subtotal position": [""], - "Rows to Read": [""], - "Rule": [""], - "Rule added": [""], - "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.": [ + "Name of the source nodes": [""], + "Name of the target nodes": [""], + "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.": [ "" ], - "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:": ["다른이름으로 저장"], - "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": [""], + "Category of target nodes": [""], + "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": [""], "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.": [ + "Move only": [""], + "Scale and Move": [""], + "Whether to enable changing graph position and scaling.": [""], + "Node select mode": [""], + "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": [ "" ], - "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": [ + "Edge width": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": [""], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": ["검색"], - "Search / Filter": [""], - "Search Metrics & Columns": [""], - "Search by query text": [""], - "Search...": ["검색"], - "Second": ["초"], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Secure Extra": ["보안"], - "Secure extra": ["보안"], - "Security": ["보안"], - "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 metric to display on the right axis": [""], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Edge length": [""], + "Edge length between nodes": [""], + "Gravity": [""], + "Strength to pull the graph toward center": [""], + "Repulsion strength between nodes": [""], + "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.": [ "" ], - "Select a schema if the database supports this": [""], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "Structural": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], + "Whether to sort descending or ascending": [""], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "Draw area under curves. Only applicable for line types.": [""], + "Opacity of area chart.": [""], + "Draw a marker on data points. Only applicable for line types.": [""], + "Marker size": [""], + "Size of marker. Also applies to forecast observations.": [""], + "Primary": [""], + "Primary or secondary y-axis": [""], + "Advanced analytics Query A": [""], + "Advanced analytics Query B": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ "" ], - "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 ": [ + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ "" ], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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 one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Whether to display the aggregate count": [""], + "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.": [ "" ], - "Select operator": [""], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select or type dataset name": [""], - "Select owners": [""], - "Select schema or type to search schemas": [""], - "Select subject": [""], - "Select table or type to search tables": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Total: %s": [""], + "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.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "The primary metric is used to define the arc segment sizes": [""], + "[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": [ "" ], - "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.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ + "" + ], + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "zoom area": [""], + "restore zoom": [""], + "Area chart opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "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 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.": [ + "Axis Title": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "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.": [ "" ], - "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.": [ + "Vertical": [""], + "Orientation of bar chart": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "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 info tooltip": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "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.": [ + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "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.": [ + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "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.": [ + "Start": ["시작 시간"], + "End": ["끝 시간"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "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.": [ + "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.": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Id": [""], + "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": [""], + "Layout type of tree": [""], + "Left to Right": [""], + "Right to Left": [""], + "Top to Bottom": [""], + "Bottom to Top": [""], + "Orientation of tree": [""], + "Node label position": [""], + "right": [""], + "Position of intermediate 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": [""], + "Rectangle": [""], + "Triangle": [""], + "Diamond": [""], + "Pin": [""], + "Arrow": [""], + "Symbol size": [""], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Key": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "Showing %s of %s": [""], - "Shows a list of all series available at that point in time": [""], - "Shows or hides markers for the time series": [""], - "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": [ + "Treemap": ["트리맵"], + "Total": [""], + "Assist": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "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.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "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. Please try again.": [""], - "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 name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "Handlebars": [""], + "must have a value": [""], + "A handlebars template that is applied to the data": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "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.": [ + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "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.": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "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": [""], - "Suffix to apply after the percentage display": [""], + "Ordering": [""], + "Order results by selected columns": [""], + "Sort descending": [""], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": [""], + "Columns to group by on the rows": [""], + "Use metrics as a top level group for columns or for rows": [""], + "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).": [ + "" + ], + "Aggregation function": [""], "Sum": [""], - "Sum as Fraction of Columns": [""], - "Sum as Fraction of Rows": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Maximum": [""], + "First": [""], + "Last": [""], "Sum as Fraction of Total": [""], - "Sum of values over specified period": [""], - "Sunday": [""], - "Superset Chart": [""], - "Superset Embedded SDK documentation.": [""], - "Superset chart": ["Superset 튜토리얼"], - "Superset dashboard": ["대시보드 저장"], - "Superset encountered an error while running a command.": [""], - "Survey Responses": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "" + ], + "Show rows total": [""], + "Display row level total": [""], + "Display row level subtotal": [""], + "Display column level total": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], "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.": [ + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Symbol size": [""], - "Sync columns from source": [""], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "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": [""], + "Position of row level subtotal": [""], + "Columns subtotal position": [""], + "Position of column level subtotal": [""], + "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.": [ "" ], - "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 [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Pivot Table": ["피봇 테이블"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "No matching records found": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Timestamp format": [""], + "Page length": [""], + "Whether to include a client-side search box": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Table name cannot contain a schema": [""], - "Table name undefined": ["테이블 명이 정해지지 않았습니다"], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "Tables": ["테이블"], - "Tabs": [""], - "Tabular": [""], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tagged %s %ss": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "Template Name": ["템플릿 명"], - "Template parameters": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Show": [""], + "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": [""], + "random": [""], + "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.": [ "" ], - "Test Connection": ["연결 테스트"], - "Test connection": [""], - "Text": [""], - "Text align": [""], - "Text embedded in email": [""], - "The API response from %s does not match the IDatabaseTable interface.": [ + "N/A": [""], + "offline": [""], + "pending": [""], + "fetching": [""], + "running": [""], + "success": [""], + "The query couldn't be loaded": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Your query could not be scheduled": [""], + "Failed at retrieving results": [""], + "Unknown error": ["알 수 없는 에러"], + "Query was stopped.": [""], + "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.": [ "" ], - "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.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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?": [ + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "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.": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "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.": [ + "Copy of %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "The color of the isoline": [""], - "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": [ - "" + "An error occurred while fetching tab state": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." ], - "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.": [ + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "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 removing query. 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.": [""], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "Your query could not be saved": [""], + "Your query was not properly saved": [""], + "Your query was 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 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 fetching table metadata. Please contact your administrator.": [ "" ], - "The dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "An error occurred while expanding the table schema. Please contact your administrator.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "An error occurred while collapsing the table schema. Please contact your administrator.": [ "" ], - "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.": [ + "An error occurred while removing the table schema. Please contact your administrator.": [ "" ], - "The dataset has been saved": [""], - "The dataset linked to this chart may have been deleted.": [""], + "Shared query": ["Query 공유"], "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 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'": [ + "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.\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 lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ + "Foreign key": [""], + "Estimate selected query cost": [""], + "Estimate cost": [""], + "Cost estimate": [""], + "Creating a data source and creating a new tab": [""], + "Explore the result set in the data exploration view": [""], + "Source SQL": [""], + "Run query": ["Query 실행"], + "Stop query": ["Query 저장"], + "New tab": ["탭 닫기"], + "Previous Line": [""], + "Format SQL": [""], + "Keyboard shortcuts": [""], + "Run a query to display query history": [""], + "State": ["상태"], + "Duration": [""], + "Results": ["결과"], + "Actions": ["주석"], + "Success": [""], + "Failed": ["실패"], + "Running": [""], + "Fetching": [""], + "Offline": [""], + "Scheduled": [""], + "Unknown Status": [""], + "Edit": [""], + "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 로그 삭제"], + "Unable to create chart without a query id.": [""], + "Save & Explore": [""], + "Overwrite & Explore": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], + "Copy to Clipboard": [""], + "Filter results": ["검색 결과"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ + "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 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 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 metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "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": [ - "" + "Track job": [""], + "Query was stopped": [""], + "Database error": ["데이터베이스"], + "was created": [""], + "Query in a new tab": [""], + "The query returned no data": [""], + "Fetch data preview": [""], + "Refetch results": ["검색 결과"], + "Stop": ["중지"], + "Run selection": [""], + "Run": [""], + "Stop running (Ctrl + x)": [""], + "Stop running (Ctrl + e)": [""], + "Run query (Ctrl + Return)": [""], + "Save": ["저장"], + "An error occurred saving dataset": [""], + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": ["다른이름으로 저장"], + "Overwrite existing": [""], + "Select or type dataset name": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Undefined": [""], + "Save as": [""], + "Save query": ["Query 저장"], + "Cancel": ["취소"], + "Update": [""], + "Label for your query": [""], + "Write a description for your query": [""], + "Submit": [""], + "Schedule query": ["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 a query to display results": [""], + "No stored results found, you need to re-run your query": [""], + "Query history": ["Query 실행 이력"], + "Preview: `%s`": [""], + "Schedule the query periodically": [""], + "You must run the query successfully first": [""], + "Render HTML": [""], + "Autocomplete": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "Estimate the cost before running a query": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Create": [""], + "Reset state": [""], + "Enter a new title for the tab": [""], + "Close tab": ["탭 닫기"], + "Rename tab": [""], + "Expand tool bar": [""], + "Hide tool bar": [""], + "Close all other tabs": [""], + "Duplicate tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." ], - "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.": [ + "Copy partition query to clipboard": [""], + "latest partition:": [""], + "Keys for table": [""], + "View keys & indexes (%s)": [""], + "Original table column order": [""], + "Sort columns alphabetically": [""], + "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": [""], + "syntax.": [""], + "Edit template parameters": [""], + "Parameters ": [""], + "Invalid JSON": [""], + "Untitled query": ["Query 공유"], + "%s%s": [""], + "Click to see difference": [""], + "Altered": [""], + "Chart changes": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Click to force-refresh": [""], + "Cached": [""], + "Waiting on %s": [""], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "click here": [""], + "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 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.": [ + "An error occurred while loading the SQL": [""], + "Sorry, an error occurred": [""], + "Updating chart was stopped": [""], + "Network error.": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "You can also just click on the chart to apply cross-filter.": [""], + "Cross-filtering is not enabled for this dashboard.": [""], + "You can't apply cross-filter on this data point.": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Failed to generate chart edit URL": [""], + "You do not have sufficient permissions to edit the chart": [""], + "Close": [""], + "Failed to load chart data.": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "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.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "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.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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.": [ + "Drill to detail: %s": [""], + "No rows were returned for this dataset": [""], + "Copy": [""], + "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": ["1시간"], + "minute": ["분"], + "reboot": [""], + "Every": [""], + "in": [""], + "on": [""], + "at": [""], + ":": [""], + "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": [""], + "There was an error loading the schemas": [""], + "Select database or type to search databases": [""], + "Force refresh schema list": [""], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "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.": [ + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], + "dataset": [""], + "Connection": [""], + "Warning!": [""], + "Search / Filter": [""], + "Add item": ["테이블 추가"], + "STRING": [""], + "BOOLEAN": [""], + "Physical (table or view)": [""], + "Virtual (SQL)": [""], + "Data type": ["차트 유형"], + "Advanced data type": [""], + "Advanced Data type": [""], + "Datetime format": [""], "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.": [ + "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.": [ "" ], - "The port is closed.": [""], - "The primary metric is used to define the arc segment sizes": [""], - "The provided table was not found in the provided database": [""], - "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.": [ + "Person or group that has certified this metric": [""], + "Certified by": ["수정됨"], + "Certification details": [""], + "Details of the certification": [""], + "Is dimension": [""], + "Default datetime": [""], + "Is filterable": ["필터"], + "Select owners": [""], + "Modified columns: %s": [""], + "Removed columns: %s": [""], + "New columns added: %s": [""], + "Metadata has been synced": [""], + "An error has occurred": [""], + "Column name [%s] is duplicated": [""], + "Metric name [%s] is duplicated": [""], + "Calculated column [%s] requires an expression": [""], + "Invalid currency code in saved metrics": [""], + "Basic": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "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 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.": [ + "Cache timeout": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ "" ], - "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": [ + "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.": [ "" ], - "The report has been created": [""], - "The result of this query should be a numeric-esque value": [""], - "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.": [ + "Always filter main datetime column": [""], + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "The rich tooltip shows a list of all series for that point in time": [ + "": [""], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "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.": [ "" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "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.": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ + "D3 format": [""], + "Metric currency": [""], + "Select or type currency symbol": [""], + "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.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Sync columns from source": [""], + "Calculated columns": ["컬럼 목록"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL 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.": [ + "": [""], + "Settings": [""], + "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.": [ "" ], - "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": [ + "Are you sure you want to save and apply changes?": [""], + "Confirm save": [""], + "OK": [""], + "Edit Dataset ": ["차트 수정"], + "Use legacy datasource editor": [""], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "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`": [ + "DELETE": [""], + "delete": ["삭제"], + "Type \"%s\" to confirm": [""], + "Click to edit": ["클릭하여 제목 수정하기"], + "You don't have the rights to alter this title.": [""], + "No databases match your search": [""], + "There are no databases available": [""], + "Unexpected error": [""], + "This may be triggered by:": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": ["%s 에러"], + "Missing dataset": [""], + "See more": [""], + "See less": [""], + "Copy message": [""], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": [""], + "Parameter error": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": [""], + "Click to favorite/unfavorite": [""], + "Cell content": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "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`": [ + "OVERWRITE": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": [""], + "Import": [""], + "Import %s": ["대시보드 가져오기"], + "Last Updated %s": [""], + "Sort": [""], + "+ %s more": [""], + "%s Selected": [""], + "Deselect all": ["테이블 선택"], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "No Data": [""], + "%s-%s of %s": [""], + "Type a value": [""], + "Select or type a value": [""], + "Last modified": ["마지막 수정"], + "Modified by": ["수정됨"], + "Created by": ["생성자"], + "Created on": ["생성자"], + "Menu actions trigger": [""], + "Select ...": [""], + "Reset": [""], + "Expand row": [""], + "Collapse row": [""], + "Click to sort descending": [""], + "Click to cancel sorting": [""], + "There was an error loading the tables": [""], + "See table schema": ["테이블 선택"], + "Select table or type to search tables": [""], + "Force refresh table list": [""], + "You do not have permission to read tags": [""], + "Timezone selector": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "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.": [ + "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.": [ "" ], - "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 upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [""], - "The user/password combination is not valid (Incorrect password for user).": [ - "" - ], - "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 Isoline in pixels": [""], - "The width of the lines": [""], - "There are associated alerts or reports": [ - "관련된 알람이나 리포트가 있습니다" - ], - "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?": [ - "" - ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "" - ], - "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.": [ + "This dashboard is now published": [""], + "You do not have permissions to edit this dashboard.": [""], + "This dashboard was saved successfully.": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "You do not have permission to edit this dashboard": [""], + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "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: {}": [ + "Could not fetch all saved charts": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "These are the datasets this filter will be applied to.": [""], - "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.": [ + "You have unsaved changes.": [""], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "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.": [ + "Create a new chart": ["새 차트 생성"], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "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).": [ + "Delete this container and save to remove this message.": [""], + "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": [""], + "recent": [""], + "Create new chart": ["새 차트 생성"], + "Filter your charts": [""], + "Show only my charts": [""], + "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.": [ "" ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ - "" + "Added": [""], + "Viz type": ["시각화 유형"], + "Dataset": ["데이터베이스"], + "Superset chart": ["Superset 튜토리얼"], + "Check out this chart in dashboard:": [""], + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." ], - "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)": [ + "Load a CSS template": ["CSS 템플릿 불러오기"], + "Live CSS editor": [""], + "Collapse tab content": [""], + "There are no charts added to this dashboard": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "This column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "Deactivate": [""], + "Enable embedding": [""], + "Embed": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], + "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.": [ + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Redo the action": [""], + "Edit dashboard": [""], + "Superset dashboard": ["대시보드 저장"], + "Check out this dashboard: ": [""], + "Refresh dashboard": ["대시보드 가져오기"], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": [""], + "Edit CSS": ["CSS 수정"], + "Download": [""], + "Download as Image": [""], + "Share": ["Query 공유"], + "Share permalink by email": [""], + "Set filter mapping": [""], + "Set auto-refresh interval": ["새로고침 간격"], + "Confirm overwrite": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Apply": [""], + "A valid color scheme is required": [""], + "JSON metadata is invalid!": [""], + "The dashboard has been saved": [""], + "Access": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ "" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "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 are defined, regular access permissions apply.": [ "" ], + "Dashboard properties": ["대시보드"], "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.": [ - "" - ], + "Basic information": [""], + "URL slug": [""], + "A readable URL for your dashboard": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], "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.": [""], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "" - ], - "This dashboard was saved successfully.": [""], - "This database 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 database table does not contain any data. Please select a different table.": [ + "This dashboard is published. Click to make it a draft.": [""], + "Draft": [""], + "Annotation layers are still loading.": [""], + "One ore more annotation layers failed loading.": [""], + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], - "This dataset is managed externally, and can't be edited in Superset": [ + "Data refreshed": [""], + "Cached %s": [""], + "Fetched %s": [""], + "Query %s: %s": [""], + "Force refresh": [""], + "View query": ["Query 공유"], + "Share chart by email": [""], + "Check out this chart: ": [""], + "Export to .CSV": [""], + "Export to Excel": [""], + "Export to full .CSV": [""], + "Export to full Excel": [""], + "Download as image": [""], + "Something went wrong.": [""], + "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.": [ "" ], - "This dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [""], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "Empty row": [""], + "You can": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "Delete dashboard tab?": ["대시보드"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "undo": [""], + "button (cmd + z) until you save your changes.": [""], + "CANCEL": [""], + "Divider": [""], + "Header": [""], + "Text": [""], + "Tabs": [""], + "background": [""], + "Preview": ["데이터 미리보기"], + "Sorry, something went wrong. Try again later.": [""], + "No filters are currently added to this dashboard.": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Clear all": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Cross-filtering is not enabled in this dashboard": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "This filter might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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).": [ + "All charts": ["차트 추가"], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "Cannot load filter": [""], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "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": [ + "Scope": [""], + "(Removed)": [""], + "Undo?": [""], + "Add filters and dividers": [""], + "[untitled]": [""], + "Cyclic dependency detected": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "(deleted or invalid type)": [""], + "Add filter": ["테이블 추가"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "This markdown component has an error.": [""], - "This markdown component has an error. Please revert your recent changes.": [ + "Values dependent on": [""], + "Scoping": [""], + "Filter Configuration": [""], + "Numerical range": [""], + "Time range": [""], + "Time grain": [""], + "Group By": [""], + "Group by": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": ["필터"], + "Name is required": [""], + "Filter Type": [""], + "Datasets do not contain a temporal column": [""], + "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.": [ "" ], - "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ + "Pre-filter available values": [""], + "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.": [ "" ], - "This metric might be incompatible with current dataset": [""], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Sort ascending": [""], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "This section contains options that allow for advanced analytical post processing of query results": [ + "Sort metric": ["메트릭"], + "Single value type": [""], + "Exact": [""], + "Filter has default value": [""], + "Default Value": [""], + "Refresh the default values": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "You have removed this filter.": [""], + "Restore Filter": [""], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "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.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "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 has default value\" is checked": [ "" ], - "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": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": [""], - "Time": [""], - "Time Grain": [""], - "Time Grain must be specified when using Time Shift.": [""], - "Time Granularity": [""], - "Time Lag": [""], - "Time Range": [""], - "Time Series - Bar Chart": [""], - "Time Series - Line Chart": [""], - "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)": [ + "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 panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Keep editing": [""], + "Yes, cancel": [""], + "There are unsaved changes.": [""], + "Are you sure you want to cancel?": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "All filters": ["필터"], + "Medium": [""], + "Tab title": [""], + "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.": [ "" ], - "Time grain": [""], - "Time grain filter plugin": [""], - "Time grain missing": [""], + "Equal to (=)": [""], + "Not equal to (≠)": [""], + "Less than (<)": [""], + "Less or equal (<=)": [""], + "Greater than (>)": [""], + "Greater or equal (>=)": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Is not null": [""], + "Is null": [""], + "use latest_partition template": [""], + "Is true": [""], + "TEMPORAL_RANGE": [""], "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].": [ + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "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-series Period Pivot": [""], - "Time-series Table": ["시계열 테이블"], - "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 Contents": [""], - "Tooltip time format": [""], - "Top right": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": [""], - "Totals": [""], - "Track job": [""], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree layout": [""], - "Treemap": ["트리맵"], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": [""], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "One or many metrics to display": [""], + "Fixed color": [""], + "Right axis metric": [""], + "Choose a metric for right axis": [""], + "Linear color scheme": [""], + "Color metric": [""], + "One or many controls to pivot as columns": [""], + "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`": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "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.": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "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.": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ + "Limits the number of rows that get displayed.": [""], + "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).": [ "" ], - "Try different criteria to display results.": [""], - "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": [""], - "UI Configuration": [""], - "URL": [""], - "URL Parameters": [""], - "URL parameters": [""], - "URL slug": [""], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "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\"": [ + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Bubble size": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "Color scheme": [""], + "Chart [%s] has been overwritten": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "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": [""], + "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?": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Clear form": [""], + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], + "Customize": [""], + "Generating link, please wait..": [""], + "Save (Overwrite)": ["저장된 Query"], + "Chart name": ["차트 유형"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["대시보드 추가"], + " a new one": [""], + "Save & go to dashboard": [""], + "Save chart": ["차트 보기"], + "Expand data panel": [""], + "No samples were returned for this dataset": [""], + "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": [""], + " to edit or add columns and metrics.": [""], "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": [ + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "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": [ + "Not available": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "Undefined": [""], - "Undefined window for rolling operation": [""], - "Undo?": [""], - "Unexpected error": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Unexpected error: ": [""], - "Unexpected time range: %(error)s": [""], - "Unknown": [""], - "Unknown Doris server host \"%(hostname)s\".": [""], - "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": [""], - "Upper Threshold": [""], - "Upper threshold must be greater than lower threshold": [""], - "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 an ssh tunnel 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]": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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": [ "" ], - "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.": [ + "Controls labeled ": [""], + "Control labeled ": [""], + "Open Datasource tab": ["데이터소스 명"], + "You do not have permission to edit this chart": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "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": [ + "Person or group that has certified this chart.": [""], + "Configuration": [""], + "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.": [ "" ], - "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.": [ + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "User": ["사용자"], - "User doesn't have the proper permissions.": [""], - "User must select a value before applying the filter": [""], - "User query": ["Query 공유"], - "Users are not allowed to set a search path for security reasons.": [""], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "The row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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.": [ + "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": [ "" ], - "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.": [ + "Geohash": [""], + "textarea": [""], + "in modal": [""], + "Sorry, An error occurred": [""], + "Open in SQL Lab": ["SQL Lab"], + "Failed to verify select options: %s": [""], + "Annotation layer": ["주석 레이어"], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "Value": [""], - "Value Domain": [""], - "Value Format": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "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": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "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": ["시각화 유형"], - "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.": [ + "Annotation Slice Configuration": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "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.": [ + "This column must contain date/time information.": [""], + "Pick a title for you annotation.": [""], + "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.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Override time range": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "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.": [ + "Override time grain": [""], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "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).": [ + "Display configuration": [""], + "Configure your how you overlay is displayed here.": [""], + "Style": [""], + "Solid": [""], + "Long dashed": [""], + "Color": [""], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hide Line": [""], + "Hides the Line for the time series": [""], + "Layer configuration": [""], + "Configure the basics of your Annotation Layer.": [""], + "Mandatory": [""], + "Hide layer": [""], + "Whether to always show the annotation label": [""], + "Annotation layer type": ["주석 레이어"], + "Choose the annotation layer type": ["주석 레이어"], + "Choose the source of your annotations": [""], + "Remove": [""], + "Edit annotation layer": ["주석 레이어"], + "Add annotation layer": ["주석 레이어"], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "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.": [ + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "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.": [ + "dashboard": ["대시보드"], + "Select color scheme": [""], + "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": [ "" ], - "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.": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "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.": [ + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "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.": [ + "Small number 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": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": [""], + "success dark": [""], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": [""], + "Color: ": [""], + "Lower threshold must be lower than upper threshold": [""], + "Upper threshold must be greater than lower threshold": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "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.": [ + "The width of the Isoline in pixels": [""], + "The color of the isoline": [""], + "Isoband": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["차트 수정"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "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.": [ + "View in SQL Lab": ["SQL Lab"], + "Query preview": ["데이터 미리보기"], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [""], + "RANGE TYPE": [""], + "Actual time range": [""], + "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": [""], + "Relative period": [""], + "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.": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": [""], + "Custom": [""], + "previous calendar week": [""], + "previous calendar month": [""], + "previous calendar year": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved": ["저장"], + "%s column(s)": [""], + "No temporal columns found": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "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.": [ + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "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.": [ + "%s option(s)": [""], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "To filter on a metric, use Custom SQL tab.": [""], + "%s operator(s)": [""], + "Select operator": [""], + "Comparator option": [""], + "Type a value here": [""], + "Filter value (case sensitive)": [""], + "Failed to retrieve advanced type": [""], + "choose WHERE or HAVING...": [""], + "Filters by columns": ["컬럼 목록"], + "Filters by metrics": ["필터"], + "Fixed": [""], + "Based on a metric": [""], + "My metric": ["메트릭"], + "Add metric": ["메트릭"], + "Select aggregate options": [""], + "%s aggregates(s)": [""], + "%s saved metric(s)": [""], + "Saved metric": ["저장된 Query"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["컬럼 추가"], + "aggregate": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Time series columns": ["컬럼 수정"], + "Sparkline": [""], + "Period average": [""], + "The column header label": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": [""], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Time lag": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "Web": [""], - "Wednesday": [""], - "Week": ["주"], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "Weight": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "What should be shown on the label?": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Time Lag": [""], + "Number of periods to ratio against": [""], + "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.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Number format string": [""], + "Column Configuration": [""], + "Currently rendered: %s": [""], + "No description available.": [""], + "Examples": [""], + "This visualization type is not supported.": ["시각화 유형 선택"], + "Select a visualization type": [""], + "No results found": [""], + "Superset Chart": [""], + "New chart": ["차트 이동"], + "Edit chart properties": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Embed code": [""], + "Run in SQL Lab": ["SQL Lab"], + "Code": [""], + "Markup type": [""], + "Pick your favorite markup language": [""], + "Put your code here": [""], + "URL parameters": [""], + "Extra parameters for use in jinja templated queries": [""], + "Annotations and layers": ["주석 레이어"], + "Annotation layers": ["주석 레이어"], + "My beautiful colors": [""], + "< (Smaller than)": [""], + "> (Larger than)": [""], + "<= (Smaller or equal)": [""], + ">= (Larger or equal)": [""], + "== (Is equal)": [""], + "!= (Is not equal)": [""], + "Not null": [""], + "60 days": [""], + "90 days": [""], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "Alert condition": [""], + "Notification method": ["주석 레이어"], + "database": ["데이터베이스"], + "sql": [""], + "working timeout": [""], + "recipients": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Add delivery method": [""], + "report": [""], + "%s updated": [""], + "Edit Report": [""], + "Add Report": [""], + "Add": [""], + "Set up basic details, such as name and description.": [""], + "Report name": ["차트 유형"], + "Alert name": ["테이블 명"], + "Include description to be sent with %s": [""], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "SQL Query": ["Query 저장"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "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.": [ + "Trigger Alert If...": [""], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Ignore cache when generating report": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": [""], + "Working timeout": [""], + "Time in seconds": ["10초"], + "Grace period": [""], + "Choose notification method and recipients.": [""], + "Recurring (every)": [""], + "CRON Schedule": [""], + "CRON expression": [""], + "Report sent": ["대시보드 가져오기"], + "Alert triggered, notification sent": [""], + "Report sending": [""], + "Alert running": [""], + "Report failed": [""], + "Alert failed": ["테이블 명"], + "Nothing triggered": [""], + "Alert Triggered, In Grace Period": [""], + "Select Delivery Method": [""], + "%s recipients": [""], + "Recipients are separated by \",\" or \";\"": [""], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["주석 레이어"], + "Edit annotation layer properties": ["주석 레이어"], + "Annotation layer name": ["주석 레이어"], + "Description (this can be seen in the list)": [""], + "annotation": ["주석"], + "Edit annotation": ["주석"], + "Add annotation": ["주석"], + "date": [""], + "Additional information": ["주석"], + "Please confirm": [""], + "Are you sure you want to delete": [""], + "css_template": [""], + "Edit CSS template properties": ["CSS 템플릿"], + "Add CSS template": ["CSS 템플릿"], + "css": [""], + "published": [""], + "draft": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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 the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "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.": [ + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "When using 'Group By' you are limited to use a single metric": [ - "'Group By'를 사용 할 때 오직 하나의 메트릭만 사용 가능합니다" + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "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": [ + "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.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": ["차트 유형"], + "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.": [ "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "Asynchronous query execution": [""], + "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 apply a normal distribution based on rank on the color scale": [ + "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 filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ "" ], - "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.": [ + "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 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 tooltip labels.": [""], - "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 the percentage in the tooltip": [""], - "Whether to include the time granularity as defined in the time section": [ + "Allow file uploads to database": [""], + "Schemas allowed for File upload": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "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": [ + "Metadata Parameters": [""], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "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": [ + "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 is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], - "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": [ + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Need help? Learn how to connect your database": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "Whether to sort results by the selected metric in descending order.": [ + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], + "connecting to %(dbModelName)s.": [""], + "SSH Host": [""], + "e.g. 127.0.0.1": [""], + "SSH Port": [""], + "e.g. Analytics": [""], + "Login with": [""], + "Private Key & Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Pick a name to help you identify this database.": [""], + "dialect+driver://username:password@host:port/database": [""], + "for more information on how to structure your URI.": [""], + "Test connection": [""], + "Please enter a SQLAlchemy URI to test": [""], + "e.g. world_population": [""], + "Sorry there was an error fetching database information: %s": [""], + "Or choose from a list of other databases we support:": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "Whether to sort tooltip by the selected metric in descending order.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "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 TITLE 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": [""], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": [""], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "Y Axis Title Position": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "Connect": [""], + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "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?": [ + "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.": [ "" ], "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?": [ + "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 saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "QUERY DATA IN SQL LAB": [""], + "Edit 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 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.": [ + "Additional fields may be required": [""], + "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 create a new chart or use existing ones from the panel on the right": [ + "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 preview the list of dashboards in the chart settings dropdown.": [ + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "" ], - "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.": [ + "Host": [""], + "e.g. 5432": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "e.g. param1=value1¶m2=value2": [""], + "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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "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 permission to read tags": [""], - "You do not have permissions to edit this dashboard.": [""], - "You do not have sufficient permissions to edit the chart": [""], - "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 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.": [ + "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": [""], + "Copy the identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate": [""], + "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 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 datasets 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": [ + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "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.": [ + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "This database table does not contain any data. Please select a different table.": [ "" ], - "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": [ + "An Error Occurred": [""], + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "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]": [""], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "Create chart with dataset": [""], + "chart": [""], + "No charts": [""], + "This dataset is not used to power any charts.": [""], + "Select a database table and create dataset": [""], + "There was an error loading the dataset metadata": [""], "[Untitled]": [""], - "[asc]": [""], - "[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": [ + "Unknown": [""], + "Edited": ["테이블 수정"], + "Created": ["생성자"], + "Viewed": [""], + "Favorite": [""], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "recents": [""], + "No recents yet": [""], + "%(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": [""], + "Recently viewed 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.": [ + "Recently created 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": [""], - "error dark": [""], - "every": [""], - "every day of the month": [""], - "every day of the week": [""], - "every hour": ["1시간"], - "every month": ["월"], - "expand": [""], - "fetching": [""], - "ffill": [""], - "flat": [""], - "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "heatmap: values are normalized across the entire heatmap": [""], - "hour": ["시간"], - "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 Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "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.": [ + "SQL query": ["Query 저장"], + "You don't have any favorites yet!": [""], + "See all %(tableName)s": [""], + "Connect Google Sheet": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "max": [""], - "mean": [""], - "median": [""], - "minute": ["분"], - "month": ["월"], - "more than {max} {name}": [""], - "must have a value": [""], - "no SQL validator is configured": [""], - "no SQL validator is configured for %(engine_spec)s": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ + "Info": ["정보"], + "Logout": ["로그아웃"], + "About": [""], + "Powered by Apache Superset": [""], + "SHA": [""], + "Build": [""], + "Login": ["로그인"], + "query": ["Query 공유"], + "Deleted: %s": ["삭제"], + "There was an issue deleting %s: %s": [""], + "This action will permanently delete the saved query.": [""], + "Delete Query?": ["삭제"], + "Ran %s": [""], + "Saved queries": ["저장된 Query"], + "Next": [""], + "Tab name": ["테이블 명"], + "User query": ["Query 공유"], + "Executed query": ["저장된 Query 수정"], + "Query name": ["Query 검색"], + "SQL Copied!": ["복사됨!"], + "Sorry, your browser does not support copying.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "We were unable to active or deactivate this report.": [""], + "Weekly Report for %s": [""], + "Weekly Report": [""], + "Edit email report": [""], + "Message content": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Email reports active": [""], + "Delete email report": [""], + "This action will permanently delete %s.": [""], + "Rule added": [""], + "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.": [ "" ], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "published": [""], - "query": ["Query 공유"], - "random": [""], - "reboot": [""], - "recent": [""], - "recents": [""], - "report": [""], + "These are the datasets this filter will be applied to.": [""], + "Excluded roles": [""], + "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.": [ + "" + ], + "Group Key": [""], + "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').": [ + "" + ], + "Clause": [""], + "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).": [ + "" + ], + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Add description of your tag": [""], + "Chosen non-numeric column": [""], + "UI Configuration": [""], + "User must select a value before applying the filter": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [""], + "Can select multiple values": [""], + "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": [""], + "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).": [ + "" + ], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "No time columns": [""], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], "reports": [""], - "restore zoom": [""], - "right": [""], - "running": [""], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "alerts": [""], + "There was an issue deleting the selected %s: %s": [""], + "Last run": [""], + "Active": [""], + "Execution log": [""], + "Bulk select": [""], + "No %s yet": [""], + "Owner": [""], + "All": [""], + "Status": ["상태"], + "An error occurred while fetching dataset datasource values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "Alerts & reports": [""], + "Alerts": ["경고"], + "Reports": [""], + "Delete %s?": ["삭제"], + "Are you sure you want to delete the selected %s?": [""], + "There was an issue deleting the selected layers: %s": [""], + "Edit template": ["템플릿 불러오기"], + "Delete template": ["템플릿 불러오기"], + "No annotation layers yet": ["주석 레이어"], + "This action will permanently delete the layer.": [""], + "Delete Layer?": ["삭제"], + "Are you sure you want to delete the selected layers?": [""], + "There was an issue deleting the selected annotations: %s": [""], + "Delete annotation": ["주석"], + "Annotation": ["주석"], + "No annotation yet": ["주석 레이어"], + "Back to all": [""], + "Are you sure you want to delete %s?": [""], + "Delete Annotation?": ["주석"], + "Are you sure you want to delete the selected annotations?": [""], + "Failed to load chart data": [""], + "Choose a dataset": ["데이터소스 선택"], + "Please select both a Dataset and a Chart type to proceed": [""], + "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.": [ "" ], - "stack": [""], - "staggered": [""], - "std": [""], - "step-before": [""], - "stream": [""], - "string type icon": [""], - "success": [""], - "success dark": [""], - "sum": [""], - "syntax.": [""], + "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?": [ + "" + ], + "There was an issue deleting the selected charts: %s": [""], + "Any": [""], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [""], + "Alphabetical": [""], + "Recently modified": [""], + "Least recently modified": [""], + "Are you sure you want to delete the selected charts?": [""], + "CSS templates": ["CSS 템플릿"], + "There was an issue deleting the selected templates: %s": [""], + "CSS template": ["CSS 템플릿"], + "This action will permanently delete the template.": [""], + "Delete 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.": [ + "" + ], + "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?": [ + "" + ], + "There was an issue deleting the selected dashboards: ": [""], + "An error occurred while fetching dashboard owner values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "Are you sure you want to delete the selected dashboards?": [""], + "An error occurred while fetching database related data: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "AQE": [""], + "Allow data manipulation language": [""], + "DML": [""], + "CSV upload": ["CSV 업로드"], + "Delete database": ["데이터베이스 선택"], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": ["데이터베이스 선택"], + "An error occurred while fetching dataset related data": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching dataset related data: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "Physical dataset": ["데이터소스 선택"], + "Virtual dataset": ["차트 수정"], + "Virtual": [""], + "An error occurred while fetching datasets: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching dataset owner values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating 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.": [ + "" + ], + "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)": [""], + "log": [""], + "Execution ID": [""], + "Scheduled at (UTC)": [""], + "Error message": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "Thumbnails": [""], + "Recents": [""], + "There was an issue previewing the selected query. %s": [""], + "TABLES": [""], + "Open query in SQL Lab": ["새로운 탭에서 Query실행"], + "An error occurred while fetching database values: %s": [ + "데이터 베이스 목록을 가져오는 도중 에러가 발생하였습니다." + ], + "Search by query text": [""], + "Are you sure you want to delete the selected rules?": [""], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "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": ["삭제"], + "Are you sure you want to delete the selected queries?": [""], "tag": [""], - "temporal type icon": [""], - "textarea": [""], - "undo": [""], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "Are you sure you want to delete the selected tags?": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ "" ], - "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": ["년"], - "zoom area": [""] + "Please re-export your file and try importing again": [""], + "There was an error fetching the favorite status: %s": [""], + "There was an error saving the favorite status: %s": [""], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an issue deleting: %s": [""], + "URL": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Time-series Table": ["시계열 테이블"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/nl/LC_MESSAGES/messages.json b/superset/translations/nl/LC_MESSAGES/messages.json index f4f091231bdec..f8bf17b32e32b 100644 --- a/superset/translations/nl/LC_MESSAGES/messages.json +++ b/superset/translations/nl/LC_MESSAGES/messages.json @@ -8,4790 +8,4835 @@ "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "nl" }, - "\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 datasource is too large to query.": [ + "De gegevensbron is te groot om te bevragen." ], - "\n Error: %(text)s\n ": [ - "\n Fout: %(text)s\n " + "The database is under an unusual load.": [ + "De database wordt ongebruikelijk zwaar belast." ], - " (excluded)": [""], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "The database returned an unexpected error.": [ + "De database gaf een onverwachte foutmelding." + ], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - " expression which needs to adhere to the ": [ - " uitdrukking die moet voldoen aan de " + "The column was deleted or renamed in the database.": [ + "De kolom werd verwijderd of hernoemd in de database." ], - " 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.": [ + "The table was deleted or renamed in the database.": [ + "De tabel werd verwijderd of hernoemd in de database." + ], + "One or more parameters specified in the query are missing.": [ + "Een of meer in de query opgegeven parameters ontbreken." + ], + "The hostname provided can't be resolved.": [ + "De opgegeven hostnaam kan niet worden gevonden." + ], + "The port is closed.": ["De poort is gesloten."], + "The host might be down, and can't be reached on the provided port.": [ "" ], - " 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." + "Superset encountered an error while running a command.": [ + "een fout is opgetreden in Superset tijdens het uitvoeren van een commando." ], - "%(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": [""], - "%(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" + "Superset encountered an unexpected error.": [ + "Er is een onverwachte fout opgetreden in Superset." ], - "%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 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." ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "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." ], - "%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)": [""], - "), 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": [ - "" + "User doesn't have the proper permissions.": [ + "Gebruiker heeft niet de juiste permissies." ], - "*%(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": [ + "One or more parameters needed to configure a database are missing.": [ "" ], - ".": [""], - "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." + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ + "" ], - "A database with the same name already exists.": [""], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "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.": [""], + "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.": [ "" ], - "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.": [ + "The port number is invalid.": [""], + "Failed to start remote query on a worker.": [""], + "The database was deleted.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": ["Ongeldig certificaat"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Onveilig terugkeertype voor functie %(func)s: %(value_type)s" + ], + "Unsupported return value for method %(name)s": [ + "Niet-ondersteunde terugkeer waarde voor methode %(name)s" + ], + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" + ], + "Unsupported template value for key %(key)s": [ + "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" + ], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "A map of the world, that can indicate values in different countries.": [ + "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 map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "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 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.": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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 readable URL for your dashboard": [ - "Een leesbare URL voor uw dashboard" + "From date cannot be larger than to date": [ + "Van datum kan niet groter zijn dan tot datum" ], - "A reference to the [Time] configuration, taking granularity into account": [ - "" + "Cached value not found": ["Cached waarde niet gevonden"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Kolommen ontbreken in databron: %(invalid_columns)s" ], - "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.": [ + "Calendar Heatmap": ["Kalender Heatmap"], + "Bubble Chart": ["Bubbelgrafiek"], + "Please use 3 different metric labels": [ + "Gelieve 3 verschillende meeteenheid labels te gebruiken" + ], + "Pick a metric for x, y and size": [ + "Kies een meeteenheid voor x, y en grootte" + ], + "Bullet Chart": ["Kogel diagram"], + "Pick a metric to display": ["Kies een meeteenheid om weer te geven"], + "Time Series - Line Chart": ["Tijdreeks - Lijngrafiek"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A timeout occurred while executing the query.": [ - "Er is een time-out opgetreden tijdens het uitvoeren van de query." + "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" ], - "A timeout occurred while generating a csv.": [ - "Er is een time-out opgetreden tijdens het genereren van een csv." + "Distribution - Bar Chart": ["Verdeling - Staafdiagram"], + "Can't have overlap between Series and Breakdowns": [ + "Overlapping tussen Series en Breakdowns is niet mogelijk" ], - "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 at least one field for [Series]": [ + "Kies minstens één veld voor [Series]" ], - "A valid color scheme is required": [ - "Een geldig kleurenschema is vereist" + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Kies precies 2 kolommen als [Bron / Doel]" ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "" ], - "APPLY": ["TOEPASSEN"], - "APR": ["APR"], - "AQE": ["AQE"], - "AUG": ["AUG"], - "AXIS TITLE MARGIN": [""], - "AXIS TITLE POSITION": [""], - "About": ["Over"], - "Access": ["Toegang"], - "Access token": [""], - "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 Rule": [""], - "Add Tag": [""], - "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": [ - "" + "Directed Force Layout": ["Directed Force Layout"], + "Country Map": ["Landenkaart"], + "World Map": ["Wereld kaart"], + "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" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "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.": [ - "" + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Moet een [Group By] kolom hebben om ‘count’ als [Label] te hebben" ], - "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 tag to entities": [""], - "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.": [ - "" + "Choice of [Label] must be present in [Group By]": [ + "Keuze van [Label] moet aanwezig zijn in [Groep door]" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "Choice of [Point Radius] must be present in [Group By]": [ + "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Kolommen [Lengtegraad] en [Breedtegraad] moeten aanwezig zijn in [Groepen per]" + ], + "Deck.gl - Multiple Layers": ["Deck.gl - Meerdere Lagen"], + "Bad spatial key": ["Ongeldige ruimtelijke sleutel"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "Aggregation function": [""], - "Alert Triggered, In Grace Period": [ - "Waarschuwing geactiveerd, in grace periode" + "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 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." + "Partition Diagram": ["Partition Diagram"], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [ + "%(num)d Aantekeningenlaag verwijderd", + "%(num)d aantekeninglagen verwijderd" ], - "Alert found an error while executing a query.": [ - "Alert heeft een fout gevonden tijdens het uitvoeren van een query." + "All Text": ["Alle tekst"], + "Deleted %(num)d annotation": [ + "%(num)d aantekening verwijderd", + "%(num)d aantekeningen verwijderd" ], - "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." + "Deleted %(num)d chart": [ + "Verwijderde %(num)d grafiek", + "Verwijderde %(num)d grafieken" ], - "Alert query returned more than one column.": [ - "Alert query heeft meer dan één kolom geretourneerd." + "Is certified": [""], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` moet tussen 0 en 1 liggen (exclusief)" ], - "Alert query returned more than one row.": [ - "Alert query retourneerde meer dan één rij." + "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." ], - "Alert running": ["Alarm actief"], - "Alert triggered, notification sent": [ - "Alarm geactiveerd, kennisgeving verzonden" + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "" ], - "Alert validator config error.": [ - "Waarschuwing validator configuratiefout." + "`width` must be greater or equal to 0": [ + "`breedte` moet groter of gelijk zijn aan 0" ], - "Alerts": ["Waarschuwingen"], - "Alerts & Reports": ["Waarschuwingen en rapporten"], - "Alerts & reports": ["Waarschuwingen & rapporten"], - "Align +/-": [""], - "All": ["Alle"], - "All Text": ["Alle tekst"], - "All charts": ["Alle grafieken"], - "All charts/global scoping": [""], - "All filters": ["Alle filters"], - "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" + "`row_limit` must be greater than or equal to 0": [ + "`rij_limiet` moet groter of gelijk aan 0 zijn" ], - "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" + "`row_offset` must be greater than or equal to 0": [ + "`rij_offset` moet groter zijn dan of gelijk aan 0" ], - "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" + "orderby column must be populated": [""], + "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"], + "Datasource type is invalid": [""], + "Annotation layer parameters are invalid.": [ + "De parameters van de aantekeningenlaag zijn ongeldig." ], - "Allow Csv Upload": ["Csv upload toestaan"], - "Allow DML": ["DML toestaan"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Annotation layer could not be created.": [ + "Aantekeningenlaag kon niet worden aangemaakt." ], - "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 layer could not be updated.": [ + "Aantekeningenlaag kon niet worden bijgewerkt." ], - "Allow creation of new views based on queries": [ - "Aanmaken van nieuwe views gebaseerd op queries toestaan" + "Annotation layer not found.": ["Aantekeningenlaag niet gevonden."], + "Annotation layer has associated annotations.": [ + "Aantekeningenlaag heeft bijbehorende aantekeningen." ], - "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.": [ - "" + "Name must be unique": ["De naam moet uniek zijn"], + "End date must be after start date": [ + "Einddatum moet na begindatum liggen" ], - "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." + "Short description must be unique for this layer": [ + "Korte beschrijving moet uniek zijn voor deze laag" ], - "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 not found.": ["Aantekening niet gevonden."], + "Annotation parameters are invalid.": [ + "Aantekening parameters zijn ongeldig." ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "" + "Annotation could not be created.": [ + "Aantekening 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 could not be updated.": [ + "Aantekening kon niet worden bijgewerkt." ], - "Altered": ["Gewijzigd"], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "" + "Annotations could not be deleted.": [ + "Aantekeningen konden niet worden verwijderd." ], - "An engine must be specified when passing individual parameters to a database.": [ + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "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" + "Cannot parse time string [%(human_readable)s]": [ + "Kan tijdstring [%(human_readable)s] niet parsen" ], - "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." + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "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" + "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" ], - "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." + "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."], + "Charts could not be deleted.": [ + "Grafieken konden niet worden verwijderd." ], - "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" + "There are associated alerts or reports": [ + "Er zijn geassocieerde waarschuwingen of rapporten" ], - "An error occurred while fetching chart owners values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars waarden: %s" + "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 dashboard owner values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar waarden: %s" + "Import chart failed for an unknown reason": [ + "Import grafiek mislukt om een onbekende reden" ], - "An error occurred while fetching dashboards": [""], - "An error occurred while fetching dashboards: %s": [ - "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" + "Error: %(error)s": [""], + "CSS template not found.": ["CSS sjabloon niet gevonden."], + "Must be unique": ["Moet uniek zijn"], + "Dashboard parameters are invalid.": [ + "Dashboard parameters zijn ongeldig." ], - "An error occurred while fetching database related data: %s": [ - "Er is een fout opgetreden tijdens het ophalen van databasegerelateerde gegevens: %s" + "Dashboard could not be updated.": [ + "Dashboard kon niet worden bijgewerkt." ], - "An error occurred while fetching database values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van databasewaarden: %s" + "Dashboard could not be deleted.": [ + "Dashboard kon 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" + "Changing this Dashboard is forbidden": [ + "Het is verboden dit dashboard te veranderen" ], - "An error occurred while fetching dataset owner values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de dataset: %s" + "Import dashboard failed for an unknown reason": [ + "Dashboard importeren mislukt om een onbekende reden" ], - "An error occurred while fetching dataset related data": [ - "Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde gegevens" + "You don't have access to this dashboard.": [ + "Je hebt geen toegang tot dit dashboard." ], - "An error occurred while fetching dataset related data: %s": [ - "Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: %s" + "No data in file": ["Geen gegevens in het bestand"], + "Database parameters are invalid.": [ + "Database parameters zijn ongeldig." ], - "An error occurred while fetching datasets: %s": [ - "Er is een fout opgetreden bij het ophalen van datasets: %s" + "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." ], - "An error occurred while fetching function names.": [ - "Er is een fout opgetreden bij het ophalen van functienamen." + "Database not found.": ["Database niet gevonden."], + "Database could not be created.": [ + "Database kon niet worden aangemaakt." ], - "An error occurred while fetching schema values: %s": [ - "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" + "Database could not be updated.": [ + "De database kon niet worden bijgewerkt." ], - "An error occurred while fetching tab state": [ - "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" + "Connection failed, please check your connection settings": [ + "Verbinding mislukt, controleer uw verbindingsinstellingen" ], - "An error occurred while fetching table metadata": [ - "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel" + "Cannot delete a database that has datasets attached": [""], + "Database could not be deleted.": [ + "Database kon niet worden verwijderd." ], - "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." + "Stopped an unsafe database connection": [ + "Stopte een onveilige database connectie" ], - "An error occurred while fetching user values: %s": [""], - "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" + "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" ], - "An error occurred while opening Explore": [""], - "An error occurred while pruning logs ": [ - "Er is een fout opgetreden tijdens opschonen van de logbestanden " + "No validator found (configured for the engine)": [""], + "Import database failed for an unknown reason": [ + "Import database mislukt om een onbekende reden" ], - "An error occurred while removing query. Please contact your administrator.": [ - "" + "Could not load database driver: {}": [ + "Kon het database driver niet laden: {}" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "" + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Database is offline.": [""], + "%(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" ], - "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." + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "The database was not found.": [""], + "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" ], - "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." + "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" ], - "An error occurred while starring this chart": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "" + "One or more metrics are duplicated": [ + "Een of meer meetgegevens zijn gedupliceerd" ], - "An error occurred while updating the value.": [""], - "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." + "One or more metrics already exist": [ + "Een of meer meetgegevens bestaan al" ], - "Annotation could not be updated.": [ - "Aantekening kon niet worden bijgewerkt." + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "" ], - "Annotation layer": ["Aantekeningenlaag"], - "Annotation layer could not be created.": [ - "Aantekeningenlaag kon niet worden aangemaakt." + "Dataset does not exist": ["Dataset bestaat niet"], + "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."], + "Changing this dataset is forbidden": [ + "Veranderen van deze dataset is verboden" ], - "Annotation layer could not be updated.": [ - "Aantekeningenlaag kon niet worden bijgewerkt." + "Import dataset failed for an unknown reason": [ + "Import dataset mislukt om een onbekende reden" ], - "Annotation layer description columns": [""], - "Annotation layer has associated annotations.": [ - "Aantekeningenlaag heeft bijbehorende aantekeningen." + "You don't have access to this dataset.": [""], + "Data URI is not allowed.": [""], + "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." ], - "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." + "Dataset metric not found.": ["Dataset meeteenheid niet gevonden."], + "Dataset metric delete failed.": [ + "Dataset meetgegevens verwijderen mislukt." ], - "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." + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": ["[Missing Dataset]"], + "Saved queries could not be deleted.": [ + "Opgeslagen zoekopdrachten konden niet worden verwijderd." ], - "Annotation not found.": ["Aantekening niet gevonden."], - "Annotation parameters are invalid.": [ - "Aantekening parameters zijn ongeldig." + "Saved query not found.": ["Opgeslagen query niet gevonden."], + "Import saved query failed for an unknown reason.": [ + "Import opgeslagen query mislukt om een onbekende reden." ], - "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." + "Saved query parameters are invalid.": [ + "Opgeslagen query parameters zijn ongeldig." ], - "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" + "Invalid tab ids: %s(tab_ids)": [""], + "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" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "" + "Type is required": ["Type is vereist"], + "Choose a chart or dashboard not both": [ + "Kies een grafiek of een dashboard, niet beide" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Please save your chart first, then try creating a new email report.": [ "" ], - "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.": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "Apply": ["Toepassen"], - "Apply conditional color formatting to metric": [""], - "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?" - ], - "Are you sure you want to delete": [ - "Weet je zeker dat je wilt verwijderen" + "Report Schedule parameters are invalid.": [ + "De parameters van het rapportageplanning zijn ongeldig." ], - "Are you sure you want to delete the selected %s?": [ - "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" + "Report Schedule could not be created.": [ + "Rapportage planning kon niet worden aangemaakt." ], - "Are you sure you want to delete the selected annotations?": [ - "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + "Report Schedule could not be updated.": [ + "Rapportage planning kon niet worden bijgewerkt." ], - "Are you sure you want to delete the selected charts?": [ - "Weet je zeker dat je de geselecteerde grafieken wilt verwijderen?" + "Report Schedule not found.": ["Rapportage planning niet gevonden."], + "Report Schedule delete failed.": [ + "Rapportage planning verwijderen mislukt." ], - "Are you sure you want to delete the selected dashboards?": [ - "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + "Report Schedule log prune failed.": [ + "Rapportage planning log prune mislukt." ], - "Are you sure you want to delete the selected datasets?": [ - "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" + "Report Schedule execution failed when generating a screenshot.": [ + "Rapportage planning uitvoering mislukt bij het genereren van een screenshot." ], - "Are you sure you want to delete the selected layers?": [ - "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + "Report Schedule execution failed when generating a csv.": [ + "Rapportage planning mislukt bij het genereren van een csv." ], - "Are you sure you want to delete the selected queries?": [ - "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [ + "Rapportage planning uitvoering kreeg een onverwachte fout." ], - "Are you sure you want to delete the selected templates?": [ - "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + "Report Schedule is still working, refusing to re-compute.": [ + "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." ], - "Are you sure you want to proceed?": [ - "Weet je zeker dat je door wilt gaan?" + "Report Schedule reached a working timeout.": [ + "Rapportage planning heeft een werk time-out bereikt." ], - "Are you sure you want to save and apply changes?": [ - "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" + "Resource already has an attached report.": [""], + "Alert query returned more than one row.": [ + "Alert query retourneerde meer dan één rij." ], - "Area Chart": [""], - "Time-series 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.": [ - "" + "Alert validator config error.": [ + "Waarschuwing validator configuratiefout." ], - "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. 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.": [ - "" + "Alert query returned more than one column.": [ + "Alert query heeft meer dan één kolom geretourneerd." ], - "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.": [ - "" + "Alert query returned a non-number value.": [ + "Alert query heeft een waarde geretourneerd die geen getal is." ], - "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.": [ - "" + "Alert found an error while executing a query.": [ + "Alert heeft een fout gevonden tijdens het uitvoeren van een query." ], - "Bounds for the primary 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 timeout occurred while executing the query.": [ + "Er is een time-out opgetreden tijdens het uitvoeren van de query." + ], + "A timeout occurred while taking a screenshot.": [ + "Er is een time-out opgetreden tijdens het maken van een screenshot." + ], + "A timeout occurred while generating a csv.": [ + "Er is een time-out opgetreden tijdens het genereren van een csv." + ], + "A timeout occurred while generating a dataframe.": [""], + "Alert fired during grace period.": [ + "Waarschuwing afgevuurd tijdens grace period." + ], + "Alert ended grace period.": ["Waarschuwing beëindigd grace period."], + "Alert on grace period": ["Waarschuwing tijdens grace period"], + "Report Schedule state not found": [ + "Rapport Schedule state niet gevonden" + ], + "Report schedule unexpected error": ["Onverwachte fout in rapportschema"], + "Changing this report is forbidden": [ + "Het is verboden dit rapport te wijzigen" + ], + "An error occurred while pruning logs ": [ + "Er is een fout opgetreden tijdens opschonen van de logbestanden " + ], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "Box Plot": [""], - "Breakdowns": [""], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "The query associated with these results could not be found. You need to re-run the original query.": [ "" ], - "Bubble Chart": ["Bubbelgrafiek"], - "Bubble Color": [""], - "Bubble Size": [""], - "Bubble size": ["Bubbelgrootte"], - "Bubble size number format": [""], - "Bucket break points": [""], - "Bulk select": ["Selecteer in bulk"], - "Bulk tag": [""], - "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).": [ + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "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 not found.": ["CSS sjabloon niet gevonden."], - "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”" + "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.": [ + "" ], - "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.": [ + "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.": [""], + "Invalid result type: %(result_type)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "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.": [ "" ], - "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.": [ + "The following entries in `series_columns` are missing in `columns`: %(columns)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"], - "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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "Berekende kolom [%s] vereist een uitdrukking" + "`operation` property of post processing object undefined": [ + "`operation` eigenschap van post processing object ongedefinieerd" ], - "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" + "Unsupported post processing operation: %(operation)s": [ + "Niet-ondersteunde nabewerking: %(operation)s" ], - "Can select multiple values": [""], - "Can't have overlap between Series and Breakdowns": [ - "Overlapping tussen Series en Breakdowns is niet mogelijk" + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Fout in jinja expressie in fetch values predicate: %(msg)s" ], - "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 load filter": ["Kan filter niet laden"], - "Cannot parse time string [%(human_readable)s]": [ - "Kan tijdstring [%(human_readable)s] niet parsen" + "Virtual dataset query must be read-only": [ + "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" ], - "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": [""], - "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"], - "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" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Fout in jinja expressie in RLS filters: %(msg)s" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "" + "Metric '%(metric)s' does not exist": [ + "Meeteenheid “%(metric)s” bestaat niet" ], - "Changing this Dashboard is forbidden": [ - "Het is verboden dit dashboard te veranderen" - ], - "Changing this chart is forbidden": [ - "Het is verboden deze grafiek te wijzigen" - ], - "Changing this control takes effect instantly": [ - "Het veranderen van deze controleknop heeft onmiddellijk effect" - ], - "Changing this dataset is forbidden": [ - "Veranderen van deze dataset is verboden" - ], - "Changing this dataset is forbidden.": [ - "Het is verboden deze dataset te wijzigen." + "Db engine did not return all queried columns": [ + "Db engine retourneerde niet alle opgevraagde kolommen" ], - "Changing this report is forbidden": [ - "Het is verboden dit rapport te wijzigen" + "Virtual dataset query cannot be empty": [ + "Query virtuele dataset kan niet leeg zijn" ], - "Character to interpret as decimal point.": [ - "Teken te interpreteren als decimaalteken." + "Only `SELECT` statements are allowed": [ + "Alleen `SELECT` statements zijn toegestaan" ], - "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 [{}]" + "Only single queries supported": [ + "Alleen enkelvoudige query’s worden ondersteund" ], - "Chart cache timeout": ["Grafiek cache timeout"], - "Chart changes": ["Veranderingen in de grafiek"], - "Chart could not be created.": ["Grafiek kon niet worden aangemaakt."], - "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 requires a dataset": [""], - "Charts": ["Grafieken"], - "Charts could not be deleted.": [ - "Grafieken konden niet worden verwijderd." + "Columns": ["Kolommen"], + "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": [ + "" ], - "Check for sorting ascending": ["Controle op oplopend sorteren"], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "Check out this chart in dashboard:": [ - "Kijk naar deze grafiek in het dashboard:" + "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 out this chart: ": [""], - "Check out this dashboard: ": ["Kijk naar dit dashboard:"], - "Check to force date partitions to have the same height": [""], - "Child label position": [""], - "Choice of [Label] must be present in [Group By]": [ - "Keuze van [Label] moet aanwezig zijn in [Groep door]" + "Column": ["Kolom"], + "Verbose Name": ["Verklarende naam"], + "Description": ["Omschrijving"], + "Groupable": ["Groepeerbaar"], + "Filterable": ["Filterbaar"], + "Table": ["Tabel"], + "Expression": ["Expressie"], + "Is temporal": ["Is tijdelijk"], + "Datetime Format": ["Datumtijd Formaat"], + "Type": ["Type"], + "Business Data Type": [""], + "Invalid date/timestamp format": ["Ongeldig datum/tijdstempel formaat"], + "Metrics": ["Meeteenheden"], + "Show Metric": ["Toon meeteenheid"], + "Add Metric": ["Voeg meeteenheid toe"], + "Edit Metric": ["Bewerk meeteenheid"], + "Metric": ["Meeteenheid"], + "SQL Expression": ["SQL Expressie"], + "D3 Format": ["D3 Formaat"], + "Extra": ["Extra"], + "Warning Message": ["Waarschuwing"], + "Tables": ["Tabellen"], + "Show Table": ["Toon tabel"], + "Import a table definition": ["Importeer een tabeldefinitie"], + "Edit Table": ["Bewerk tabel"], + "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'": [ + "" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Keuze van [Punt radius] moet aanwezig zijn in [Groep door]" + "Timezone offset (in hours) for this datasource": [ + "Tijdzone-offset (in uren) voor deze databron" ], - "Choose File": ["Kies Bestand"], - "Choose a chart or dashboard not both": [ - "Kies een grafiek of een dashboard, niet beide" + "Name of the table that exists in the source database": [ + "Naam van de tabel die bestaat in de brondatabase" ], - "Choose a database...": [""], - "Choose a dataset": ["Kies een dataset"], - "Choose a metric for right axis": [ - "Kies een meeteenheid voor de rechteras" + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Schema, zoals alleen gebruikt in sommige databases zoals Postgres, Redshift en DB2" ], - "Choose a number format": [""], - "Choose a source": [""], - "Choose a source and a target": [""], - "Choose a target": [""], - "Choose chart type": [""], - "Choose one of the available databases from the panel on the left.": [""], - "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": [ - "" + "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." ], - "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.": [ + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "Clause": ["Clausule"], - "Clear": ["Verwijder"], - "Clear all": ["Wis alles"], - "Clear form": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Redirects to this endpoint when clicking on the table from the table list": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "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": [ "" ], - "Click the lock to make changes.": [ - "Klik op het slotje om wijzigingen aan te brengen." + "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" ], - "Click the lock to prevent further changes.": [ - "Klik op het slotje om verdere wijzigingen te voorkomen." + "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" ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "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.": [ "" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ "" ], - "Click to add a contour": [""], - "Click to cancel sorting": [""], - "Click to edit": ["Klik om te bewerken"], - "Click to edit label": [""], - "Click to favorite/unfavorite": [ - "Klik om voorkeur aan te geven/voorkeur te verwijderen" - ], - "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: ": [ + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Colors": ["Kleuren"], - "Column": ["Kolom"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Associated Charts": ["Gerelateerde grafieken"], + "Changed By": ["Gewijzigd door"], + "Database": ["Database"], + "Last Changed": ["Laatste wijziging"], + "Enable Filter Select": ["Inschakelen Filter Keuze"], + "Schema": ["Schema"], + "Default Endpoint": ["Standaard eindpunt"], + "Offset": ["Offset"], + "Cache Timeout": ["Cache Timeout"], + "Table Name": ["Tabel Naam"], + "Fetch Values Predicate": ["Waarden ophalen Predicaat"], + "Owners": ["Eigenaars"], + "Main Datetime Column": ["Kolom Hoofd Datumtijd"], + "SQL Lab View": ["SQL Lab View"], + "Template parameters": ["Template parameters"], + "Modified": ["Gewijzigd"], + "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.": [ "" ], - "Column Formatting": [""], - "Column Label(s)": ["Kolom Label(s)"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "" + "Deleted %(num)d css template": [ + "Verwijderde %(num)d css sjabloon", + "Verwijderde %(num)d css sjablonen" ], - "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.": [ - "" + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": [ + "Verwijderde %(num)d dashboard", + "Verwijderde %(num)d dashboards" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Title or Slug": ["Titel of Slug"], + "Role": ["Rol"], + "Table name undefined": ["Tabelnaam niet gedefinieerd"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "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" + "Field cannot be decoded by JSON. %(msg)s": [ + "Veld kan niet gedecodeerd worden door JSON. %(msg)s" ], - "Column select": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "" + "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." ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Columnar File": [""], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Columnar to Database configuration": [""], - "Columns": ["Kolommen"], - "Columns missing in datasource: %(invalid_columns)s": [ - "Kolommen ontbreken in databron: %(invalid_columns)s" + "Deleted %(num)d dataset": [ + "Verwijderde %(num)d dataset", + "Verwijderde %(num)d datasets" ], - "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": [""], - "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.": [ + "Null or Empty": ["Nul of Leeg"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "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"], + "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": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "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.": [ + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "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.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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" - ], - "Condition": [""], - "Conditional formatting": [""], - "Confidence interval": [""], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Confidence interval moet tussen 0 en 1 liggen (exclusief)" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Either the username “%(username)s” or the password is incorrect." ], - "Configuration": ["Configuratie"], - "Configure Advanced Time Range ": [ - "Geavanceerde tijdspanne configureren " + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "De host “%(hostname)s” is misschien down en kan niet worden bereikt." ], - "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." + "Unable to connect to database \"%(database)s\".": [ + "Kan geen verbinding maken met database “%(database)s”." ], - "Configure this dashboard to embed it into an external web application.": [ + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "" ], - "Configure your how you overlay is displayed here.": [ - "Configureer hier hoe uw overlay wordt weergegeven." + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "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." ], - "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" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "De hostnaam “%(hostname)s” kan niet worden opgelost." ], - "Connection looks good!": [""], - "Continue": [""], - "Continuous": [""], - "Contours": [""], - "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" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Poort %(port)s op hostnaam “%(hostname)s” weigerde de verbinding." ], - "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" + "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." ], - "Copy query URL": ["Kopieer query URL"], - "Copy query link to your clipboard": [ - "Kopieer query link naar uw klembord" + "Unknown MySQL server host \"%(hostname)s\".": [ + "Onbekende MySQL server host “%(hostname)s”." ], - "Copy the identifier of the account 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": ["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" + "The username \"%(username)s\" does not exist.": [ + "De gebruikersnaam “%(username)s” bestaat niet." ], - "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: {}": [ - "Kon het database driver niet laden: {}" + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "Create a new chart": ["Maak een nieuwe grafiek"], - "Create chart with dataset": [""], - "Create new chart": ["Maak een nieuwe grafiek"], - "Create or select schema...": [""], - "Created": ["Aangemaakt"], - "Created by": ["Gecreëerd door"], - "Created on": ["Gemaakt op"], - "Creating a data source and creating a new tab": [ - "Een gegevensbron maken en een nieuw tabblad maken" + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "" ], - "Creator": ["Maker"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [ + "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + ], + "Please re-enter the password.": [""], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ "" ], - "Cumulative": [""], - "Currency": [""], - "Currency format": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], - "Custom width of the screenshot in pixels": [""], - "Customize": ["Pas aan"], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "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": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." ], - "Dashboard could not be deleted.": [ - "Dashboard kon niet worden verwijderd." + "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.": [ + "" ], - "Dashboard could not be updated.": [ - "Dashboard kon niet worden bijgewerkt." + "%(object)s does not exist in this database.": [""], + "Home": ["Home"], + "Data": ["Gegevens"], + "Dashboards": ["Dashboards"], + "Charts": ["Grafieken"], + "Datasets": ["Datasets"], + "Plugins": ["Plugins"], + "Manage": ["Beheer"], + "CSS Templates": ["CSS-sjablonen"], + "SQL Lab": ["SQL-lab"], + "SQL": ["SQL"], + "Saved Queries": ["Opgeslagen Queries"], + "Query History": ["Query Geschiedenis"], + "Tags": [""], + "Action Log": ["Actie Log"], + "Security": ["Beveiliging"], + "Alerts & Reports": ["Waarschuwingen en rapporten"], + "Annotation Layers": ["Aantekeningen Lagen"], + "Row Level Security": [""], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [ + "Fout bij het renderen van de query van de virtuele dataset: %(msg)s" ], - "Dashboard does not exist": ["Het dashboard bestaat niet"], - "Dashboard imported": [""], - "Dashboard parameters are invalid.": [ - "Dashboard parameters zijn ongeldig." + "Virtual dataset query cannot consist of multiple statements": [ + "Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" ], - "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.": [ + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Dashboards": ["Dashboards"], - "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.": [ - "" - ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "" - ], - "Data preview": ["Data preview"], - "Data refreshed": [""], - "Data type": ["Data type"], - "DataFrame include at least one series": [ - "DataFrame bevat ten minste één reeks" - ], - "DataFrame must include temporal column": [ - "DataFrame moet een temporele kolom bevatten" + "Empty query?": ["Lege query?"], + "Unknown column used in orderby: %(col)s": [ + "Onbekende kolom gebruikt in orderby: %(col)s" ], - "Database": ["Database"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "" + "Time column \"%(col)s\" does not exist in dataset": [ + "Tijdkolom “%(col)s” bestaat niet in dataset" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "" + "Filter value list cannot be empty": [ + "Filterwaardenlijst kan niet leeg zijn" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "" + "Must specify a value for filters with comparison operators": [ + "Een waarde voor filters met vergelijkingsoperatoren moet gespecificeerd" ], - "Database Creation Error": [""], - "Database connected": [""], - "Database could not be created.": [ - "Database kon niet worden aangemaakt." + "Invalid filter operation type: %(op)s": [ + "Ongeldig filterwerkingstype: %(op)s" ], - "Database could not be deleted.": [ - "Database kon niet worden verwijderd." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Fout in jinja expressie in WHERE clause: %(msg)s" ], - "Database could not be updated.": [ - "De database kon niet worden bijgewerkt." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Fout in jinja expressie in HAVING clausule: %(msg)s" ], - "Database does not allow data manipulation.": [""], - "Database does not exist": ["Database bestaat niet"], "Database does not support subqueries": [ "Database ondersteunt geen subquery’s" ], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ - "" - ], - "Database error": ["Database fout"], - "Database is offline.": [""], - "Database is required for alerts": [ - "Database is nodig voor waarschuwingen" - ], - "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." + "Deleted %(num)d saved query": [ + "%(num)d opgeslagen query verwijderd", + "%(num)d opgeslagen zoekopdrachten verwijderd" ], - "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 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." + "Deleted %(num)d report schedule": [ + "Verwijderde %(num)d rapport schema", + "Verwijderde %(num)d rapport schema’s" ], - "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": [""], - "Datasets": ["Datasets"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "" + "Value must be greater than 0": ["Waarde moet groter zijn dan 0"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [ + "\n Fout: %(text)s\n " ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "EMAIL_REPORTS_CTA": [""], + "%(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": [ "" ], - "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" + "*%(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." ], - "Date Time Format": [""], - "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": [ + "Guest user cannot modify chart payload": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "Datetime format": ["Datetime formaat"], - "Day": ["Dag"], - "Day (freq=D)": [""], - "Day First": [""], - "Days %s": [""], - "Db engine did not return all queried columns": [ - "Db engine retourneerde niet alle opgevraagde kolommen" - ], - "December": ["December"], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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 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" + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." ], - "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": [ + "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.": [ "" ], - "Default value is required": [""], - "Default value must be set when \"Filter has default value\" is checked": [ - "" + "Tag name is invalid (cannot contain ':')": [""], + "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"], + "Use the edit button to change this field": [""], + "Test Connection": ["Test Connectie"], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "`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.": [ "" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "" + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` moet dezelfde lengte hebben als `columns`." ], - "Define a function that returns a URL to navigate to when user clicks": [ - "" + "Invalid cumulative operator: %(operator)s": [ + "Ongeldige cumulative operator: %(operator)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.": [ - "" + "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" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "Pivot operation must include at least one aggregate": [ + "De pivotbewerking moet ten minste één aggregaat omvatten" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "" + "`prophet` package not installed": [ + "`prophet` package niet geïnstalleerd" ], - "Defines how each series is broken down": [""], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ - "" + "Time grain missing": ["Time grain ontbreekt"], + "Unsupported time grain: %(time_grain)s": [ + "Niet-ondersteunde time grain: %(time_grain)s" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "" + "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 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" + "DataFrame must include temporal column": [ + "DataFrame moet een temporele kolom bevatten" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "DataFrame include at least one series": [ + "DataFrame bevat ten minste één reeks" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "" + "Undefined window for rolling operation": [ + "Onbepaald venster voor rolling operation" ], - "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." + "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" ], - "Deleted %(num)d annotation": [ - "%(num)d aantekening verwijderd", - "%(num)d aantekeningen verwijderd" + "Referenced columns not available in DataFrame.": [ + "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." ], - "Deleted %(num)d annotation layer": [ - "%(num)d Aantekeningenlaag verwijderd", - "%(num)d aantekeninglagen verwijderd" + "Column referenced by aggregate is undefined: %(column)s": [ + "Kolom waarnaar aggregaat verwijst is ongedefinieerd: %(column)s" ], - "Deleted %(num)d chart": [ - "Verwijderde %(num)d grafiek", - "Verwijderde %(num)d grafieken" + "Operator undefined for aggregator: %(name)s": [ + "Operator ongedefinieerd voor aggregator: %(name)s" ], - "Deleted %(num)d css template": [ - "Verwijderde %(num)d css sjabloon", - "Verwijderde %(num)d css sjablonen" + "Invalid numpy function: %(operator)s": [ + "Ongeldige numpy functie: %(operator)s" ], - "Deleted %(num)d dashboard": [ - "Verwijderde %(num)d dashboard", - "Verwijderde %(num)d dashboards" + "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"], + "Is tagged": [""], + "The data source seems to have been deleted": [ + "De gegevensbron lijkt te zijn verwijderd" ], - "Deleted %(num)d dataset": [ - "Verwijderde %(num)d dataset", - "Verwijderde %(num)d datasets" + "The user seems to have been deleted": [ + "De gebruiker lijkt te zijn verwijderd" ], - "Deleted %(num)d report schedule": [ - "Verwijderde %(num)d rapport schema", - "Verwijderde %(num)d rapport schema’s" + "Error: %(msg)s": [""], + "Explore - %(table)s": ["Verken - %(table)s"], + "Explore": ["Verken"], + "Chart [{}] has been saved": ["Grafiek [{}] is opgeslagen"], + "Chart [{}] has been overwritten": ["Grafiek [{}] is overschreven"], + "Chart [{}] was added to dashboard [{}]": [ + "Grafiek [{}] werd toegevoegd aan dashboard [{}]" ], - "Deleted %(num)d saved query": [ - "%(num)d opgeslagen query verwijderd", - "%(num)d opgeslagen zoekopdrachten verwijderd" + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Dashboard [{}] is zojuist aangemaakt en grafiek [{}] is eraan toegevoegd" ], - "Deleted: %s": ["Verwijderd: %s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "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)" + "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": [ + "" ], - "Description Columns": [""], - "Description text that shows up below your Big Number": [""], - "Deselect all": ["Alles deselecteren"], - "Details": [""], - "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" + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "" ], - "Diamond": [""], - "Did you mean:": ["Bedoelde je:"], - "Difference": [""], - "Dim Gray": [""], - "Dimension": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "Custom Plugins": ["Custom Plugins"], + "Custom Plugin": ["Custom Plugin"], + "Add a Plugin": ["Voeg een Plugin toe"], + "Edit Plugin": ["Bewerk Plugin"], + "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.": [ "" ], - "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.": [ + "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." + ], + "Creator": ["Maker"], + "Datasource": ["Gegevensbron"], + "Last Modified": ["Laatst gewijzigd"], + "Parameters": ["Parameters"], + "Chart": ["Grafiek"], + "Name": ["Naam"], + "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": [ "" ], - "Disable embedding?": [""], - "Disabled": [""], - "Discrete": [""], - "Display Name": ["Toon naam"], - "Display column level subtotal": [""], - "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 CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "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.": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "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.": [ + "Owners is a list of users who can alter the dashboard.": [ + "Eigenaars is een lijst van gebruikers die het dashboard kunnen wijzigen." + ], + "Roles is a list which defines access to the dashboard. Granting a role access to a dashboard will bypass dataset level checks.If no roles are defined, regular access permissions apply.": [ "" ], - "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.": [ + "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" + ], + "Dashboard": ["Dashboard"], + "Title": ["Titel"], + "Slug": ["Slug"], + "Roles": ["Rollen"], + "Published": ["Gepubliceerd"], + "Position JSON": ["Positie JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["JSON Metadata"], + "Export": ["Export"], + "Export dashboards?": ["Export dashboards?"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" + ], + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Delimiter": ["Scheidingsteken"], + ",": [""], + ".": [""], + "Other": [""], + "Fail": ["Fout"], + "Replace": ["Vervang"], + "Append": ["Voeg toe"], + "Skip Initial Space": ["Eerste spatie overslaan"], + "Skip Blank Lines": ["Blanco regels overslaan"], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Decimaal teken"], + "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": [ "" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate column name(s): %(columns)s": [ - "Dubbele kolomnaam (of -namen): %(columns)s" + "Index Column": ["Index Kolom"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Dataframe Index": ["Dataframe Index"], + "Column Label(s)": ["Kolom Label(s)"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ "" ], - "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.": [ + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "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.": [ + "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": [ "" ], - "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." + "Rows to Read": ["Te lezen rijen"], + "Skip Rows": ["Rijen overslaan"], + "Name of table to be created from excel data.": [ + "Naam van de tabel die moet worden aangemaakt op basis van excel-gegevens." ], - "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.": [ + "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)." + ], + "Specify a schema (if database flavor supports this).": [ + "Geef een schema op (als de databasesmaak dit ondersteunt)." + ], + "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).": [ "" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 Table": ["Bewerk tabel"], - "Edit annotation": ["Bewerk aantekening"], - "Edit annotation layer": ["Bewerk de aantekeningenlaag"], - "Edit annotation layer properties": [ - "Eigenschappen aantekeningenlaag bewerken" + "Number of rows to skip at start of file.": [ + "Aantal rijen om over te slaan aan het begin van het bestand." ], - "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:"], - "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." + "Number of rows of file to read.": [ + "Aantal rijen van het te lezen bestand." ], - "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." + "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." ], - "Either the username or the password is wrong.": [ - "Ofwel is de gebruikersnaam ofwel het wachtwoord verkeerd." + "Character to interpret as decimal point.": [ + "Teken te interpreteren als decimaalteken." ], - "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": [ - "" + "Write dataframe index as a column.": [ + "Schrijf dataframe index als een kolom." ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "End": ["Einde"], - "End Longitude & Latitude": [""], - "End angle": [""], - "End date excluded from time range": [ - "Einddatum uitgesloten uit de tijdspanne" + "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.": [ + "" ], - "End date must be after start date": [ - "Einddatum moet na begindatum liggen" + "Name of table to be created from columnar data.": [""], + "Columnar File": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "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.": [ + "Databases": ["Databases"], + "Show Database": ["Toon Database"], + "Add Database": ["Voeg Database toe"], + "Edit Database": ["Bewerk Database"], + "Expose this DB in SQL Lab": ["Expose deze DB in SQL Lab"], + "Operate the database in asynchronous mode, meaning that the queries are executed on remote workers as opposed to on the web server itself. This assumes that you have a Celery worker setup as well as a results backend. Refer to the installation docs for more information.": [ "" ], - "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" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Sta de CREATE TABLE AS optie toe in SQL Lab" ], - "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" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Sta de CREATE VIEW AS optie toe in SQL Lab" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Fout in jinja expressie in RLS filters: %(msg)s" + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Fout in jinja expressie in WHERE clause: %(msg)s" + "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" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Fout in jinja expressie in fetch values predicate: %(msg)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.": [ + "" ], - "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" + "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.": [ + "" ], - "Error: %(error)s": [""], - "Error: %(msg)s": [""], - "Estimate cost": ["Kostenraming"], - "Estimate selected query cost": [ - "Kostenraming van de geselecteerde zoekopdracht" + "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." ], - "Estimate the cost before running a query": [ - "Kostenraming voordat een query wordt uitgevoerd" + "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"], + "Backend": ["Backend"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" ], - "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\"": [ + "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": ["Excel naar Database configuratie"], - "Exclude selected values": [""], - "Excluded roles": [""], - "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'": [ + "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.": [ "" ], - "Experimental": [""], - "Explore": ["Verken"], - "Explore - %(table)s": ["Verken - %(table)s"], - "Explore the result set in the data exploration view": [ - "Verken de resultaten in de gegevensverkenningsweergave" + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "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"], - "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.\" }`.": [ + "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.": [ "" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Extra veld kan niet gedecodeerd worden door JSON. %(msg)s" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Extra parameters for use in jinja templated queries": [ - "Extra parameters voor gebruik in jinja templated queries" + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Columnar to Database configuration": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "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" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "" ], - "Favorite": ["Favoriet"], - "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" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" ], - "Field is required": ["Veld is verplicht"], - "File": ["Bestand"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "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 has default value": [""], - "Filter name": ["Filter naam"], - "Filter only displays values relevant to selections made in other filters.": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Filter results": ["Filter resultaten"], - "Filter type": [""], - "Filter value (case sensitive)": ["Filterwaarde (hoofdlettergevoelig)"], - "Filter value is required": [""], - "Filter value list cannot be empty": [ - "Filterwaardenlijst kan niet leeg zijn" - ], - "Filter your charts": ["Filter je grafieken"], - "Filterable": ["Filterbaar"], - "Filters": ["Filters"], - "Filters by columns": ["Filter op kolommen"], - "Filters by metrics": ["Filter op meeteenheden"], - "Filters for comparison must have a value": [""], - "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').": [ - "" + "Request missing data field.": ["Verzoek om ontbrekend data veld."], + "Duplicate column name(s): %(columns)s": [ + "Dubbele kolomnaam (of -namen): %(columns)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": [ + "Logs": ["Logs"], + "Show Log": ["Toon Log"], + "Add Log": ["Voeg Log toe"], + "Edit Log": ["Bewerk Log"], + "User": ["Gebruiker"], + "Action": ["Actie"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Time Range": [""], + "Time Column": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time": ["Tijd"], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "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.": [ - "" + "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" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "" + "Show info tooltip": [""], + "SQL expression": ["SQL expressie"], + "Label": ["Label"], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "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" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "Rolling window": ["Rollend venster"], + "Rolling function": ["Rolfunctie"], + "None": ["Geen"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "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.": [ - "" + "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" ], - "Force": [""], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "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": [ "" ], - "Force categorical": [""], - "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.": [""], - "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" - ], - "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." - ], - "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, Metrics or Percentage Metrics must have a value": [""], - "Group by": ["Groep per"], - "Groupable": ["Groepeerbaar"], - "Guest user cannot modify chart payload": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Time comparison": ["Tijdsvergelijking"], + "Time shift": ["Time shift"], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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.": [ "" ], - "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": [""], + "Calculation type": ["Soort berekening"], + "Difference": [""], + "Percentage change": [""], + "Ratio": [""], "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": ["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.": [ + "Resample": [""], + "Rule": ["Regel"], + "1 minutely frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "Pandas resample rule": ["Pandas resample regel"], + "Fill method": [""], + "Null imputation": [""], + "Linear interpolation": [""], + "Forward values": [""], + "Backward values": [""], + "Pandas resample method": ["Pandas resample methode"], + "Annotations and Layers": [""], + "Left": [""], + "Top": [""], + "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": [""], + "Query": ["Query"], + "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": [""], + "Yearly seasonality": [""], + "Yes": ["Ja"], + "No": ["Nee"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "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.": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "If a metric is specified, sorting will be done based on the metric value": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "" + "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" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "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": [ "" ], - "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." - ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Color Scheme": [""], + "Contribution Mode": [""], + "Row": ["Rij"], + "Series": ["Series"], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Force categorical": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "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)": [ + "Add dataset columns here to group the pivot table columns.": [""], + "Dimension": [""], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ "" ], - "Impersonate the logged on user": ["De aangemelde gebruiker imiteren"], - "Import": ["Importeer"], - "Import %s": ["Importeer %s"], - "Import Dashboard(s)": ["Importeer Dashboard(s)"], - "Import a table definition": ["Importeer een tabeldefinitie"], - "Import chart failed for an unknown reason": [ - "Import grafiek mislukt om een onbekende reden" - ], - "Import charts": ["Import grafieken "], - "Import dashboard failed for an unknown reason": [ - "Dashboard importeren mislukt om een onbekende reden" - ], - "Import dashboards": ["Importeer dashboards"], - "Import database failed for an unknown reason": [ - "Import database mislukt om een onbekende reden" - ], - "Import dataset failed for an unknown reason": [ - "Import dataset mislukt om een onbekende reden" - ], - "Import datasets": ["Importeer datasets"], - "Import queries": ["Importeer queries"], - "Import saved query failed for an unknown reason.": [ - "Import opgeslagen query mislukt om een onbekende reden." + "Entity": ["Entiteit"], + "This defines the element to be plotted on the chart": [ + "Dit definieert het element dat op de grafiek moet worden uitgezet" ], - "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.": [ + "Filters": ["Filters"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "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 custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity": [""], - "Intensity Radius": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Interval End column": [""], - "Interval bounds": [""], - "Interval colors": [""], - "Interval start column": [""], - "Intervals": [""], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Right Axis Metric": [""], + "Sort by": ["Sorteer op"], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "Invalid JSON": ["Ongeldige JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": ["Ongeldig certificaat"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Bubble Size": [""], + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Invalid cron expression": ["Ongeldige cron expressie"], - "Invalid cumulative operator: %(operator)s": [ - "Ongeldige cumulative operator: %(operator)s" - ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["Ongeldig datum/tijdstempel formaat"], - "Invalid filter operation type: %(op)s": [ - "Ongeldig filterwerkingstype: %(op)s" - ], - "Invalid geodetic string": ["Ongeldige geodetic string"], - "Invalid geohash string": ["Ongeldige geohash string"], - "Invalid input": [""], - "Invalid lat/long configuration.": [ - "Ongeldige breedtegraad/lengtegraad configuratie." - ], - "Invalid longitude/latitude": ["Ongeldige longitude/latitude"], - "Invalid metric object: %(metric)s": [""], - "Invalid numpy function: %(operator)s": [ - "Ongeldige numpy functie: %(operator)s" + "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": [ + "" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Ongeldige opties voor %(rolling_type)s: %(options)s" + "Drop a temporal column here or click": [""], + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [ + "Het type visualisatie dat moet worden weergegeven" ], - "Invalid permalink key": [""], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": ["Ongeldig rolling_type: %(type)s"], - "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.": [ - "" + "Fixed Color": [""], + "Use this to define a static color for all circles": [ + "Gebruik dit om een statische kleur te definiëren voor alle cirkels" ], - "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.": [ + "Linear Color Scheme": [""], + "30 seconds": ["30 seconden"], + "1 minute": ["1 minuut"], + "5 minutes": ["5 minuten"], + "30 minutes": ["30 minuten"], + "1 hour": ["1 uur"], + "week": ["week"], + "month": ["maand"], + "year": ["jaar"], + "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: [\"\"] for empty strings, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Warning: Hive database supports only a single value": [ + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "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.": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "July": ["Juli"], - "June": ["Juni"], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": ["Blijf bewerken"], - "Keyboard shortcuts": [""], - "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 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": [ + "Row limit": ["Rij limiet"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "Least recently modified": ["Meest recente wijziging"], - "Left": [""], - "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"], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Sort Descending": [""], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "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.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "" + "Y Axis Format": ["Y-as Formaat"], + "Currency format": [""], + "Time format": [""], + "The color scheme for rendering chart": [ + "Het kleurenschema voor de rendering grafiek" ], - "Line": [""], - "Line Chart": [""], - "Time-series 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.": [ + "Whether to truncate metrics": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": [""], + "Original value": ["Originele waarde"], + "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": [""], + "Stack Trace:": [""], + "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.": [ "" ], - "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 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 x-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": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "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": [ + "No Results": [""], + "Found invalid orderby options": [""], + "Invalid input": [""], + "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": ["Er is een fout opgetreden"], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": ["uur"], + "day": ["dag"], + "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": [ "" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "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.": [ "" ], - "Manage": ["Beheer"], - "Mandatory": ["Verplicht"], - "Manually set min/max values for the y-axis.": [""], + "Business": [""], + "Comparison": [""], + "Intensity": [""], + "Pattern": [""], + "Report": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Sort by metric": [""], + "Whether to sort results by the selected metric in descending order.": [ + "" + ], + "Number format": [""], + "Choose a number format": [""], + "Source": ["Bron"], + "Choose a source": [""], + "Target": [""], + "Choose a target": [""], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" + ], + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Relational": [""], + "Country": [""], + "Which country to plot the map for?": [""], + "ISO 3166-2 Codes": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "" + ], + "Metric to display bottom title": [""], "Map": [""], - "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.": [ + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "Medium": [""], - "Menu actions trigger": [""], - "Message content": ["Inhoud van het bericht"], + "Additional metadata": [""], "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" - ], - "Metric ascending": [""], - "Metric assigned to the [X] axis": [ - "Meeteenheid toegewezen aan de [X]-as" + "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": [ + "" ], - "Metric assigned to the [Y] axis": [ - "Meeteenheid toegewezen aan de [Y]-as" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "" ], - "Metric change in value from `since` to `until`": [""], - "Metric currency": [""], + "Event Flow": [""], + "Progressive": [""], + "Axis ascending": [""], + "Axis descending": [""], + "Metric ascending": [""], "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 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).": [ + "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": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "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).": [ + "Normalize Across": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "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.": [ "" ], - "Metrics": ["Meeteenheden"], - "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": [""], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "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": [ "" ], - "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": [""], - "Minor ticks": [""], - "Minute": ["Minuut"], - "Minutes %s": [""], - "Missing URL parameters": [""], - "Missing dataset": ["Ontbrekende dataset"], - "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." + "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.": [ + "" ], - "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.": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "Density": [""], + "Predictive": [""], + "Single Metric": [""], + "Deprecated": [""], + "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": [ "" ], - "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" - ], - "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" - ], - "Must have at least one numeric column specified": [ - "Er moet minstens één numerieke kolom gespecificeerd zijn" - ], - "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": [""], + "Contribution": ["Bijdrage"], + "Compute the contribution to the total": [ + "Bereken de bijdrage aan het totaal" ], - "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." + "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 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" + "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.": [ + "" ], - "Name of the target nodes": [""], - "Name of your tag": [""], - "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 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 Data": ["Geen Data"], - "No Results": [""], - "No annotation layers yet": ["Nog geen aantekeningen lagen"], - "No annotation yet": ["Nog geen aantekeningen"], - "No charts": ["Geen grafieken"], - "No compatible columns found": [""], - "No compatible schema found": [""], - "No data": ["Geen data"], - "No data after filtering or data is NULL for the latest time record": [ + "Horizon Chart": [""], + "Dark Cyan": [""], + "Gold": [""], + "Dim Gray": [""], + "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 data in file": ["Geen gegevens in het bestand"], - "No databases match your search": [""], - "No description available.": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "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 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" + "Point Radius Unit": [""], + "Pixels": [""], + "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 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." + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "" ], - "No temporal columns found": [""], - "No time columns": ["Geen tijdskolommen"], - "No validator 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.": [ + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Streets": [""], + "Dark": [""], + "Satellite Streets": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "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.": [ "" ], - "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": [""], + "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": [""], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "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." + "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": [""], + "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 controls to group by. If grouping, latitude and longitude columns must be present.": [ + "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 controls to pivot as columns": [ - "Een of meer bedieningsinstrumenten om als kolommen te pivoteren" + "Rolling Window": [""], + "Rolling Function": [""], + "cumsum": [""], + "Min Periods": [""], + "Time Comparison": [""], + "Time Shift": [""], + "30 days": ["30 dagen"], + "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.": [ + "" ], - "One or many metrics to display": [ - "Eén of vele meeteenheden om weer te geven" + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": ["Methode"], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Partition Chart": [""], + "Categorical": [""], + "Use Area Proportions": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" ], - "One or more columns already exist": ["Een of meer kolommen bestaan al"], - "One or more columns are duplicated": [ - "Een of meer kolommen zijn gedupliceerd" + "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 columns do not exist": ["Een of meer kolommen bestaan niet"], - "One or more metrics already exist": [ - "Een of meer meetgegevens bestaan al" + "Nightingale Rose Chart": [""], + "Advanced-Analytics": [""], + "Multi-Layers": [""], + "Source / Target": [""], + "Choose a source and a target": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "" ], - "One or more metrics are duplicated": [ - "Een of meer meetgegevens zijn gedupliceerd" + "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 metrics do not exist": [ - "Een of meer meeteenheden bestaan niet" + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "" ], - "One or more parameters needed to configure a database are missing.": [ + "Show Bubbles": [""], + "Whether to display bubbles on top of countries": [""], + "Max Bubble Size": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "One or more parameters specified in the query are missing.": [ - "Een of meer in de query opgegeven parameters ontbreken." + "Country Column": [""], + "3 letter code 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.": [ + "" ], - "One ore more annotation layers failed loading.": [ - "Aantekening lagen worden nog steeds geladen." + "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": [""], + "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.": [ + "" ], - "Only SELECT statements are allowed against this database.": [""], - "Only Total": [""], - "Only `SELECT` statements are allowed": [ - "Alleen `SELECT` statements zijn toegestaan" + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [""], + "Contours": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], - "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" + "Weight": [""], + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "" ], - "Only show the total value on the stacked chart, and not show on the selected category": [ + "Spatial": ["Ruimtelijk"], + "GeoJson Settings": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Only single queries supported": [ - "Alleen enkelvoudige query’s worden ondersteund" + "deck.gl Geojson": [""], + "Height": ["Hoogte"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Alleen de volgende bestandsextensies zijn toegestaan: %(allowed_extensions)s" + "deck.gl Grid": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "Intensity Radius": [""], + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "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": [""], - "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.": [ + "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.": [ "" ], - "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 Polygon": [""], + "Category": [""], + "Point Size": [""], + "Point Unit": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ "" ], - "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" + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "" ], - "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.": [ + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "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 Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "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" + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ + "" ], - "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." + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ + "" ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "Password": ["Wachtwoord"], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent Change": [""], - "Percent of total": [""], - "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" + "Legend Format": [""], + "Choose the format for legend values": [""], + "Legend Position": [""], + "Choose the position of the legend": [""], + "Top right": [""], + "Bottom left": [""], + "Bottom right": [""], + "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": [ + "" ], - "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 metric for x, y and size": [ - "Kies een meeteenheid voor x, y en grootte" + "Stroke Color": [""], + "Filled": [""], + "Whether to fill the objects": [""], + "Stroked": [""], + "Whether to display the stroke": [""], + "Extruded": [""], + "Whether to make the grid 3D": [""], + "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": [""], + "geohash (square)": [""], + "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": [""], + "cardinal": [""], + "step-before": [""], + "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.": [ + "" ], - "Pick a metric to display": ["Kies een meeteenheid om weer te geven"], - "Pick a name to help you identify this database.": [ - "Kies een naam om je te helpen deze database te identificeren." + "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.": [ + "" ], - "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 title for you annotation.": [""], - "Pick at least one field for [Series]": [ - "Kies minstens één veld voor [Series]" + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Bar Values": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" ], - "Pick at least one metric": ["Kies ten minste één meeteenheid"], - "Pick exactly 2 columns as [Source / Target]": [ - "Kies precies 2 kolommen als [Bron / Doel]" + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "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.": [ + "" ], - "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.": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Time-series Area Chart (legacy)": [""], + "Continuous": [""], + "Line": [""], + "nvd3": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Pick your favorite markup language": [ - "Kies uw favoriete opmaaktaal (markup language)" + "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.": [ + "" ], - "Pie Chart": [""], - "Pie shape": [""], - "Pin": [""], - "Pivot Table": ["Draaitabel"], - "Pivot operation must include at least one aggregate": [ - "De pivotbewerking moet ten minste één aggregaat omvatten" + "Bar": [""], + "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.": [ + "" ], - "Pivot operation requires at least one index": [ - "Pivot bewerking vereist ten minste één index" + "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.": [ + "" ], - "Pivoted": [""], - "Pixel height of each series": [""], - "Pixels": [""], - "Plain": [""], - "Please DO NOT overwrite the \"filter_scopes\" key.": [""], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "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.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Bar Chart (legacy)": [""], + "Additive": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Label Type": [""], + "Value": ["Waarde"], + "Percentage": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "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 5% threshold.": [ "" ], - "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.": [ + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Frequency": [""], + "Year (freq=AS)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ "" ], - "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" + "Time-series Period Pivot": [""], + "Stack": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Additional padding for legend.": [""], + "Scroll": [""], + "Plain": [""], + "Legend type": [""], + "Bottom": [""], + "Right": [""], + "Show Value": [""], + "Show series values on the chart": [""], + "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": [ + "" ], - "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" + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Tooltip time format": [""], + "Tooltip sort by metric": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ + "" ], - "Please save your chart first, then try creating a new email report.": [ + "Tooltip": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "X Axis Bounds": [""], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "Please select both a Dataset and a Chart type to proceed": [""], - "Please use 3 different metric labels": [ - "Gelieve 3 verschillende meeteenheid labels te gebruiken" + "Minor ticks": [""], + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "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": [ + "" ], - "Plot the distance (like flight paths) between origin and destination.": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "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.": [ + "Big Number Font Size": [""], + "Tiny": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ "" ], - "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": [""], - "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." + "Percent Difference format": [""], + "Comparison font size": [""], + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Port out of range 0-65535": [""], - "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.": [ + "Big Number with Time Period Comparison": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "Date format": [""], + "Force date format": [""], + "Use date formatting even when metric value is not a timestamp": [""], + "Apply conditional color formatting to metric": [""], + "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.": [ "" ], - "Predictive": [""], - "Predictive Analytics": [""], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Preview"], - "Preview: `%s`": ["Preview: `%s`"], - "Previous": ["Vorige"], - "Primary": [""], - "Primary Metric": [""], - "Primary key": [""], - "Primary or secondary y-axis": [""], - "Primary y-axis Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Proceed": [""], - "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": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" + "A Big Number": [""], + "With a subheader": [""], + "Big Number": ["Groot Getal"], + "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.": [ + "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" + "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": [ + "" ], - "Recently modified": ["Recent gewijzigd"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier verschijnen" + "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.": [ + "" ], - "Recents": ["Recente"], - "Recipients are separated by \",\" or \";\"": [ - "Ontvangers worden gescheiden door “,” of “;”" + "Big Number with Trendline": ["Groot getal met trendlijn"], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ + "" ], - "Recommended tags": [""], - "Record Count": ["Record Aantal"], - "Rectangle": [""], - "Redirects to this endpoint when clicking on the table from the table list": [ + "ECharts": [""], + "Bubble size number format": [""], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "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.": [ + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "Refer to the": [""], - "Referenced columns not available in DataFrame.": [ - "Kolommen waarnaar wordt verwezen zijn niet beschikbaar in DataFrame." + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "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": [""], - "Regular": [""], - "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.": [ + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "Labels": [""], + "Value and Percentage": [""], + "What should be shown as the label": [""], + "What should be shown as the tooltip label": [""], + "Whether to display the labels.": [""], + "Show Tooltip Labels": [""], + "Whether to display the tooltip 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.": [ "" ], - "Relational": [""], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative period": [""], - "Relative quantity": ["Relatieve hoeveelheid"], - "Remove": ["Verwijder"], - "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." + "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": [ + "" ], - "Report Schedule could not be updated.": [ - "Rapportage planning kon niet worden bijgewerkt." + "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": [ + "" ], - "Report Schedule delete failed.": [ - "Rapportage planning verwijderen mislukt." + "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.": [ + "" ], - "Report Schedule execution failed when generating a csv.": [ - "Rapportage planning mislukt bij het genereren van een csv." + "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.": [ + "" ], - "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." + "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 Schedule execution got an unexpected error.": [ - "Rapportage planning uitvoering kreeg een onverwachte fout." + "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.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "Rapportage planning werkt nog steeds, weigert om opnieuw te berekenen." + "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": [ + "" ], - "Report Schedule log prune failed.": [ - "Rapportage planning log prune mislukt." + "Edge width": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" ], - "Report Schedule not found.": ["Rapportage planning niet gevonden."], - "Report Schedule parameters are invalid.": [ - "De parameters van het rapportageplanning zijn ongeldig." + "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.": [ + "" ], - "Report Schedule reached a working timeout.": [ - "Rapportage planning heeft een werk time-out bereikt." + "Graph Chart": [""], + "Structural": [""], + "Legend Type": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], + "Whether to sort descending or ascending": [ + "Aflopend of oplopend sorteren" ], - "Report Schedule state not found": [ - "Rapport Schedule state niet gevonden" + "Series type": [""], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ + "" + ], + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "" + ], + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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).": [ + "" + ], + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Whether to display the aggregate count": [""], + "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.": [ + "" ], - "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 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.": [ + "Pie Chart": [""], + "Total: %s": [""], + "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.": [ "" ], - "Return to specific datetime.": [ - "Terugkeren naar specifieke datum/tijd." + "Radar Chart": [""], + "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": [ + "" ], - "Reverse Lat & Long": [""], - "Reverse lat/long ": ["Omgekeerde breedtegraad/lengtegraad "], - "Rich Tooltip": [""], - "Rich tooltip": [""], - "Right": [""], - "Right Axis Format": [""], - "Right Axis Metric": [""], - "Right axis metric": ["Meeteenheid rechteras"], - "Right to Left": [""], - "Right value": [""], - "Right-click on a dimension value to drill to detail by that value.": [ + "When only a primary metric is provided, a categorical color scale is used.": [ "" ], - "Role": ["Rol"], - "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.": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "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.": [ + "Hierarchy": [""], + "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.": [ "" ], - "Rolling Function": [""], - "Rolling Window": [""], - "Rolling function": ["Rolfunctie"], - "Rolling window": ["Rollend venster"], - "Root certificate": ["Root certificaat"], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "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.": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Sunburst Chart": [""], + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Row limit": ["Rij limiet"], - "Rows": ["Rijen"], - "Rows per page, 0 means no pagination": [""], - "Rows subtotal position": [""], - "Rows to Read": ["Te lezen rijen"], - "Rule": ["Regel"], - "Rule added": [""], - "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.": [ + "Generic Chart": [""], + "zoom area": [""], + "restore zoom": [""], + "Series Style": [""], + "Area chart opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "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:": ["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" + "Area Chart": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "Axis Bounds": [""], + "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.": [ + "" ], - "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." + "Chart Orientation": [""], + "Vertical": [""], + "Horizontal": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Chart": [""], + "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.": [ + "" ], - "Saved query not found.": ["Opgeslagen query niet gevonden."], - "Saved query parameters are invalid.": [ - "Opgeslagen query parameters zijn ongeldig." + "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.": [ + "" ], - "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.": [ + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "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" + "Step type": [""], + "Start": ["Start"], + "End": ["Einde"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": ["Scoping"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "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 box": [""], - "Search by query text": ["Zoek op querytekst"], - "Search...": ["Zoek…"], - "Second": ["Seconde"], - "Secondary": [""], - "Secondary Metric": [""], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Seconds %s": [""], - "Secure Extra": ["Secure Extra"], - "Secure extra": ["Secure extra"], - "Security": ["Beveiliging"], - "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." + "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.": [ + "" ], - "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 metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "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 intermediate 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.": [ "" ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "Tree Chart": [""], + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "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 ": [ + "Treemap": ["Treemap"], + "Total": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "Select filter": [""], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "page_size.all": [""], + "Loading...": ["Bezig met laden…"], + "Write a handlebars template to render the data": [""], + "must have a value": [""], + "A handlebars template that is applied to the data": [""], + "Include time": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "Select operator": [""], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select owners": [""], - "Select saved metrics": [""], - "Select schema or type to search schemas": [""], - "Select scheme": [""], - "Select subject": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Percentage metrics": [""], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "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.": [ + "Ordering": [""], + "Order results by selected columns": [""], + "Sort descending": ["Sorteer aflopend"], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Query mode": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "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).": [ "" ], - "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.": [ + "Aggregation function": [""], + "Count Unique Values": [""], + "Sum": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Minimum": [""], + "Maximum": [""], + "First": [""], + "Last": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "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" + "Show rows total": [""], + "Display row level total": [""], + "Show rows subtotal": [""], + "Display row level subtotal": [""], + "Show columns total": [""], + "Display column level total": [""], + "Show columns subtotal": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Combine metrics": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "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": [""], + "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.": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Pivot Table": ["Draaitabel"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Timestamp format": [""], + "Page length": [""], + "Search box": [""], + "Whether to include a client-side search box": [""], + "Cell bars": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "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 Table": ["Toon tabel"], - "Show Timestamp": [""], - "Show Tooltip Labels": [""], - "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.": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "Show all columns": [""], - "Show all...": [""], - "Show axis line ticks": [""], - "Show cell bars": [""], - "Show columns subtotal": [""], - "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.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "Show info tooltip": [""], - "Show label": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less columns": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "Show only my charts": [""], - "Show percentage": [""], - "Show pointer": [""], - "Show progress": [""], - "Show rows subtotal": [""], - "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": [""], + "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.": [ "" ], - "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.": [ - "" + "N/A": [""], + "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" ], - "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.": [ + "Your query could not be scheduled": ["Uw vraag kon niet worden gepland"], + "Failed at retrieving results": ["Fout bij het ophalen van resultaten"], + "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.": [ "" ], - "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.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "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": [""], - "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.": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "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" + "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." ], - "Sorry there was an error fetching saved charts: ": [ - "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " + "An error occurred while fetching tab state": [ + "Er is een fout opgetreden tijdens het ophalen van de tabbladstatus" ], - "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." + "An error occurred while removing tab. Please contact your administrator.": [ + "" ], - "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." + "An error occurred while removing query. Please contact your administrator.": [ + "" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Sorry, uw browser ondersteunt het kopiëren niet. Gebruik Ctrl / Cmd + C!" + "Your query could not be saved": [ + "Uw zoekopdracht kon niet worden opgeslagen" ], - "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)." + "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" ], - "Specify name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ "" ], - "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 angle": [""], - "Start at (UTC)": ["Start op (UTC)"], - "Start date included in time range": [ - "Begindatum opgenomen in de tijdspanne" - ], - "Start y-axis at 0": [""], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "" + "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." ], - "State": ["Status"], - "Statement %(statement_num)s out of %(statement_count)s": [""], - "Statistical": [""], - "Status": ["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.": [ - "" + "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." ], - "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" + "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." ], - "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)." + "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." ], - "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": [""], - "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 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." + "Shared query": ["Gedeelde zoekopdracht"], + "The datasource couldn't be loaded": [ + "De datasource kon niet geladen worden" ], - "Superset encountered an unexpected error.": [ - "Er is een onverwachte fout opgetreden in Superset." + "An error occurred while creating the data source": [ + "Er is een fout opgetreden bij het aanmaken van de gegevensbron" ], - "Supported databases": [""], - "Survey Responses": [""], - "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.": [ - "" + "An error occurred while fetching function names.": [ + "Er is een fout opgetreden bij het ophalen van functienamen." ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Symbol size": [""], - "Sync columns from source": ["Synchroniseer kolommen van bron"], - "Syntax": ["Syntax"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "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.": [ "" ], - "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" + "Primary key": [""], + "Foreign key": [""], + "Estimate selected query cost": [ + "Kostenraming van de geselecteerde zoekopdracht" ], - "Table Exists": ["De tabel bestaat reeds"], - "Table Name": ["Tabel Naam"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "" + "Estimate cost": ["Kostenraming"], + "Cost estimate": ["Kostenraming"], + "Creating a data source and creating a new tab": [ + "Een gegevensbron maken en een nieuw tabblad maken" ], - "Table cache timeout": [""], - "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.": [ - "" + "Explore the result set in the data exploration view": [ + "Verken de resultaten in de gegevensverkenningsweergave" ], - "Tables": ["Tabellen"], - "Tabs": ["Tabs"], - "Tabular": [""], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tagged %s %ss": [""], - "Tags": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "" + "Source SQL": ["Bron SQL"], + "Executed SQL": [""], + "Run query": ["Zoekopdracht uitvoeren"], + "Stop query": ["Query stoppen"], + "New tab": ["Nieuw tabblad"], + "Keyboard shortcuts": [""], + "State": ["Status"], + "Duration": ["Duur"], + "Results": ["Resultaten"], + "Actions": ["Acties"], + "Success": ["Succes"], + "Failed": ["Mislukt"], + "Running": ["Running"], + "Fetching": [""], + "Offline": ["Offline"], + "Scheduled": ["Gepland"], + "Unknown Status": [""], + "Edit": ["Bewerk"], + "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" ], - "Target": [""], - "Target Color": [""], - "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.": [ + "Run query in a new tab": ["Query uitvoeren in een nieuw tabblad"], + "Remove query from log": ["Verwijder de query uit de log"], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["Opslaan en verkennen"], + "Overwrite & Explore": ["Overschrijven en verkennen"], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": ["Download naar CSV"], + "Copy to Clipboard": ["Kopieer naar Klembord"], + "Filter results": ["Filter resultaten"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "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.": [ "" ], - "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.": [ + "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 CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "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.": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "" + "Track job": ["Track job"], + "See query details": [""], + "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"], + "Stop": ["Stop"], + "Run selection": ["Selectie uitvoeren"], + "Run": ["Uitvoeren"], + "Stop running (Ctrl + x)": ["Stop de uitvoering (Ctrl + x)"], + "Run query (Ctrl + Return)": ["Query uitvoeren (Ctrl + Return)"], + "Save": ["Opslaan"], + "An error occurred saving dataset": [ + "Er is een fout opgetreden bij het opslaan van dataset" ], - "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?": [ - "" + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": ["Opslaan als nieuw"], + "Undefined": ["Ongedefinieerd"], + "Save as": ["Opslaan als"], + "Save query": ["Zoekopdracht opslaan"], + "Cancel": ["Annuleer"], + "Update": ["Update"], + "Label for your query": ["Label voor uw zoekopdracht"], + "Write a description for your query": [ + "Schrijf een omschrijving voor uw zoekopdracht." ], - "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.": [ - "" + "Submit": [""], + "Schedule query": ["Query planning"], + "Schedule": ["Planning"], + "There was an error with your request": [ + "Er is een fout opgetreden in uw verzoek." ], - "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.": [ - "" + "Please save the query to enable sharing": [ + "Sla de query op om te kunnen delen" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "The color of the isoline": [""], - "The color scheme for rendering chart": [ - "Het kleurenschema voor de rendering grafiek" + "Copy query link to your clipboard": [ + "Kopieer query link naar uw klembord" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "" + "Save the query to enable this feature": [ + "Sla de query op om deze functie in te schakelen" ], - "The column was deleted or renamed in the database.": [ - "De kolom werd verwijderd of hernoemd in de database." + "Copy link": ["Kopieer link"], + "Run a query to display results": [""], + "No stored results found, you need to re-run your query": [ + "Geen opgeslagen resultaten gevonden, u moet uw query opnieuw uitvoeren" ], - "The country code standard that Superset should expect to find in the [country] column": [ - "" + "Query history": ["Geschiedenis van de opzoeking"], + "Preview: `%s`": ["Preview: `%s`"], + "Schedule the query periodically": ["Plan de zoekopdracht periodiek"], + "You must run the query successfully first": [ + "U moet de query eerst succesvol uitvoeren" ], - "The dashboard has been saved": ["Het dashboard is opgeslagen"], - "The data source seems to have been deleted": [ - "De gegevensbron lijkt te zijn verwijderd" + "Render HTML": [""], + "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 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.": [ - "" + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Create": ["Maak"], + "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 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.": [ - "" + "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)"], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [ + "Er is een fout opgetreden tijdens het ophalen van de metagegevens van de tabel" ], - "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." + "Copy partition query to clipboard": [ + "Kopieer partitie query naar klembord" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "" + "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 database returned an unexpected error.": [ - "De database gaf een onverwachte foutmelding." + "Show CREATE VIEW statement": ["Toon CREATE VIEW statement"], + "CREATE VIEW statement": ["CREATE VIEW statement"], + "Remove table preview": ["Verwijder tabel preview"], + "below (example:": [""], + "), and they become available in your SQL (example:": [""], + "by using": [""], + "Edit template parameters": ["Bewerk template parameters"], + "Parameters ": [""], + "Invalid JSON": ["Ongeldige JSON"], + "Untitled query": ["Naamloze zoekopdracht"], + "%s%s": ["%s%s"], + "Control": [""], + "Before": [""], + "After": [""], + "Click to see difference": ["Klik om het verschil te zien"], + "Altered": ["Gewijzigd"], + "Chart changes": ["Veranderingen in de grafiek"], + "Loaded data cached": ["Geladen gegevens in de cache"], + "Loaded from cache": ["Geladen uit de cache"], + "Click to force-refresh": ["Klik om te herladen"], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "" ], - "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.": [ + "click here": [""], + "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 dataset associated with this chart no longer exists": [ - "De dataset die bij deze grafiek hoort bestaat niet meer" + "An error occurred while loading the SQL": [ + "Er is een fout opgetreden bij het laden van de SQL" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "Sorry, an error occurred": [""], + "Updating chart was stopped": [""], + "An error occurred while rendering the visualization: %s": [""], + "Network error.": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "You can also just click on the chart to apply cross-filter.": [""], + "You can't apply cross-filter on this data point.": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Failed to generate chart edit URL": [""], + "Close": ["Sluit"], + "Failed to load chart data.": [""], + "Drill by: %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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 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." - ], - "The datasource couldn't be loaded": [ - "De datasource kon niet geladen worden" - ], - "The datasource is too large to query.": [ - "De gegevensbron is te groot om te bevragen." - ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "The distance between cells, in pixels": [""], - "The encoding format of the lines": [""], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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." + "Drill to detail: %s": [""], + "No rows were returned for this dataset": [""], + "Copy": [""], + "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 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." + "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": [""], + "minute": ["minuut"], + "reboot": ["herstart"], + "Every": ["Elke"], + "in": ["in"], + "on": ["op"], + "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": [""], + "Force refresh schema list": ["Forceer vernieuwen schema lijst"], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "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 host might be down, and can't be reached on the provided port.": [ - "" + "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 hostname \"%(hostname)s\" cannot be resolved.": [ - "De hostnaam “%(hostname)s” kan niet worden opgelost." + "dataset": ["dataset"], + "Connection": [""], + "Proceed": [""], + "Warning!": ["Waarschuwing!"], + "Search / Filter": ["Zoek / Filter"], + "Add item": ["Voeg item toe"], + "BOOLEAN": [""], + "Physical (table or view)": ["Fysiek (tabel of overzicht)"], + "Virtual (SQL)": ["Virtueel (SQL)"], + "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 hostname provided can't be resolved.": [ - "De opgegeven hostnaam kan niet worden gevonden." + "Python datetime string pattern": ["Python datetime string patroon"], + " expression which needs to adhere to the ": [ + " uitdrukking die moet voldoen aan de " ], - "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'": [ + "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 lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "" + "Certified By": [""], + "Person or group that has certified this metric": [ + "Persoon of groep die deze meetwaarde heeft gecertificeerd" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "" + "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 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." + "Invalid currency code in saved metrics": [""], + "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 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." + "Autocomplete filters": ["Autocomplete filters"], + "Whether to populate autocomplete filters options": [ + "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "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 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": [ + "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 number color \"steps\"": [""], + "Cache timeout": ["Cache timeout"], + "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 number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "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.": [ - "" + "": [""], + "Click the lock to make changes.": [ + "Klik op het slotje om wijzigingen aan te brengen." ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "" + "Click the lock to prevent further changes.": [ + "Klik op het slotje om verdere wijzigingen te voorkomen." ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "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 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.": [ + "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 number of seconds before expiring the cache": [ - "Het aantal seconden voor het verstrijken van de 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." + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Het opgegeven wachtwoord voor gebruikersnaam “%(username)s” is onjuist." + "D3 format": ["D3 formaat"], + "Metric currency": [""], + "Select or type currency symbol": [""], + "Warning": ["Waarschuwing"], + "Optional warning about use of this metric": [ + "Optionele waarschuwing voor het gebruik van deze meeteenheid" ], - "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.": [ + "Be careful.": ["Pas op."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ "" ], - "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.": [ + "Sync columns from source": ["Synchroniseer kolommen van bron"], + "Calculated columns": ["Berekende kolommen"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL 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.": [ - "" + "": [""], + "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 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.": [ - "" + "Are you sure you want to save and apply changes?": [ + "Weet u zeker dat u de wijzigingen wilt opslaan en toepassen?" ], - "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.": [ + "Confirm save": ["Opslaan bevestigen"], + "OK": ["OK"], + "Edit Dataset ": ["Bewerk Dataset "], + "Use legacy datasource editor": ["Gebruik de legacy datasource editor"], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], - "The pattern of timestamp format. For strings use ": [ - "Het patroon van het timestamp formaat. Voor tekenreeksen gebruik je " + "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 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.": [ - "" + "No databases match your search": [""], + "There are no databases available": [""], + "here": [""], + "Unexpected error": ["Onverwachte fout"], + "This may be triggered by:": ["Dit kan veroorzaakt worden door:"], + "%(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"], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": ["Bedoelde je:"], + "Parameter error": ["Parameter fout"], + "%(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" ], - "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.": [ + "Cell content": ["Cel inhoud"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "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 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.": [ + "OVERWRITE": ["OVERSCHRIJVEN"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": ["Overschrijven"], + "Import": ["Importeer"], + "Import %s": ["Importeer %s"], + "Last Updated %s": ["Laatst bijgewerkt %s"], + "Sort": [""], + "+ %s more": [""], + "%s Selected": ["%s Geselecteerd"], + "Deselect all": ["Alles deselecteren"], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "No Data": ["Geen Data"], + "%s-%s of %s": ["%s-%s van %s"], + "Type a value": [""], + "Filter": [""], + "Select or type a value": [""], + "Last modified": ["Laatst gewijzigd"], + "Modified by": ["Gewijzigd door"], + "Created by": ["Gecreëerd door"], + "Created on": ["Gemaakt op"], + "Menu actions trigger": [""], + "Select ...": ["Selecteer …"], + "Reset": [""], + "Invert current page": [""], + "Click to cancel sorting": [""], + "There was an error loading the tables": [""], + "See table schema": ["Zie tabel schema"], + "Force refresh table list": ["Forceer vernieuwen tabel lijst"], + "Timezone selector": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "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.": [ - "" + "Can not move top level tab into nested tabs": [ + "Kan bovenste tabblad niet in geneste tabbladen verplaatsen" ], - "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.": [ - "" + "This chart has been moved to a different filter scope.": [ + "Deze grafiek is verplaatst naar een ander filterbereik." ], - "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.": [ - "" + "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." ], - "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": [ - "" + "There was an issue favoriting this dashboard.": [ + "Er was een probleem met het promoten van dit dashboard." ], - "The report has been created": [""], - "The result of this query should be a numeric-esque value": [""], - "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.": [ - "" + "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." ], - "The rich tooltip shows a list of all series for that point in time": [ - "" + "[ untitled dashboard ]": [""], + "This dashboard was saved successfully.": [ + "Dit dashboard is succesvol opgeslagen." ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "" + "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" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "Het schema werd verwijderd of hernoemd in de database." + "Could not fetch all saved charts": [ + "Kon niet alle opgeslagen grafieken ophalen" ], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ - "" + "Sorry there was an error fetching saved charts: ": [ + "Sorry er was een fout bij het ophalen van de opgeslagen grafieken: " ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Elk kleurenpalet dat hier wordt geselecteerd zal de kleuren overschrijven die worden toegepast op de individuele grafieken van dit dashboard" + ], + "You have unsaved changes.": ["Je hebt niet opgeslagen wijzigingen."], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "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.": [ + "Create a new chart": ["Maak een nieuwe grafiek"], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "The table was deleted or renamed in the database.": [ - "De tabel werd verwijderd of hernoemd in de database." + "Delete this container and save to remove this message.": [ + "Verwijder deze container en sla op om dit bericht te verwijderen." ], - "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": [ - "" + "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?" ], - "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`": [ - "" + "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" ], - "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`": [ + "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"], + "Create new chart": ["Maak een nieuwe grafiek"], + "Filter your charts": ["Filter je grafieken"], + "Sort by %s": [""], + "Show only my charts": [""], + "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.": [ "" ], - "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.": [ - "" + "Added": ["Toegevoegd"], + "Viz type": ["Viz type"], + "Dataset": ["Dataset"], + "Superset chart": ["Superset grafiek"], + "Check out this chart in dashboard:": [ + "Kijk naar deze grafiek in het dashboard:" ], - "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.": [ - "" + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [ + "Er is een fout opgetreden tijdens het ophalen van beschikbare CSS templates" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "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": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "The time unit used for the grouping of blocks": [""], - "The type of visualization to display": [ - "Het type visualisatie dat moet worden weergegeven" - ], - "The unit of measure for the specified point radius": [""], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "De gebruiker lijkt te zijn verwijderd" + "Configure this dashboard to embed it into an external web application.": [ + "" ], - "The user/password combination is not valid (Incorrect password for user).": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "The username \"%(username)s\" does not exist.": [ - "De gebruikersnaam “%(username)s” bestaat niet." + "Enable embedding": [""], + "This dashboard is currently auto refreshing; the next auto refresh will be in %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 Isoline in pixels": [""], - "The width of the lines": [""], - "There are associated alerts or reports": [ - "Er zijn geassocieerde waarschuwingen of rapporten" + "Your dashboard is too large. Please reduce its size before saving it.": [ + "" ], - "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." + "Redo the action": [""], + "Edit dashboard": ["Bewerk dashboard"], + "Superset dashboard": ["Superset dashboard"], + "Check out this dashboard: ": ["Kijk naar dit dashboard:"], + "Refresh dashboard": ["Vernieuw dashboard"], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": ["Eigenschappen bewerken"], + "Edit CSS": ["Bewerk CSS"], + "Share": ["Deel"], + "Set filter mapping": ["Filter toewijzing instellen"], + "Set auto-refresh interval": ["Stel auto-refresh in"], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Apply": ["Toepassen"], + "Error": [""], + "A valid color scheme is required": [ + "Een geldig kleurenschema is vereist" ], - "There are unsaved changes.": [""], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "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.": [ "" ], - "There is no chart definition associated with this component, could it have been deleted?": [ + "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, regular access permissions apply.": [ "" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Dashboard properties": ["Dashboard eigenschappen"], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "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:" - ], - "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 deleting %s: %s": [ - "Er was een probleem met het verwijderen van %s: %s" - ], - "There was an issue deleting the selected %s: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde %s: %s" + "Basic information": ["Basis informatie"], + "URL slug": ["URL slag"], + "A readable URL for your dashboard": [ + "Een leesbare URL voor uw dashboard" ], - "There was an issue deleting the selected annotations: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde aantekeningen: %s" + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": ["JSON metadata"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "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." ], - "There was an issue deleting the selected charts: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde grafieken: %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 deleting the selected dashboards: ": [ - "Er was een probleem met het verwijderen van de geselecteerde dashboards: " + "This dashboard is published. Click to make it a draft.": [ + "Dit dashboard is gepubliceerd. Klik op om er een ontwerp van te maken." ], - "There was an issue deleting the selected datasets: %s": [ - "Er was een probleem bij het verwijderen van de geselecteerde datasets: %s" + "Draft": ["Draft"], + "Annotation layers are still loading.": [ + "Aantekening lagen worden nog steeds geladen." ], - "There was an issue deleting the selected layers: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" + "One ore more annotation layers failed loading.": [ + "Aantekening lagen worden nog steeds geladen." ], - "There was an issue deleting the selected queries: %s": [ - "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "" ], - "There was an issue deleting the selected templates: %s": [ - "Er was een probleem met het verwijderen van de geselecteerde templates: %s" + "Data refreshed": [""], + "Cached %s": ["Cached %s"], + "Fetched %s": ["Opgehaald %s"], + "Query %s: %s": [""], + "Force refresh": ["Vernieuwen forceren"], + "View query": ["Bekijk zoekopdracht"], + "Share chart by email": ["Deel grafiek per e-mail"], + "Check out this chart: ": [""], + "Export to full .CSV": [""], + "Download as image": ["Download als afbeelding"], + "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." ], - "There was an issue deleting: %s": [ - "Er was een probleem bij het verwijderen van: %s" + "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." ], - "There was an issue favoriting this dashboard.": [ - "Er was een probleem met het promoten van dit dashboard." + "This markdown component has an error. Please revert your recent changes.": [ + "" ], - "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." + "Empty row": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "edit mode": [""], + "Delete dashboard tab?": ["Dashboard tabblad verwijderen?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "" ], - "There was an issue fetching your recent activity: %s": [ - "Er was een probleem bij het ophalen van uw recente activiteit: %s" + "button (cmd + z) until you save your changes.": [""], + "CANCEL": ["ANNULEER"], + "Divider": ["Verdeler"], + "Header": ["Header"], + "Text": [""], + "Tabs": ["Tabs"], + "background": [""], + "Preview": ["Preview"], + "Sorry, something went wrong. Try again later.": [ + "Sorry, er ging iets mis. Probeer het later nog eens." ], - "There was an issue previewing the selected query %s": [ - "Er was een probleem met het bekijken van de geselecteerde query %s" + "Unknown value": [""], + "Add/Edit Filters": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "There was an issue previewing the selected query. %s": [ - "Er was een probleem met het bekijken van de geselecteerde query. %s" + "Apply filters": [""], + "Clear all": ["Wis alles"], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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.": [ + "All charts": ["Alle grafieken"], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "Cannot load filter": ["Kan filter niet laden"], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "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.": [ + "Scope": [""], + "Filter type": [""], + "Title is required": [""], + "(Removed)": ["(Verwijderd)"], + "Undo?": ["Ongedaan maken?"], + "Add filters and dividers": [""], + "Cyclic dependency detected": [""], + "Add and edit filters": [""], + "Column select": [""], + "Select a column": [""], + "No compatible columns found": [""], + "Value is required": [""], + "(deleted or invalid type)": [""], + "Add filter": ["Filter toevoegen"], + "Values are dependent on other filters": [""], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "This action will permanently delete %s.": [ - "Deze actie zal %s permanent verwijderen." + "Values dependent on": [""], + "Scoping": ["Scoping"], + "Filter Configuration": [""], + "Filter Settings": [""], + "Select filter": [""], + "Range filter": [""], + "Numerical range": [""], + "Time filter": [""], + "Time range": ["Tijdsspanne"], + "Time column": [""], + "Time grain": [""], + "Group By": [""], + "Group by": ["Groep per"], + "Pre-filter is required": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": ["Filter naam"], + "Name is required": ["Naam is vereist"], + "Filter Type": ["Filter Type"], + "Datasets do not contain a temporal column": [""], + "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.": [ + "" ], - "This action will permanently delete the layer.": [ - "Deze actie zal de laag permanent verwijderen." + "Dataset is required": ["Dataset is vereist"], + "Pre-filter available values": [""], + "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.": [ + "" ], - "This action will permanently delete the saved query.": [ - "Deze actie zal de opgeslagen query permanent verwijderen." + "Pre-filter": [""], + "No filter": [""], + "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 action will permanently delete the template.": [ - "Deze actie zal de template permanent verwijderen." + "Sort metric": ["Sorteer meeteenheid"], + "Single Value": [""], + "Single value type": [""], + "Exact": [""], + "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 can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "This chart has been moved to a different filter scope.": [ - "Deze grafiek is verplaatst naar een ander filterbereik." + "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 chart is managed externally, and can't be edited in Superset": [""], + "All panels with this column will be affected by this filter": [ + "Alle panelen met deze kolom zullen door deze filter worden beïnvloed" + ], + "All panels": [""], "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ - "" + "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 color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "White": [""], + "All filters": ["Alle filters"], + "Medium": [""], + "Tab title": ["Titel tabblad"], + "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 column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "Equal to (=)": [""], + "Less than (<)": [""], + "Like": [""], + "Is true": [""], + "Is false": [""], + "Time granularity": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "" + "One or many metrics to display": [ + "Eén of vele meeteenheden om weer te geven" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "" + "Fixed color": ["Vaste kleur"], + "Right axis metric": ["Meeteenheid rechteras"], + "Choose a metric for right axis": [ + "Kies een meeteenheid voor de rechteras" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "" + "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 dashboard is managed externally, and can't be edited in Superset": [ + "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`": [ "" ], - "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 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.": [ "" ], - "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." + "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 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." + "Limits the number of rows that get displayed.": [""], + "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 dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "This dashboard was saved successfully.": [ - "Dit dashboard is succesvol opgeslagen." + "Metric assigned to the [X] axis": [ + "Meeteenheid toegewezen aan de [X]-as" ], - "This database is managed externally, and can't be edited in Superset": [ - "" + "Metric assigned to the [Y] axis": [ + "Meeteenheid toegewezen aan de [Y]-as" ], - "This database table does not contain any data. Please select a different table.": [ + "Bubble size": ["Bubbelgrootte"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "This dataset is managed externally, and can't be edited in Superset": [ + "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": [""], + "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?": [ "" ], - "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" - ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "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.": [ - "Dit veld werkt als een Superset view, wat betekent dat Superset een query zal uitvoeren tegen deze string als een subquery." + "Continue": [""], + "Clear form": [""], + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "This filter might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ + "Customize": ["Pas aan"], + "Generating link, please wait..": [""], + "Chart height": [""], + "Save (Overwrite)": ["Opslaan (overschrijven)"], + "Chart name": ["Grafiek naam"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["Toevoegen aan het dashboard"], + "Select a dashboard": [""], + "Select": [""], + "Save & go to dashboard": ["Opslaan en naar dashboard gaan"], + "Save chart": ["Grafiek opslaan"], + "Formatted date": [""], + "Column Formatting": [""], + "Expand data panel": [""], + "No samples were returned for this dataset": [""], + "No results": [""], + "Showing %s of %s": ["Weergave %s van %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": ["Zoek meeteenheden & kolommen"], + "Unable to retrieve dashboard colors": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "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).": [ + "Not available": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "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": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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 markdown component has an error.": [ - "Deze markdown component heeft een fout." - ], - "This markdown component has an error. Please revert your recent changes.": [ - "" + "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 is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ + "Chart properties updated": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "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" - ], - "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"], + "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": [ + "The row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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." + "Invalid lat/long configuration.": [ + "Ongeldige breedtegraad/lengtegraad configuratie." ], - "This will remove your current embed configuration.": [""], - "Threshold": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": ["Donderdag"], - "Time": ["Tijd"], - "Time Column": [""], - "Time Comparison": [""], - "Time Format": [""], - "Time Grain": [""], - "Time Grain must be specified when using Time Shift.": [""], - "Time Granularity": [""], - "Time Range": [""], - "Time Series": [""], - "Time Series - Bar Chart": ["Tijdreeks - Staafdiagram"], - "Time Series - Line Chart": ["Tijdreeks - Lijngrafiek"], - "Time Series - Nightingale Rose Chart": [ - "Tijdreeks - Nightingale Rose grafiek" + "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" ], - "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" + "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 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)": [ - "" + "Geohash": ["Geohash"], + "textarea": ["tekstveld"], + "in modal": ["in modal"], + "Sorry, An error occurred": ["Sorry, er is een fout opgetreden"], + "Open in SQL Lab": ["Open in SQL Lab"], + "Failed to verify select options: %s": [ + "Mislukt bij het verifiëren van geselecteerde opties: %s" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Annotation layer": ["Aantekeningenlaag"], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "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].": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "Time-series Percent Change": [""], - "Time-series Period Pivot": [""], - "Time-series Table": ["Time-series Table"], - "Timeout error": ["Timeout fout"], - "Timestamp format": [""], - "Timezone": [""], - "Timezone offset (in hours) for this datasource": [ - "Tijdzone-offset (in uren) voor deze databron" - ], - "Timezone selector": [""], - "Tiny": [""], - "Title": ["Titel"], + "Annotation layer value": [""], + "Bad formula.": [""], + "Annotation Slice Configuration": ["Configuratie van Aantekening sectie"], + "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": [""], - "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." - ], - "To get a readable URL for your dashboard": [ - "Om een leesbare URL voor uw dashboard te krijgen" - ], - "Tooltip": [""], - "Tooltip sort by metric": [""], - "Tooltip time format": [""], - "Top": [""], - "Top right": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": [""], - "Totals": [""], - "Track job": ["Track job"], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree Chart": [""], - "Tree layout": [""], - "Tree orientation": [""], - "Treemap": ["Treemap"], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": ["Trigger waarschuwing als…"], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "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.": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "Try different criteria to display results.": [""], - "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": [""], - "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.": [ - "" + "Display configuration": ["Weergave configuratie"], + "Configure your how you overlay is displayed here.": [ + "Configureer hier hoe uw overlay wordt weergegeven." ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Kan geen verbinding maken met catalogus genaamd “%(catalog_name)s”." + "Annotation layer stroke": [""], + "Style": ["Stijl"], + "Solid": [""], + "Long dashed": [""], + "Annotation layer opacity": [""], + "Color": ["Kleur"], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hides the Line for the time series": [""], + "Layer configuration": ["Laagconfiguratie"], + "Configure the basics of your Annotation Layer.": [ + "Configureer de basis van uw Aantekeningenlaag." ], - "Unable to connect to database \"%(database)s\".": [ - "Kan geen verbinding maken met database “%(database)s”." + "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": [""], + "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"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "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 color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "Niet in staat om zo’n holiday te vinden: [%(holiday)s]" + "dashboard": ["dashboard"], + "Dashboard scheme": [""], + "Select color scheme": [""], + "Select scheme": [""], + "Show less columns": [""], + "Show all columns": [""], + "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": [ + "" ], - "Unable to load columns for the selected table. Please select a different table.": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Small number 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": [ "" ], - "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": [ + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": ["Waarschuwing"], + "error dark": [""], + "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": [""], + "Lower threshold must be lower than upper threshold": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "The width of the Isoline in pixels": [""], + "The color of the isoline": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Bewerk de dataset"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "" + "View in SQL Lab": ["Bekijk in SQL Lab"], + "Query preview": ["Query preview"], + "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." ], - "Undefined": ["Ongedefinieerd"], - "Undefined window for rolling operation": [ - "Onbepaald venster voor rolling operation" + "RANGE TYPE": ["BEREIK TYPE"], + "Actual time range": ["Reële tijdspanne"], + "APPLY": ["TOEPASSEN"], + "Edit time range": ["Bewerk tijdspanne"], + "Configure Advanced Time Range ": [ + "Geavanceerde tijdspanne configureren " ], - "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" + "START (INCLUSIVE)": ["START (INCLUSIEF)"], + "Start date included in time range": [ + "Begindatum opgenomen in de tijdspanne" ], - "Unexpected error: ": [""], - "Unknown": ["Onbekend"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Onbekende MySQL server host “%(hostname)s”." + "END (EXCLUSIVE)": ["EINDE (EXCLUSIEF)"], + "End date excluded from time range": [ + "Einddatum uitgesloten uit de tijdspanne" ], - "Unknown Presto Error": ["Onbekende Presto Fout"], - "Unknown Status": [""], - "Unknown column used in orderby: %(col)s": [ - "Onbekende kolom gebruikt in orderby: %(col)s" + "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." ], - "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" + "Syntax": ["Syntax"], + "Example": ["Voorbeeld"], + "Moves the given set of dates by a specified interval.": [ + "Verplaatst de gegeven reeks datums met een opgegeven interval." ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Onveilige sjabloonwaarde voor sleutel %(key)s: %(value_type)s" + "Truncates the specified date to the accuracy specified by the date unit.": [ + "" ], - "Unsupported clause type: %(clause)s": [""], - "Unsupported post processing operation: %(operation)s": [ - "Niet-ondersteunde nabewerking: %(operation)s" + "Get the last date by the date unit.": [ + "Verkrijg de laatste datum door de datum eenheid." ], - "Unsupported return value for method %(name)s": [ - "Niet-ondersteunde terugkeer waarde voor methode %(name)s" + "Get the specify date for the holiday": [ + "Zoek de specifieke datum voor de vakantie" ], - "Unsupported template value for key %(key)s": [ - "Niet-ondersteunde sjabloonwaarde voor sleutel %(key)s" + "Previous": ["Vorige"], + "Custom": [""], + "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": [""], + "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": [ + "" ], - "Unsupported time grain: %(time_grain)s": [ - "Niet-ondersteunde time grain: %(time_grain)s" + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + "Simple": ["Eenvoudig"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": ["Custom SQL"], + "My column": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Click to edit label": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\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 " ], - "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": [""], - "Upper Threshold": [""], - "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 an ssh tunnel 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]": [ + "%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." + ], + "To filter on a metric, use Custom SQL tab.": [ + "Om te filteren op een meeteenheid, gebruikt u het tabblad Aangepaste SQL." + ], + "%s operator(s)": ["%s operator(s)"], + "Select operator": [""], + "Comparator option": [""], + "Type a value here": ["Geef hier een waarde op"], + "Filter value (case sensitive)": ["Filterwaarde (hoofdlettergevoelig)"], + "choose WHERE or HAVING...": ["kies WHERE of HAVING…"], + "Filters by columns": ["Filter op kolommen"], + "Filters by metrics": ["Filter op meeteenheden"], + "Fixed": ["Vast"], + "Based on a metric": ["Gebaseerd op een meeteenheid"], + "My metric": ["Mijn meeteenheid"], + "Add metric": ["Meeteenheid toevoegen"], + "Select aggregate options": [""], + "%s aggregates(s)": ["%s aggrega(a)t(en)"], + "Select saved metrics": [""], + "%s saved metric(s)": ["%s opgeslagen meeteenhe(i)d(en)"], + "Saved metric": ["Opgeslagen meeteenheid"], + "No saved metrics found": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["kolom"], + "aggregate": ["aggregaat"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Error while fetching data: %s": [""], + "Time series columns": ["Time series kolommen"], + "Sparkline": [""], + "Period average": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": ["Breedte"], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "" + ], + "Number of periods to ratio against": [""], + "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.": [ + "" + ], + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "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.": [ + "Optional d3 number format string": [""], + "Number format string": [""], + "Optional d3 date format string": [""], + "Select Viz Type": [""], + "Currently rendered: %s": [""], + "Search all charts": [""], + "No description available.": [""], + "Examples": ["Voorbeelden"], + "This visualization type is not supported.": [ + "Dit visualisatietype wordt niet ondersteund." + ], + "Select a visualization type": ["Selecteer een visualisatie type"], + "No results found": ["Geen resultaten gevonden"], + "Superset Chart": ["Superset Grafiek"], + "New chart": ["Nieuwe grafiek"], + "Edit chart properties": ["Grafiek eigenschappen bewerken"], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Embed code": [""], + "Run in SQL Lab": ["Uitvoeren in SQL Lab"], + "Code": ["Code"], + "Markup type": ["Opmaaktype(Markup type)"], + "Pick your favorite markup language": [ + "Kies uw favoriete opmaaktaal (markup language)" + ], + "Put your code here": ["Plaats je code hier"], + "URL parameters": ["URL parameters"], + "Extra parameters for use in jinja templated queries": [ + "Extra parameters voor gebruik in jinja templated queries" + ], + "Annotations and layers": ["Aantekeningen en lagen"], + "Annotation layers": ["Aantekeningenlagen"], + "My beautiful colors": [""], + "< (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"], + "60 days": ["60 dagen"], + "90 days": ["90 dagen"], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "Alert condition": ["Naam waarschuwingsconditie"], + "Notification method": ["Methode voor kennisgeving"], + "content type": [""], + "database": ["database"], + "sql": [""], + "crontab": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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" - ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Add delivery method": ["Leveringswijze toevoegen"], + "report": ["rapport"], + "Edit Report": [""], + "Edit Alert": [""], + "Add Report": [""], + "Add Alert": [""], + "Add": ["Voeg toe"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Naam rapport"], + "Alert name": ["Naam van de waarschuwing"], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "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.": [ + "SQL Query": ["SQL Query"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "User": ["Gebruiker"], - "User doesn't have the proper permissions.": [ - "Gebruiker heeft niet de juiste permissies." + "Trigger Alert If...": ["Trigger waarschuwing als…"], + "Condition": [""], + "Customize data source, filters, and layout.": [""], + "Content type": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": ["Log retentie"], + "Working timeout": ["Time-out"], + "Time in seconds": ["Tijd in seconden"], + "Grace period": ["Grace periode"], + "Recurring (every)": [""], + "CRON expression": ["CRON expressie"], + "Report sent": ["Rapport verzonden"], + "Alert triggered, notification sent": [ + "Alarm geactiveerd, kennisgeving verzonden" ], - "User must select a value before applying the filter": [""], - "User query": ["User query"], - "Username": ["Gebruikersnaam"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "" + "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" ], - "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.": [ - "" + "Delivery method": [""], + "Select Delivery Method": [""], + "Recipients are separated by \",\" or \";\"": [ + "Ontvangers worden gescheiden door “,” of “;”" ], - "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.": [ - "" + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["annotation_layer"], + "Annotation template updated": [""], + "Annotation template created": [""], + "Edit annotation layer properties": [ + "Eigenschappen aantekeningenlaag bewerken" ], - "Value": ["Waarde"], - "Value Domain": [""], - "Value Format": [""], - "Value and Percentage": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "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 name": ["Naam aantekeningenlaag"], + "Description (this can be seen in the list)": [ + "Omschrijving (dit is te zien in de lijst)" ], - "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": ["aantekening"], + "The annotation has been updated": [""], + "The annotation has been saved": [""], + "Edit annotation": ["Bewerk aantekening"], + "Add annotation": ["Aantekening toevoegen"], + "date": ["datum"], + "Additional information": ["Bijkomende informatie"], + "Please confirm": ["Gelieve te bevestigen"], + "Are you sure you want to delete": [ + "Weet je zeker dat je wilt verwijderen" ], - "Virtual dataset query cannot consist of multiple statements": [ - "Een query voor een virtuele dataset kan niet uit meerdere statements bestaan" + "Modified %s": [""], + "css_template": ["css_template"], + "Edit CSS template properties": ["Bewerk CSS template eigenschappen"], + "Add CSS template": ["Voeg CSS template toe"], + "css": ["css"], + "published": ["gepubliceerd"], + "draft": ["draft"], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in SQL Lab": [""], + "Allow this database to be queried in SQL Lab": [ + "Sta toe dat deze database wordt opgevraagd in SQL Lab" ], - "Virtual dataset query must be read-only": [ - "Query voor virtuele gegevensverzameling moet alleen-lezen zijn" + "Allow creation of new tables based on queries": [ + "Aanmaken van nieuwe tabellen op basis van query’s mogelijk maken" ], - "Visual Tweaks": [""], - "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.": [ - "" + "Allow creation of new views based on queries": [ + "Aanmaken van nieuwe views gebaseerd op queries toestaan" ], - "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.": [ + "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.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ - "" + "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." ], - "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.": [ + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ "" ], - "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).": [ + "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.": [ "" ], - "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.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "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.": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": ["Grafiek cache timeout"], + "Enter duration in seconds": [""], + "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.": [ "" ], - "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.": [ + "Schema cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "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.": [ + "Table cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Asynchronous query execution": ["Asynchrone uitvoering van query’s"], + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "" ], - "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." - ], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "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.": [ "" ], - "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.": [ + "Schemas allowed for File upload": [""], + "Additional settings.": [""], + "Metadata Parameters": [""], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ "" ], - "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.": [ + "Engine Parameters": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], - "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"], - "Weekly Report": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "Weeks %s": [""], - "Weight": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "What should be shown on the label?": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Enter Primary Credentials": [""], + "Need help? Learn how to connect your database": [""], + "Database connected": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "" + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], + "connecting to %(dbModelName)s.": [""], + "SSH Host": [""], + "e.g. 127.0.0.1": [""], + "SSH Port": [""], + "e.g. Analytics": [""], + "Private Key & Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Display Name": ["Toon naam"], + "Name your database": [""], + "Pick a name to help you identify this database.": [ + "Kies een naam om je te helpen deze database te identificeren." + ], + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "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" + "Refer to the": [""], + "for more information on how to structure your URI.": [""], + "Test connection": ["Test connectie"], + "Please enter a SQLAlchemy URI to test": [ + "Voer een SQLAlchemy URI in om te testen" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "" + "e.g. world_population": [""], + "Database settings updated": [""], + "Sorry there was an error fetching database information: %s": [ + "Sorry er is een fout opgetreden bij het ophalen van database informatie: %s" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "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. ": [ "" ], - "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.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Connect": [""], + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "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 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.": [ "" ], - "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" + "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?" ], - "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": [ + "Database Creation Error": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ "" ], - "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.": [ + "QUERY DATA IN SQL LAB": [""], + "Connect a database": [""], + "Edit database": ["Bewerk 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.": [ "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "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.": [ "" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ + "Host": [""], + "e.g. 5432": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display 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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Upload Credentials": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ "" ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "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 identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "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 colorize numeric values by whether they are positive or negative": [ + "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?": [ "" ], - "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.": [ + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "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 tooltip labels.": [""], - "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 the percentage in the tooltip": [""], - "Whether to include the time granularity as defined in the time section": [ + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ "" ], - "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": [ + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "This database table does not contain any data. Please select a different table.": [ "" ], - "Whether to normalize the histogram": [""], - "Whether to populate autocomplete filters options": [ - "Geef aan of de autoaanvulfilteropties moeten worden ingevuld" - ], - "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": [ + "Unable to load columns for the selected table. Please select a different table.": [ "" ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "The API response from %s does not match the IDatabaseTable interface.": [ "" ], - "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.": [ - "" + "Usage": [""], + "Create chart with dataset": [""], + "chart": ["grafiek"], + "No charts": ["Geen grafieken"], + "This dataset is not used to power any charts.": [""], + "Select a database table and create dataset": [""], + "[Untitled]": ["[Untitled]"], + "Unknown": ["Onbekend"], + "Viewed %s": [""], + "Edited": ["Bewerkt"], + "Created": ["Aangemaakt"], + "Viewed": ["Bekeken"], + "Favorite": ["Favoriet"], + "Mine": ["Mijn"], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboards: %s" ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "" + "charts": [""], + "dashboards": [""], + "recents": [""], + "saved queries": [""], + "%(other)s charts will appear here": [""], + "%(other)s dashboards will appear here": [""], + "%(other)s recents will appear here": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Onlangs bekeken grafieken, dashboards, en opgeslagen queries zullen hier verschijnen" ], - "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." + "Recently created charts, dashboards, and saved queries will appear here": [ + "Recent gemaakte grafieken, dashboards en opgeslagen queries verschijnen hier" ], - "Write a handlebars template to render the data": [""], - "Write dataframe index as a column.": [ - "Schrijf dataframe index als een kolom." + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Recent bewerkte grafieken, dashboards en opgeslagen queries verschijnen hier" ], - "X AXIS TITLE BOTTOM MARGIN": [""], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["X As"], - "X Axis Bounds": [""], - "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": ["Y As"], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": ["Y-as Formaat"], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "Y Axis Title Position": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "SQL query": ["SQL query"], + "You don't have any favorites yet!": ["Je hebt nog geen favorieten!"], + "See all %(tableName)s": [""], + "Connect Google Sheet": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ "" ], - "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?" + "Info": ["Info"], + "Logout": ["Afmelden"], + "About": ["Over"], + "Powered by Apache Superset": [""], + "SHA": [""], + "Documentation": [""], + "Report a bug": [""], + "Login": ["Aanmelden"], + "query": ["query"], + "Deleted: %s": ["Verwijderd: %s"], + "There was an issue deleting %s: %s": [ + "Er was een probleem met het verwijderen van %s: %s" + ], + "This action will permanently delete the saved query.": [ + "Deze actie zal de opgeslagen query permanent verwijderen." ], - "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?" + "Delete Query?": ["Verwijder Query?"], + "Ran %s": [""], + "Saved queries": ["Opgeslagen queries"], + "Next": ["Volgende"], + "Tab name": ["Tab naam"], + "User query": ["User query"], + "Executed query": ["Uitgevoerde query"], + "Query name": ["Query naam"], + "SQL Copied!": ["SQL gekopieerd!"], + "Sorry, your browser does not support copying.": [ + "Sorry, uw browser ondersteunt het kopiëren niet." ], - "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "We were unable to active or deactivate this report.": [""], + "Your report could not be deleted": [""], + "Weekly Report for %s": [""], + "Weekly Report": [""], + "Edit email report": [""], + "Message content": ["Inhoud van het bericht"], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Set up an email report": [""], + "Email reports active": [""], + "Delete email report": [""], + "Schedule email report": [""], + "This action will permanently delete %s.": [ + "Deze actie zal %s permanent verwijderen." + ], + "Delete Report?": [""], + "Rule added": [""], + "Add Rule": [""], + "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.": [ "" ], - "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?": [ + "Excluded roles": [""], + "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.": [ "" ], - "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.": [ + "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').": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ + "Clause": ["Clausule"], + "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).": [ "" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected 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.": [ + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Name of your tag": [""], + "Chosen non-numeric column": ["Gekozen niet-numerieke kolom"], + "UI Configuration": [""], + "Filter value is required": [""], + "User must select a value before applying the filter": [""], + "Single value": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": ["Controle op oplopend sorteren"], + "Can select multiple values": [""], + "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": [""], + "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).": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "You do not have permission to edit this chart": [ - "U heeft geen toestemming om deze grafiek te bewerken" + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "No time columns": ["Geen tijdskolommen"], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], + "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" ], - "You do not have permission to edit this dashboard": [ - "U hebt geen toestemming om dit dashboard te bewerken" + "Last run": ["Laatste run"], + "Active": ["Actief"], + "Execution log": ["Uitvoeringslog"], + "Bulk select": ["Selecteer in bulk"], + "No %s yet": ["Nog geen %s"], + "Owner": ["Eigenaar"], + "All": ["Alle"], + "Status": ["Status"], + "An error occurred while fetching dataset datasource values: %s": [ + "Er is een fout opgetreden bij het ophalen van dataset datasource waarden: %s" ], - "You do not have permissions to edit this dashboard.": [ - "U hebt geen rechten om dit dashboard te bewerken." + "Alerts & reports": ["Waarschuwingen & rapporten"], + "Alerts": ["Waarschuwingen"], + "Reports": ["Rapporten"], + "Delete %s?": ["%s verwijderen?"], + "Are you sure you want to delete the selected %s?": [ + "Weet u zeker dat u de geselecteerde %s wilt verwijderen?" ], - "You don't have access to this chart.": [""], - "You don't have access to this dashboard.": [ - "Je hebt geen toegang tot dit dashboard." + "There was an issue deleting the selected layers: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde lagen: %s" ], - "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." + "Edit template": ["Bewerk template"], + "Delete template": ["Verwijder template"], + "No annotation layers yet": ["Nog geen aantekeningen lagen"], + "This action will permanently delete the layer.": [ + "Deze actie zal de laag permanent verwijderen." ], - "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.": [ + "Delete Layer?": ["Laag verwijderen?"], + "Are you sure you want to delete the selected layers?": [ + "Weet je zeker dat je de geselecteerde lagen wilt verwijderen?" + ], + "There was an issue deleting the selected annotations: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde aantekeningen: %s" + ], + "Delete annotation": ["Aantekening verwijderen"], + "Annotation": ["Aantekening"], + "No annotation yet": ["Nog geen aantekeningen"], + "Back to all": [""], + "Delete Annotation?": ["Aantekening verwijderen?"], + "Are you sure you want to delete the selected annotations?": [ + "Weet u zeker dat u de geselecteerde aantekeningen wilt verwijderen?" + ], + "Failed to load chart data": [""], + "Choose a dataset": ["Kies een dataset"], + "Choose chart type": [""], + "Please select both a Dataset and a Chart type to proceed": [""], + "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 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 charts 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": [ - "U moet een naam kiezen voor het nieuwe dashboard" + "Chart imported": [""], + "There was an issue deleting the selected charts: %s": [ + "Er was een probleem met het verwijderen van de geselecteerde grafieken: %s" ], - "You must run the query successfully first": [ - "U moet de query eerst succesvol uitvoeren" + "An error occurred while fetching dashboards": [""], + "Any": ["Elke"], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de grafiek eigenaars waarden: %s" ], - "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": [ - "" + "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?" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "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" + ], + "CSS template": ["CSS template"], + "This action will permanently delete the template.": [ + "Deze actie zal de template permanent verwijderen." + ], + "Delete Template?": ["Template verwijderen?"], + "Are you sure you want to delete the selected templates?": [ + "Weet je zeker dat je de geselecteerde sjablonen wilt verwijderen?" + ], + "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.": [ "" ], - "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.": [ + "You are importing one or more dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Je importeert een of meer dashboards die al bestaan. Overschrijven kan ertoe leiden dat je een deel van je werk verloren gaat. Weet je zeker dat je wilt overschrijven?" + ], + "Dashboard imported": [""], + "There was an issue deleting the selected dashboards: ": [ + "Er was een probleem met het verwijderen van de geselecteerde dashboards: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van dashboard eigenaar waarden: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Weet je zeker dat je de geselecteerde dashboards wilt verwijderen?" + ], + "An error occurred while fetching database related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van databasegerelateerde gegevens: %s" + ], + "Upload columnar file": [""], + "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.": [ "" ], - "Your query could not be saved": [ - "Uw zoekopdracht kon niet worden opgeslagen" + "Delete Database?": ["Database verwijderen?"], + "Dataset imported": [""], + "An error occurred while fetching dataset related data": [ + "Er is een fout opgetreden tijdens het ophalen van dataset gerelateerde gegevens" ], - "Your query could not be scheduled": ["Uw vraag kon niet worden gepland"], - "Your query could not be updated": [ - "Uw zoekopdracht kon niet worden bijgewerkt" + "An error occurred while fetching dataset related data: %s": [ + "Er is een fout opgetreden tijdens het ophalen van gegevens over de dataset: %s" ], - "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" + "Physical dataset": ["Fysieke dataset"], + "Virtual dataset": ["Virtuele dataset"], + "An error occurred while fetching datasets: %s": [ + "Er is een fout opgetreden bij het ophalen van datasets: %s" ], - "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]" + "An error occurred while fetching schema values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van schemawaarden: %s" ], - "[Longitude] and [Latitude] must be set": [ - "[Lengtegraad] en [Breedtegraad] moeten worden ingesteld" + "An error occurred while fetching dataset owner values: %s": [ + "Er is een fout opgetreden tijdens het ophalen van de eigenaarswaarden van de dataset: %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" ], - "[Missing Dataset]": ["[Missing Dataset]"], - "[Untitled]": ["[Untitled]"], - "[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": [ + "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.": [ "" ], - "`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)" + "Delete Dataset?": ["Dataset verwijderen?"], + "Are you sure you want to delete the selected datasets?": [ + "Weet je zeker dat je de geselecteerde datasets wilt verwijderen?" ], - "`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.": [ - "" + "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)" ], - "`operation` property of post processing object undefined": [ - "`operation` eigenschap van post processing object ongedefinieerd" + "log": ["log"], + "Execution ID": ["Uitvoerings ID"], + "Scheduled at (UTC)": ["Gepland om (UTC)"], + "Start at (UTC)": ["Start op (UTC)"], + "Error message": ["Foutmelding"], + "There was an issue fetching your recent activity: %s": [ + "Er was een probleem bij het ophalen van uw recente activiteit: %s" ], - "`prophet` package not installed": [ - "`prophet` package niet geïnstalleerd" + "Thumbnails": [""], + "Recents": ["Recente"], + "There was an issue previewing the selected query. %s": [ + "Er was een probleem met het bekijken van de geselecteerde query. %s" ], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` moet dezelfde lengte hebben als `columns`." + "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" ], - "`row_limit` must be greater than or equal to 0": [ - "`rij_limiet` moet groter of gelijk aan 0 zijn" + "An error occurred while fetching user values: %s": [""], + "Search by query text": ["Zoek op querytekst"], + "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.": [ + "" ], - "`row_offset` must be greater than or equal to 0": [ - "`rij_offset` moet groter zijn dan of gelijk aan 0" + "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?": [ + "" ], - "`width` must be greater or equal to 0": [ - "`breedte` moet groter of gelijk zijn aan 0" + "Query imported": [""], + "There was an issue previewing the selected query %s": [ + "Er was een probleem met het bekijken van de geselecteerde query %s" ], - "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" + "Import queries": ["Importeer queries"], + "Link Copied!": ["Link gekopieerd!"], + "There was an issue deleting the selected queries: %s": [ + "Er was een probleem bij het verwijderen van de geselecteerde query’s: %s" ], - "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": [""], - "error dark": [""], - "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": [""], - "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "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": [ + "Edit query": ["Bewerk query"], + "Copy query URL": ["Kopieer query URL"], + "Export query": ["Exporteer query"], + "Delete query": ["Verwijder query"], + "Are you sure you want to delete the selected queries?": [ + "Weet je zeker dat je de geselecteerde query’s wilt verwijderen?" + ], + "queries": ["queries"], + "tag": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ "" ], - "in": ["in"], - "in modal": ["in modal"], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": ["json is ongeldig"], - "key a-z": [""], - "key z-a": [""], - "label": [""], - "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." + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while creating %ss: %s": [""], + "Please re-export your file and try importing again": [""], + "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": [""], + "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:" ], - "mean": [""], - "median": [""], - "minute": ["minuut"], - "minute(s)": [""], - "month": ["maand"], - "more than {max} {name}": [""], - "must have a value": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ - "" + "There was an issue deleting: %s": [ + "Er was een probleem bij het verwijderen van: %s" ], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "published": ["gepubliceerd"], - "queries": ["queries"], - "query": ["query"], - "reboot": ["herstart"], - "recents": [""], - "report": ["rapport"], - "reports": ["rapporten"], - "restore zoom": [""], - "right": [""], - "saved queries": [""], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "URL": ["URL"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ "" ], - "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.": [ + "Time-series Table": ["Time-series Table"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ "" ], - "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"], - "zoom area": [""] + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/pt/LC_MESSAGES/messages.json b/superset/translations/pt/LC_MESSAGES/messages.json index f32db715f22ca..385a94cea61fc 100644 --- a/superset/translations/pt/LC_MESSAGES/messages.json +++ b/superset/translations/pt/LC_MESSAGES/messages.json @@ -8,3920 +8,3970 @@ "plural_forms": "nplurals=2; plural=(n != 1)", "lang": "pt" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "The database is under an unusual load.": [""], + "The database returned an unexpected error.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "\n Error: %(text)s\n ": [""], - " (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.": [""], + "The table was deleted or renamed in the database.": [""], + "One or more parameters specified in the query are missing.": [""], + "The hostname provided can't be resolved.": [""], + "The port is closed.": [""], + "The host might be down, and can't be reached on the provided port.": [ "" ], - " 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.": [ + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [""], + "One or more parameters needed to configure a database are missing.": [ "" ], - " 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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "The submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "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.": [ "" ], - "%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)": [""], - "), 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 malformed.": [""], + "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.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": [""], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - ".": [""], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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 full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "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 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.": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "Viz is missing a datasource": ["Viz está sem origem de dados"], + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ "" ], - "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." + "From date cannot be larger than to date": [ + "Data de inicio não pode ser posterior à data de fim" ], - "A map of the world, that can indicate values in different countries.": [ - "" + "Cached value not found": [""], + "Columns missing in datasource: %(invalid_columns)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" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "" + "Calendar Heatmap": ["Calendário com Mapa de Calor"], + "Bubble Chart": ["Gráfico de bolhas"], + "Please use 3 different metric labels": [ + "Selecione métricas diferentes para o eixo esquerdo e direito" ], - "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.": [ + "Pick a metric for x, y and size": [ + "Selecione uma métrica para x, y e tamanho" + ], + "Bullet Chart": ["Gráfico de bala"], + "Pick a metric to display": ["Selecione uma métrica para visualizar"], + "Time Series - Line Chart": ["Série Temporal - Gráfico de linhas"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A readable URL for your dashboard": [ - "Obter um URL legível para o seu dashboard" + "Time Series - Bar Chart": ["Série Temporal - Gráfico de barras"], + "Time Series - Period Pivot": ["Série temporal - teste emparelhado T"], + "Time Series - Percent Change": ["Série Temporal - Variação Percentual"], + "Time Series - Stacked": ["Série Temporal - Barras Sobrepostas"], + "Histogram": ["Histograma"], + "Must have at least one numeric column specified": [ + "Deve ser especificada uma coluna númerica" ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Uma referência à configuração [Time], levando em consideração a granularidade" + "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 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 at least one field for [Series]": [ + "Escolha pelo menos um campo para [Séries]" ], - "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.": [ - "" + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Selecione exatamente 2 colunas [Origem e Alvo]" ], - "A valid color scheme is required": [""], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "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: {}" ], - "APPLY": [""], - "APR": [""], - "AQE": [""], - "AUG": [""], - "AXIS TITLE MARGIN": [""], - "AXIS TITLE POSITION": [""], - "About": [""], - "Access": ["Não há acesso!"], - "Access token": [""], - "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 Rule": [""], - "Add Tag": [""], - "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": [ - "" + "Directed Force Layout": ["Layout de Forças"], + "Country Map": ["Mapa de País"], + "World Map": ["Mapa Mundo"], + "Parallel Coordinates": ["Coordenadas paralelas"], + "Heatmap": ["Mapa de Calor"], + "Horizon Charts": ["Gráfico de Horizonte"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "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.": [ - "" - ], - "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 tag to entities": [""], - "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.": [ - "" + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Deve ter uma coluna [Agrupar por] para ter 'count' como [Label]" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "" + "Choice of [Label] must be present in [Group By]": [ + "A escolha do [Rótulo] deve estar presente em [Agrupar por]" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "" + "Choice of [Point Radius] must be present in [Group By]": [ + "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" ], - "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. %(num_cols)s columns returned": [ - "" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" ], - "Alert query returned more than one row.": [""], - "Alert query returned more than one row. %(num_rows)s rows returned": [ + "Deck.gl - Multiple Layers": [""], + "Bad spatial key": [""], + "Invalid spatial point encountered: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "Alert running": [""], - "Alert triggered, notification sent": [""], - "Alert validator config error.": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Align +/-": [""], - "All": [""], - "All Text": [""], - "All charts": ["Gráfico de bala"], - "All charts/global scoping": [""], - "All filters": ["Filtros"], - "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" + "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": ["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 linhas" ], - "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" + "Partition Diagram": ["Diagrama de Partição"], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [ + "Selecione uma camada de anotação", + "Selecione uma camada de anotação" ], - "Allow Csv Upload": [""], - "Allow DML": ["Permitir DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "All Text": [""], + "Deleted %(num)d annotation": [ + "Selecione uma camada de anotação", + "Selecione uma camada de anotação" ], - "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.": [ + "Deleted %(num)d chart": ["", "Deleted %(num)d charts"], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`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.": [ "" ], - "Allow file uploads to database": [""], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "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" + "`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": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": [""], + "Owners are invalid": [""], + "Annotation layer parameters are invalid.": [ + "Camadas de anotação para sobreposição na visualização" ], - "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.": [ - "" + "Annotation layer could not be created.": [ + "Não foi possível gravar a sua query" ], - "Altered": [""], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "" + "Annotation layer could not be updated.": [ + "Não foi possível gravar a sua query" ], - "An engine must be specified when passing individual parameters to a database.": [ - "" + "Annotation layer not found.": ["Camadas de anotação"], + "Annotation layer has associated annotations.": [ + "Camadas de anotação para sobreposição na visualização" ], - "An error has occurred": [""], - "An error occurred": [""], - "An error occurred saving dataset": [ - "Ocorreu um erro ao criar a origem dos dados" + "Name must be unique": [""], + "End date must be after start date": [ + "Data de inicio não pode ser posterior à data de fim" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "Short description must be unique for this layer": [""], + "Annotation not found.": ["Anotações"], + "Annotation parameters are invalid.": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotations could not be deleted.": [""], + "There are associated alerts or reports: %(report_names)s": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "An error occurred while creating the data source": [ - "Ocorreu um erro ao criar a origem dos dados" + "Cannot parse time string [%(human_readable)s]": [""], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "Database does not exist": [""], + "Dashboards do not exist": ["Dashboards"], + "Datasource type is required when datasource_id is given": [""], + "Chart parameters are invalid.": [""], + "Chart could not be created.": ["Não foi possível gravar a sua query"], + "Chart could not be updated.": ["Não foi possível gravar a sua query"], + "Charts could not be deleted.": ["Não foi possível carregar a query"], + "There are associated alerts or reports": [""], + "Changing this chart is forbidden": [""], + "Import chart failed for an unknown reason": [""], + "Error: %(error)s": [""], + "CSS template not found.": ["Modelos CSS"], + "Must be unique": [""], + "Dashboard parameters are invalid.": [""], + "Dashboard could not be updated.": [ + "Não foi possível gravar a sua query" ], - "An error occurred while fetching available CSS templates": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Dashboard could not be deleted.": [ + "Não foi possível gravar a sua query" ], - "An error occurred while fetching chart owners values: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "Changing this Dashboard is forbidden": [ + "Editar propriedades do dashboard" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "Import dashboard failed for an unknown reason": [""], + "No data in file": [""], + "Database parameters are invalid.": [""], + "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 fetching dashboards": [ - "Ocorreu um erro ao criar a origem dos dados" + "Database not found.": [""], + "Database could not be created.": ["Não foi possível gravar a sua query"], + "Database could not be updated.": ["Não foi possível gravar a sua query"], + "Connection failed, please check your connection settings": [""], + "Cannot delete a database that has datasets attached": [""], + "Database could not be deleted.": [""], + "Stopped an unsafe database connection": [ + "Selecione qualquer coluna para inspeção de metadados" ], - "An error occurred while fetching dashboards: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "Could not load database driver": ["Não foi possível ligar ao servidor"], + "Unexpected error occurred, please check your logs for details": [""], + "no SQL validator is configured": [""], + "No validator found (configured for the engine)": [""], + "An unexpected error occurred": [""], + "Import database failed for an unknown reason": [""], + "Could not load database driver: {}": [ + "Não foi possível ligar ao servidor" ], - "An error occurred while fetching database related data: %s": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Database is offline.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "" ], - "An error occurred while fetching database values: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "no SQL validator is configured for %(engine_spec)s": [""], + "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "" ], - "An error occurred while fetching dataset datasource values: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "A database port is required when connecting via SSH Tunnel.": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "Dataset %(name)s already exists": ["Origem de dados %(name)s já existe"], + "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": [ + "Uma ou várias métricas para exibir" ], - "An error occurred while fetching dataset owner values: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "One or more metrics are duplicated": [ + "Uma ou várias métricas para exibir" ], - "An error occurred while fetching dataset related data": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "One or more metrics already exist": [ + "Uma ou várias métricas para exibir" ], - "An error occurred while fetching dataset related data: %s": [ - "Ocorreu um erro ao carregar os metadados da 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" ], - "An error occurred while fetching datasets: %s": [ - "Ocorreu um erro ao criar a origem dos dados" + "Dataset does not exist": ["Origem de dados %(name)s já existe"], + "Dataset parameters are invalid.": [""], + "Dataset could not be created.": ["Não foi possível gravar a sua query"], + "Dataset could not be updated.": ["Não foi possível gravar a sua query"], + "Changing this dataset is forbidden": [""], + "Import dataset failed for an unknown reason": [""], + "Data URI is not allowed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "Saved queries could not be deleted.": [ + "Não foi possível carregar a query" ], - "An error occurred while fetching schema values: %s": [ - "Ocorreu um erro ao renderizar a visualização: %s" + "Saved query not found.": [""], + "Import saved query failed for an unknown reason.": [""], + "Alert query returned more than one row. %(num_rows)s rows returned": [ + "" ], - "An error occurred while fetching tab state": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Alert query returned more than one column. %(num_cols)s columns returned": [ + "" ], - "An error occurred while fetching table metadata": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": [""], + "Chart does not exist": [""], + "Database is required for alerts": [""], + "Type is required": [""], + "Choose a chart or dashboard not both": ["Remover gráfico do dashboard"], + "Please save your chart first, then try creating a new email report.": [ + "" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Ocorreu um erro ao carregar os metadados da tabela" + "Please save your dashboard first, then try creating a new email report.": [ + "" ], - "An error occurred while loading the SQL": [ - "Ocorreu um erro ao criar a origem dos dados" + "Report Schedule parameters are invalid.": [""], + "Report Schedule could not be created.": [ + "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 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 pdf.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule reached a working timeout.": [""], + "Resource already has an attached report.": [""], + "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 state not found": [""], + "Report schedule system error": [""], + "Report schedule unexpected error": [""], + "Changing this report is forbidden": [""], "An error occurred while pruning logs ": [ "Ocorreu um erro ao renderizar a visualização: %s" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "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 tab. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "An error occurred while rendering the visualization: %s": [ - "Ocorreu um erro ao renderizar a visualização: %s" + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Ocorreu um erro ao criar a origem dos dados" + "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.": [ + "" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "Invalid result type: %(result_type)s": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "An unexpected error occurred": [""], - "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 layer could not be created.": [ - "Não foi possível gravar a sua query" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "Annotation layer could not be updated.": [ - "Não foi possível gravar a sua query" + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [""], + "[asc]": [""], + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Virtual dataset query must be read-only": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Metric '%(metric)s' does not exist": [""], + "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [""], + "Only `SELECT` statements are allowed": [ + "Copiar a instrução SELECT para a área de transferência" ], - "Annotation layer has associated annotations.": [ - "Camadas de anotação para sobreposição na visualização" + "Only single queries supported": [""], + "Columns": ["Colunas"], + "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": [ + "Para se disponibilizar esta coluna como uma opção [Time Granularity], a coluna deve ser DATETIME ou DATETIME" ], - "Annotation layer not found.": ["Camadas de anotação"], - "Annotation layer parameters are invalid.": [ - "Camadas de anotação para sobreposição na visualização" + "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." ], - "Annotation layers are still loading.": [ - "Camadas de anotação para sobreposição na visualização" + "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." ], - "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": [ + "Column": ["Coluna"], + "Verbose Name": ["Nome Detalhado"], + "Description": ["Descrição"], + "Groupable": ["Agrupável"], + "Filterable": ["Filtrável"], + "Table": ["Tabela"], + "Expression": ["Expressão"], + "Is temporal": ["É temporal"], + "Datetime Format": ["Formato de data e hora"], + "Type": ["Tipo"], + "Business Data Type": [""], + "Invalid date/timestamp format": ["Formato da Tabela Datahora"], + "Metrics": ["Métricas"], + "Show Metric": ["Mostrar Métrica"], + "Add Metric": ["Adicionar Métrica"], + "Edit Metric": ["Editar Métrica"], + "Metric": ["Métrica"], + "SQL Expression": ["Expressão SQL"], + "D3 Format": ["Formato D3"], + "Extra": ["Extra"], + "Warning Message": ["Mensagem de Aviso"], + "Tables": ["Tabelas"], + "Show Table": ["Mostrar Tabela"], + "Import a table definition": [""], + "Edit Table": ["Editar Tabela"], + "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\"" + ], + "Timezone offset (in hours) for this datasource": [ + "Diferença do fuso horário (em horas) para esta fonte de dados" + ], + "Name of the table that exists in the source database": [ + "Nome da tabela que existe na base de dados de origem" + ], + "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" + ], + "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." + ], + "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." + ], + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redireciona para este endpoint ao clicar na tabela da respetiva lista" + ], + "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 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.": [ + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ "" ], - "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 rules?": [""], - "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.": [ + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Arrow": [""], - "Assign a set of parameters as": [""], - "Assist": [""], "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. 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.": [ - "" + "Changed By": ["Alterado por"], + "Database": ["Base de dados"], + "Last Changed": ["Modificado pela última vez"], + "Enable Filter Select": ["Ativar Filtro de Seleção"], + "Schema": ["Esquema"], + "Default Endpoint": ["Endpoint Padrão"], + "Offset": ["Offset"], + "Cache Timeout": ["Tempo limite para cache"], + "Table Name": ["Nome da Tabela"], + "Fetch Values Predicate": ["Carregar Valores de Predicado"], + "Owners": ["Proprietários"], + "Main Datetime Column": ["Coluna Datahora principal"], + "SQL Lab View": ["SQL Lab"], + "Template parameters": ["Nome do modelo"], + "Modified": ["Modificado"], + "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." ], - "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.": [ - "" + "Deleted %(num)d css template": ["", "Deleted %(num)d css templates"], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": [ + "Por favor selecione um dashboard", + "Por favor selecione um 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.": [ + "Title or Slug": [""], + "Invalid state.": [""], + "Table name undefined": ["Nome da Tabela"], + "Upload Enabled": [""], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "Bounds for the primary 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.": [ + "Field cannot be decoded by JSON. %(msg)s": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "Box Plot": ["Box Plot"], - "Breakdowns": [""], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Bubble Chart": ["Gráfico de bolhas"], - "Bubble size": ["Tamanho da bolha"], - "Bucket break points": [""], - "Build": [""], - "Bulk tag": [""], - "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).": [ - "" + "Deleted %(num)d dataset": [ + "Selecione uma base de dados", + "Selecione uma base 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": [""], - "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 not found.": ["Modelos CSS"], - "CSV Upload": [""], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Null or Empty": [""], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "CSV to Database configuration": [ - "Edite a configuração da origem de dados" - ], - "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.": [ + "Week starting Sunday": [""], + "Week starting Monday": [""], + "Week ending Saturday": [""], + "Week ending Sunday": [""], + "Hostname or IP address": [""], + "Use an encrypted connection to the database": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "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.": [ + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ "" ], - "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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "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" - ], - "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 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": [""], - "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"], - "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": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Changing this Dashboard is forbidden": [ - "Editar propriedades do dashboard" - ], - "Changing this chart is forbidden": [""], - "Changing this control takes effect instantly": [ - "Esta edição tem efeito instantâneo" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "" ], - "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 could not be created.": ["Não foi possível gravar a sua 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" + "Unknown Doris server host \"%(hostname)s\".": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "" ], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Check out this chart in dashboard:": ["Verificar dashboard: %s"], - "Check out this dashboard: ": ["Verificar dashboard: %s"], - "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]" + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "A escolha de [Ponto de Raio] deve estar presente em [Agrupar por]" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "" ], - "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" + "Unknown MySQL server host \"%(hostname)s\".": [""], + "The username \"%(username)s\" does not exist.": [""], + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "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": [ + "Could not connect to database: \"%(database)s\"": [""], + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "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.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "Clause": [""], - "Clear": [""], - "Clear all": [""], - "Clear all data": [""], - "Clear form": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "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": [ + "Users are not allowed to set a search path for security reasons.": [""], + "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 add a contour": [""], - "Click to cancel sorting": [""], - "Click to edit": ["clique para editar o título"], - "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: ": [ + "%(object)s does not exist in this database.": [""], + "Home": [""], + "Data": ["Base de dados"], + "Dashboards": ["Dashboards"], + "Charts": ["Gráfico de Queijo"], + "Datasets": ["Bases de dados"], + "Plugins": [""], + "Manage": ["Gerir"], + "CSS Templates": ["Modelos CSS"], + "SQL Lab": ["SQL Lab"], + "SQL": ["SQL"], + "Saved Queries": ["Queries Gravadas"], + "Query History": ["Histórico de queries"], + "Action Log": ["Registo de Acções"], + "Security": ["Segurança"], + "Alerts & Reports": [""], + "Annotation Layers": ["Camadas de anotação"], + "Row Level Security": [""], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "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" + ], + "Empty query?": ["Query vazia?"], + "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": [""], + "Deleted %(num)d saved query": ["", "Deleted %(num)d saved queries"], + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules" + ], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "EMAIL_REPORTS_CTA": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Colors": ["Cor"], - "Column": ["Coluna"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "Guest user cannot modify chart payload": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "Column Formatting": [""], - "Column Label(s)": ["Colunas"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "The parameter %(parameters)s in your query is undefined.": [ + "", + "The following parameters in your query are undefined: %(parameters)s." + ], + "The query contains one or more malformed template parameters.": [""], + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ "" ], - "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.": [ + "Tag name is invalid (cannot contain ':')": [""], + "Is custom tag": [""], + "Scheduled task executor not found": [""], + "Record Count": ["Número de Registos"], + "No records found": ["Nenhum registo encontrado"], + "Filter List": ["Filtros"], + "Search": ["Pesquisa"], + "Refresh": ["Intervalo de atualização"], + "Import dashboards": ["Importar Dashboards"], + "Import Dashboard(s)": ["Importar Dashboards"], + "File": [""], + "Choose File": ["Escolha uma fonte"], + "Upload": [""], + "Use the edit button to change this field": [""], + "Test Connection": ["Conexão de teste"], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "`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.": [ "" ], - "Column name [%s] is duplicated": [""], + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": [""], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": ["Granularidade Temporal"], + "Unsupported time grain: %(time_grain)s": [""], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "DataFrame must include temporal column": [""], + "DataFrame include at least one series": [ + "Selecione pelo menos uma métrica" + ], + "Resample operation requires DatetimeIndex": [""], + "Undefined window for rolling operation": [""], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [""], + "Referenced columns not available in DataFrame.": [""], "Column referenced by aggregate is undefined: %(column)s": [""], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "" + "Operator undefined for aggregator: %(name)s": [""], + "Invalid numpy function: %(operator)s": [""], + "Unexpected time range: %(error)s": [""], + "json isn't valid": ["json não é válido"], + "Export to YAML": ["Exportar para .json"], + "Export to YAML?": ["Exportar para .json"], + "Delete": ["Eliminar"], + "Delete all Really?": ["Tem a certeza que pretende eliminar tudo?"], + "Is favorite": ["Favoritos"], + "Is tagged": [""], + "The data source seems to have been deleted": [ + "Esta origem de dados parece ter sido excluída" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "" + "The user seems to have been deleted": [ + "O utilizador parece ter sido eliminado" ], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "" + "Error: permalink state not found": [""], + "Error: %(msg)s": [""], + "Explore - %(table)s": [""], + "Explore": ["Explorar gráfico"], + "Chart [{}] has been saved": [""], + "Chart [{}] has been overwritten": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "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" ], - "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": [""], - "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.": [ - "" + "Chart %(id)s not found": ["Visualização %(id)s não encontrada"], + "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" ], - "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.": [ + "Show CSS Template": ["Modelos CSS"], + "Add CSS Template": ["Modelos CSS"], + "Edit CSS Template": ["Modelos CSS"], + "Template Name": ["Nome do modelo"], + "A human-friendly name": [""], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ "" ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "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.": [ + "Custom Plugins": ["Cláusula WHERE personalizada"], + "Custom Plugin": [""], + "Add a Plugin": ["Adicionar Coluna"], + "Edit Plugin": ["Editar Coluna"], + "The dataset associated with this chart no longer exists": [""], + "Could not determine datasource type": [""], + "Could not find viz object": [""], + "Show Chart": ["Mostrar Dashboard"], + "Add Chart": ["Gráfico de Queijo"], + "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.": [ + "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." + ], + "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." + ], + "Creator": ["Criador"], + "Datasource": ["Fonte de dados"], + "Last Modified": ["Última Alteração"], + "Parameters": ["Parâmetros"], + "Chart": ["Carregar"], + "Name": ["Nome"], + "Visualization Type": ["Tipo de Visualização"], + "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" + ], + "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" + ], + "To get a readable URL for your dashboard": [ + "Obter um URL legível para o seu 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 é 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." + ], + "Owners is a list of users who can alter the dashboard.": [ + "Proprietários é uma lista de utilizadores que podem alterar o 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 are defined, regular access permissions apply.": [ "" ], - "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.": [ + "Determines whether or not this dashboard is visible in the list of all dashboards": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "Dashboard": ["Dashboard"], + "Title": ["Título"], + "Slug": ["Slug"], + "Roles": ["Cargo"], + "Published": [""], + "Position JSON": ["Posição JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Metadados JSON"], + "Export": ["Exportar"], + "Export dashboards?": ["Exportar dashboards?"], + "CSV Upload": [""], + "Select a file to be uploaded to the database": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ "" ], - "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" + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ + "" ], - "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.": [ + "Select a schema if the database supports this": [""], + "Delimiter": [""], + ",": [""], + ".": [""], + "Fail": [""], + "Replace": [""], + "Append": [""], + "Skip Initial Space": [""], + "Skip spaces after delimiter": [""], + "Skip Blank Lines": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "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" - ], - "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" + "Columns To Be Parsed as Dates": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": [""], + "Character to interpret as decimal point": [""], + "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": [ + "" ], - "Copy query URL": ["Query vazia?"], - "Copy query link to your clipboard": [ - "Copiar query de partição para a área de transferência" + "Index Column": ["Adicionar Coluna"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "" ], - "Copy the identifier of the account 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": ["Copiar para área de transferência"], - "Could not connect to database: \"%(database)s\"": [""], - "Could not determine datasource type": [""], - "Could not fetch all saved charts": [ - "Não foi possível ligar ao servidor" + "Dataframe Index": [""], + "Write dataframe index as a column": [""], + "Column Label(s)": ["Colunas"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "" ], - "Could not find viz object": [""], - "Could not load database driver": ["Não foi possível ligar ao servidor"], - "Could not load database driver: {}": [ - "Não foi possível ligar ao servidor" + "Json list of the column names that should be read": [""], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" ], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ + "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": [ "" ], - "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"], - "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" + "Rows to Read": ["Cargos a permitir ao utilizador"], + "Number of rows of file to read": [""], + "Skip Rows": [""], + "Number of rows to skip at start of file": [""], + "Name of table to be created from excel data.": [ + "Nome da tabela que existe na base de dados de origem" ], - "Creator": ["Criador"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Excel File": [""], + "Select a Excel file to be uploaded to a database.": [""], + "Sheet Name": ["Nome Detalhado"], + "Strings used for sheet names (default is the first sheet).": [""], + "Specify a schema (if database flavor supports this).": [""], + "Table Exists": ["Filtro de Tabela"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ "" ], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], - "Custom width of the screenshot in pixels": [""], - "Customize": [""], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ "" ], - "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": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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 deleted.": [ - "Não foi possível gravar a sua query" + "Number of rows to skip at start of file.": [""], + "Number of rows of file to read.": [""], + "Parse Dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "Character to interpret as decimal point.": [""], + "Write dataframe index as a column.": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "" ], - "Dashboard could not be updated.": [ - "Não foi possível gravar a sua query" + "Null values": ["Valor de 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.": [ + "" ], - "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.": [ + "Select a Columnar file to be uploaded to a database.": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Dashboards": ["Dashboards"], - "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.": [ + "Databases": ["Bases 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"], + "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.": [ "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no SQL Lab" + ], + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no 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" + ], + "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" + ], + "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." + ], + "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.": [ "" ], - "Data preview": ["Pré-visualização de dados"], - "DataFrame include at least one series": [ - "Selecione pelo menos uma métrica" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "" ], - "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.": [ + "Expose in SQL Lab": ["Expor no SQL Lab"], + "Allow CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "Allow CREATE VIEW AS": ["Permitir CREATE TABLE AS"], + "Allow DML": ["Permitir DML"], + "CTAS Schema": ["Esquema CTAS"], + "SQLAlchemy URI": ["URI SQLAlchemy"], + "Chart Cache Timeout": ["Tempo limite para cache"], + "Secure Extra": ["Segurança"], + "Root certificate": [""], + "Async Execution": [""], + "Impersonate the logged on user": ["Personificar o utilizador conectado"], + "Allow Csv Upload": [""], + "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'

": [ "" ], + "CSV to Database configuration": [ + "Edite a configuração da origem de dados" + ], "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "" + ], + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "" + ], + "Excel to Database configuration": [ + "Edite a configuração da origem de dados" + ], "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "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: ": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Database is offline.": [""], - "Database is required for alerts": [""], - "Database not allowed to change": [""], - "Database not found.": [""], - "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 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": [""], - "Datasets": ["Bases de dados"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "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" - ], - "Day (freq=D)": [""], - "Day First": [""], - "Db engine did not return all queried columns": [""], - "December": [""], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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": ["Endpoint Padrão"], - "Default URL": ["URL da Base de Dados"], - "Default URL to redirect to when accessing from the dataset list page": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "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": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Default value must be set when \"Filter has default value\" is checked": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "" + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": [""], + "Show Log": ["Mostrar totais"], + "Add Log": [""], + "Edit Log": ["Editar"], + "User": ["Utilizador"], + "Action": ["Acção"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Untitled Query": ["Query sem título"], + "Time Range": ["Granularidade Temporal"], + "Time": ["Tempo"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Uma referência à configuração [Time], levando em consideração a granularidade" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "" + "Raw records": [""], + "Minimum value": [""], + "Maximum value": [""], + "Average value": [""], + "Certified by %s": [""], + "description": ["descrição"], + "bolt": ["parafuso"], + "Changing this control takes effect instantly": [ + "Esta edição tem efeito instantâneo" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "" + "Show info tooltip": [""], + "Label": ["Rótulo"], + "unknown type icon": [""], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "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" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "None": [""], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "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": ["Períodos"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "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" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "30 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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)" + ], + "Calculation type": ["Escolha um tipo de visualização"], + "Percentage change": [""], + "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.": [ "" ], - "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" + "Resample": [""], + "Rule": [""], + "1 minutely frequency": [""], + "1 hourly frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "1 year start frequency": [""], + "1 year end frequency": [""], + "Pandas resample rule": ["Regra de remistura de pandas"], + "Fill method": [""], + "Null imputation": [""], + "Linear interpolation": [""], + "Forward values": [""], + "Backward values": [""], + "Median values": [""], + "Pandas resample method": [ + "Método de preenchimento da remistura de pandas" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Annotations and Layers": ["Camadas de anotação"], + "X Axis": ["Eixo XX"], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": ["Eixo YY"], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Query": ["Query"], + "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": [""], + "Yearly seasonality": [""], + "Yes": [""], + "No": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "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" + "Time related form attributes": [ + "Atributos de formulário relacionados ao tempo" ], - "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": [ - "" + "Chart ID": ["Tipo de gráfico"], + "The id of the active chart": ["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" ], - "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": [""], - "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": [ + "URL Parameters": ["Parâmetros"], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "Diamond": [""], - "Did you mean:": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], + "Color Scheme": ["Esquema de cores"], + "Row": [""], + "Series": ["Séries"], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], "Dimensions": [""], "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "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.": [ + "Add dataset columns here to group the pivot table columns.": [""], + "Entity": ["Entidade"], + "This defines the element to be plotted on the chart": [ + "Esta opção define o elemento a ser desenhado no gráfico" + ], + "Filters": ["Filtros"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Disable embedding?": [""], - "Display column level subtotal": [""], - "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.": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "Sort by": ["Ordenar por"], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "Display settings": [""], - "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.": [ + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "Distribute across": [""], - "Distribution - Bar Chart": ["Gráfico de barras"], - "Divider": [""], - "Do you want a donut or a pie?": [""], - "Domain": [""], - "Download": [""], - "Download as Image": [""], - "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.": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "" + "A metric to use for color": ["Uma métrica a utilizar para cor"], + "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" ], - "Drill to detail: %s": [""], "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [ + "O tipo de visualização a ser exibida" + ], + "Use this to define a static color for all circles": [""], + "all": [""], + "30 seconds": ["30 segundos"], + "1 minute": ["1 minuto"], + "5 minutes": ["5 minutos"], + "30 minutes": ["10 minutos"], + "1 hour": ["hora"], + "week": ["semana"], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": ["mês"], + "year": ["ano"], + "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`" + ], + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "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.": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "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.": [ + "Row limit": ["Limite de linha"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "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." + "Sort Descending": ["Ordenar decrescente"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "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.": [ + "Series limit": ["Limite de série"], + "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.": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "Y Axis Format": ["Formato do Eixo YY"], + "The color scheme for rendering chart": [ + "O esquema de cores para o gráfico de renderização" + ], + "Whether to truncate metrics": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": [""], + "Original value": [""], "Duration in ms (66000 => 1m 6s)": [""], - "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 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:": [""], - "Either the database is spelled incorrectly or does not exist.": [""], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], + "D3 time format syntax: https://github.com/d3/d3-time-format": [""], + "Oops! An error occurred!": [""], + "Stack Trace:": [""], + "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.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Found invalid orderby options": [""], + "Invalid input": [""], + "Unexpected error: ": [""], + "(no description, click to see stack trace)": [""], + "Request timed out": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": ["hora"], + "day": ["dia"], + "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": [ "" ], - "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": [ + "The size of the square cell, in pixels": [""], + "Cell Padding": [""], + "The distance between cells, in pixels": [""], + "Cell Radius": [""], + "The pixel radius": [""], + "The number color \"steps\"": [""], + "Legend": [""], + "Whether to display the legend (toggles)": [""], + "Whether to display the numerical values within the cells": [""], + "Whether to display the metric name as a title": [""], + "Number Format": [""], + "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.": [ "" ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Business": [""], + "Pattern": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "End": [""], - "End (Longitude, Latitude): ": [""], - "End Longitude & Latitude": [""], - "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" + "Number format": [""], + "Source": ["Fonte"], + "Flow": [""], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "" ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [""], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Relationships between community channels": [""], + "Chord Diagram": [""], + "Circular": [""], + "Legacy": [""], + "Proportional": [""], + "Which country to plot the map for?": [""], + "ISO 3166-2 Codes": [""], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ "" ], - "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": [""], + "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.": [ + "" + ], + "2D": [""], + "Geo": [""], + "Stacked": [""], + "Sorry, there appears to be no data": [""], "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\"": [ + "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.": [ "" ], - "Excel to Database configuration": [ - "Edite a configuração da origem de dados" + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "Exclude selected values": [""], - "Excluded roles": [""], - "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'": [ + "Select any columns for metadata inspection": [""], + "e.g., a \"user id\" column": [""], + "Max Events": [""], + "The maximum number of events to return, equivalent to the number of rows": [ "" ], - "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.\" }`.": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "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": [ + "Progressive": [""], + "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": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to save cross-filter scoping": [""], - "Failed to start remote query on a worker.": [""], - "Failed to update report": [""], - "Failed to verify select options: %s": [""], - "Favorite": ["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": [""], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Fill method": [""], - "Filter Configuration": ["Controlo de filtro"], - "Filter List": ["Filtros"], - "Filter has default value": [""], - "Filter only displays values relevant to selections made in other filters.": [ + "Normalize Across": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Filter value (case sensitive)": [""], - "Filter value list cannot be empty": [""], - "Filter your charts": ["Controlo de filtro"], - "Filterable": ["Filtrável"], - "Filters": ["Filtros"], - "Filters for comparison must have a value": [""], - "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').": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "Left Margin": [""], + "auto": [""], + "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.": [ "" ], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Sort X Axis": [""], + "Sort Y Axis": [""], + "Show percentage": [""], + "Normalized": [""], + "Whether to apply a normal distribution based on rank on the color scale": [ "" ], - "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.": [ + "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.": [ "" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "percentile (exclusive)": [""], + "Select the numeric columns to draw the histogram": [""], + "Select the number of bins for the histogram": [""], + "X Axis Label": [""], + "Y Axis Label": [""], + "Whether to normalize the histogram": [""], + "Whether to make the histogram cumulative": [""], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ - "" + "Population age data": [""], + "Contribution": ["Contribuição"], + "Compute the contribution to the total": [ + "Calcular contribuição para o total" ], - "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.": [ + "Pixel height of each series": [""], + "Value Domain": [""], + "overall": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "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.": [ "" ], - "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": [""], + "Dark Cyan": [""], + "Purple": [""], "Gold": [""], - "Google Sheet Name and URL": [""], - "Graph layout": [""], - "Gravity": [""], - "Greater or equal (>=)": [""], - "Grid": [""], - "Grid Size": [""], - "Group By, Metrics or Percentage Metrics must have a value": [""], - "Group by": ["Agrupar por"], - "Groupable": ["Agrupável"], - "Guest user cannot modify chart payload": [""], - "Handlebars": [""], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "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.": [ "" ], - "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.": [ + "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": [ "" ], - "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": [ + "Auto": [""], + "Point Radius Unit": [""], + "Pixels": [""], + "The unit of measure for the specified point radius": [""], + "Labelling": [""], + "`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.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Streets": [""], + "Dark": [""], + "Satellite Streets": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Opacidade"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [""], + "The color for points and clusters in RGB": [""], + "Longitude of default viewport": [""], + "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.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Light mode": [""], + "Dark mode": [""], + "Scatter": [""], + "Transformable": [""], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Paired t-test Table": [""], + "Statistical": [""], + "Tabular": [""], + "Whether to display the interactive data table": [""], + "Include Series": [""], + "Include series name as an axis": [""], + "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.": [ "" ], - "Ignore cache when generating report": [""], - "Ignore null locations": [""], + "Not Time Series": [""], "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 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.": [ + "Standard time series": [""], + "Mean of values over specified period": [""], + "Sum of values over specified period": [""], + "Metric change in value from `since` to `until`": [""], + "Metric percent change in value from `since` to `until`": [""], + "Metric factor change from `since` to `until`": [""], + "Advanced Analytics": ["Análise Avançada"], + "Use the Advanced Analytics options below": [""], + "Settings for time series": [""], + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "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 custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "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": [ "" ], - "Invalid JSON": [""], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": [""], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Rolling Window": ["Rolling"], + "Rolling Function": ["Rolling"], + "cumsum": [""], + "Min Periods": ["Período Mínimo"], + "Time Comparison": ["Coluna de tempo"], + "Time Shift": ["Mudança de hora"], + "30 days": [""], + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": [""], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Categorical": [""], + "Use Area Proportions": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "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.": [ "" ], - "Invalid cron expression": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["Formato da Tabela Datahora"], - "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 reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": [""], - "Invert current page": [""], - "Is custom tag": [""], - "Is dimension": [""], - "Is false": [""], - "Is favorite": ["Favoritos"], - "Is not null": [""], - "Is null": [""], - "Is tagged": [""], - "Is temporal": ["É temporal"], - "Is true": [""], - "Isoband": [""], - "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.": [ + "Multi-Layers": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "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.": [ + "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.": [ "" ], - "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": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "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.": [ + "Whether to display bubbles on top of countries": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "July": [""], - "June": [""], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": [""], - "Keyboard shortcuts": [""], - "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"], - "Last Modified": ["Última Alteração"], - "Last Updated %s": [""], - "Last available value seen on %s": [""], - "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": [ + "Metric that defines the size of the bubble": [""], + "A map of the world, that can indicate values in different countries.": [ "" ], - "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 type": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Multi-Dimensions": [""], + "Multi-Variables": [""], + "Popular": [""], + "Pick a set of deck.gl charts to layer on top of one another": [""], + "Compose multiple layers together to form complex visuals.": [""], + "deck.gl Multiple Layers": [""], + "deckGL": [""], + "Start (Longitude, Latitude): ": [""], + "End (Longitude, Latitude): ": [""], + "Start Longitude & Latitude": [""], + "Point to your spatial columns": [""], + "End Longitude & Latitude": [""], + "Color of the target location": [""], + "Categorical Color": [""], + "Pick a dimension from which categorical colors are defined": [""], + "Stroke Width": [""], + "Advanced": ["Análise Avançada"], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "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.": [ + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Centroid (Longitude and Latitude): ": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "Time-series 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.": [ + "Spatial": [""], + "GeoJson Settings": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Line interpolation as defined by d3.js": [""], - "Linear color scheme": ["Esquema de cores lineares"], - "Linear interpolation": [""], - "Lines encoding": [""], - "Link Copied!": ["Copiado!"], - "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": ["Login"], - "Logout": ["Sair"], - "Logs": [""], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude": [""], - "Longitude & Latitude columns": [""], - "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "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": [ - "" - ], - "Make the x-axis categorical": [""], - "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" - ], - "Manage": ["Gerir"], - "Manage email report": [""], - "Manage your databases": [""], - "Mandatory": [""], - "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.": [ - "" - ], - "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.": [ - "" - ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "deck.gl Geojson": [""], + "Height": ["Altura"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "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 currency": [""], - "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 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).": [ + "deck.gl Grid": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "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).": [ + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], + "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": [""], + "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.": [ "" ], - "Metrics": ["Métricas"], - "Middle": [""], - "Midnight": [""], - "Min": ["Mín"], - "Min Periods": ["Período Mínimo"], - "Min/max (no outliers)": [""], - "Mine": [""], - "Minimum Font Size": [""], + "deck.gl Polygon": [""], + "Category": [""], + "Point Size": [""], + "Point Unit": [""], + "Square miles": [""], + "Radius in kilometers": [""], + "Radius in miles": [""], "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": [""], - "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.": [ + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "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]" - ], - "Must have at least one numeric column specified": [ - "Deve ser especificada uma coluna númerica" - ], - "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" - ], - "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" - ], - "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 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 data": ["Metadados"], - "No data after filtering or data is NULL for the latest time record": [ + "deck.gl Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "No data in file": [""], - "No databases match your search": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "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.": [ + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "No temporal columns found": [""], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ "" ], - "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.": [ + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "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. You can use negative numbers to compare from the beginning of the time range.": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "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.": [ + "Legend Format": [""], + "Choose the format for legend values": [""], + "Top left": [""], + "Top right": [""], + "Bottom left": [""], + "Bottom right": [""], + "The database columns that contains lines information": [""], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Whether to fill the objects": [""], + "Stroked": [""], + "Whether to display the stroke": [""], + "Whether to make the grid 3D": [""], + "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": [""], + "geohash (square)": [""], + "Reverse Lat & Long": [""], + "Select the geojson column": [""], + "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": [""], + "basis": [""], + "cardinal": [""], + "step-before": [""], + "Line interpolation as defined by d3.js": [""], + "Extra Controls": [""], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ "" ], - "One or many controls to pivot as columns": [ - "Um ou vários controles para pivotar como colunas" + "X Tick Layout": [""], + "flat": [""], + "staggered": [""], + "The way the ticks are laid out on the X-axis": [""], + "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.": [ + "" ], - "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" + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ + "" ], - "One or more metrics are duplicated": [ - "Uma ou várias métricas para exibir" + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "expand": [""], + "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.": [ + "" ], - "One or more metrics do not exist": [ - "Uma ou várias métricas para exibir" + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Continuous": [""], + "nvd3": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "" ], - "One or more parameters needed to configure a database are missing.": [ + "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.": [ "" ], - "One or more parameters specified in the query are malformed.": [""], - "One or more parameters specified in the query are missing.": [""], - "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" + "Bar": [""], + "Box Plot": ["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.": [ + "" ], - "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": [ + "Ranges to highlight with shading": [""], + "Range labels": [""], + "Labels for the ranges": [""], + "Markers": [""], + "List of values to mark with triangles": [""], + "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.": [ "" ], - "Only single queries supported": [""], - "Only the following file extensions are allowed: %(allowed_extensions)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.": [ "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "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.": [ "" ], - "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.": [ + "Bar Chart (legacy)": [""], + "Additive": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Label Type": [""], + "Value": ["Mostrar valores das barras"], + "Percentage": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "What should be shown on the label?": [""], + "Do you want a donut or a pie?": [""], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ "" ], - "Operator undefined for aggregator: %(name)s": [""], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Frequency": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ "" ], - "Optional d3 date format string": [""], - "Optional d3 number format string": [""], - "Optional name of the data column.": [""], - "Optional warning about use of this metric": [""], - "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)" + "Formula": [""], + "Stack": [""], + "Expand": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Additional padding for legend.": [""], + "Scroll": [""], + "Plain": [""], + "Legend type": [""], + "Show series values on the chart": [""], + "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": [ + "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "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" + "Tooltip": [""], + "Sort Series By": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Series Order": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "" ], - "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." + "X Axis Bounds": [""], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ + "" ], - "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." + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": ["Metadados"], + "No data after filtering or data is NULL for the latest time record": [ + "" ], - "PDF download failed, please refresh and try again.": [""], - "Page length": [""], - "Paired t-test Table": [""], - "Pandas resample method": [ - "Método de preenchimento da remistura de pandas" + "Try applying different filters or ensuring your datasource has data": [ + "" ], - "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": [ + "Big Number Font Size": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ "" ], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent of total": [""], - "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 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 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 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.": [ + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ "" ], - "Pick your favorite markup language": [ - "Escolha a sua linguagem de marcação favorita" - ], - "Pie shape": [""], - "Pivot Table": ["Tabela Pivot"], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Big Number with Time Period Comparison": [""], + "Display settings": [""], + "Description text that shows up below your Big Number": [""], + "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.": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "With a subheader": [""], + "Big Number": ["Número grande"], + "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.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "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": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Big Number with Trendline": ["Número grande com linha de tendência"], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "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.": [ + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "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.": [ + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "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": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "What should be shown as the label": [""], + "What should be shown as the tooltip label": [""], + "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.": [ "" ], - "Port out of range 0-65535": [""], - "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." + "Sequential": [""], + "General": [""], + "Min": ["Mín"], + "Minimum value on the gauge axis": [""], + "Max": ["Máx"], + "Maximum value on the gauge axis": [""], + "Angle at which to start progress axis": [""], + "Angle at which to end progress axis": [""], + "Font size": [""], + "Font size for axis labels, detail value and other text elements": [""], + "Additional text to add before or after the value, e.g. unit": [""], + "Show pointer": [""], + "Whether to show the pointer": [""], + "Whether to animate the progress and the value or just display them": [ + "" ], - "Predictive Analytics": [""], - "Prefix": [""], - "Prefix or suffix": [""], - "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 Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Proceed": [""], + "Show axis line ticks": [""], + "Whether to show minor ticks on the axis": [""], + "Show split lines": [""], + "Whether to show the split lines on the axis": [""], + "Number of split segments on the axis": [""], "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": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ + "Show progress": [""], + "Whether to show the progress of gauge chart": [""], + "Whether the progress bar overlaps when there are multiple groups of data": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "Style the ends of the progress bar with a round cap": [""], + "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.": [ "" ], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "Referenced columns not available in DataFrame.": [""], - "Refresh": ["Intervalo de atualização"], - "Refresh dashboard": ["Sem dashboards"], - "Refresh frequency": [""], - "Refresh the default values": [""], - "Regular": [""], - "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.": [ + "Name of the source nodes": [""], + "Name of the target nodes": [""], + "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.": [ "" ], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative quantity": [""], - "Remove": [""], - "Remove cross-filter": [""], - "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" + "Target category": [""], + "Category of target nodes": [""], + "Layout": [""], + "Graph layout": [""], + "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": [""], + "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.": [""], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "" ], - "Report Schedule could not be updated.": [ - "Não foi possível gravar a sua query" + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "" ], - "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"], + "Edge length": [""], + "Edge length between nodes": [""], + "Gravity": [""], + "Strength to pull the graph toward center": [""], "Repulsion strength between nodes": [""], - "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.": [ + "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.": [ "" ], - "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.": [ - "" + "Structural": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Ordenar de forma descendente ou ascendente" ], - "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.": [ + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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": [""], + "Primary or secondary y-axis": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ "" ], - "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.": [ + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ "" ], - "Rolling Function": ["Rolling"], - "Rolling Window": ["Rolling"], - "Root certificate": [""], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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).": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Whether to display the aggregate count": [""], + "Pie shape": [""], + "Outer Radius": [""], + "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.": [ "" ], - "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": [""], - "Rule added": [""], - "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.": [ + "Total: %s": [""], + "The maximum value of metrics. It is an optional configuration": [""], + "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.": [ "" ], - "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:": ["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.": [ + "[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": [ "" ], - "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" + "When only a primary metric is provided, a categorical color scale is used.": [ + "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "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 currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Secure Extra": ["Segurança"], - "Security": ["Segurança"], - "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 metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "Select a schema if the database supports this": [""], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "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.": [ "" ], - "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 ": [ + "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.": [ "" ], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "zoom area": [""], + "restore zoom": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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.": [ "" ], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select owners": [""], - "Select schema or type to search schemas": [""], - "Select subject": [""], - "Select table or type to search tables": [""], - "Select the Annotation Layer you would like to use.": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "Axis Bounds": [""], + "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.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Chart Orientation": [""], + "Vertical": [""], + "Horizontal": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "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.": [ "" ], - "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.": [ + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ "" ], - "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.": [ + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "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.": [ + "Step type": [""], + "Start": ["Início"], + "Middle": [""], + "End": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "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.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Stepped Line": [""], + "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": [""], + "Left to Right": [""], + "Right to Left": [""], + "Top to Bottom": [""], + "Bottom to Top": [""], + "Orientation of tree": [""], + "Node label position": [""], + "Position of intermediate node label on tree": [""], + "Child label position": [""], + "Position of child node label on tree": [""], + "Emphasis": [""], + "ancestor": [""], + "descendant": [""], + "Which relatives to highlight on hover": [""], + "Empty circle": [""], + "Circle": [""], + "Rectangle": [""], + "Triangle": [""], + "Diamond": [""], + "Arrow": [""], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ "" ], - "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 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 labels when the node has children.": [""], "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 minor ticks on axes.": [""], - "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.": [ + "Treemap": ["Treemap"], + "Total": [""], + "Assist": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall 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.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "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.": [ + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "Handlebars": [""], + "must have a value": [""], + "A handlebars template that is applied to the data": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "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.": [ + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "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": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": [""], + "Columns to group by on the rows": [""], + "Apply metrics on": [""], + "Use metrics as a top level group for columns or for rows": [""], + "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).": [ "" ], - "Showing %s of %s": [""], - "Shows a list of all series available at that point in time": [""], - "Shows or hides markers for the time series": [""], - "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": [ + "Count Unique Values": [""], + "List Unique Values": [""], + "Sum": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Maximum": [""], + "First": [""], + "Last": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "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.": [ + "Show rows total": [""], + "Display row level total": [""], + "Display row level subtotal": [""], + "Display column level total": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "Solid": [""], - "Something went wrong.": [""], - "Sorry there was an error fetching database information: %s": [ - "Desculpe, houve um erro ao gravar este dashbard: " + "D3 time format for datetime columns": [""], + "key a-z": [""], + "key z-a": [""], + "Change order of rows.": [""], + "Available sorting modes:": [""], + "By key: use row names as sorting key": [""], + "By value: use metric values as sorting key": [""], + "Change order of columns.": [""], + "By key: use column names as sorting key": [""], + "Rows subtotal position": [""], + "Position of row level subtotal": [""], + "Columns subtotal position": [""], + "Position of column level subtotal": [""], + "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.": [ + "" ], - "Sorry there was an error fetching saved charts: ": [ - "Desculpe, houve um erro ao gravar este dashbard: " + "Pivot Table": ["Tabela Pivot"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Page length": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ + "" ], - "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. Please try again.": [""], - "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 name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ - "" - ], - "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": [""], - "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": [""], - "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 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.": [ - "" - ], - "Symbol of two ends of edge line": [""], - "Sync columns from source": [""], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "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 [%(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 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.": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "Tables": ["Tabelas"], - "Tabs": [""], - "Tabular": [""], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tagged %s %ss": [""], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "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.": [ + "Show": [""], + "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": [""], + "random": [""], + "square": [""], + "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.": [ "" ], - "Test Connection": ["Conexão de teste"], - "Text align": [""], - "Text embedded in email": [""], - "The API response from %s does not match the IDatabaseTable interface.": [ + "N/A": [""], + "fetching": [""], + "stopped": [""], + "The query couldn't be loaded": ["Não foi possível carregar a query"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "" ], - "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" + "Your query could not be scheduled": [ + "Não foi possível gravar a sua query" ], - "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.": [ - "" + "Failed at retrieving results": [ + "O carregamento dos resultados a partir do backend falhou" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Unknown error": [""], + "Query was stopped.": ["A query foi interrompida."], + "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.": [ "" ], - "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?": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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.": [ + "Unable to add a new tab to the backend. Please contact your administrator.": [ "" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "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.": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "The column was deleted or renamed in the database.": [""], - "The country code standard that Superset should expect to find in the [country] column": [ - "" + "Copy of %s": ["Cópia de %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "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" + "An error occurred while fetching tab state": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "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." + "An error occurred while removing tab. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "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 removing query. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "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.": [ - "" + "Your query could not be saved": ["Não foi possível gravar a sua query"], + "Your query was saved": ["A sua query foi gravada"], + "Your query was updated": ["A sua query foi gravada"], + "Your query could not be updated": [ + "Não foi possível gravar a sua query" ], - "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.": [ + "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 dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "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.": [ - "" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "The dataset has been saved": [ - "Esta origem de dados parece ter sido excluída" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao criar a origem dos dados" ], "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.": [ - "" + "An error occurred while creating the data source": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "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 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 lower limit of the threshold range of the Isoband": [""], - "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" + "Primary key": [""], + "Foreign key": [""], + "Index": [""], + "Estimate cost": [""], + "Creating a data source and creating a new tab": [ + "A criar uma nova origem de dados, a exibir numa nova aba" ], - "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.": [ - "" + "Explore the result set in the data exploration view": [""], + "Source SQL": ["Fonte SQL"], + "Run query": ["Executar query"], + "Stop query": ["Query vazia?"], + "New tab": ["fechar aba"], + "Keyboard shortcuts": [""], + "State": ["Estado"], + "Duration": ["Descrição"], + "Results": ["Resultados"], + "Actions": ["Acção"], + "Success": [""], + "Failed": [""], + "Running": [""], + "Fetching": [""], + "Offline": [""], + "Scheduled": [""], + "Unknown Status": [""], + "Edit": ["Editar"], + "Data preview": ["Pré-visualização de dados"], + "Overwrite text in the editor with a query on this table": [ + "Substitua texto no editor com uma query nesta tabela" ], + "Run query in a new tab": ["Executar a query em nova aba"], + "Remove query from log": ["Remover query do histórico"], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["Grave uma visualização"], + "Overwrite & Explore": ["Substitua a visualização %s"], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. 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 query": [""], "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "" ], - "The number of rows displayed is limited to %(rows)d by the query": [""], "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.": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "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.": [ - "" + "See query details": [""], + "was created": ["foi criado"], + "Query in a new tab": ["Query numa nova aba"], + "The query returned no data": [""], + "Fetch data preview": ["Obter pré-visualização de dados"], + "Stop": ["Parar"], + "Run": [""], + "Stop running (Ctrl + x)": [""], + "Stop running (Ctrl + e)": [""], + "Run query (Ctrl + Return)": [""], + "Save": ["Salvar"], + "An error occurred saving dataset": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "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 or Overwrite Dataset": [""], + "Back": [""], + "Overwrite existing": [""], + "Existing dataset": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Undefined": ["Indefinido"], + "Save as": ["Gravar como"], + "Cancel": ["Cancelar"], + "Update": [""], + "Label for your query": ["Rótulo para a sua query"], + "Write a description for your query": [ + "Escreva uma descrição para sua consulta" ], - "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.": [ - "" + "Submit": [""], + "Schedule": [""], + "There was an error with your request": [""], + "Please save the query to enable sharing": [""], + "Copy query link to your clipboard": [ + "Copiar query de partição para a área de transferência" ], - "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.": [ - "" + "Save the query to enable this feature": [""], + "Copy link": [""], + "No stored results found, you need to re-run your query": [""], + "Preview: `%s`": ["Pré-visualização para %s"], + "Schedule the query periodically": [""], + "You must run the query successfully first": [""], + "Render HTML": [""], + "Autocomplete": [""], + "CREATE TABLE AS": ["Permitir CREATE TABLE AS"], + "CREATE VIEW AS": ["Permitir CREATE TABLE AS"], + "Estimate the cost before running a query": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Choose one of the available databases from the panel on the left.": [""], + "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"], + "Close all other tabs": [""], + "Duplicate tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "The port is closed.": [""], - "The port number is invalid.": [""], - "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.": [ - "" + "Copy partition query to clipboard": [ + "Copiar query de partição para a área de transferência" ], - "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.": [ - "" + "latest partition:": ["última partição:"], + "Keys for table": ["Chaves para tabela"], + "View keys & indexes (%s)": ["Ver chaves e índices (%s)"], + "Original table column order": ["Ordenação original das colunas"], + "Sort columns alphabetically": ["Ordenar colunas por ordem alfabética"], + "Copy SELECT statement to the clipboard": [ + "Copiar a instrução SELECT para a área de transferência" ], - "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.": [ + "Show CREATE VIEW statement": [""], + "CREATE VIEW statement": [""], + "Remove table preview": ["Remover pré-visualização de tabela"], + "Assign a set of parameters as": [""], + "below (example:": [""], + "), and they become available in your SQL (example:": [""], + "by using": [""], + "syntax.": [""], + "Edit template parameters": ["Editar propriedades da visualização"], + "Invalid JSON": [""], + "%s%s": [""], + "Control": [""], + "Click to see difference": ["Clique para forçar atualização"], + "Altered": [""], + "Chart changes": ["Modificado pela última vez"], + "Loaded data cached": ["Dados carregados em cache"], + "Loaded from cache": ["Carregado da cache"], + "Click to force-refresh": ["Clique para forçar atualização"], + "Cached": [""], + "Waiting on %s": [""], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "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.": [ + "click here": [""], + "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 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 loading the SQL": [ + "Ocorreu um erro ao criar a origem dos dados" ], - "The result of this query should be a numeric-esque value": [""], - "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.": [ - "" + "Sorry, an error occurred": [""], + "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" ], - "The rich tooltip shows a list of all series for that point in time": [ + "Network error.": ["Erro de rede."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "You can also just click on the chart to apply cross-filter.": [""], + "You can't apply cross-filter on this data point.": [""], + "Remove cross-filter": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Failed to generate chart edit URL": [""], + "Close": [""], + "Failed to load chart data.": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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." + "Drill to detail: %s": [""], + "Formatting": [""], + "Formatted value": [""], + "No rows were returned for this dataset": [""], + "Copy": [""], + "Copy to clipboard": ["Copiar para área de transferência"], + "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!" ], - "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 upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "O utilizador parece ter sido eliminado" - ], - "The user/password combination is not valid (Incorrect password for user).": [ - "" - ], - "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: %(report_names)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.": [ + "every": [""], + "every month": ["mês"], + "every day of the month": ["Código de 3 letras do país"], + "day of the month": [""], + "every day of the week": [""], + "day of the week": [""], + "every hour": [""], + "minute": ["minuto"], + "reboot": [""], + "Every": [""], + "in": ["Mín"], + "on": [""], + "at": [""], + ":": [""], + "Invalid cron expression": [""], + "Clear": [""], + "Sunday": [""], + "Monday": [""], + "Tuesday": [""], + "Wednesday": [""], + "Thursday": [""], + "Friday": [""], + "Saturday": [""], + "January": [""], + "February": [""], + "March": ["Pesquisa"], + "April": [""], + "May": ["dia"], + "June": [""], + "July": [""], + "August": [""], + "September": [""], + "October": [""], + "November": [""], + "December": [""], + "SUN": [""], + "MON": [""], + "TUE": [""], + "WED": [""], + "THU": [""], + "FRI": [""], + "SAT": [""], + "JAN": [""], + "FEB": [""], + "MAR": [""], + "APR": [""], + "MAY": [""], + "JUN": [""], + "JUL": ["URL"], + "AUG": [""], + "SEP": [""], + "OCT": [""], + "NOV": [""], + "DEC": [""], + "Select database or type to search databases": [""], + "Force refresh schema list": ["Forçar atualização de dados"], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "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 datasets this filter will be applied to.": [""], - "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).": [ + "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 applies cross-filters to charts whose datasets contain columns with the same name.": [ + "dataset": [""], + "Successfully changed dataset!": [""], + "Connection": ["Conexão de teste"], + "Proceed": [""], + "Warning!": ["Mensagem de Aviso"], + "Search / Filter": ["Pesquisa / Filtro"], + "STRING": [""], + "BOOLEAN": [""], + "Physical (table or view)": [""], + "Virtual (SQL)": [""], + "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 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)": [ + "Certified By": [""], + "Person or group that has certified this metric": [""], + "Certification details": [""], + "Details of the certification": [""], + "Is dimension": [""], + "Select owners": [""], + "Modified columns: %s": [""], + "Removed columns: %s": [""], + "New columns added: %s": [""], + "Metadata has been synced": [""], + "An error has occurred": [""], + "Column name [%s] is duplicated": [""], + "Metric name [%s] is duplicated": [""], + "Calculated column [%s] requires an expression": [""], + "Invalid currency code in saved metrics": [""], + "Basic": [""], + "Default URL": ["URL da Base de Dados"], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ - "" + "Autocomplete filters": [""], + "Whether to populate autocomplete filters options": [ + "Incluir um filtro temporal" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "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 column might be incompatible with current dataset": [""], - "This column must contain date/time information.": [""], - "This control filters the whole chart based on the selected time range. 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.": [ + "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 controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "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 controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "": [""], + "": [""], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "virtual": [""], + "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 managed externally, and can't be edited in Superset": [ + "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.": [ "" ], - "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 field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Metric currency": [""], + "Select or type currency symbol": [""], + "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.": [ "" ], - "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:": [ + "Sync columns from source": [""], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], - "This dashboard was saved successfully.": [ - "Dashboard gravado com sucesso." - ], - "This database is managed externally, and can't be edited in Superset": [ - "" + "": [""], + "Settings": [""], + "The dataset has been saved": [ + "Esta origem de dados parece ter sido excluída" ], - "This database table does not contain any data. Please select a different table.": [ + "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.": [ "" ], + "Are you sure you want to save and apply changes?": [""], + "Confirm save": [""], + "OK": [""], + "Edit Dataset ": ["Editar Base de Dados"], + "Use legacy datasource editor": [""], "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" + "DELETE": [""], + "delete": ["Eliminar"], + "Type \"%s\" to confirm": [""], + "Click to edit": ["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." ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "No databases match your search": [""], + "There are no databases available": [""], + "Manage your databases": [""], + "Unexpected error": [""], + "This may be triggered by:": [""], + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": ["Erro"], + "See more": [""], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": [""], + "Click to favorite/unfavorite": ["Clique para tornar favorito"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "OVERWRITE": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": ["Substitua a visualização %s"], + "Import": ["Importar"], + "Import %s": ["Importar"], + "Last Updated %s": [""], + "+ %s more": [""], + "%s Selected": ["Executar a query selecionada"], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "%s-%s of %s": [""], + "End date": [""], + "Type a value": [""], + "Select or type a value": [""], + "Menu actions trigger": [""], + "Select ...": ["Selecione ..."], + "Reset": [""], + "Invert current page": [""], + "Clear all data": [""], + "Expand row": [""], + "Collapse row": [""], + "Click to cancel sorting": [""], + "List updated": [""], + "There was an error loading the tables": [""], + "See table schema": ["Selecione um esquema (%s)"], + "Select table or type to search tables": [""], + "Force refresh table list": ["Forçar atualização de dados"], + "Timezone selector": [""], + "Failed to save cross-filter scoping": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "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 might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ + "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 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).": [ - "" + "There was an issue favoriting this dashboard.": [ + "Desculpe, houve um erro ao gravar este dashbard: " ], - "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" + "You do not have permissions to edit this dashboard.": [ + "Não tem permissão para aceder à origem de dados: %(name)s." ], - "This markdown component has an error.": [""], - "This markdown component has an error. Please revert your recent changes.": [ - "" + "This dashboard was saved successfully.": [ + "Dashboard gravado com sucesso." ], - "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "" + "Sorry, an unknown error occurred": [""], + "You do not have permission to edit this dashboard": [ + "Não tem acesso a esta origem de dados" ], - "This metric might be incompatible with current dataset": [""], - "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "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" + "Could not fetch all saved charts": [ + "Não foi possível ligar ao servidor" ], - "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.": [ - "" + "Sorry there was an error fetching saved charts: ": [ + "Desculpe, houve um erro ao gravar este dashbard: " ], - "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": [ + "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 is not supported.": [ - "Escolha um tipo de visualização" - ], - "This will remove your current embed configuration.": [""], - "Threshold": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": [""], - "Time": ["Tempo"], - "Time Comparison": ["Coluna de tempo"], - "Time Grain must be specified when using Time Shift.": [""], - "Time Range": ["Granularidade Temporal"], - "Time Series - Bar Chart": ["Série Temporal - Gráfico de barras"], - "Time Series - Line Chart": ["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)": [ + "You have unsaved changes.": ["Existem alterações por gravar."], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Create a new chart": ["Crie uma nova visualização"], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "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" + "Delete this container and save to remove this message.": [""], + "Refresh frequency": [""], + "Are you sure you want to proceed?": [""], + "Save for this session": [""], + "You must pick a name for the new dashboard": [ + "Escolha um nome para o novo dashboard" ], - "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Overwrite Dashboard [%s]": ["Substituir Dashboard [%s]"], + "Save as:": ["Gravar como:"], + "[dashboard name]": ["[Nome do dashboard]"], + "also copy (duplicate) charts": [""], + "recent": [""], + "Create new chart": ["Crie uma nova visualização"], + "Filter your charts": ["Controlo de filtro"], + "Show only my charts": [""], + "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.": [ "" ], - "Time-series Table": ["Tabela de séries temporais"], - "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" + "Added": [""], + "Unknown type": [""], + "Dataset": ["Base de dados"], + "Superset chart": ["Explorar gráfico"], + "Check out this chart in dashboard:": ["Verificar dashboard: %s"], + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [ + "Ocorreu um erro ao carregar os metadados da tabela" ], - "Tooltip": [""], - "Top left": [""], - "Top right": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": [""], - "Totals": [""], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree layout": [""], - "Treemap": ["Treemap"], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": [""], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "Load a CSS template": ["Carregue um modelo CSS"], + "Collapse tab content": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ + "Enable embedding": [""], + "Embed": [""], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "" ], - "Try different criteria to display results.": [""], - "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": [""], - "URL": ["URL"], - "URL Parameters": ["Parâmetros"], - "URL slug": [""], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "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\"": [ - "" + "Redo the action": [""], + "Check out this dashboard: ": ["Verificar dashboard: %s"], + "Refresh dashboard": ["Sem dashboards"], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": ["Editar propriedades da visualização"], + "Edit CSS": ["Editar Visualização"], + "Download": [""], + "Download as Image": [""], + "Share": [""], + "Share permalink by email": [""], + "Manage email report": [""], + "Set filter mapping": [""], + "Set auto-refresh interval": ["Intervalo de atualização"], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Apply": [""], + "A valid color scheme is required": [""], + "The dashboard has been saved": ["Dashboard gravado com sucesso."], + "Access": ["Não há acesso!"], + "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." ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "Colors": ["Cor"], + "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.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "" + "URL slug": [""], + "A readable URL for your dashboard": [ + "Obter um URL legível para o seu dashboard" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "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.": [ + "Camadas de anotação para sobreposição na visualização" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "One ore more annotation layers failed loading.": [""], + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], - "Undefined": ["Indefinido"], - "Undefined window for rolling operation": [""], - "Undo?": [""], - "Unexpected error": [""], - "Unexpected error occurred, please check your logs for details": [""], - "Unexpected error: ": [""], - "Unexpected time range: %(error)s": [""], - "Unknown": [""], - "Unknown Doris server host \"%(hostname)s\".": [""], - "Unknown MySQL server host \"%(hostname)s\".": [""], - "Unknown Presto Error": [""], - "Unknown Status": [""], - "Unknown column used in orderby: %(col)s": [""], - "Unknown error": [""], - "Unknown input format": [""], - "Unknown type": [""], - "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": [""], - "Upper Threshold": [""], - "Upper threshold must be greater than lower threshold": [""], - "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 an ssh tunnel 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]": [ - "" + "Cached %s": [""], + "Fetched %s": [""], + "Query %s: %s": [""], + "Force refresh": ["Forçar atualização de dados"], + "View query": ["partilhar query"], + "Download as image": [""], + "Something went wrong.": [""], + "Search...": ["Pesquisa"], + "No filter is selected.": [""], + "Editing 1 filter:": [""], + "Batch editing %d filters:": [""], + "Configure filter scopes": [""], + "There are no filters in this dashboard.": [ + "Desculpe, houve um erro ao gravar este dashbard: " ], - "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.": [ + "Expand all": [""], + "Collapse all": [""], + "This markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ "" ], - "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": [ + "Empty row": [""], + "You can": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "edit mode": [""], + "Delete dashboard tab?": ["Por favor insira um nome para o dashboard"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "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.": [ + "undo": [""], + "button (cmd + z) until you save your changes.": [""], + "CANCEL": [""], + "Divider": [""], + "Header": ["Subtítulo"], + "Tabs": [""], + "background": [""], + "Preview": ["Pré-visualização para %s"], + "Sorry, something went wrong. Try again later.": [""], + "Unknown value": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "User": ["Utilizador"], - "User must select a value before applying the filter": [""], - "User query": ["partilhar query"], - "Users are not allowed to set a search path for security reasons.": [""], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Clear all": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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.": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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.": [ + "All charts": ["Gráfico de bala"], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "Cannot load filter": [""], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Value": ["Mostrar valores das barras"], - "Value Domain": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], + "Scope": [""], + "(Removed)": [""], + "Undo?": [""], + "Add filters and dividers": [""], + "Cyclic dependency detected": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], + "(deleted or invalid type)": [""], + "Limit type": [""], + "Add filter": ["Adicionar filtro"], "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"], - "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.": [ + "Values dependent on": [""], + "Scoping": [""], + "Filter Configuration": ["Controlo de filtro"], + "Time range": ["Granularidade Temporal"], + "Time column": ["Coluna de tempo"], + "Time grain": ["Granularidade Temporal"], + "Group by": ["Agrupar por"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Name is required": [""], + "Datasets do not contain a temporal column": [""], + "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.": [ "" ], - "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.": [ + "Pre-filter available values": [""], + "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.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Sort Metric": ["Mostrar Métrica"], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "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.": [ + "Single value type": [""], + "Exact": [""], + "Filter has default value": [""], + "Default Value": ["Latitude padrão"], + "Refresh the default values": [""], + "Fill all required fields to enable \"Default Value\"": [""], + "You have removed this filter.": [""], + "Restore Filter": ["Filtros de resultados"], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "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).": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "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.": [ + "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 panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "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.": [ + "Keep editing": [""], + "Yes, cancel": [""], + "Are you sure you want to cancel?": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "All filters": ["Filtros"], + "Medium": [""], + "Tab title": [""], + "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.": [ "" ], - "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.": [ + "Equal to (=)": [""], + "Not equal to (≠)": [""], + "Less than (<)": [""], + "Less or equal (<=)": [""], + "Greater or equal (>=)": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Is not null": [""], + "Is null": [""], + "Is true": [""], + "Is false": [""], + "Time granularity": ["Granularidade temporal"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "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.": [ - "" + "One or many metrics to display": ["Uma ou várias métricas para exibir"], + "Fixed color": ["Selecione uma cor"], + "Right axis metric": ["Metric do Eixo Direito"], + "Choose a metric for right axis": [ + "Escolha uma métrica para o eixo direito" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "" + "Linear color scheme": ["Esquema de cores lineares"], + "Color metric": ["Métrica de cor"], + "One or many controls to pivot as columns": [ + "Um ou vários controles para pivotar como colunas" ], - "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.": [ + "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.": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Limits the number of rows that get displayed.": [""], + "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).": [ "" ], - "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.": [ + "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" + ], + "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]"], + "Bubble size": ["Tamanho da bolha"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Color scheme": ["Esquema de cores"], + "Chart [%s] has been overwritten": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "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?": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "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.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "We have the following keys: %s": [""], - "We were unable to active or deactivate this report.": [""], + "Continue": [""], + "Clear form": [""], + "No form settings were maintained": [""], "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.": [ + "Customize": [""], + "Generating link, please wait..": [""], + "Chart height": [""], + "Save (Overwrite)": ["Queries Gravadas"], + "Chart name": ["Tipo de gráfico"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["Adicionar ao novo dashboard"], + "Save & go to dashboard": ["Gravar e ir para o dashboard"], + "Formatted date": [""], + "Column Formatting": [""], + "Collapse data panel": [""], + "Expand data panel": [""], + "No samples were returned for this dataset": [""], + "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": ["Colunas das séries temporais"], + " to edit or add columns and metrics.": [""], + "Unable to retrieve dashboard colors": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "Web": [""], - "Wednesday": [""], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "What should be shown on the label?": [""], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Not available": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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": [ "" ], - "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" + "Controls labeled ": [""], + "Control labeled ": [""], + "You do not have permission to edit this chart": [ + "Não tem permissão para aprovar este pedido" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "" + "Person or group that has certified this chart.": [""], + "Configuration": ["Contribuição"], + "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." ], - "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 row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "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": [ "" ], - "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.": [ + "Geohash": [""], + "textarea": ["textarea"], + "in modal": ["em modal"], + "Sorry, An error occurred": [""], + "Open in SQL Lab": ["Expor no SQL Lab"], + "Failed to verify select options: %s": [""], + "Select the Annotation Layer you would like to use.": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "When using 'Group By' you are limited to use a single metric": [ - "Utilizando 'Agrupar por' só é possível utilizar uma única métrica" + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "" ], - "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": [ + "Bad formula.": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "This column must contain date/time information.": [""], + "Pick a title for you annotation.": [""], + "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.": [ "" ], - "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." + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], + "Display configuration": [""], + "Configure your how you overlay is displayed here.": [""], + "Style": ["Estilo do mapa"], + "Solid": [""], + "Long dashed": [""], + "Color": ["Cor"], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hide Line": [""], + "Configure the basics of your Annotation Layer.": [""], + "Mandatory": [""], "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "Choose the source of your annotations": [""], + "Remove": [""], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "dashboard": ["Dashboard"], + "Fraction digits": [""], + "Number of decimal digits to round numbers to": [""], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "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 colorize numeric values by if they are positive or negative": [ "" ], - "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 the time granularity as defined in the time section": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "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.": [ + "Small number 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": [ "" ], - "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.": [ + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": [""], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": [""], + "Right value": [""], + "Target value": [""], + "Lower threshold must be lower than upper threshold": [""], + "Upper threshold must be greater than lower threshold": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "Whether to sort tooltip by the selected metric in descending order.": [ + "Isoband": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ "" ], - "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 TITLE MARGIN": [""], - "X Axis": ["Eixo XX"], - "X Axis Bounds": [""], - "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": ["Eixo YY"], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": ["Formato do Eixo YY"], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "View in SQL Lab": ["Expor no SQL Lab"], + "Query preview": ["Pré-visualização de dados"], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "RANGE TYPE": [""], + "Actual time range": [""], + "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": ["Formato da datahora"], + "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.": [ "" ], - "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?": [ + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": ["Pré-visualização para %s"], + "Custom": [""], + "previous calendar week": [""], + "previous calendar month": [""], + "previous calendar year": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved": ["Salvar"], + "%s column(s)": ["Lista de Colunas"], + "No temporal columns found": [""], + "No saved expressions found": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "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?": [ + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "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?": [ + "%s option(s)": ["Opções"], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ "" ], - "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?": [ + "To filter on a metric, use Custom SQL tab.": [""], + "%s operator(s)": ["Selecione operador"], + "Comparator option": [""], + "Type a value here": [""], + "Filter value (case sensitive)": [""], + "choose WHERE or HAVING...": [""], + "Add metric": ["Adicionar Métrica"], + "Select aggregate options": [""], + "%s aggregates(s)": [""], + "%s saved metric(s)": [""], + "Saved metric": ["Selecione métrica"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["Coluna"], + "aggregate": ["Soma Agregada"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Sparkline": [""], + "Period average": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": ["Largura"], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "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.": [ + "Number of periods to ratio against": [""], + "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.": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Optional d3 number format string": [""], + "Number format string": [""], + "Optional d3 date format string": [""], + "Date format string": [""], + "Currently rendered: %s": [""], + "Examples": [""], + "This visualization type is not supported.": [ + "Escolha um tipo de visualização" + ], + "Select a visualization type": ["Selecione um tipo de visualização"], + "No results found": ["Nenhum registo encontrado"], + "New chart": ["Mover gráfico"], + "Edit chart properties": ["Editar propriedades da visualização"], + "Export to original .CSV": [""], + "Embed code": [""], + "Run in SQL Lab": ["Expor no SQL Lab"], + "Code": ["Código"], + "Pick your favorite markup language": [ + "Escolha a sua linguagem de marcação favorita" + ], + "Put your code here": ["Insira o seu código aqui"], + "Extra parameters for use in jinja templated queries": [""], + "My beautiful colors": [""], + "< (Smaller than)": [""], + "> (Larger than)": [""], + "<= (Smaller or equal)": [""], + ">= (Larger or equal)": [""], + "== (Is equal)": [""], + "!= (Is not equal)": [""], + "Not null": [""], + "60 days": [""], + "90 days": [""], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "database": ["Base de dados"], + "sql": [""], + "working timeout": [""], + "recipients": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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 delivery method": [""], + "report": ["Janela de exibição"], + "Add": [""], + "Set up basic details, such as name and description.": [""], + "Include description to be sent with %s": [""], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "You do not have permission to edit this chart": [ - "Não tem permissão para aprovar este pedido" + "SQL Query": ["Gravar query"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "You do not have permission to edit this dashboard": [ - "Não tem acesso a esta origem de dados" + "Trigger Alert If...": [""], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Ignore cache when generating report": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Working timeout": [""], + "Time in seconds": ["10 segundos"], + "Recurring (every)": [""], + "CRON Schedule": [""], + "Alert triggered, notification sent": [""], + "Alert running": [""], + "Nothing triggered": [""], + "Alert Triggered, In Grace Period": [""], + "Select Delivery Method": [""], + "%s recipients": [""], + "Recipients are separated by \",\" or \";\"": [""], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["Camadas de anotação"], + "Description (this can be seen in the list)": [""], + "annotation": ["Anotações"], + "date": [""], + "Please confirm": [""], + "Are you sure you want to delete": [""], + "css_template": [""], + "css": [""], + "published": [""], + "draft": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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.": [ + "" ], - "You do not have permissions to edit this dashboard.": [ - "Não tem permissão para aceder à origem de dados: %(name)s." + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "" ], - "You don't have any favorites yet!": [ - "Não tem acesso a esta origem de dados" + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "" ], - "You don't have the rights to alter this title.": [ - "Não tem direitos para alterar este título." + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "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.": [ + "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.": [ "" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "You must pick a name for the new dashboard": [ - "Escolha um nome para o novo dashboard" + "Performance": [""], + "Adjust performance settings of this database.": [""], + "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.": [ + "" ], - "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": [ + "Asynchronous query execution": [""], + "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.": [ "" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "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.": [ "" ], - "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.": [ + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ "" ], - "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": [ + "Allow file uploads to database": [""], + "Schemas allowed for File upload": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ "" ], - "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]" + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" ], - "[Longitude] and [Latitude] must be set": [ - "As colunas [Longitude] e [Latitude] devem estar presentes em [Agrupar por]" + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" ], - "[asc]": [""], - "[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": [ + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], - "`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.": [ + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Enter Primary Credentials": [""], + "Need help? Learn how to connect your database": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ "" ], - "`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"], + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], "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. ********": [""], + "SSH Host": [""], "e.g. 127.0.0.1": [""], - "e.g. 5432": [""], - "e.g. AccountAdmin": [""], + "SSH Port": [""], "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": [""], - "error dark": [""], - "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": [""], - "flat": [""], + "Private Key & Password": [""], + "SSH Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Pick a name to help you identify this database.": [""], + "dialect+driver://username:password@host:port/database": [""], "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "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": [ + "Please enter a SQLAlchemy URI to test": [ + "Por favor insira um nome para a visualização" + ], + "e.g. world_population": [""], + "Connection failed, please check your connection settings.": [""], + "Sorry there was an error fetching database information: %s": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "Or choose from a list of other databases we support:": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ "" ], - "in": ["Mín"], - "in modal": ["em modal"], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": ["json não é válido"], - "key a-z": [""], - "key z-a": [""], - "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.": [ + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ "" ], - "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 %(engine_spec)s": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ "" ], - "pixelated (Sharp)": [""], - "pixels": [""], - "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": [""], - "rowlevelsecurity": [""], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "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.": [ "" ], - "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.": [ + "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?": [ "" ], - "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"], - "zoom area": [""] + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "QUERY DATA IN SQL LAB": [""], + "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.": [ + "" + ], + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Import database from file": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "Host": [""], + "e.g. 5432": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display in Superset.": [""], + "e.g. param1=value1¶m2=value2": [""], + "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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Upload Credentials": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Paste the shareable Google Sheet URL here": [""], + "Copy the identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate": [""], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Loading": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "Usage": [""], + "Create chart with dataset": [""], + "chart": ["Mover gráfico"], + "No charts": ["Mover gráfico"], + "This dataset is not used to power any charts.": [""], + "Select a database table and create dataset": [""], + "dataset name": ["nome da origem de dados"], + "Unknown": [""], + "Edited": ["Editar"], + "Created": ["Criado em"], + "Viewed": [""], + "Favorite": ["Favoritos"], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "recents": [""], + "No recents yet": [""], + "%(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": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "You don't have any favorites yet!": [ + "Não tem acesso a esta origem de dados" + ], + "See all %(tableName)s": [""], + "Connect Google Sheet": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Info": [""], + "Logout": ["Sair"], + "About": [""], + "Powered by Apache Superset": [""], + "Build": [""], + "Login": ["Login"], + "query": ["Query"], + "Deleted: %s": ["Eliminar"], + "There was an issue deleting %s: %s": [""], + "This action will permanently delete the saved query.": [""], + "Delete Query?": ["Executar a query selecionada"], + "Ran %s": [""], + "Next": [""], + "User query": ["partilhar query"], + "Executed query": ["Executar a query selecionada"], + "SQL Copied!": ["Copiado!"], + "Sorry, your browser does not support copying.": [ + "Desculpe, o seu navegador não suporta 'copiar'. Use Ctrl+C ou Cmd+C!" + ], + "We were unable to active or deactivate this report.": [""], + "Weekly Report for %s": [""], + "Edit email report": [""], + "Schedule a new email report": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Report Name": ["Nome do modelo"], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Set up an email report": [""], + "Email reports active": [""], + "Delete email report": [""], + "Schedule email report": [""], + "This action will permanently delete %s.": [""], + "rowlevelsecurity": [""], + "Rule added": [""], + "Add Rule": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter, base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "These are the datasets this filter will be applied to.": [""], + "Excluded roles": [""], + "For regular filters, these are the roles this filter will be applied to. For base filters, these are the roles that the filter DOES NOT apply to, e.g. Admin if admin should see all data.": [ + "" + ], + "Filters with the same group key will be ORed together within the group, while different filter groups will be ANDed together. Undefined group keys are treated as unique groups, i.e. are not grouped together. For example, if a table has three filters, of which two are for departments Finance and Marketing (group key = 'department'), and one refers to the region Europe (group key = 'region'), the filter clause would apply the filter (department = 'Finance' OR department = 'Marketing') AND (region = 'Europe').": [ + "" + ], + "Clause": [""], + "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).": [ + "" + ], + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": [""], + "User must select a value before applying the filter": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [ + "Ordenar de forma descendente ou ascendente" + ], + "Can select multiple values": [""], + "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": [""], + "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).": [ + "" + ], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "Time column filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], + "reports": ["Janela de exibição"], + "alerts": [""], + "There was an issue deleting the selected %s: %s": [""], + "Active": ["Acção"], + "No %s yet": [""], + "Owner": ["Proprietário"], + "All": [""], + "Status": ["Estado"], + "An error occurred while fetching dataset datasource values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "Alerts": [""], + "Reports": ["Janela de exibição"], + "Delete %s?": ["Eliminar"], + "Are you sure you want to delete the selected %s?": [""], + "There was an issue deleting the selected layers: %s": [""], + "Edit template": ["Carregue um modelo"], + "Delete template": ["Carregue um modelo"], + "No annotation layers yet": ["Camadas de anotação"], + "This action will permanently delete the layer.": [""], + "Delete Layer?": ["Tem a certeza que pretende eliminar tudo?"], + "Are you sure you want to delete the selected layers?": [""], + "There was an issue deleting the selected annotations: %s": [""], + "Annotation": ["Anotações"], + "No annotation yet": ["Camadas de anotação"], + "Back to all": [""], + "Are you sure you want to delete %s?": [""], + "Delete Annotation?": ["Anotações"], + "Are you sure you want to delete the selected annotations?": [""], + "Failed to load chart data": [""], + "Choose a dataset": ["Escolha uma origem de dados"], + "Please select both a Dataset and a Chart type to proceed": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "There was an issue deleting the selected charts: %s": [""], + "An error occurred while fetching dashboards": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "Certified": [""], + "Are you sure you want to delete the selected charts?": [""], + "There was an issue deleting the selected templates: %s": [""], + "This action will permanently delete the template.": [""], + "Delete Template?": ["Modelos 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.": [ + "" + ], + "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?": [ + "" + ], + "There was an issue deleting the selected dashboards: ": [ + "Desculpe, houve um erro ao gravar este dashbard: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "Are you sure you want to delete the selected dashboards?": [""], + "An error occurred while fetching database related data: %s": [ + "Ocorreu um erro ao carregar os metadados da tabela" + ], + "Upload CSV": [""], + "Upload columnar file": [""], + "Upload Excel file": [""], + "AQE": [""], + "Allow data manipulation language": [""], + "DML": [""], + "CSV upload": [""], + "Delete database": ["Selecione uma base de dados"], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": ["Selecione uma base de dados"], + "An error occurred while fetching dataset related data": [ + "Ocorreu um erro ao carregar os metadados da tabela" + ], + "An error occurred while fetching dataset related data: %s": [ + "Ocorreu um erro ao carregar os metadados da tabela" + ], + "Virtual": [""], + "An error occurred while fetching datasets: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "An error occurred while fetching schema values: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "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.": [ + "" + ], + "Delete Dataset?": ["Tem a certeza que pretende eliminar tudo?"], + "Are you sure you want to delete the selected datasets?": [""], + "0 Selected": ["Executar a query selecionada"], + "%s Selected (Virtual)": [""], + "%s Selected (Physical)": [""], + "%s Selected (%s Physical, %s Virtual)": [""], + "log": [""], + "Scheduled at (UTC)": [""], + "Start at (UTC)": [""], + "Thumbnails": [""], + "Recents": [""], + "There was an issue previewing the selected query. %s": [""], + "TABLES": [""], + "Open query in SQL Lab": ["Expor no SQL Lab"], + "An error occurred while fetching database values: %s": [ + "Ocorreu um erro ao criar a origem dos dados" + ], + "Search by query text": [""], + "Are you sure you want to delete the selected rules?": [""], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Query imported": [""], + "There was an issue previewing the selected query %s": [""], + "Link Copied!": ["Copiado!"], + "There was an issue deleting the selected queries: %s": [""], + "Edit query": ["Query vazia?"], + "Copy query URL": ["Query vazia?"], + "Delete query": ["Eliminar"], + "Are you sure you want to delete the selected queries?": [""], + "tag": [""], + "Are you sure you want to delete the selected tags?": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "Please re-export your file and try importing again": [""], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an issue deleting: %s": [""], + "URL": ["URL"], + "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." + ], + "Time-series Table": ["Tabela de séries temporais"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/pt_BR/LC_MESSAGES/messages.json b/superset/translations/pt_BR/LC_MESSAGES/messages.json index df6f24c0289e7..e3af8cd96f77b 100644 --- a/superset/translations/pt_BR/LC_MESSAGES/messages.json +++ b/superset/translations/pt_BR/LC_MESSAGES/messages.json @@ -8,5974 +8,6002 @@ "plural_forms": "nplurals=2; plural=(n > 1)", "lang": "pt_BR" }, - "!= (Is not equal)": ["!= (diferente)"], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s não pode ser usado como uma fonte de dados por motivos de segurança." - ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nIsso pode ser acionado por: \n%(issues)s" + "The datasource is too large to query.": [ + "A fonte de dados é muito grande para ser consultada." ], - "%(name)s.csv": ["%(name)s.csv"], - "%(object)s does not exist in this database.": [ - "%(object)s não existe neste banco de dados." + "The database is under an unusual load.": [ + "O banco de dados está sob uma carga incomum." ], - "%(other)s charts will appear here": [ - "%(other)s gráficos irão aparecer aqui" + "The database returned an unexpected error.": [ + "O banco de dados retornou um erro inesperado." ], - "%(other)s dashboards will appear here": [ - "%(other)s painéis irão aparecer aqui" + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "Há um erro de sintaxe na consulta SQL. Talvez tenha havido um erro de ortografia ou de digitação." ], - "%(other)s recents will appear here": [ - "%(other)s recentes irão aparecer aqui" + "The column was deleted or renamed in the database.": [ + "A coluna foi excluída ou renomeada no banco de dados." ], - "%(other)s saved queries will appear here": [ - "%(other)s As consultas salvas aparecerão aqui" + "The table was deleted or renamed in the database.": [ + "A tabela foi excluída ou renomeada no banco de dados." ], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "%(rows)d rows returned": ["%(rows)d linhas retornadas"], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ - "%(subtitle)s\nIsso pode ser acionado por:\n %(issue)s" + "One or more parameters specified in the query are missing.": [ + "Um ou mais parâmetros especificados na consulta estão faltando." ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validador)es não conseguiu verificar sua consulta.\nPor favor revise sua consulta.\nExceção: %(ex)s" + "The hostname provided can't be resolved.": [ + "O nome do host oferecido não pode ser resolvido." ], - "%s Error": ["%s Erro"], - "%s PASSWORD": ["%s SENHA"], - "%s SSH TUNNEL PASSWORD": ["%s SENHA DO TÚNEL SSH"], - "%s SSH TUNNEL PRIVATE KEY": ["%s CHAVE PRIVADA DO TÚNEL SSH"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ - "%s SENHA DA CHAVE PRIVADA DO TÚNEL SSH" + "The port is closed.": ["A porta está fechada."], + "The host might be down, and can't be reached on the provided port.": [ + "O host pode ter caído, e não pode ser alcançado na porta fornecida." ], - "%s Selected": ["%s Selecionado"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s selecionado (%s Físico , %s Virtual)" + "Superset encountered an error while running a command.": [ + "O Superset encontrou um erro ao executar um comando." ], - "%s Selected (Physical)": ["%s Selecionado (Físico)"], - "%s Selected (Virtual)": ["%s Selecionado (Virtual)"], - "%s aggregates(s)": ["%s agregado(s)"], - "%s column(s)": ["%s coluna(s)"], - "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "Superset encountered an unexpected error.": [ + "O Superset encontrou um erro inesperado." ], - "%s operator(s)": ["%s operador(es)"], - "%s option(s)": ["%s opção(ões)"], - "%s saved metric(s)": ["%s salvos métrica(s)"], - "%s updated": ["%s atualizado"], - "%s%s": ["%s%s"], - "%s-%s of %s": ["%s-%s de %s"], - "(Removed)": ["(Removido)"], - "(deleted or invalid type)": ["(excluído ou inválido digite)"], - "(no description, click to see stack trace)": [ - "(sem descrição , clique para ver rastreamento de pilha)" + "The username provided when connecting to a database is not valid.": [ + "O nome de usuário fornecido ao se conectar ao banco de dados não é válido." ], - "), and they become available in your SQL (example:": [ - "), e eles tornaram-se disponíveis no seu SQL (exemplo:" + "The password provided when connecting to a database is not valid.": [ + "A senha fornecida ao se conectar a um banco de dados não é válida." ], - "+ %s more": ["+ %s mais"], - ",": [","], - ".": ["."], - "0 Selected": ["0 selecionado"], - "1 calendar day frequency": ["1 dia de calendário de frequência"], - "1 day": ["1 dia"], - "1 day ago": ["1 dia atrás"], - "1 hour": ["1 hora"], - "1 hourly frequency": ["frequência de 1 hora"], - "1 minute": ["1 minuto"], - "1 minutely frequency": ["frequência de 1 minuto"], - "1 month end frequency": ["1 mês de frequência final"], - "1 month start frequency": ["Frequência de início de 1 mês"], - "1 week": ["1 semana"], - "1 week ago": ["1 semana atrás"], - "1 week starting Monday (freq=W-MON)": [ - "1 semana com início na Segunda-feira (freq=S-SEG)" + "Either the username or the password is wrong.": [ + "Ou o nome de usuário ou a senha está incorreto." ], - "1 week starting Sunday (freq=W-SUN)": [ - "1 semana com início na Domingo (freq=S-DOM)" + "Either the database is spelled incorrectly or does not exist.": [ + "Ou o banco de dados está soletrado incorretamente ou não existe." ], - "1 year": ["1 ano"], - "1 year ago": ["1 ano atrás"], - "1 year end frequency": ["Frequência de final de 1 ano"], - "1 year start frequency": ["Frequência de início de 1 ano"], - "10 minute": ["10 minutos"], - "104 weeks": ["104 semanas"], - "104 weeks ago": ["104 semanas atrás"], - "15 minute": ["15 minutos"], - "156 weeks": ["156 semanas"], - "156 weeks ago": ["156 semanas atrás"], - "1AS": ["1AS"], - "1D": ["1D"], - "1H": ["1H"], - "1M": ["1M"], - "1T": ["1T"], - "2 years": ["2 anos"], - "2 years ago": ["2 anos atrás"], - "2/98 percentiles": ["2/98 percentis"], - "28 days ago": ["28 dias atrás"], - "2D": ["2D"], - "3 years ago": ["3 anos atrás"], - "30 days": ["30 dias"], - "30 minutes": ["30 minutos"], - "30 seconds": ["30 segundos"], - "3D": ["3D"], - "4 weeks (freq=4W-MON)": ["4 semanas (freq=4S-SEG)"], - "5 minute": ["5 minutos"], - "5 minutes": ["5 minutos"], - "5 second": ["5 segundos"], - "5 seconds": ["5 segundos"], - "52 weeks": ["52 semanas"], - "52 weeks ago": ["52 semanas atrás"], - "52 weeks starting Monday (freq=52W-MON)": [ - "52 semanas iniciando Segunda-feira (freq=52S-SEG)" + "The schema was deleted or renamed in the database.": [ + "O esquema foi excluído ou renomeado no banco de dados." ], - "6 hour": ["6 horas"], - "60 days": ["60 dias"], - "7 calendar day frequency": ["Frequência de 7 dias de calendário"], - "7 days": ["7 dias"], - "7D": ["7D"], - "9/91 percentiles": ["9/91 percentis"], - "90 days": ["90 dias"], - ":": [":"], - "< (Smaller than)": ["< (menor que)"], - "<= (Smaller or equal)": ["<= (menor ou equal)"], - "": [""], - "": [""], - "": [""], - "": [""], - "": [""], - "== (Is equal)": ["== (É igual)"], - "> (Larger than)": ["> (Maior que)"], - ">= (Larger or equal)": [">= (Maior ou equal)"], - "A Big Number": ["Um grande número"], - "A comma separated list of columns that should be parsed as dates": [ - "Uma lista separada por vírgulas de colunas que devem ser analisadas como datas" + "User doesn't have the proper permissions.": [ + "O usuário não tem as permissões adequadas." ], - "A comma separated list of columns that should be parsed as dates.": [ - "Uma lista separada por vírgulas de colunas que devem ser analisadas como datas." + "One or more parameters needed to configure a database are missing.": [ + "Um ou mais parâmetros necessários para configurar um banco de dados estão faltando." ], - "A comma-separated list of schemas that files are allowed to upload to.": [ - "Uma lista separada por vírgulas de esquemas para os quais os arquivos têm permissão para fazer upload." + "The submitted payload has the incorrect format.": [ + "O payload enviado tem o formato incorreto." ], - "A database with the same name already exists.": [ - "Já existe um banco de dados com o mesmo nome." + "The submitted payload has the incorrect schema.": [ + "O payload enviado tem o esquema incorreto." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "" + "Results backend needed for asynchronous queries is not configured.": [ + "O backend de resultados necessário para as consultas assíncronas não está configurado." ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Um URL completo apontando para o localização do plug-in construído (poderia ser hospedado em um CDN, por exemplo)" + "Database does not allow data manipulation.": [ + "Banco de dados não permite a manipulação de dados." ], - "A handlebars template that is applied to the data": [ - "Um modelo de handlebars aplicado aos dados" + "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.": [ + "O CTAS (create table as select) não tem uma instrução SELECT no final. Certifique-se de que sua consulta tenha um SELECT como última instrução. Em seguida, tente executar sua consulta novamente." ], - "A human-friendly name": ["Um nome amigável ao ser humano"], - "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ - "Uma lista de nomes de domínio que podem incorporar este dashboard. Se deixar este campo vazio, permitirá a incorporação a partir de qualquer domínio." + "CVAS (create view as select) query has more than one statement.": [ + "A consulta CVAS (create view as select) tem mais do que uma declaração." ], - "A list of tags that have been applied to this chart.": [ - "Uma lista de tags que foram aplicadas a esse gráfico." + "CVAS (create view as select) query is not a SELECT statement.": [ + "A consulta CVAS (create view as select) não é uma instrução SELECT." ], - "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. Pesquisável por nome ou nome de usuário." + "Query is too complex and takes too long to run.": [ + "A consulta é muito complexa e demora muito para executar." ], - "A map of the world, that can indicate values in different countries.": [ - "Um mapa do mundo, que pode indicar valores em diferentes países." + "The database is currently running too many queries.": [ + "O banco de dados está atualmente executando muitas consultas." ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "Um mapa que mostra círculos de renderização com um raio variável em coordenadas de latitude/longitude" + "The object does not exist in the given database.": [ + "O objeto não existe no banco de dados fornecido." ], - "A metric to use for color": ["Uma métrica 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.": [ - "Um gráfico de coordenadas polares em que o círculo é dividido em cunhas de igual ângulo e o valor representado por qualquer cunha é ilustrado pela sua área, em vez do seu raio ou ângulo de varrimento." + "The query has a syntax error.": ["A consulta tem um erro de sintaxe."], + "The results backend no longer has the data from the query.": [ + "O backend de resultados não tem mais os dados da consulta." ], - "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 para a configuração [Time] , tomando granularidade em conta" + "The query associated with the results was deleted.": [ + "A consulta associada aos resultados foi excluída." ], - "A report named \"%(name)s\" already exists": [ - "Já existe um relatório denominado \"%(name)s\"" + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Os resultados armazenados no backend foram armazenados em um formato diferente e não podem mais ser desserializados." ], - "A reusable dataset will be saved with your chart.": [ - "Um conjunto de dados reutilizável vai ser salvo com seu gráfico." + "The port number is invalid.": ["O número da porta é inválido."], + "Failed to start remote query on a worker.": [ + "Falha ao iniciar a consulta remota em um worker." ], - "A screenshot of the dashboard will be sent to your email at": [ - "Uma captura de tela do painel vai ser enviado para seu e-mail em" + "The database was deleted.": ["O banco de dados foi excluído."], + "Custom SQL fields cannot contain sub-queries.": [ + "Os campos SQL personalizados não podem conter subconsultas." ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Um conjunto de parâmetros que tornar-se disponível na consulta usando a sintaxe de modelagem Jinja" + "Invalid certificate": ["Certificado inválido"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Tipo de retorno inseguro para a função %(func)s: %(value_ type)s" ], - "A time column must be specified when using a Time Comparison.": [ - "Uma coluna de tempo deve ser especificada ao usar uma comparação de tempo." + "Unsupported return value for method %(name)s": [ + "Valor de retorno não suportado para o método %(name)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.": [ - "Um gráfico de séries temporais que visualiza como uma métrica relacionada de vários grupos varia ao longo do tempo. Cada grupo é visualizado usando uma cor diferente." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Valor de modelo não seguro para a chave %(key)s: %(value_ type)s" ], - "A timeout occurred while executing the query.": [ - "Ocorreu um tempo limite durante a execução da consulta." + "Unsupported template value for key %(key)s": [ + "Valor de modelo não suportado para a chave %(key)s" ], - "A timeout occurred while generating a csv.": [ - "Ocorreu um tempo limite ao gerar um arquivo csv." + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" ], - "A timeout occurred while generating a dataframe.": [ - "Ocorreu um timeout durante a geração de um dataframe." + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Somente comandos SELECT são permitidos nesse banco de dados." ], - "A timeout occurred while taking a screenshot.": [ - "Ocorreu um tempo limite ao fazer uma captura de tela." + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "A consulta foi encerrada após %(sqllab_timeout)s segundos. Ela pode ser muito complexa ou o banco de dados pode estar sob carga pesada." ], - "A valid color scheme is required": [ - "Um esquema de cores válido é necessário" - ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "Results backend is not configured.": [ + "O backend de resultados não está configurado." ], - "APPLY": ["APLICAR"], - "APR": ["ABR"], - "AQE": ["AQE"], - "AUG": ["AGO"], - "AXIS TITLE MARGIN": ["MARGEM DO TÍTULO DO EIXO"], - "AXIS TITLE POSITION": ["POSIÇÃO DO TÍTULO DO EIXO"], - "About": ["Sobre"], - "Access": ["Acessar"], - "Access token": ["Token de acesso"], - "Action": ["Ação"], - "Action Log": ["Log de ação"], - "Actions": ["Ações"], - "Active": ["Ativo"], - "Actual Values": ["Valores reais"], - "Actual time range": ["Intervalo de tempo real"], - "Actual value": ["Valor real"], - "Actual values": ["Valores reais"], - "Adaptive formatting": ["Formatação adaptável"], - "Add": ["Adicionar"], - "Add Alert": ["Adicionar alerta"], - "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 Report": ["Adicionar relatório"], - "Add a Plugin": ["Adicionar um Plugin"], - "Add a dataset": ["Adicionar um conjunto de dados"], - "Add a new tab": ["Adicionar uma nova aba"], - "Add a new tab to create SQL Query": [ - "Adicionar uma nova guia para criar Consulta SQL" + "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.": [ + "O CTAS (criar tabela como select) só pode ser executado com uma consulta em que a última instrução seja um SELECT. Certifique-se de que a sua consulta tem um SELECT como última instrução. Depois, tente executar a consulta novamente." ], - "Add additional custom parameters": [ - "Adicionar parâmetros personalizados adicionais" + "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.": [ + "O CVAS (create view as select) só pode ser executado com uma consulta com uma única instrução SELECT. Certifique-se de que a sua consulta tem apenas uma instrução SELECT. Em seguida, tente executar a consulta novamente." ], - "Add an annotation layer": ["Adicionar uma camada de anotação"], - "Add an item": ["Adicionar um item"], - "Add and edit filters": ["Adicionar e editar filtros"], - "Add annotation": ["Adicionar anotação"], - "Add annotation layer": ["Adicionar camada de anotação"], - "Add color for positive/negative change": [""], - "Add cross-filter": ["Adicionar filtro cruzado"], - "Add custom scoping": [""], - "Add delivery method": ["Adicionar método de entrega"], - "Add extra connection information.": [ - "Adicione informações adicionais sobre a conexão." + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Executando instrução %(statement_num)s de % (statement_count)s" ], - "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.": [ - "Adicionar cláusulas de filtro para controlar a consulta de origem do filtro, \n embora apenas no contexto do preenchimento automático, ou seja, esses condições \n não impactam como o filtro é aplicado para o painel. Isso é util \n quando você quiser melhorar o desempenho da consulta apenas analisando um subconjunto \n de dados subjacentes ou limitar os valores disponíveis apresentados no filtro." + "Statement %(statement_num)s out of %(statement_count)s": [ + "Instrução %(statement_ num)s de % (statement_count)s" ], - "Add filters and dividers": ["Adicionar filtros e divisores"], - "Add item": ["Adicionar item"], - "Add metric": ["Adicionar métrica"], - "Add new color formatter": ["Adicionar novo formatador de cores"], - "Add new formatter": ["Adicionar novo formatador"], - "Add notification method": ["Adicionar método de notificação"], - "Add required control values to preview chart": [ - "Adicionar controle de valores obrigatórios para visualizar o gráfico" + "You may have an error in your SQL statement. {message}": [""], + "Viz is missing a datasource": ["O Viz não tem uma fonte de dados"], + "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 móvel aplicada não devolveu quaisquer dados. Certifique-se de que a consulta de origem satisfaz os períodos mínimos definidos na janela móvel." ], - "Add required control values to save chart": [ - "Adicionar controle de valores obrigatórios para salvar gráfico" + "From date cannot be larger than to date": [ + "A data de início não pode ser maior do que a data de fim" ], - "Add sheet": ["Adicionar planilha"], - "Add tag to entities": [""], - "Add the name of the chart": ["Adicione o nome do gráfico"], - "Add the name of the dashboard": ["Adicione o nome do painel"], - "Add to dashboard": ["Adicionar ao painel"], - "Add/Edit Filters": ["Adicionar/Editar filtros"], - "Added": ["Adicionado"], - "Additional Parameters": ["Parâmetros adicionais"], - "Additional fields may be required": [ - "Adicional campos que podem ser necessários" + "Cached value not found": ["Valor em cache não encontrado"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Colunas ausente na fonte de dados: %(invalid_columns)s" ], - "Additional information": ["Informação adicional"], - "Additional metadata": ["Metadados adicionais"], - "Additional padding for legend.": ["Preenchimento adicional da legenda."], - "Additional parameters": ["Parâmetros adicionais"], - "Additional settings.": ["Configurações adicionais."], - "Additional text to add before or after the value, e.g. unit": [ - "Texto adicional para adicionar antes ou depois o valor, por exemplo, unidade" + "Time Table View": ["Visualização da tabela de horários"], + "Pick at least one metric": ["Escolha ao menos uma métrica"], + "When using 'Group By' you are limited to use a single metric": [ + "Ao usar 'Agrupar Por' você é limitado usar uma única métrica" ], - "Additive": ["Aditivo"], - "Adjust how this database will interact with SQL Lab.": [ - "Ajustar como esse banco de dados vai interagir com SQL Lab." + "Calendar Heatmap": ["Mapa de calor do calendário"], + "Bubble Chart": ["Gráfico de bolhas"], + "Please use 3 different metric labels": [ + "Por favor, use 3 diferentes rótulos de métrica" ], - "Adjust performance settings of this database.": [ - "Ajuste as configurações de desempenho desse banco de dados." + "Pick a metric for x, y and size": [ + "Escolha uma métrica para x, y e tamanho" ], - "Advanced": ["Avançado"], - "Advanced Analytics": ["Análise avançada"], - "Advanced Data type": ["Tipo de dados avançado"], - "Advanced analytics": ["Analytics avançado"], - "Advanced analytics Query A": ["Análise avançada Consulta A"], - "Advanced analytics Query B": ["Análise avançada Consulta B"], - "Advanced data type": ["Tipo de dados avançado"], - "Advanced-Analytics": ["Análise avançada"], - "Aesthetic": ["Estética"], - "After": ["Depois de"], - "Aggregate": ["Agregado"], - "Aggregate Mean": ["Média agregada"], - "Aggregate Sum": ["Soma agregada"], - "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 o rótulo do cluster." + "Bullet Chart": ["Gráfico de marcadores"], + "Pick a metric to display": ["Escolha uma métrica para exibir"], + "Time Series - Line Chart": ["Série temporal - Gráfico de linhas"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "Deve ser especificado um intervalo de tempo fechado (início e fim) quando se utiliza uma comparação de tempo." ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Função agregada a aplicar ao dinamizar e calcular o total de linhas e colunas" + "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éries temporais - Variação percentual" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "Agrega dados dentro dos limites das células do grid e mapeia os valores agregados para uma escala de cores dinâmica" + "Time Series - Stacked": ["Séries temporais - empilhadas"], + "Histogram": ["Histograma"], + "Must have at least one numeric column specified": [ + "Deve ter pelo menos uma coluna numérica especificada" ], - "Aggregation function": ["Função de agregação"], - "Alert": ["Alerta"], - "Alert Triggered, In Grace Period": [ - "Alerta Acionado, em período de carência" + "Distribution - Bar Chart": ["Distribuição - Gráfico de barras"], + "Can't have overlap between Series and Breakdowns": [ + "Não pode haver sobreposição entre séries e avarias" ], - "Alert condition": ["Condição de alerta"], - "Alert condition schedule": ["Programação do estado de alerta"], - "Alert ended grace period.": ["O alerta terminou o período de carência."], - "Alert failed": ["Falha no alerta"], - "Alert fired during grace period.": [ - "Alerta disparado durante o período de carência." + "Pick at least one field for [Series]": [ + "Escolha no ao menos um campo para [Série]" ], - "Alert found an error while executing a query.": [ - "O alerta encontrou um erro durante a execução de uma consulta." + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Escolha exatamente 2 colunas como [Origem / Destino]" ], - "Alert name": ["Nome do alerta"], - "Alert on grace period": ["Alerta em período de carência"], - "Alert query returned a non-number value.": [ - "A consulta do alerta retornou um valor não numérico." + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "Há um loop em seu Sankey, forneça uma árvore. Aqui está um link defeituoso: {}" ], - "Alert query returned more than one column.": [ - "A consulta do alerta retornou mais de uma coluna." + "Directed Force Layout": ["Directed Force Layout"], + "Country Map": ["Mapa do País"], + "World Map": ["Mapa do Mundo"], + "Parallel Coordinates": ["Coordenadas paralelas"], + "Heatmap": ["Mapa de calor"], + "Horizon Charts": ["Gráficos do horizonte"], + "Mapbox": ["MapBox"], + "[Longitude] and [Latitude] must be set": [ + "[Longitude] e [Latitude] devem ser definidos" ], - "Alert query returned more than one row.": [ - "A consulta do alerta retornou mais do que uma linha." + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Deve ter uma coluna [Agrupar por] para ter 'count' como [Rótulo]" ], - "Alert running": ["Alerta em execução"], - "Alert triggered, notification sent": [ - "Alerta acionado , notificação enviada" + "Choice of [Label] must be present in [Group By]": [ + "Escolha do [Rótulo] deve estar em [Agrupar por]" ], - "Alert validator config error.": [ - "Erro na configuração do validador do alerta." + "Choice of [Point Radius] must be present in [Group By]": [ + "A escolha de [Raio do ponto] deve estar presente em [Agrupar por]" ], - "Alerts": ["Alertas"], - "Alerts & Reports": ["Alertas e Relatórios"], - "Alerts & reports": ["Alertas e relatórios"], - "Align +/-": ["Alinhar +/-"], - "All": ["Todos"], - "All Text": ["Todos os Textos"], - "All charts": ["Todos os gráficos"], - "All charts/global scoping": [""], - "All filters": ["Todos os filtros"], - "All panels": ["Todos os painéis"], - "All panels with this column will be affected by this filter": [ - "Todos painéis com essa coluna vão ser afetados por esse filtro" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "As colunas [Longitude] e [Latitude] devem estar presentes em [ Agrupar Por ]" ], - "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" + "Deck.gl - Multiple Layers": ["Deck.gl - Camadas Múltiplas"], + "Bad spatial key": ["Bad spatial key"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Encontrou entrada espacial NULL inválida, por favor considere a possibilidade de a filtrar" ], - "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" + "Deck.gl - Scatter plot": ["Deck.gl - Gráfico de dispersão"], + "Deck.gl - Screen Grid": ["Deck.gl - Screen Grid"], + "Deck.gl - 3D Grid": ["Deck.gl - Grade 3D"], + "Deck.gl - Paths": ["Deck.gl - Caminhos"], + "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éries temporais - Teste t pareado"], + "Time Series - Nightingale Rose Chart": [ + "Séries temporais - Gráfico Nightingale Rose" ], - "Allow Csv Upload": ["Permitir Csv Upload"], - "Allow DML": ["Permitir DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Partition Diagram": ["Diagrama de partição"], + "Please choose at least one groupby": [ + "Escolha pelo menos um agrupar por" ], - "Allow columns to be rearranged": [ - "Permitir que as colunas sejam reorganizadas" + "Invalid advanced data type: %(advanced_data_type)s": [ + "Tipo de dados avançados inválido: %(advanced_data_type)s" ], - "Allow creation of new tables based on queries": [ - "Permitir criação de novas tabelas baseadas em consultas" + "All Text": ["Todos os Textos"], + "Is certified": ["É certificado"], + "Has created by": ["Foi criado por"], + "Created by me": ["Criado por mim"], + "Owned Created or Favored": ["Próprio Criado ou Favorecido"], + "Total (%(aggfunc)s)": ["Total (%(aggfunc)s)"], + "Subtotal": ["Subtotal"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` deve estar entre 0 e 1 (exclusivo)" ], - "Allow creation of new views based on queries": [ - "Permitir criação de novas visualizações baseadas em consultas" + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "o percentil inferior deve ser maior que 0 e menor que 100. Deve ser menor que o percentil superior." ], - "Allow data manipulation language": [ - "Permitir linguagem de manipulação de dados" - ], - "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.": [ - "Permitir que o usuário final arraste e solte os cabeçalhos das colunas para os reorganizar. Note que as alterações não persistirão na próxima vez que o utilizador abrir o gráfico." + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "o percentil superior deve ser maior que 0 e menor que 100. Deve ser maior que o percentil inferior." ], - "Allow file uploads to database": [ - "Permitir uploads de arquivos para o banco de dados" + "`width` must be greater or equal to 0": [ + "`largura` deve ser maior ou igual a 0" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Permitir manipulação do banco de dados usando instruções não SELECT como UPDATE, DELETE, CREATE, etc." + "`row_limit` must be greater than or equal to 0": [ + "O `row_limit` deve ser maior ou igual a 0" ], - "Allow node selections": ["Permitir seleções de nós"], - "Allow sending multiple polygons as a filter event": [ - "Permitir o envio de vários polígonos como um evento de filtro" + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` deve ser maior ou igual a 0" ], - "Allow this database to be explored": [ - "Permitir que esse banco de dados seja explorado" + "orderby column must be populated": [ + "a coluna orderby deve ser preenchida" ], - "Allow this database to be queried in SQL Lab": [ - "Permitir que o banco de dados seja consultado no SQL Lab" + "Chart has no query context saved. Please save the chart again.": [ + "O gráfico não tem contexto de consulta salvo. Por favor salvar o gráfico novamente." ], - "Allowed Domains (comma separated)": [ - "Domínios permitidos (separados por vírgula)" + "Request is incorrect: %(error)s": ["O pedido está incorreto: %(error)s"], + "Request is not JSON": ["O Pedido não é JSON"], + "Empty query result": ["Resultado da consulta vazio"], + "Owners are invalid": ["Proprietários são inválidos"], + "Some roles do not exist": ["Algumas funções não existem"], + "Datasource type is invalid": ["O tipo de fonte de dados é inválido"], + "Datasource does not exist": ["A fonte de dados não existe"], + "Query does not exist": ["A consulta não existe"], + "Annotation layer parameters are invalid.": [ + "Os parâmetros da camada de anotação são inválidos." ], - "Alphabetical": ["Em ordem alfabética"], - "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.": [ - "Também conhecida como gráfico de caixa e bigode, esta visualização compara as distribuições de uma métrica relacionada em vários grupos. A caixa no meio enfatiza a média, a mediana e os dois quartis internos. Os bigodes em torno de cada caixa visualizam o mínimo, o máximo, o intervalo e os dois quartis externos." + "Annotation layer could not be created.": [ + "Não foi possível criar uma camada de anotação." ], - "Altered": ["Alterado"], - "An Error Occurred": ["Ocorreu um erro"], - "An alert named \"%(name)s\" already exists": [ - "Já existe um alerta chamado \"%(name)s\"" + "Annotation layer could not be updated.": [ + "Não foi possível atualizar uma camada de anotação." ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "Deve ser especificado um intervalo de tempo fechado (início e fim) quando se utiliza uma comparação de tempo." + "Annotation layer not found.": ["Camada de anotação não encontrada."], + "Annotation layer has associated annotations.": [ + "A camada de anotação tem anotações associadas." ], - "An engine must be specified when passing individual parameters to a database.": [ - "Deve ser especificado um motor ao passar parâmetros individuais para uma base de dados." + "Name must be unique": ["O nome deve ser único"], + "End date must be after start date": [ + "A data final deve ser após a data de início" ], - "An error has occurred": ["Ocorreu um erro"], - "An error occurred": ["Ocorreu um erro"], - "An error occurred saving dataset": [ - "Ocorreu um erro ao salvar conjunto de dados" + "Short description must be unique for this layer": [ + "Uma breve descrição deve ser única para essa camada" ], - "An error occurred while accessing the value.": [ - "Ocorreu um erro ao acessar o valor." + "Annotation not found.": ["Anotação não encontrada."], + "Annotation parameters are invalid.": [ + "Parâmetros de anotação são inválidos." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Ocorreu um erro ao recolher o esquema da tabela. Por favor entre em contato com o seu administrador." + "Annotation could not be created.": [ + "Não foi possível criar uma anotação." ], - "An error occurred while creating %ss: %s": [ - "Ocorreu um erro ao criar %ss: %s" + "Annotation could not be updated.": [ + "Não foi possível atualizar uma anotação." ], - "An error occurred while creating the data source": [ - "Ocorreu um erro ao criar a fonte de dados" + "Annotations could not be deleted.": ["Anotações não foram excluídas."], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "A cadeia de tempo é ambígua. Especifique [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "An error occurred while creating the value.": [ - "Ocorreu um erro ao criar o valor." + "Cannot parse time string [%(human_readable)s]": [ + "Não é possível analisar a string de tempo [%(human_readable)s ]" ], - "An error occurred while deleting the value.": [ - "Ocorreu um erro ao excluir o valor." + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "O delta de tempo é ambíguo. Especifique [%(human_readable)s ago] ou [%(human_readable)s later]." ], - "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 o seu administrador." + "Database does not exist": ["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 de fonte de dados é necessário quando datasource_id é fornecido" ], - "An error occurred while fetching %s info: %s": [ - "Ocorreu um erro ao buscar as informações de %s: %s" + "Chart parameters are invalid.": [ + "Os parâmetros do gráfico são inválidos." ], - "An error occurred while fetching %ss: %s": [ - "Ocorreu um erro durante a busca de %ss: %s" + "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."], + "Charts could not be deleted.": ["Não foi possível remover o gráfico."], + "There are associated alerts or reports": [ + "Há alertas ou relatórios associados" ], - "An error occurred while fetching available CSS templates": [ - "Ocorreu um erro ao buscar os modelos CSS disponíveis" + "You don't have access to this chart.": [ + "Você não tem acesso a esse gráfico." ], - "An error occurred while fetching chart owners values: %s": [ - "Ocorreu um erro ao obter os valores dos proprietários do gráfico: %s" + "Changing this chart is forbidden": ["É proibido alterar este gráfico"], + "Import chart failed for an unknown reason": [ + "A importação do gráfico falhou por um motivo desconhecido" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Ocorreu um erro ao obter os valores do proprietário do painel: %s" + "Error: %(error)s": ["Erro: %(error)s"], + "CSS template not found.": ["Modelo CSS não encontrado."], + "Must be unique": ["Deve ser único"], + "Dashboard parameters are invalid.": [ + "Os parâmetros do painel são inválidos." ], - "An error occurred while fetching dashboards": [ - "Ocorreu um erro durante a pesquisa de painéis" + "Dashboard could not be updated.": [ + "Não foi possível atualizar o painel." ], - "An error occurred while fetching dashboards: %s": [ - "Ocorreu um erro durante a pesquisa de painéis: %s" + "Dashboard could not be deleted.": ["Não foi possível remover o painel."], + "Changing this Dashboard is forbidden": [ + "É proibido alterar este painel" ], - "An error occurred while fetching database related data: %s": [ - "Ocorreu um erro ao obter dados relacionados com a base de dados: %s" + "Import dashboard failed for an unknown reason": [ + "A importação do painel falhou por um motivo desconhecido" ], - "An error occurred while fetching database values: %s": [ - "Ocorreu um erro durante a extração dos valores da base de dados: %s" + "You don't have access to this dashboard.": [ + "Você não tem acesso a esse painel." ], - "An error occurred while fetching dataset datasource values: %s": [ - "Ocorreu um erro ao obter os valores da fonte de dados do conjunto de dados: %s" + "You don't have access to this embedded dashboard config.": [ + "Você não tem acesso a essa configuração de painel incorporado." ], - "An error occurred while fetching dataset owner values: %s": [ - "Ocorreu um erro ao obter os valores do proprietário do conjunto de dados: %s" + "No data in file": ["Não há dados no arquivo"], + "Database parameters are invalid.": [ + "Os parâmetros do banco de dados são inválidos." ], - "An error occurred while fetching dataset related data": [ - "Ocorreu um erro ao obter dados relacionados com o conjunto de dados" + "A database with the same name already exists.": [ + "Já existe um banco de dados com o mesmo nome." ], - "An error occurred while fetching dataset related data: %s": [ - "Ocorreu um erro ao obter dados relacionados com o conjunto de dados: %s" + "Field is required": ["Campo é obrigatório"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "O campo não pode ser decodificado por JSON. %(json_error)s" ], - "An error occurred while fetching datasets: %s": [ - "Ocorreu um erro durante a pesquisa de conjuntos de dados: %s" + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "O metadata_params no campo Extra não está configurado corretamente. A chave %{key}s é inválida." ], - "An error occurred while fetching function names.": [ - "Ocorreu um erro durante a busca de nomes de funções." + "Database not found.": ["Banco de dados não encontrado."], + "Database could not be created.": [ + "Não foi possível criar o banco de dados." ], - "An error occurred while fetching owners values: %s": [ - "Ocorreu um erro ao buscar os valores dos proprietários: %s" + "Database could not be updated.": [ + "Não foi possível atualizar o banco de dados." ], - "An error occurred while fetching schema values: %s": [ - "Ocorreu um erro durante a extração dos valores do esquema: %s" + "Connection failed, please check your connection settings": [ + "Falha na conexão, por favor verificar suas configurações de conexão" ], - "An error occurred while fetching tab state": [ - "Ocorreu um erro ao obter o estado da aba" + "Cannot delete a database that has datasets attached": [ + "Não é possível excluir um banco de dados que tenha conjuntos de dados anexados" ], - "An error occurred while fetching table metadata": [ - "Ocorreu um erro ao obter os metadados da tabela" + "Database could not be deleted.": [ + "Não foi possível remover o banco de dados." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Ocorreu um erro ao obter os metadados da tabela. Por favor entre em contato com seu administrador." + "Stopped an unsafe database connection": [ + "Parou uma conexão insegura ao banco de dados" ], - "An error occurred while fetching user values: %s": [ - "Ocorreu um erro ao buscar os valores do usuário: %s" + "Could not load database driver": [ + "Não foi possível carregar o driver do banco de dados" ], - "An error occurred while importing %s: %s": [ - "Ocorreu um erro durante a importação de %s: %s" + "Unexpected error occurred, please check your logs for details": [ + "Ocorreu um erro inesperado, verifique os registros(logs) para obter detalhes" ], - "An error occurred while loading the SQL": [ - "Ocorreu um erro ao carregar o SQL" + "no SQL validator is configured": [ + "nenhum validador SQL está configurado" ], - "An error occurred while opening Explore": [ - "Ocorreu um erro ao abrir o Explorador" + "No validator found (configured for the engine)": [ + "Sem validador encontrado (configurado para o motor)" ], - "An error occurred while parsing the key.": [ - "Ocorreu um erro ao analisar a chave." + "Was unable to check your query": [ + "Não foi possível verificar sua consulta" ], - "An error occurred while removing query. Please contact your administrator.": [ - "Ocorreu um erro ao remover a consulta. Por favor entre em contato com seu administrador." + "An unexpected error occurred": ["Ocorreu um erro inesperado"], + "Import database failed for an unknown reason": [ + "A importação do banco de dados falhou por um motivo desconhecido" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Ocorreu um erro ao remover a aba. Por favor entre em contato com seu administrador." + "Could not load database driver: {}": [ + "Não foi possível carregar o driver de banco de dados: {}" ], - "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." + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "O motor \"%(engine)s\" não pode ser configurado por meio de parâmetros." ], - "An error occurred while rendering the visualization: %s": [ - "Ocorreu um erro ao renderizar a visualização: %s" + "Database is offline.": ["O banco de dados está off-line."], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validador)es não conseguiu verificar sua consulta.\nPor favor revise sua consulta.\nExceção: %(ex)s" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Ocorreu um erro ao definir a aba ativa. Por favor entre em contato com seu administrador." + "SSH Tunnel could not be deleted.": [ + "Não foi possível excluir o túnel SSH." ], - "An error occurred while starring this chart": [ - "Ocorreu um erro ao inserir esse gráfico" + "SSH Tunnel not found.": ["Túnel SSH não encontrado."], + "SSH Tunnel parameters are invalid.": [ + "Os parâmetros do túnel SSH são inválidos." ], - "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 consulta no backend. Para evitar a perda de suas alterações, salve a consulta usando o botão \"Save Query\"." + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": [ + "Não foi possível atualizar o túnel SSH." ], - "An error occurred while updating the value.": [ - "Ocorreu um erro ao atualizar o valor." + "Creating SSH Tunnel failed for an unknown reason": [ + "A criação do túnel SSH falhou por um motivo desconhecido" ], - "An error occurred while upserting the value.": [ - "Ocorreu um erro ao inserir o valor." + "SSH Tunneling is not enabled": ["Túnel SSH não está ativado"], + "Must provide credentials for the SSH Tunnel": [ + "Forneça credenciais para o Túnel SSH" ], - "An unexpected error occurred": ["Ocorreu um erro inesperado"], - "Anchor to": ["Âncora para"], - "Angle at which to end progress axis": [ - "Ângulo em que termina o eixo de progressão" + "Cannot have multiple credentials for the SSH Tunnel": [ + "Não é possível ter múltiplas credenciais para o Túnel SSH" ], - "Angle at which to start progress axis": [ - "Ângulo em que inicia o eixo de progressão" + "The database was not found.": ["O banco de dados não foi encontrado."], + "Dataset %(name)s already exists": [ + "%(nome)s do conjunto de dados já existe" ], - "Animation": ["Animação"], - "Annotation": ["Anotação"], - "Annotation Layer %s": ["Camada de anotação %s"], - "Annotation Layers": ["Camadas de anotação"], - "Annotation Slice Configuration": ["Configuração de fatia de anotação"], - "Annotation could not be created.": [ - "Não foi possível criar uma anotação." + "Database not allowed to change": [ + "Banco de dados não pode ser alterado" ], - "Annotation could not be updated.": [ - "Não foi possível atualizar uma anotação." + "One or more columns do not exist": ["Um ou mais colunas não existem"], + "One or more columns are duplicated": [ + "Uma ou mais colunas estão duplicadas" ], - "Annotation layer": ["Camada de anotação"], - "Annotation layer could not be created.": [ - "Não foi possível criar uma camada de anotação." + "One or more columns already exist": ["Uma ou mais colunas já existem"], + "One or more metrics do not exist": ["Um ou mais métricas não existem"], + "One or more metrics are duplicated": [ + "Um ou mais métricas estão duplicadas" ], - "Annotation layer could not be updated.": [ - "Não foi possível atualizar uma camada de anotação." + "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 encontrar a tabela [%(table_name)s], verifique novamente a conexão ao banco de dados, o esquema e o nome da tabela" ], - "Annotation layer description columns": [ - "Colunas de descrição da camada de anotação" + "Dataset does not exist": ["Conjunto de dados não existe"], + "Dataset parameters are invalid.": [ + "Os parâmetros para o conjunto de dados são inválidos." ], - "Annotation layer has associated annotations.": [ - "A camada de anotação tem anotações associadas." + "Dataset could not be created.": [ + "Não foi possível criar o conjunto de dados." ], - "Annotation layer interval end": [ - "Fim do intervalo da camada de anotação" + "Dataset could not be updated.": [ + "Não foi possível atualizar o conjunto de dados." ], - "Annotation layer name": ["Nome da camada de anotação"], - "Annotation layer not found.": ["Camada de anotação não encontrada."], - "Annotation layer opacity": ["Opacidade da camada de anotação"], - "Annotation layer parameters are invalid.": [ - "Os parâmetros da camada de anotação são inválidos." + "Samples for dataset could not be retrieved.": [ + "Não foi possível recuperar as amostras do conjunto de dados." ], - "Annotation layer stroke": ["Traço da camada de anotação"], - "Annotation layer time column": ["Coluna de tempo da camada de anotação"], - "Annotation layer title column": [ - "Coluna de título da camada de anotação" + "Changing this dataset is forbidden": [ + "É proibido alterar este conjunto de dados" ], - "Annotation layer type": ["Tipo da camada de anotação"], - "Annotation layer value": ["Valor 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." + "Import dataset failed for an unknown reason": [ + "A importação do conjunto de dados falhou por um motivo desconhecido" ], - "Annotation not found.": ["Anotação não encontrada."], - "Annotation parameters are invalid.": [ - "Parâmetros de anotação são inválidos." + "You don't have access to this dataset.": [ + "Você não tem acesso a esse conjunto de dados." ], - "Annotation source": ["Fonte de anotação"], - "Annotation source type": ["Tipo de fonte de anotação"], - "Annotation template created": ["Modelo de anotação criado"], - "Annotation template updated": ["Modelo de anotação atualizado"], - "Annotations and Layers": ["Anotações e camadas"], - "Annotations and layers": ["Anotações e camadas"], - "Annotations could not be deleted.": ["Anotações não foram excluídas."], - "Any additional detail to show in the certification tooltip.": [ - "Qualquer detalhe adicional a mostrar na dica de ferramenta de certificação." + "Dataset could not be duplicated.": [ + "Não foi possível duplicar o conjunto de dados." ], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Qualquer paleta de cores selecionada aqui substituirá as cores aplicadas aos gráficos individuais deste painel" + "Data URI is not allowed.": ["URI de dados não são permitidos."], + "Dataset column not found.": [ + "Coluna do conjunto de dados não encontrada." ], - "Append": ["Anexar"], - "Applied cross-filters (%d)": ["Filtros cruzados aplicados (%d)"], - "Applied filters (%d)": ["Filtros aplicados (%d)"], - "Applied filters: %s": ["Filtros aplicados: %s"], - "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 móvel aplicada não devolveu quaisquer dados. Certifique-se de que a consulta de origem satisfaz os períodos mínimos definidos na janela móvel." + "Dataset column delete failed.": [ + "Falha na exclusão da coluna do conjunto de dados." ], - "Apply": ["Aplicar"], - "Apply conditional color formatting to metrics": [ - "Aplicar formatação de cor condicional a métricas" + "Dataset metric not found.": [ + "A métrica do conjunto de dados não foi encontrada." ], - "Apply conditional color formatting to numeric columns": [ - "Aplicar formatação de cor condicional para colunas numéricas" + "Dataset metric delete failed.": [ + "Falha na exclusão da métrica do conjunto de dados." ], - "Apply filters": ["Aplicar filtros"], - "Apply to all panels": ["Aplicar para todos painéis"], - "Apply to specific panels": ["Aplicar para painéis específicos"], - "April": ["Abril"], - "Arc": ["Arco"], - "Are you sure you intend to overwrite the following values?": [ - "Tem certeza de que pretende substituir os valores a seguir?" + "Form data not found in cache, reverting to chart metadata.": [ + "Os dados do formulário não foram encontrados na cache, revertendo para os metadados do gráfico." ], - "Are you sure you want to cancel?": ["Tem certeza que deseja cancelar ?"], - "Are you sure you want to delete": ["Tem certeza que deseja remover"], - "Are you sure you want to delete %s?": [ - "Tem certeza de que deseja excluir %s?" + "Form data not found in cache, reverting to dataset metadata.": [ + "Os dados do formulário não foram encontrados na cache, revertendo para os metadados do conjunto de dados." ], - "Are you sure you want to delete the selected %s?": [ - "Tem certeza que deseja remover o %s selecionado ?" + "[Missing Dataset]": ["[Conjunto de dados ausente]"], + "Saved queries could not be deleted.": [ + "Não foi possível eliminar as consultas salvas." ], - "Are you sure you want to delete the selected annotations?": [ - "Tem certeza que deseja remover as anotações selecionadas?" + "Saved query not found.": ["Consulta salva não encontrada."], + "Import saved query failed for an unknown reason.": [ + "A consulta salva de importação falhou por um motivo desconhecido." ], - "Are you sure you want to delete the selected charts?": [ - "Tem certeza que deseja remover os gráficos selecionados?" + "Saved query parameters are invalid.": [ + "Os parâmetros de consulta salvos são inválidos." ], - "Are you sure you want to delete the selected dashboards?": [ - "Tem certeza que deseja remover os painéis selecionados ?" + "Invalid tab ids: %s(tab_ids)": ["IDs das abas inválido: %s(tab_ids)"], + "Dashboard does not exist": ["Painel não existe"], + "Chart does not exist": ["O gráfico não existe"], + "Database is required for alerts": [ + "O banco de dados é necessário para os alertas" ], - "Are you sure you want to delete the selected datasets?": [ - "Tem certeza que deseja remover os conjuntos de dados selecionados?" + "Type is required": ["O tipo é obrigatório"], + "Choose a chart or dashboard not both": [ + "Escolha um gráfico ou painel, não ambos" ], - "Are you sure you want to delete the selected layers?": [ - "Tem certeza que deseja remover as camadas selecionadas?" + "Must choose either a chart or a dashboard": [ + "Deve escolher um gráfico ou um painel" ], - "Are you sure you want to delete the selected queries?": [ - "Tem certeza que deseja remover as consultas selecionadas ?" + "Please save your chart first, then try creating a new email report.": [ + "Por favor primeiramente salvar seu gráfico, então tentar crir um novo relatório de e-mail." ], - "Are you sure you want to delete the selected tags?": [ - "Tem certeza de que deseja excluir as tags selecionadas?" + "Please save your dashboard first, then try creating a new email report.": [ + "Por favor, salve primeiro o seu painel e, em seguida, tente criar um novo relatório de e-mail." ], - "Are you sure you want to delete the selected templates?": [ - "Tem certeza que deseja remover os modelos selecionados ?" + "Report Schedule parameters are invalid.": [ + "Os parâmetros do agendamento de relatório são inválidos." ], - "Are you sure you want to overwrite this dataset?": [ - "Tem certeza de que deseja substituir esse conjunto de dados?" + "Report Schedule could not be created.": [ + "Não foi possível criar um agendamento do relatório." ], - "Are you sure you want to proceed?": [ - "Tem certeza que deseja continuar ?" + "Report Schedule could not be updated.": [ + "O agendamento do relatório pode não ser atualizado." ], - "Are you sure you want to save and apply changes?": [ - "Tem certeza que deseja salvar e aplicar mudanças ?" + "Report Schedule not found.": [ + "Agendamento de relatório não encontrado." ], - "Area Chart": ["Gráfico de área"], - "Time-series Area Chart (legacy)": ["Gráfico de área (legado)"], - "Area chart": ["Gráfico de área"], - "Area chart opacity": ["Opacidade do gráfico de área"], - "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.": [ - "Os gráficos de área são semelhantes aos gráficos de linhas na medida em que representam variáveis com a mesma escala, mas os gráficos de área empilham as métricas umas sobre as outras." + "Report Schedule delete failed.": [ + "Falha na exclusão do agendamento do relatório." ], - "Arrow": ["Seta"], - "Assign a set of parameters as": [ - "Atribuir um conjunto de parâmetros como" + "Report Schedule log prune failed.": [ + "Falha na poda do registo do agendamento do relatório." ], - "Associated Charts": ["Gráficos Associados"], - "Async Execution": ["Execução Assíncrona"], - "Asynchronous query execution": ["Execução de consulta assíncrona"], - "August": ["Agosto"], - "Auto": ["Auto"], - "Auto Zoom": ["Zoom automático"], - "Autocomplete": ["Autocompletar"], - "Autocomplete filters": ["Filtros de preenchimento automático"], - "Autocomplete query predicate": [ - "Predicado de consulta de preenchimento automático" + "Report Schedule execution failed when generating a screenshot.": [ + "A execução do agendamento do relatório falhou ao gerar uma captura de tela." ], - "Automatic Color": ["Cor Automática"], - "Available sorting modes:": ["Modos de ordenação disponíveis:"], - "Average": ["Média"], - "Average value": ["Valor médio"], - "Axis": ["Eixo"], - "Axis Bounds": ["Limites do eixo"], - "Axis Format": ["Formato do eixo"], - "Axis Title": ["Título do eixo"], - "Axis ascending": ["Eixo ascendente"], - "Axis descending": ["Eixo descendente"], - "BOOLEAN": ["BOLEANO"], - "Back": ["Voltar"], - "Back to all": ["Voltar para todos"], - "Backend": ["Backend"], - "Backward values": ["Valores retroativos"], - "Bad formula.": ["Fórmula ruim."], - "Bad spatial key": ["Bad spatial key"], - "Bar": ["Barra"], - "Bar Chart": ["Gráfico de barras"], - "Bar Chart (legacy)": ["Gráfico de barras (legado)"], - "Bar Charts are used to show metrics as a series of bars.": [ - "Os gráficos de barras são usados para mostrar as métricas como uma série de barras." + "Report Schedule execution failed when generating a csv.": [ + "A execução do Report Schedule falhou ao gerar um arquivo csv." ], - "Bar Values": ["Valores de barra"], - "Bar orientation": ["Orientação da barra"], - "Base layer map style. See Mapbox documentation: %s": [""], - "Based on a metric": ["Com base em uma métrica"], - "Based on granularity, number of time periods to compare against": [ - "Com base na granularidade, número de períodos de tempo para comparação" + "Report Schedule execution failed when generating a dataframe.": [ + "A execução do Report Schedule falhou ao gerar um dataframe." ], - "Based on what should series be ordered on the chart and legend": [ - "Com base no que as séries devem ser ordenadas no gráfico e na legenda" + "Report Schedule execution got an unexpected error.": [ + "A execução do agendamento de relatório obteve um erro inesperado." ], - "Basic": ["Básico"], - "Basic information": ["Informações básicas"], - "Batch editing %d filters:": ["Batch editando %d filtros:"], - "Battery level over time": ["Nível da bateria ao longo do tempo"], - "Be careful.": ["Cuidado."], - "Before": ["Antes de"], - "Big Number": ["Número grande"], - "Big Number Font Size": ["Tamanho da Fonte do Número Grande"], - "Big Number with Time Period Comparison": [""], - "Big Number with Trendline": ["Número grande com Trendline"], - "Bottom": ["Parte inferior"], - "Bottom Margin": ["Margem Inferior"], - "Bottom left": ["Parte inferior esquerda"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Margem Inferior, em pixels, permitindo mais espaço para o rótulo dos eixos" + "Report Schedule is still working, refusing to re-compute.": [ + "O agendamento de relatório ainda está funcionando, recusando-se a recalcular." ], - "Bottom right": ["Parte inferior direita"], - "Bottom to Top": ["De baixo para cima"], - "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 em branco, os limites são definidos dinamicamente com base no mínimo/máximo dos dados. Observe que esse recurso vai apenas expandir o intervalo do eixo. Não vai reduzir a extensão dos dados." + "Report Schedule reached a working timeout.": [ + "O agendamento do relatório atingiu o tempo limite de trabalho." ], - "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.": [ - "Limites para o eixo. Quando deixados em branco, os limites são definidos dinamicamente com base no mínimo/máximo dos dados. Observe que esse recurso vai apenas expandir o intervalo do eixo. Não vai reduzir a extensão dos dados." - ], - "Box Plot": ["Gráfico de caixa"], - "Breakdowns": ["Desmembramentos"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "A report named \"%(name)s\" already exists": [ + "Já existe um relatório denominado \"%(name)s\"" ], - "Bubble Chart": ["Gráfico de bolhas"], - "Bubble Color": ["Cor da bolha"], - "Bubble Size": ["Tamanho da bolha"], - "Bubble size": ["Tamanho da bolha"], - "Bucket break points": ["Pontos de quebra de balde"], - "Build": ["Construir"], - "Bulk select": ["Seleção em bloco"], - "Bulk tag": [""], - "Bullet Chart": ["Gráfico de marcadores"], - "Business": ["Negócios"], - "Business Data Type": ["Tipo de dados comerciais"], - "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 no carregamento inicial da página. Marque esta caixa se tiver mais de 1000 valores de filtro e pretenda ativar a pesquisa dinâmica que carrega os valores de filtro à medida que os usuários escrevem (pode aumentar o stress da sua base de dados)." + "An alert named \"%(name)s\" already exists": [ + "Já existe um alerta chamado \"%(name)s\"" ], - "By key: use column names as sorting key": [ - "Por chave: utilizar os nomes das colunas como chave de ordenação" + "Resource already has an attached report.": [ + "Recurso já tem um relatório anexado." ], - "By key: use row names as sorting key": [ - "Por chave: utilizar nomes de linhas como chave de ordenação" + "Alert query returned more than one row.": [ + "A consulta do alerta retornou mais do que uma linha." ], - "By value: use metric values as sorting key": [ - "Por valor: utilizar valores métricos como chave de ordenação" + "Alert validator config error.": [ + "Erro na configuração do validador do alerta." ], - "CANCEL": ["CANCELAR"], - "CREATE DATASET": ["CREATE DATASET"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "CREATE VIEW statement": ["Declaração CREATE VIEW"], - "CRON Schedule": ["Cronograma do CRON"], - "CRON expression": ["Expressão CRON"], - "CSS": ["CSS"], - "CSS Styles": ["Estilos CSS"], - "CSS Templates": ["Modelos CSS"], - "CSS applied to the chart": ["CSS aplicado ao gráfico"], - "CSS template": ["Modelo CSS"], - "CSS template not found.": ["Modelo CSS não encontrado."], - "CSS templates": ["Modelos CSS"], - "CSV Upload": ["Upload de CSV"], - "CSV to Database configuration": ["Configuração CSV para Banco de dados"], - "CSV upload": ["Carregar CSV"], - "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.": [ - "O CTAS (criar tabela como select) só pode ser executado com uma consulta em que a última instrução seja um SELECT. Certifique-se de que a sua consulta tem um SELECT como última instrução. Depois, tente executar a consulta novamente." + "Alert query returned more than one column.": [ + "A consulta do alerta retornou mais de uma coluna." ], - "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.": [ - "O CVAS (create view as select) só pode ser executado com uma consulta com uma única instrução SELECT. Certifique-se de que a sua consulta tem apenas uma instrução SELECT. Em seguida, tente executar a consulta novamente." + "Alert query returned a non-number value.": [ + "A consulta do alerta retornou um valor não numérico." ], - "CVAS (create view as select) query has more than one statement.": [ - "A consulta CVAS (create view as select) tem mais do que uma declaração." + "Alert found an error while executing a query.": [ + "O alerta encontrou um erro durante a execução de uma consulta." ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "A consulta CVAS (create view as select) não é uma instrução SELECT." + "A timeout occurred while executing the query.": [ + "Ocorreu um tempo limite durante a execução da consulta." ], - "Cache Timeout": ["Tempo limite da cache"], - "Cache Timeout (seconds)": ["Tempo limite da cache (seconds)"], - "Cache timeout": ["Tempo limite da cache"], - "Cached": ["Em cache"], - "Cached %s": ["Cached %s"], - "Cached value not found": ["Valor em cache não encontrado"], - "Calculate contribution per series or row": [ - "Calcular a contribuição por série ou linha" + "A timeout occurred while taking a screenshot.": [ + "Ocorreu um tempo limite ao fazer uma captura de tela." ], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "A coluna calculada [%s] requer uma expressão" + "A timeout occurred while generating a csv.": [ + "Ocorreu um tempo limite ao gerar um arquivo csv." ], - "Calculated columns": ["Colunas calculadas"], - "Calculation type": ["Tipo de cálculo"], - "Calendar Heatmap": ["Mapa de calor do calendário"], - "Can not move top level tab into nested tabs": [ - "Não é possível mover a aba de nível superior para abas aninhadas" + "A timeout occurred while generating a dataframe.": [ + "Ocorreu um timeout durante a geração de um dataframe." ], - "Can select multiple values": ["Pode selecionar vários valores"], - "Can't have overlap between Series and Breakdowns": [ - "Não pode haver sobreposição entre séries e avarias" + "Alert fired during grace period.": [ + "Alerta disparado durante o período de carência." ], - "Cancel": ["Cancelar"], - "Cancel query on window unload event": [ - "Cancelar consulta no evento de descarregamento da janela" + "Alert ended grace period.": ["O alerta terminou o período de carência."], + "Alert on grace period": ["Alerta em período de carência"], + "Report Schedule state not found": [ + "Estado do agendamento do relatório não encontrado" ], - "Cannot access the query": ["Não foi possível acessar a consulta"], - "Cannot delete a database that has datasets attached": [ - "Não é possível excluir um banco de dados que tenha conjuntos de dados anexados" + "Report schedule system error": [ + "Relatar erro do sistema de programação" ], - "Cannot have multiple credentials for the SSH Tunnel": [ - "Não é possível ter múltiplas credenciais para o Túnel SSH" + "Report schedule client error": [ + "Relatar erro do cliente de programação" ], - "Cannot load filter": ["Não é possível carregar o filtro"], - "Cannot parse time string [%(human_readable)s]": [ - "Não é possível analisar a string de tempo [%(human_readable)s ]" + "Report schedule unexpected error": [ + "Erro inesperado no agendamento do relatório" ], - "Categorical": ["Categórico"], - "Categorical Color": ["Cor categórica"], - "Categories to group by on the x-axis.": [ - "Categorias para grupo por sobre o eixo x." + "Changing this report is forbidden": [ + "É proibido alterar este relatório" ], - "Category": ["Categoria"], - "Category Name": ["Nome da categoria"], - "Category and Percentage": ["Categoria e Porcentagem"], - "Category and Value": ["Categoria e valor"], - "Category name": ["Nome da categoria"], - "Category of target nodes": ["Categoria dos nós de destino"], - "Category, Value and Percentage": ["Categoria, Valor e Porcentagem"], - "Cell Padding": ["Preenchimento de célula"], - "Cell Radius": ["Raio da Célula"], - "Cell Size": ["Tamanho da célula"], - "Cell bars": ["Barras celulares"], - "Cell content": ["Conteúdo da célula"], - "Cell limit": ["Limite de célula"], - "Certification": ["Certificação"], - "Certification details": ["Detalhes de certificação"], - "Certified": ["Certificado"], - "Certified By": ["Certificado Por"], - "Certified by": ["Certificado por"], - "Certified by %s": ["Certificado por %s"], - "Change order of columns.": ["Mudar ordem das colunas."], - "Change order of rows.": ["Mudar ordem das linhas."], - "Changed By": ["Alterado por"], - "Changes saved.": ["Alterações salvas."], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "Alterar o conjunto de dados pode quebrar o gráfico se o gráfico depender de colunas ou metadados que não existem no conjunto de dados de destino" + "The database could not be found": [ + "Não foi possível encontrar o banco de dados" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "A alteração destas definições afectará todos os gráficos que utilizem este conjunto de dados, incluindo os gráficos pertencentes a outras pessoas." + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "A estimativa de consulta foi encerrada após %(sqllab_timeout)s segundos. Ela pode ser muito complexa ou o banco de dados pode estar sob carga pesada." ], - "Changing this Dashboard is forbidden": [ - "É proibido alterar este painel" + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "O banco de dados referenciado nesta consulta não foi encontrado. Contate um administrador para obter mais assistência ou tente novamente." ], - "Changing this chart is forbidden": ["É proibido alterar este gráfico"], - "Changing this control takes effect instantly": [ - "A alteração deste controle tem efeito imediato" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "A consulta associada a esses resultados não pôde ser encontrada. Você precisa executar novamente a consulta original." ], - "Changing this dataset is forbidden": [ - "É proibido alterar este conjunto de dados" + "Cannot access the query": ["Não foi possível acessar a consulta"], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Os dados não puderam ser recuperados do backend de resultados. Você precisa executar novamente a consulta original." ], - "Changing this datasource is forbidden": [ - "É proibido alterar essa fonte de dados" + "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.": [ + "Os dados não puderam ser desserializados do backend de resultados. O formato de armazenamento pode ter mudado, tornando os dados antigos. É necessário executar novamente a consulta original." ], - "Changing this report is forbidden": [ - "É proibido alterar este relatório" + "Tag parameters are invalid.": ["Os parâmetros da tag são inválidos."], + "Tag could not be created.": ["Não foi possível criar a tag."], + "Tag could not be deleted.": ["Não foi possível excluir a tag."], + "Tagged Object could not be deleted.": [ + "O objeto marcado não pôde ser excluído." ], - "Character to interpret as decimal point": [ - "Caractere a ser interpretado como ponto decimal" + "An error occurred while creating the value.": [ + "Ocorreu um erro ao criar o valor." ], - "Character to interpret as decimal point.": [ - "Caractere para interpretar como ponto decimal." + "An error occurred while accessing the value.": [ + "Ocorreu um erro ao acessar o valor." ], - "Chart": ["Gráfico"], - "Chart %(id)s not found": ["Gráfico %(id)s não encontrado"], - "Chart Cache Timeout": ["Tempo limite da cache do gráfico"], - "Chart Data: %s": ["Dados do gráfico: %s"], - "Chart ID": ["ID do gráfico"], - "Chart Options": ["Opções do gráfico"], - "Chart Orientation": ["Orientação do gráfico"], - "Chart Source": ["Fonte do gráfico"], - "Chart Title": ["Título do gráfico"], - "Chart [%s] has been overwritten": ["O gráfico [%s] foi sobrescrito"], - "Chart [%s] has been saved": ["O gráfico [%s] foi salvo"], - "Chart [%s] was added to dashboard [%s]": [ - "O gráfico [%s] foi adicionado ao painel [%s]" + "An error occurred while deleting the value.": [ + "Ocorreu um erro ao excluir o valor." ], - "Chart [{}] has been overwritten": ["O gráfico [{}] foi substituído"], - "Chart [{}] has been saved": ["O gráfico [{}] foi salvo"], - "Chart [{}] was added to dashboard [{}]": [ - "Gráfico [{}] foi adicionado ao painel [{}]" + "An error occurred while updating the value.": [ + "Ocorreu um erro ao atualizar o valor." ], - "Chart cache timeout": ["Tempo limite da cache do gráfico"], - "Chart changes": ["Alterações no gráfico"], - "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 does not exist": ["O gráfico não existe"], - "Chart has no query context saved. Please save the chart again.": [ - "O gráfico não tem contexto de consulta salvo. Por favor salvar o gráfico novamente." + "You don't have permission to modify the value.": [ + "Você não tem permissão para modificar o valor." ], - "Chart height": ["Altura do gráfico"], - "Chart imported": ["Gráfico importado"], - "Chart last modified": ["Última modificação do gráfico"], - "Chart last modified by": ["Gráfico modificado pela última vez por"], - "Chart name": ["Nome do gráfico"], - "Chart options": ["Opções do gráfico"], - "Chart owners": ["Proprietários do gráfico"], - "Chart parameters are invalid.": [ - "Os parâmetros do gráfico são inválidos." + "Resource was not found.": ["O recurso não foi encontrado."], + "Invalid result type: %(result_type)s": [ + "Tipo de resultado inválido: %(result_type)s" ], - "Chart properties updated": ["Propriedades do gráfico atualizadas"], - "Chart title": ["Título do gráfico"], - "Chart type requires a dataset": [ - "O tipo de gráfico requer um conjunto de dados" + "Columns missing in dataset: %(invalid_columns)s": [ + "Faltam colunas no conjunto de dados: %(invalid_columns)s" ], - "Chart width": ["Largura do gráfico"], - "Charts": ["Gráficos"], - "Charts could not be deleted.": ["Não foi possível remover o gráfico."], - "Check for sorting ascending": ["Verificar se a ordenação é crescente"], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "Verificar se o gráfico de rosáceas deve utilizar a área do segmento em vez do raio do segmento para o cálculo das proporções" + "A time column must be specified when using a Time Comparison.": [ + "Uma coluna de tempo deve ser especificada ao usar uma comparação de tempo." ], - "Check out this chart in dashboard:": ["Veja este gráfico no painel:"], - "Check to force date partitions to have the same height": [ - "Marcar para forçar as partições de data a terem a mesma altura" + "The chart does not exist": ["O gráfico não existe"], + "The chart datasource does not exist": [ + "A fonte de dados do gráfico não existe" ], - "Child label position": ["Posição do rótulo filho"], - "Choice of [Label] must be present in [Group By]": [ - "Escolha do [Rótulo] deve estar em [Agrupar por]" + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Rótulos de coluna/métrica duplicados: %(labels)s. Por favor, certifique-se todas métricas e colunas tem um único rótulo." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "A escolha de [Raio do ponto] deve estar presente em [Agrupar por]" + "`operation` property of post processing object undefined": [ + "Propriedade `operation` do objeto de pós-processamento indefinida" ], - "Choose File": ["Escolher Arquivo"], - "Choose a chart or dashboard not both": [ - "Escolha um gráfico ou painel, não ambos" + "Unsupported post processing operation: %(operation)s": [ + "Operação de pós-processamento sem suporte: %(operation)s" ], - "Choose a database...": ["Escolha um banco de dados..."], - "Choose a dataset": ["Escolha um conjunto de dados"], - "Choose a metric for right axis": [ - "Escolha uma métrica para o eixo direito" + "[asc]": ["[asc]"], + "[desc]": ["[desc]"], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Erro na expressão jinja no predicado para obter valores: %(msg)s" ], - "Choose a number format": ["Escolha um formato de número"], - "Choose a source": ["Escolha uma fonte"], - "Choose a source and a target": ["Escolha uma fonte e um alvo"], - "Choose a target": ["Escolha um alvo"], - "Choose chart type": ["Escolha o tipo de gráfico"], - "Choose one of the available databases from the panel on the left.": [ - "Escolha um dos bancos de dados disponíveis no painel na esquerda." + "Virtual dataset query must be read-only": [ + "A consulta ao conjunto de dados virtual deve ser somente de leitura" ], - "Choose the annotation layer type": [ - "Escolha o tipo da camada de anotação" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Erro na expressão jinja em filtros RLS: %(msg)s" ], - "Choose the format for legend values": [ - "Escolha o formato dos valores de legenda" + "Metric '%(metric)s' does not exist": ["Métrica '%(métric)s' não existe"], + "Db engine did not return all queried columns": [ + "O motor do banco de dados não retornou todas as colunas consultadas" ], - "Choose the position of the legend": [ - "Choose the position of the legend" + "Virtual dataset query cannot be empty": [ + "A consulta do conjunto de dados virtual não pode estar vazia" ], - "Choose the source of your annotations": [ - "Choose the source of your annotations" + "Only `SELECT` statements are allowed": [ + "Apenas instruções `SELECT` são permitidas" ], - "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ - "Escolha se um país deve ser sombreado pela métrica ou se lhe deve ser atribuída uma cor com base numa paleta de cores categóricas" + "Only single queries supported": ["Só são suportadas consultas únicas"], + "Columns": ["Colunas"], + "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": [ + "Para tornar essa coluna disponível como uma opção [Time Granularity], a coluna deve ser DATETIME ou semelhante a DATETIME" ], - "Chord Diagram": ["Diagrama de acordes"], - "Chosen non-numeric column": ["Coluna não-numérica escolhida"], - "Circle": ["Círculo"], - "Circle -> Arrow": ["Círculo -> Seta"], - "Circle -> Circle": ["Círculo -> Círculo"], - "Circle radar shape": ["Forma de radar circular"], - "Circular": ["Circular"], - "Classic chart that visualizes how metrics change over time.": [ - "Gráfico clássico que visualiza como as métricas mudam ao longo do tempo." + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Se essa coluna está exposta na seção `Filtros` da visualização de exploração." ], - "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.": [ - "Visão clássica de um conjunto de dados numa planilha de cálculo, linha a coluna. Utilize tabelas para apresentar uma visão dos dados subjacentes ou para mostrar métricas agregadas." + "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. Em alguns casos, pode ser necessário introduzir manualmente um tipo para colunas definidas por expressões. Na maioria dos casos, os usuários não devem precisar de alterar isto." ], - "Clause": ["Cláusula"], - "Clear": ["Limpar"], - "Clear all": ["Limpar todos"], - "Clear all data": ["Limpar todos os dados"], - "Clear form": ["Limpar formulário"], - "Click the lock to make changes.": [ - "Clique no cadeado para fazer alterações." + "Column": ["Coluna"], + "Verbose Name": ["Nome detalhado"], + "Description": ["Descrição"], + "Groupable": ["Agrupável"], + "Filterable": ["Filtrável"], + "Table": ["Tabela"], + "Expression": ["Expressão"], + "Is temporal": ["É temporal"], + "Datetime Format": ["Formato de data e hora"], + "Type": ["Tipo"], + "Business Data Type": ["Tipo de dados comerciais"], + "Invalid date/timestamp format": [ + "Formato de data/carimbo de data/hora inválido" ], - "Click the lock to prevent further changes.": [ - "Clique no cadeado para evitar avançar mudanças." + "Metrics": ["Métricas"], + "Show Metric": ["Mostrar Métricas"], + "Add Metric": ["Adicionar Métrica"], + "Edit Metric": ["Editar Métrica"], + "Metric": ["Métrica"], + "SQL Expression": ["Expressão SQL"], + "D3 Format": ["Formato D3"], + "Extra": ["Extra"], + "Warning Message": ["Mensagem de aviso"], + "Tables": ["Tabelas"], + "Show Table": ["Mostrar Tabela"], + "Import a table definition": ["Importar uma definição de tabela"], + "Edit Table": ["Editar Tabela"], + "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 a esta tabela. Ao alterar esta fonte de dados, pode alterar o comportamento dos gráficos associados. Tenha também em atenção que os gráficos têm de apontar para uma fonte de dados, pelo que este formulário falhará ao ser guardado se remover gráficos de uma fonte de dados. Se pretender alterar a fonte de dados de um gráfico, substitua o gráfico da 'visão de exploração'" ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "Clique neste link para mudar para um formulário alternativa que permite você inserir manualmente o URL do SQLAlchemy para esse banco de dados." + "Timezone offset (in hours) for this datasource": [ + "Deslocamento de fuso horário (em horas) para essa fonte de dados" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "Clique neste link para mudar para um formulário alternativo que expõe apenas os campos obrigatórios necessários para conectar esse banco de dados." + "Name of the table that exists in the source database": [ + "Nome da tabela que existe no banco de dados de origem" ], - "Click to add a contour": [""], - "Click to cancel sorting": ["Clique para cancelar a ordenação"], - "Click to edit": ["Clique para editar"], - "Click to edit %s.": ["Clique para editar %s."], - "Click to edit chart.": ["Clique para editar o gráfico."], - "Click to edit label": ["Clique para editar o rótulo"], - "Click to favorite/unfavorite": ["Clique para favoritar/não favoritar"], - "Click to force-refresh": ["Clique para forçar a atualização"], - "Click to see difference": ["Clique para ver diferença"], - "Click to sort ascending": ["Clique para classificar em ordem crescente"], - "Click to sort descending": [ - "Clique para classificar em ordem decrescente" + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Esquema, como usado apenas em alguns bancos de dados como Postgres, Redshift e DB2" ], - "Close": ["Fechar"], - "Close all other tabs": ["Fechar todas as outras abas"], - "Close tab": ["Fechar aba"], - "Cluster label aggregator": ["Agregador de rótulo de cluster"], - "Clustering Radius": ["Raio de agrupamento"], - "Code": ["Código"], - "Collapse all": ["Recolher tudo"], - "Collapse data panel": ["Recolher painel de dados"], - "Collapse row": ["Recolher linha"], - "Collapse tab content": ["Recolher o conteúdo da aba"], - "Collapse table preview": ["Recolher a visualização da tabela"], - "Color": ["Cor"], - "Color +/-": ["Cor +/-"], - "Color Metric": ["Métrica de cores"], - "Color Scheme": ["Esquema de cores"], - "Color Steps": ["Etapas de cores"], - "Color bounds": ["Limites de cor"], - "Color by": ["Cor por"], - "Color metric": ["Métrica de cor"], - "Color of the target location": ["Cor do local de destino"], - "Color scheme": ["Esquema de cores"], - "Colors": ["Cores"], - "Column": ["Coluna"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "A coluna \"%(column)s\" não é numérica ou não existe nos resultados da consulta." + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Esses campos funcionam como uma visualização do Superset, o que significa que o Superset executará uma consulta com base nessa string como uma subconsulta." ], - "Column Configuration": ["Configuração da coluna"], - "Column Formatting": ["Formatação de colunas"], - "Column Label(s)": ["Rótulo(s) da coluna"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "Coluna contendo códigos ISO 3166-2 da região/província/departamento em sua tabela." + "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 quando se vai buscar um valor distinto para preencher o componente de controle do filtro. Suporta a sintaxe do modelo jinja. Aplica-se apenas quando `Ativar seleção de filtro` está ativado." ], - "Column containing latitude data": ["Coluna contendo dados de latitude"], - "Column containing longitude data": [ - "Coluna contendo dados de longitude" + "Redirects to this endpoint when clicking on the table from the table list": [ + "Redireciona para este endpoint quando se clica na tabela a partir da lista de tabelas" ], - "Column header tooltip": [ - "Dica de ferramenta para o cabeçalho da coluna" + "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 deve preencher o menu suspenso do filtro na seção de filtro da exibição de exploração com uma lista de valores distintos obtidos do backend em tempo real" ], - "Column is required": ["A coluna é necessária"], - "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ - "Rótulo da coluna para a(s) coluna(s) de índice. Se None for fornecido e Dataframe Index for True, são utilizados os nomes de índice." + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Se a tabela foi gerada pelo fluxo 'Visualizar' no SQL Lab" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "Rótulo da coluna para a(s) coluna(s) de índice. Se None (Nenhum) for fornecido e Dataframe Index (Índice de quadro de dados) for verificado, os nomes de índice serão usados" + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Um conjunto de parâmetros que tornar-se disponível na consulta usando a sintaxe de modelagem Jinja" ], - "Column name": ["Nome da coluna"], - "Column name [%s] is duplicated": ["Nome da coluna [%s] está duplicado"], - "Column referenced by aggregate is undefined: %(column)s": [ - "Coluna referenciado pelo agregado é indefinido: %(column)s" + "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 tempo limite de armazenamento em cache para esta tabela. Um tempo limite de 0 indica que a cache nunca expira. Note que este tempo limite é predefinido para o tempo limite da base de dados se não for definido." ], - "Column select": ["Seleção de coluna"], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "Coluna a ser usada como rótulos de linha do dataframe. Deixe em branco se não houver coluna de índice" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Coluna para utilizar como rótulos de linhas do dataframe. Deixar vazio se não houver coluna de índice." + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "Columnar File": ["Arquivo colunar"], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Arquivo colunar \"%(columnar_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" + "Associated Charts": ["Gráficos Associados"], + "Changed By": ["Alterado por"], + "Database": ["Banco de dados"], + "Last Changed": ["Última alteração"], + "Enable Filter Select": ["Ativar seleção de filtro"], + "Schema": ["Esquema"], + "Default Endpoint": ["Endpoint padrão"], + "Offset": ["Deslocamento"], + "Cache Timeout": ["Tempo limite da cache"], + "Table Name": ["Nome da Tabela"], + "Fetch Values Predicate": ["Predicado de obtenção de valores"], + "Owners": ["Proprietários"], + "Main Datetime Column": ["Coluna principal de data e hora"], + "SQL Lab View": ["Visão do SQL Lab"], + "Template parameters": ["Parâmetros do Modelo"], + "Modified": ["Modificado"], + "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 desse processo de configuração em duas fases, agora você deve clicar no botão de edição da nova tabela para configurá-la." ], - "Columnar to Database configuration": [ - "Configuração de colunar para banco de dados" + "Dataset schema is invalid, caused by: %(error)s": [ + "Esquema do conjunto de dados inválido, causado por: %(error)s" ], - "Columns": ["Colunas"], - "Columns To Be Parsed as Dates": [ - "Colunas a serem analisadas como datas" + "Title or Slug": ["Título ou Slug"], + "Role": ["Função"], + "Invalid state.": ["Estado inválido."], + "Table name undefined": ["Não da tabela indefinido"], + "Upload Enabled": ["Upload habilitado"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Cadeia de conexão inválida, uma cadeia válida geralmente é a seguinte: backend+driver://user:password@database-host/database-name" ], - "Columns To Read": ["Colunas a serem lidas"], - "Columns missing in dataset: %(invalid_columns)s": [ - "Faltam colunas no conjunto de dados: %(invalid_columns)s" + "Field cannot be decoded by JSON. %(msg)s": [ + "Campo não pode ser decodificado por JSON. %(msg)s" ], - "Columns missing in datasource: %(invalid_columns)s": [ - "Colunas ausente na fonte de dados: %(invalid_columns)s" + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "O metadata_params no campo Extra não está configurado corretamente. A chave %(key)s é inválida." ], - "Columns subtotal position": ["Posição do subtotal das colunas"], - "Columns to calculate distribution across.": [ - "Colunas para calcular a distribuição entre." + "An engine must be specified when passing individual parameters to a database.": [ + "Deve ser especificado um motor ao passar parâmetros individuais para uma base de dados." ], - "Columns to display": ["Colunas a serem exibidas"], - "Columns to group by": ["Colunas para agrupar por"], - "Columns to group by on the columns": [ - "Colunas para agrupar nas colunas" + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "A especificação do mecanismo \"InvalidEngine\" não permite a configuração por meio de parâmetros individuais." ], - "Columns to group by on the rows": ["Colunas para agrupar nas linhas"], - "Combine metrics": ["Combinar Métricas"], - "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.": [ - "Escolhas de cores separadas por vírgulas para os intervalos, por exemplo, 1,2,4. Os números inteiros denotam cores do esquema de cores escolhido e são indexados a 1. O comprimento deve corresponder ao dos limites do intervalo." + "Null or Empty": ["Nulo ou Vazio"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Verifique se há erros de sintaxe na consulta ou perto de \"%(error_sintaxe)s \". Em seguida , tente executar sua consulta novamente." ], - "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.": [ - "Limites de intervalos separados por vírgulas, por exemplo, 2,4,5 para intervalos 0-2, 2-4 e 4-5. O último número deve corresponder ao valor fornecido para MAX." + "Second": ["Segundo"], + "5 second": ["5 segundos"], + "Minute": ["Minuto"], + "5 minute": ["5 minutos"], + "10 minute": ["10 minutos"], + "15 minute": ["15 minutos"], + "Hour": ["Hora"], + "6 hour": ["6 horas"], + "Day": ["Dia"], + "Week": ["Semana"], + "Month": ["Mês"], + "Quarter": ["Trimestre"], + "Year": ["Ano"], + "Week starting Sunday": ["Semana começando no domingo"], + "Week starting Monday": ["Semana começando na segunda-feira"], + "Week ending Saturday": ["Semana terminando no Sábado"], + "Username": ["Nome de usuário"], + "Password": ["Senha"], + "Hostname or IP address": ["Nome do host ou endereço IP"], + "Database port": ["Porta do banco de dados"], + "Database name": ["Nome do banco de dados"], + "Additional parameters": ["Parâmetros adicionais"], + "Use an encrypted connection to the database": [ + "Use uma conexão criptografada com o banco de dados" ], - "Comparator option": ["Opção de comparador"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Compare rapidamente vários gráficos de séries temporais (como sparklines) e métricas relacionadas." + "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\"": [ + "Não é possível se conectar. Verifique se as seguintes funções estão definidas na conta de serviço: \"Visualizador de dados do BigQuery\", \"Visualizador de metadados do BigQuery\", \"Usuário do trabalho do BigQuery\" e as seguintes permissões estão definidas \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" ], - "Compare the same summarized metric across multiple groups.": [ - "Comparar a mesma métrica resumida em vários grupos." + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "A tabela \"%(tabela)s\" não existe. Uma tabela válida deve ser usada para executar essa consulta." ], - "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.": [ - "Compara a forma como uma métrica muda ao longo do tempo entre diferentes grupos. Cada grupo é mapeado para uma linha e a alteração ao longo do tempo é visualizada em comprimentos de barra e cores." + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)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.": [ - "Compara métricas de diferentes categorias usando barras. Os comprimentos das barras são utilizados para indicar a magnitude de cada valor e a cor é utilizada para diferenciar os grupos." + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "O esquema \"%(schema)s\" não existe. Um esquema válido deve ser usado para executar essa consulta." ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Compara os períodos de tempo de diferentes atividades numa visão de linha de tempo compartilhada." + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Ou o nome de usuário \"%(username)s\" ou a senha está incorreta." ], - "Comparison": ["Comparação"], - "Comparison Period Lag": ["Lag do Período de comparação"], - "Comparison suffix": ["Sufixo de comparação"], - "Compose multiple layers together to form complex visuals.": [ - "Compor várias camadas para formar imagens complexas." + "Unable to connect to database \"%(database)s\".": [ + "Não é possível se conectar ao banco de dados \"%(banco de dados)s\"." ], - "Compute the contribution to the total": [ - "Calcular a contribuição para o total" + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Verifique se há erros de sintaxe na sua consulta \"%(erro_servidor)s \". Em seguida , tente executar sua consulta novamente." ], - "Condition": ["Condição"], - "Conditional formatting": ["Formatação condicional"], - "Confidence interval": ["Intervalo de confiança"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Parece que não conseguimos resolver a coluna \"%(column_name)s\"" ], - "Configuration": ["Configuração"], - "Configure Time Range: Last...": [ - "Configurar Intervalo de Tempo: Último..." + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "O nome de usuário \"%(username)s\", a senha ou o nome do banco de dados \"%(database)s\" estão incorretos." ], - "Configure Time Range: Previous...": [ - "Configurar Intervalo de Tempo: Anterior..." + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "A porta %(port)s no nome do host \"%(hostname)s\" recusou a conexão." ], - "Configure custom time range": [ - "Configurar intervalo de tempo personalizado" + "Unknown MySQL server host \"%(hostname)s\".": [ + "Host do servidor MySQL desconhecido \"%(hostname)s\"." ], - "Configure filter scopes": ["Configurar os âmbitos de filtragem"], - "Configure the basics of your Annotation Layer.": [ - "Configurar o fundamentos da sua camada de anotação." + "The username \"%(username)s\" does not exist.": [ + "O nome de usuário \"%(username)s\" não existe." ], - "Configure this dashboard to embed it into an external web application.": [ - "Configurar este painel para incorporá-lo em um aplicativo web externo." + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "Configure your how you overlay is displayed here.": [ - "Configure a forma como a sobreposição é apresentada aqui." + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "" ], - "Confirm overwrite": ["Confirmar a substituição"], - "Confirm save": ["Confirmar salvar"], - "Connect": ["Conectar"], - "Connect Google Sheet": ["Conectar Planilha Google"], - "Connect Google Sheets as tables to this database": [ - "Conectar Planilhas Google como tabelas para esse banco de dados" + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [ + "A senha fornecida para o nome de usuário \"%(username)s\" está incorreta." ], - "Connect a database": ["Conectar um banco de dados"], - "Connect database": ["Conectar o banco de dados"], - "Connect this database using the dynamic form instead": [ - "Em vez disso, conecte esse banco de dados utilizando o formulário dinâmico" + "Please re-enter the password.": ["Por favor digite a senha novamente."], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Parece que não conseguimos resolver a coluna \"%(column_name)s\" na linha %(location)s." ], - "Connect this database with a SQLAlchemy URI string instead": [ - "Em vez disso, conecte esse banco de dados com uma cadeia de URI SQLAlchemy" + "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." ], - "Connection": ["Conexão"], - "Connection failed, please check your connection settings": [ - "Falha na conexão, por favor verificar suas configurações de conexão" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "O esquema \"%(schema_name)s\" não existe. Um esquema válido deve ser usado para executar essa consulta." ], - "Connection looks good!": ["A conexão parece boa !"], - "Continue": ["Continuar"], - "Continuous": ["Contínuo"], - "Contribution": ["Contribuição"], - "Contribution Mode": ["Modo de contribuição"], - "Control": ["Controle"], - "Coordinates": ["Coordenadas"], - "Copied to clipboard!": ["Copiado para a área de transferência!"], - "Copy": ["Copiar"], - "Copy SELECT statement to the clipboard": [ - "Copiar instrução SELECT para a área de transferência" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Não foi possível conectar-se ao catálogo chamado \"%(nome_do_catálogo)s \"." ], - "Copy and Paste JSON credentials": ["Copiar e cole as credenciais JSON"], - "Copy and paste the entire service account .json file here": [ - "Copie e cole todo o ficheiro service account.json aqui" + "Unknown Presto Error": ["Erro desconhecido do Presto"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Não foi possível conectar-se ao seu banco de dados chamado \"%(database)s\". Verifique o nome do banco de dados e tente novamente." ], - "Copy link": ["Copiar link"], - "Copy message": ["Copiar mensagem"], - "Copy of %s": ["Copiar de %s"], - "Copy partition query to clipboard": [ - "Copiar consulta de partição para a área de transferência" + "%(object)s does not exist in this database.": [ + "%(object)s não existe neste banco de dados." ], - "Copy permalink to clipboard": [ - "Copiar permalink para a área de transferência" + "Samples for datasource could not be retrieved.": [ + "Não foi possível recuperar as amostras da fonte de dados." ], - "Copy query URL": ["Copiar URL da consulta"], - "Copy query link to your clipboard": [ - "Copiar link de consulta para sua área de transferência" + "Changing this datasource is forbidden": [ + "É proibido alterar essa fonte de dados" ], - "Copy the name of the HTTP Path of your cluster.": [ - "Copiar o nome do caminho HTTP de seu cluster." + "Home": ["Início"], + "Database Connections": ["Conexões de banco de dados"], + "Data": ["Dados"], + "Dashboards": ["Painéis"], + "Charts": ["Gráficos"], + "Datasets": ["Conjuntos de dados"], + "Plugins": ["Plugins"], + "Manage": ["Gerenciar"], + "CSS Templates": ["Modelos CSS"], + "SQL Lab": ["SQL Lab"], + "SQL": ["SQL"], + "Saved Queries": ["Consultas salvas"], + "Query History": ["Histórico de consultas"], + "Tags": ["Tags"], + "Action Log": ["Log de ação"], + "Security": ["Segurança"], + "Alerts & Reports": ["Alertas e Relatórios"], + "Annotation Layers": ["Camadas de anotação"], + "Row Level Security": ["Segurança em nível de linha"], + "An error occurred while parsing the key.": [ + "Ocorreu um erro ao analisar a chave." ], - "Copy the name of the database you are trying to connect to.": [ - "Copiar o nome do banco de dados que você está tentando se conectar." + "An error occurred while upserting the value.": [ + "Ocorreu um erro ao inserir o valor." ], - "Copy to Clipboard": ["Copiar para Área de transferência"], - "Copy to clipboard": ["Copiar para área de transferência"], - "Correlation": ["Correlação"], - "Cost estimate": ["Estimativa de custo"], - "Could not determine datasource type": [ - "Não foi possível determinar o tipo de fonte de dados" + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": ["Chave de permalink inválida"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Erro ao renderizar consulta de conjunto de dados virtual: %(msg)s" ], - "Could not fetch all saved charts": [ - "Não foi possível obter todos os gráficos salvos" + "Virtual dataset query cannot consist of multiple statements": [ + "A consulta de conjunto de dados virtual não pode consistir em várias instruções" ], - "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" + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "A coluna Datetime não é fornecida como parte da configuração da tabela e é exigida por este tipo de gráfico" ], - "Could not load database driver: {}": [ - "Não foi possível carregar o driver de banco de dados: {}" + "Empty query?": ["Consulta vazia?"], + "Unknown column used in orderby: %(col)s": [ + "Coluna desconhecida usada em orderby: %(col)s" ], - "Could not resolve hostname: \"%(host)s\".": [""], - "Count": ["Contar"], - "Count Unique Values": ["Contar valores únicos"], - "Count as Fraction of Columns": ["Contar como fração de Colunas"], - "Count as Fraction of Rows": ["Contar como fração de Linhas"], - "Count as Fraction of Total": ["Contar como fração do Total"], - "Country": ["País"], - "Country Color Scheme": ["Esquema de cores do país"], - "Country Column": ["Coluna do país"], - "Country Field Type": ["Tipo de campo País"], - "Country Map": ["Mapa do País"], - "Create": ["Criar"], - "Create Chart": ["Criar gráfico"], - "Create a dataset": ["Criar um conjunto de dados"], - "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ - "Criar um conjunto de dados para começar a visualizar seus dados como um gráfico ou vá para\n SQL Lab para consultar seus dados." + "Time column \"%(col)s\" does not exist in dataset": [ + "A coluna de tempo \"%(col)s\" não existe no conjunto de dados" ], - "Create a new chart": ["Criar um novo gráfico"], - "Create chart": ["Criar gráfico"], - "Create chart with dataset": ["Criar gráfico com conjunto de dados"], - "Create dataset": ["Criar conjunto de dados"], - "Create dataset and create chart": [ - "Criar conjunto de dados e criar gráfico" + "error_message": ["mensagem de erro"], + "Filter value list cannot be empty": [ + "A lista de valores do filtro não pode estar vazia" ], - "Create new chart": ["Criar novo gráfico"], - "Create or select schema...": ["Criar ou selecionar esquema..."], - "Created": ["Criado"], - "Created by": ["Criado por"], - "Created by me": ["Criado por mim"], - "Created on": ["Criado em"], - "Creating SSH Tunnel failed for an unknown reason": [ - "A criação do túnel SSH falhou por um motivo desconhecido" + "Must specify a value for filters with comparison operators": [ + "Deve especificar um valor para filtros com operadores de comparação" ], - "Creating a data source and creating a new tab": [ - "Criando uma fonte de dados e criando uma nova guia" + "Invalid filter operation type: %(op)s": [ + "Tipo de operação de filtragem inválido: %(op)s" ], - "Creator": ["Criador"], - "Crimson": ["Carmesim"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "Filtro cruzado vai ser aplicado para todos os gráficos que utilizam esse conjunto de dados." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Erro na expressão jinja na cláusula WHERE: %(msg)s" ], - "Cross-filtering is not enabled for this dashboard.": [ - "A filtragem cruzada não está ativada para esse painel." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Erro na expressão jinja na cláusula HAVING: %(msg)s" ], - "Cross-filters": ["Filtros cruzados"], - "Cumulative": ["Acumulado"], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "Currently rendered: %s": ["Atualmente renderizado: %s"], - "Custom": ["Personalizado"], - "Custom Plugin": ["Plugin personalizado"], - "Custom Plugins": ["Plugins personalizados"], - "Custom SQL": ["SQL personalizado"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "As métricas ad-hoc de SQL personalizado não estão ativadas para este conjunto de dados" - ], - "Custom SQL fields cannot contain sub-queries.": [ - "Os campos SQL personalizados não podem conter subconsultas." + "Database does not support subqueries": [ + "O banco de dados não é compatível com subconsultas" ], - "Custom time filter plugin": ["Plugin de filtro de tempo personalizado"], + "Value must be greater than 0": ["O valor deve ser maior que 0"], "Custom width of the screenshot in pixels": [""], - "Customize": ["Personalizar"], - "Customize Metrics": ["Personalizar métricas"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "" + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], + "%(name)s.csv": ["%(name)s.csv"], + "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s não pode ser usado como uma fonte de dados por motivos de segurança." ], - "Customize columns": ["Personalizar colunas"], - "Cyclic dependency detected": ["Detectada dependência cíclica"], - "D3 Format": ["Formato D3"], - "D3 format": ["Formato D3"], - "D3 format syntax: https://github.com/d3/d3-format": [ - "formato D3 sintaxe: https://github.com/d3/d3-format" + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [ + "Você não tem o direito de alterar %(resource)s" ], - "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": [ - "Formato de número D3 para números entre -1,0 e 1,0, útil quando se pretende ter dígitos significativos diferentes para números pequenos e grandes" + "Failed to execute %(query)s": ["Falha ao executar %(query)s"], + "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.": [ + "Verifique se existem erros de sintaxe nos parâmetros do modelo e certifique-se de que correspondem à consulta SQL e aos parâmetros de definição. Em seguida, tente executar a consulta novamente." ], - "D3 time format for datetime columns": [ - "Formato de hora D3 para colunas datetime" + "The query contains one or more malformed template parameters.": [ + "A consulta contém um ou mais parâmetros de modelo malformados." ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "Formato de hora D3 sintaxe: https://github.com/d3/d3-time-format" + "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Verifique a sua consulta e confirme se todos os parâmetros do modelo estão entre parênteses duplos, por exemplo, \"{{ ds }}\". Em seguida , tente executar sua consulta novamente." ], - "DATETIME": ["DATA"], - "DB column %(col_name)s has unknown type: %(value_type)s": [ - "Coluna do banco de dados %(nome_da_coluna)s tem tipo desconhecido: %(value_type)s" + "Tag name is invalid (cannot contain ':')": [ + "O nome do rótulo é inválido (não pode conter ':')" ], - "DD/MM format dates, international and European format": [""], - "DEC": ["DEZ"], - "DELETE": ["APAGAR"], - "DML": ["DML"], - "Daily seasonality": ["Sazonalidade diária"], - "Dark": ["Escuro"], - "Dark Cyan": ["Escuro Ciano"], - "Dark mode": ["Modo escuro"], - "Dashboard": ["Painel"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "O painel [%s] acabou de ser criado e o gráfico [%s] foi adicionado a ele" + "Scheduled task executor not found": [ + "O executor da tarefa agendada não foi encontrado" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" + "Record Count": ["Contagem de registos"], + "No records found": ["Não foram encontrados registos"], + "Filter List": ["Lista de filtros"], + "Search": ["Pesquisar"], + "Refresh": ["Atualizar"], + "Import dashboards": ["Importar painéis"], + "Import Dashboard(s)": ["Importar Painel(eis)"], + "File": ["Arquivo"], + "Choose File": ["Escolher Arquivo"], + "Upload": ["Carregar"], + "Use the edit button to change this field": [ + "Use o botão de edição para alterar esse campo" ], - "Dashboard could not be deleted.": ["Não foi possível remover o painel."], - "Dashboard could not be updated.": [ - "Não foi possível atualizar o painel." + "Test Connection": ["Testar Conexão"], + "Unsupported clause type: %(clause)s": [ + "Tipo de cláusula sem suporte: %(clause)s" ], - "Dashboard does not exist": ["Painel não existe"], - "Dashboard imported": ["Painel importado"], - "Dashboard parameters are invalid.": [ - "Os parâmetros do painel são inválidos." + "Invalid metric object: %(metric)s": [ + "Objeto de métrica inválido: %(metric)s" ], - "Dashboard properties": ["Propriedades do painel"], - "Dashboard properties updated": ["Propriedades do painel atualizadas"], - "Dashboard scheme": ["Esquema 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.": [ - "Os filtros de intervalo de tempo do painel aplicam-se a colunas temporais definidas na \n seção de filtros de cada gráfico. Adicione colunas temporais aos filtros \n do gráfico para que esse filtro do painel afete esses gráficos." + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Não foi possível encontrar esse feriado: [%(holiday)s]" ], - "Dashboard title": ["Título do painel"], - "Dashboard usage": ["Uso do painel"], - "Dashboards": ["Painéis"], - "Dashboards added to": ["Painéis adicionados a"], - "Dashboards do not exist": ["Os painéis não existem"], - "Dashed": ["Traço"], - "Data": ["Dados"], - "Data Table": ["Tabela de dados"], - "Data URI is not allowed.": ["URI de dados não são permitidos."], - "Data Zoom": ["Zoom de dados"], - "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.": [ - "Os dados não puderam ser desserializados do backend de resultados. O formato de armazenamento pode ter mudado, tornando os dados antigos. É necessário executar novamente a consulta original." + "DB column %(col_name)s has unknown type: %(value_type)s": [ + "Coluna do banco de dados %(nome_da_coluna)s tem tipo desconhecido: %(value_type)s" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "Os dados não puderam ser recuperados do backend de resultados. Você precisa executar novamente a consulta original." + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "os percentis devem ser uma lista ou tupla com dois valores numéricos, dos quais o primeiro é menor que o segundo valor" ], - "Data preview": ["Pré-visualização de dados"], - "Data refreshed": ["Dados atualizados"], - "Data type": ["Tipo de dado"], - "DataFrame include at least one series": [ - "DataFrame inclui pelo menos uma série" + "`compare_columns` must have the same length as `source_columns`.": [ + "` compare_columns ` deve ter o mesmo comprimento de ` source_columns `." ], - "DataFrame must include temporal column": [ - "DataFrame deve incluir uma coluna temporal" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` deve ser `difference`, `percentage` ou `ratio`" ], - "Database": ["Banco de dados"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "O banco de dados \"%(database_name)s\" schema \"%(schema_name)s\" não é permitido para uploads de colunas. Entre em contato com o administrador do Superset." + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "A coluna \"%(column)s\" não é numérica ou não existe nos resultados da consulta." ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "O banco de dados \"%(database_name)s\" esquema \"%(schema_name)s\" não é permitido para uploads de csv. Entre em contato com o administrador do Superset." + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` deve ter o mesmo comprimento que `columns`." ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "Banco de dados \"%(database_name)s\" esquema \"%(schema_name)s\" não é permitido para uploads do Excel. Entre em contato com o administrador do Superset." + "Invalid cumulative operator: %(operator)s": [ + "Operador cumulativo inválido: %(operator)s" ], - "Database Connections": ["Conexões de banco de dados"], - "Database Creation Error": ["Erro na criação do banco de dados"], - "Database connected": ["Banco de dados conectado"], - "Database could not be created.": [ - "Não foi possível criar o banco de dados." + "Invalid geohash string": ["Cadeia de caracteres geohash inválida"], + "Invalid longitude/latitude": ["Longitude/latitude inválida"], + "Invalid geodetic string": ["Cadeia geodésica inválida"], + "Pivot operation requires at least one index": [ + "A operação de pivotagem requer em ao menos um índice" ], - "Database could not be deleted.": [ - "Não foi possível remover o banco de dados." + "Pivot operation must include at least one aggregate": [ + "A operação de pivotagem deve incluir pelo menos um agregado" ], - "Database could not be updated.": [ - "Não foi possível atualizar o banco de dados." + "`prophet` package not installed": ["Pacote `prophet` não instalado"], + "Time grain missing": ["Grão do tempo ausente"], + "Unsupported time grain: %(time_grain)s": [ + "Grão de tempo não suportado: %(time_grain)s" ], - "Database does not allow data manipulation.": [ - "Banco de dados não permite a manipulação de dados." + "Periods must be a whole number": [ + "Os períodos devem ser um número inteiro" ], - "Database does not exist": ["Banco de dados não existe"], - "Database does not support subqueries": [ - "O banco de dados não é compatível com subconsultas" + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Intervalo de confiança deve ser entre 0 e 1 (exclusivo)" ], - "Database error": ["Erro no banco de dados"], - "Database is offline.": ["O banco de dados está off-line."], - "Database is required for alerts": [ - "O banco de dados é necessário para os alertas" + "DataFrame must include temporal column": [ + "DataFrame deve incluir uma coluna temporal" ], - "Database name": ["Nome do banco de dados"], - "Database not allowed to change": [ - "Banco de dados não pode ser alterado" + "DataFrame include at least one series": [ + "DataFrame inclui pelo menos uma série" ], - "Database not found.": ["Banco de dados não encontrado."], - "Database parameters are invalid.": [ - "Os parâmetros do banco de dados são inválidos." + "Label already exists": ["O rótulo já existe"], + "Resample operation requires DatetimeIndex": [ + "A operação de reamostragem requer DatetimeIndex" ], - "Database passwords": ["Senhas de banco de dados"], - "Database port": ["Porta do banco de dados"], - "Database settings updated": [ - "Configurações do banco de dados atualizadas" + "Undefined window for rolling operation": [ + "Janela indefinida para operação de rolagem" ], - "Databases": ["Banco de dados"], - "Dataframe Index": ["Índice do dataframe"], - "Dataset": ["Conjunto de dados"], - "Dataset %(name)s already exists": [ - "%(nome)s do conjunto de dados já existe" + "Window must be > 0": ["A janela deve ser > 0"], + "Invalid rolling_type: %(type)s": ["Inválido rolling_type: %(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Opções inválidas para %(rolling_type)s: %(opções)s" ], - "Dataset Name": ["Nome do conjunto de dados"], - "Dataset column delete failed.": [ - "Falha na exclusão da coluna do conjunto de dados." + "Referenced columns not available in DataFrame.": [ + "As colunas referenciadas não estão disponíveis no DataFrame." ], - "Dataset column not found.": [ - "Coluna do conjunto de dados não encontrada." + "Column referenced by aggregate is undefined: %(column)s": [ + "Coluna referenciado pelo agregado é indefinido: %(column)s" ], - "Dataset could not be created.": [ - "Não foi possível criar o conjunto de dados." + "Operator undefined for aggregator: %(name)s": [ + "Operador indefinido para o agregador: %(name)s" ], - "Dataset could not be duplicated.": [ - "Não foi possível duplicar o conjunto de dados." + "Invalid numpy function: %(operator)s": [ + "Função numpy inválida: %(operator)s" ], - "Dataset could not be updated.": [ - "Não foi possível atualizar o conjunto de dados." + "json isn't valid": ["json não é válido"], + "Export to YAML": ["Exportar para YAML"], + "Export to YAML?": ["Exportar para YAML?"], + "Delete": ["Excluir"], + "Delete all Really?": ["Realmente excluir tudo?"], + "Is favorite": ["É favorito"], + "Is tagged": ["É marcado"], + "The data source seems to have been deleted": [ + "A Fonte de dados parece ter sido excluída" ], - "Dataset does not exist": ["Conjunto de dados não existe"], - "Dataset imported": ["Conjunto de dados importado"], - "Dataset is required": ["O conjunto de dados é necessário"], - "Dataset metric delete failed.": [ - "Falha na exclusão da métrica do conjunto de dados." + "The user seems to have been deleted": [ + "O usuário parece ter sido excluído" ], - "Dataset metric not found.": [ - "A métrica do conjunto de dados não foi encontrada." + "You don't have the rights to download as csv": [ + "Você não tem o direito de fazer o download como csv" ], - "Dataset name": ["Nome do conjunto de dados"], - "Dataset parameters are invalid.": [ - "Os parâmetros para o conjunto de dados são inválidos." + "Error: permalink state not found": [ + "Erro: estado do link permanente não encontrado" ], - "Dataset schema is invalid, caused by: %(error)s": [ - "Esquema do conjunto de dados inválido, causado por: %(error)s" + "Error: %(msg)s": ["Erro: %(msg)s"], + "You don't have the rights to alter this chart": [ + "Você não tem o direito de alterar esse gráfico" ], - "Datasets": ["Conjuntos de dados"], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" + "You don't have the rights to create a chart": [ + "Você não tem o direito de criar um gráfico" ], - "Datasets do not contain a temporal column": [ - "Os conjuntos de dados não contêm uma coluna temporal" - ], - "Datasource": ["Fonte de dados"], - "Datasource & Chart Type": ["Fonte de dados e tipo de gráfico"], - "Datasource does not exist": ["A fonte de dados não existe"], - "Datasource type is invalid": ["O tipo de fonte de dados é inválido"], - "Datasource type is required when datasource_id is given": [ - "O tipo de fonte de dados é necessário quando datasource_id é fornecido" - ], - "Date Time Format": ["Formato de data e hora"], - "Date format": ["Formato da data"], - "Date format string": ["String de formato de data"], - "Date/Time": ["Data/Hora"], - "Datetime Format": ["Formato de data e hora"], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "A coluna Datetime não é fornecida como parte da configuração da tabela e é exigida por este tipo de gráfico" - ], - "Datetime format": ["Formato de data e hora"], - "Day": ["Dia"], - "Day (freq=D)": ["Dia (freq=D)"], - "Day First": [""], - "Days %s": ["Dias %s"], - "Db engine did not return all queried columns": [ - "O motor do banco de dados não retornou todas as colunas consultadas" + "Explore - %(table)s": ["Explorar - %(table)s"], + "Explore": ["Explorar"], + "Chart [{}] has been saved": ["O gráfico [{}] foi salvo"], + "Chart [{}] has been overwritten": ["O gráfico [{}] foi substituído"], + "You don't have the rights to alter this dashboard": [ + "Você não tem o direito de alterar esse painel de controle" ], - "Deactivate": ["Desativar"], - "December": ["Dezembro"], - "Decides which column to sort the base axis by.": [ - "Decide por qual coluna ordenar o eixo base." + "Chart [{}] was added to dashboard [{}]": [ + "Gráfico [{}] foi adicionado ao painel [{}]" ], - "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 - Camadas Múltiplas"], - "Deck.gl - Paths": ["Deck.gl - Caminhos"], - "Deck.gl - Polygon": ["Deck.gl - Polígono"], - "Deck.gl - Scatter plot": ["Deck.gl - Gráfico de dispersão"], - "Deck.gl - Screen Grid": ["Deck.gl - Screen Grid"], - "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 o qual redirecionar quando acessar da página da lista de conjuntos de dados" + "You don't have the rights to create a dashboard": [ + "Você não tem direitos para criar um painel" ], - "Default Value": ["Valor padrão"], - "Default datetime": ["Data/hora padrão"], - "Default latitude": ["Latitude padrão"], - "Default longitude": ["Longitude padrão"], - "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ - "Largura mínima predefinida da coluna em pixels; a largura real pode ser superior a esta se as outras colunas não necessitarem de muito espaço" + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Painel [{}] acabou de ser criado e o gráfico [{}] foi adicionado a ele" ], - "Default value is required": ["O valor padrão é obrigatório"], - "Default value must be set when \"Filter has default value\" is checked": [ - "O valor padrão deve ser definido quando a opção \"Filter has default value\" estiver marcada" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Pedido malformado. Os argumentos slice_id ou table_name e db_name são esperados" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "O valor padrão deve ser definido quando a opção \"Filter value is required\" estiver marcada" + "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" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "O valor padrão é definido automaticamente quando a opção \"Select first filter value by default\" (Selecionar o primeiro valor do filtro por padrão) está marcada" + "permalink state not found": ["estado do permalink não encontrado"], + "Show CSS Template": ["Mostral 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 ao ser humano"], + "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ + "Usado internamente para identificar o plug-in. Deve ser definido com o nome do pacote do package.json do plugin" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "Definir uma função que receba a entrada e produza o conteúdo de uma dica de ferramenta" + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Um URL completo apontando para o localização do plug-in construído (poderia ser hospedado em um CDN, por exemplo)" ], - "Define a function that returns a URL to navigate to when user clicks": [ - "Definir uma função que devolve um URL para onde navegar quando o usuário clicar" + "Custom Plugins": ["Plugins personalizados"], + "Custom Plugin": ["Plugin personalizado"], + "Add a Plugin": ["Adicionar um Plugin"], + "Edit Plugin": ["Editar Plugin"], + "The dataset associated with this chart no longer exists": [ + "O conjunto de dados associado a este gráfico já não existe" ], - "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.": [ - "Defina uma função javascript que receba a matriz de dados utilizada na visualização e que deva devolver uma versão modificada dessa matriz. Esta pode ser utilizada para alterar as propriedades dos dados, filtrar ou enriquecer a matriz." + "Could not determine datasource type": [ + "Não foi possível determinar o tipo de fonte de dados" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "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 quando se clica no botão salvar ou sobrescrever na exibição de exploração. Esse objeto JSON é exposto aqui para referência e para usuários avançados que queiram alterar parâmetros específicos." ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Define uma função de janela móvel a aplicar, funciona em conjunto com a caixa de texto [Períodos]" + "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 de armazenamento em cache para este gráfico. Observe que o padrão é o tempo limite da fonte de dados/tabela se não for definido." ], - "Defines how each series is broken down": [ - "Define como cada série é decomposta" + "Creator": ["Criador"], + "Datasource": ["Fonte de dados"], + "Last Modified": ["Última modificação"], + "Parameters": ["Parâmetros"], + "Chart": ["Gráfico"], + "Name": ["Nome"], + "Visualization Type": ["Tipo de visualização"], + "Show Dashboard": ["Mostrar Painel"], + "Add Dashboard": ["Adicionar painel"], + "Edit Dashboard": ["Editar Painel"], + "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": [ + "Esse objeto json descreve o posicionamento dos widgets no painel. Ele é gerado dinamicamente ao ajustar o tamanho e as posições dos widgets usando arrastar e soltar na exibição do painel" ], - "Defines the grid size in pixels": ["Define o tamanho do grid em 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 é mostrado como uma cor específica no gráfico e tem uma legenda alternar" + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "O CSS para painéis individuais pode ser alterado aqui ou na visão do painel, onde as alterações são imediatamente visíveis" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Define o tamanho da função de janela móvel, relativamente à granularidade temporal selecionada" + "To get a readable URL for your dashboard": [ + "Para obter um URL legível para seu painel" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "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.": [ + "Esse objeto JSON é gerado dinamicamente quando se clica no botão salvar ou sobrescrever na exibição do painel. Ele é exposto aqui para referência e para usuários avançados que podem querer alterar parâmetros específicos." ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Define se o etapa deve aparecer no o começo , meio ou fim entre dois pontos de dados" + "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." ], - "Delete": ["Excluir"], - "Delete %s?": ["Excluir %s?"], - "Delete Annotation?": ["Excluir anotação?"], - "Delete Database?": ["Excluir Banco de Dados?"], - "Delete Dataset?": ["Excluir Conjunto de Dados?"], - "Delete Layer?": ["Excluir camada?"], - "Delete Query?": ["Excluir consulta?"], - "Delete Report?": ["Excluir relatório?"], - "Delete Template?": ["Excluir modelo?"], - "Delete all Really?": ["Realmente excluir tudo?"], - "Delete annotation": ["Excluir anotação"], - "Delete dashboard tab?": ["Excluir aba do painel?"], - "Delete database": ["Excluir banco de dados"], - "Delete email report": ["Excluir relatório de e-mail"], - "Delete query": ["Excluir consulta"], - "Delete template": ["Excluir modelo"], - "Delete this container and save to remove this message.": [ - "Excluir este contêiner e salvar para remover essa mensagem." + "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.": [ + "As funções são uma lista que define o acesso ao painel. Se não forem definidas funções, aplicam-se as permissões de acesso normais." ], - "Deleted: %s": ["Excluído: %s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "Excluindo uma guia irá remover todo o conteúdo dela. Você ainda pode reverter isso com o" + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Determina se esse painel é visível ou não na lista de todos os painéis" ], - "Delimited long & lat single column": [ - "Coluna única delimitada long & lat" + "Dashboard": ["Painel"], + "Title": ["Título"], + "Slug": ["Slug"], + "Roles": ["Funções"], + "Published": ["Publicado"], + "Position JSON": ["Posição JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Metadados JSON"], + "Export": ["Exportar"], + "Export dashboards?": ["Exportar paineis?"], + "CSV Upload": ["Upload de CSV"], + "Select a file to be uploaded to the database": [ + "Selecione um arquivo a ser carregado no banco de dados" ], - "Delimiter": ["Delimitador"], - "Delivery method": ["Método de entrega"], - "Demographics": ["Demografia"], - "Density": ["Densidade"], - "Dependent on": ["Depende de"], - "Deprecated": ["Depreciado"], - "Description": ["Descrição"], - "Description (this can be seen in the list)": [ - "Descrição (esta pode ser vista na lista)" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Só as seguintes extensões de arquivo são permitidas: %(allowed_extensions)s" ], - "Description Columns": ["Colunas de descrição"], - "Description text that shows up below your Big Number": [ - "Texto descritivo que aparece abaixo do seu Número Grande" + "Name of table to be created with CSV file": [ + "Nome da tabela a ser criada com o arquivo CSV" ], - "Deselect all": ["Desmarcar tudo"], - "Details of the certification": ["Detalhes da certificação"], - "Determines how whiskers and outliers are calculated.": [ - "Determina como whiskers e outliers são calculados." + "Table name cannot contain a schema": [ + "O nome da tabela não pode conter um esquema" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Determina se esse painel é visível ou não na lista de todos os painéis" + "Select a database to upload the file to": [ + "Selecione um banco de dados para enviar o arquivo" ], - "Diamond": ["Diamante"], - "Did you mean:": ["Quis dizer:"], - "Difference": ["Diferença"], - "Dim Gray": ["Cinza escuro"], - "Dimension": ["Dimensão"], - "Dimension to use on x-axis.": ["Dimensão para usar no eixo x."], - "Dimension to use on y-axis.": ["Dimensão para usar no eixo y."], - "Dimensions": ["Dimensões"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Directed Force Layout": ["Directed Force Layout"], - "Directional": ["Direcional"], - "Disable SQL Lab data preview queries": [ - "Desativar as consultas de pré-visualização de dados do SQL Lab" + "Select a schema if the database supports this": [ + "Selecione um esquema se o banco de dados for compatível com isso" ], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "Desativar a pré-visualização de dados ao obter metadados de tabelas no SQL Lab. Útil para evitar problemas de desempenho do navegador quando se utilizam bancos de dados com tabelas muito grandes." + "Delimiter": ["Delimitador"], + "Enter a delimiter for this data": [ + "Insira um delimitador para esses dados" ], - "Disable embedding?": ["Desativar incorporação?"], - "Disabled": ["Desativado"], - "Discard": ["Descartar"], - "Discrete": ["Discreto"], - "Display Name": ["Nome de exibição"], - "Display column level total": ["Mostrar total ao nível da coluna"], - "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.": [ - "Apresentar métricas lado a lado dentro de cada coluna, em vez de cada coluna ser apresentada lado a lado para cada métrica." + ",": [","], + ".": ["."], + "Other": ["Outro"], + "If Table Already Exists": ["Se a tabela já existir"], + "What should happen if the table already exists": [ + "O que deve acontecer se a tabela já existir" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "Fail": ["Falha"], + "Replace": ["Substituir"], + "Append": ["Anexar"], + "Skip Initial Space": ["Pular espaço inicial"], + "Skip spaces after delimiter": ["Ignorar espaços após o delimitador"], + "Skip Blank Lines": ["Pular Linhas em branco"], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Ignorar linhas em branco em vez de interpretá-las como valores não numéricos" ], - "Display row level total": ["Exibir total do nível de linha"], - "Display settings": ["Configurações de exibição"], - "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.": [ - "Apresenta ligações entre entidades numa estrutura gráfica. Útil para mapear relações e mostrar quais os nós que são importantes numa rede. Os gráficos podem ser configurados para serem dirigidos à força ou circularem. Se os seus dados tiverem um componente geoespacial, experimente o gráfico de arco deck.gl." + "Columns To Be Parsed as Dates": [ + "Colunas a serem analisadas como datas" ], - "Distribute across": ["Distribuir em"], - "Distribution": ["Distribuição"], - "Distribution - Bar Chart": ["Distribuição - Gráfico de barras"], - "Divider": ["Divisor"], - "Do you want a donut or a pie?": ["Você quer um donut ou uma torta?"], - "Documentation": ["Documentação"], - "Domain": ["Domínio"], - "Donut": ["Rosquinha"], - "Dotted": ["Pontilhado"], - "Download": ["Baixar"], - "Download as image": ["Baixar como imagem"], - "Download to CSV": ["Baixar para CSV"], - "Draft": ["Rascunho"], - "Drag and drop components and charts to the dashboard": [ - "Arraste e solte componentes e gráficos para o painel" - ], - "Drag and drop components to this tab": [ - "Arraste e solte componentes para essa aba" + "A comma separated list of columns that should be parsed as dates": [ + "Uma lista separada por vírgulas de colunas que devem ser analisadas como datas" ], - "Draw a marker on data points. Only applicable for line types.": [ - "Desenha um marcador nos pontos de dados. Apenas aplicável a tipos de linha." + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Caractere decimal"], + "Character to interpret as decimal point": [ + "Caractere a ser interpretado como ponto decimal" ], - "Draw area under curves. Only applicable for line types.": [ - "Desenhar área sob curvas. Aplicável apenas para tipos de linha." + "Null Values": ["Valores nulos"], + "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": [ + "Lista Json dos valores que devem ser tratados como nulos. Exemplos: [\"\"] para cadeias de caracteres vazias, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Aviso: O banco de dados Hive suporta apenas um único valor" ], - "Draw line from Pie to label when labels outside?": [ - "Desenhar uma linha da torta para rótulo quando as etiquetas estão no exterior?" + "Index Column": ["Coluna de índice"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Coluna a ser usada como rótulos de linha do dataframe. Deixe em branco se não houver coluna de índice" ], - "Draw split lines for minor axis ticks": [ - "Desenhar linhas de divisão para os ticks do eixo secundário" + "Dataframe Index": ["Índice do dataframe"], + "Write dataframe index as a column": [ + "Escreve o índice do dataframe como uma coluna" ], - "Draw split lines for minor y-axis ticks": [ - "Desenhar linhas de divisão para os ticks menores do eixo y" + "Column Label(s)": ["Rótulo(s) da coluna"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Rótulo da coluna para a(s) coluna(s) de índice. Se None (Nenhum) for fornecido e Dataframe Index (Índice de quadro de dados) for verificado, os nomes de índice serão usados" ], - "Drill by": ["Drill by"], - "Drill by is not available for this data point": [ - "Drill by não está disponível para este ponto de dados" + "Columns To Read": ["Colunas a serem lidas"], + "Json list of the column names that should be read": [ + "Lista Json dos nomes das colunas que devem ser lidas" ], - "Drill by is not yet supported for this chart type": [ - "Drill by não é suportado para esse tipo de gráfico" + "Overwrite Duplicate Columns": ["Substituir colunas duplicadas"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Se as colunas duplicadas não forem substituídas, elas serão apresentadas como \"X.1, X.2 ...X.x\"" ], - "Drill by: %s": ["Drill by: %s"], - "Drill to detail": ["Drill to detail"], - "Drill to detail by": ["Drill to detail por"], - "Drill to detail by value is not yet supported for this chart type.": [ - "Drill to detail por valor ainda não é suportado para esse tipo de gráfico." + "Header Row": ["Linha do Cabeçalho"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "Linha que contém os cabeçalhos a serem usados como nomes de coluna (0 é a primeira linha de dados). Deixe em branco se não houver linha de cabeçalho" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "Drill to detail está desabilitado porque esse gráfico não agrupar dados por valor da dimensão." + "Rows to Read": ["Linhas para Leitura"], + "Number of rows of file to read": [ + "Número de linhas do arquivo a ser lido" ], - "Drill to detail: %s": ["Drill to detail: %s"], - "Drop a temporal column here or click": [ - "Colocar uma coluna temporal aqui ou clique" + "Skip Rows": ["Pular Linhas"], + "Number of rows to skip at start of file": [ + "Número de linhas a serem ignoradas no início do arquivo" ], - "Drop columns/metrics here or click": [ - "Colocar colunas/métricas aqui ou clique" + "Name of table to be created from excel data.": [ + "Nome da tabela a ser criada a partir dos dados do Excel." ], - "Duplicate": ["Duplicado"], - "Duplicate column name(s): %(columns)s": [ - "Nome(s) de coluna duplicado(s): %(columns)s" + "Excel File": ["Arquivo Excel"], + "Select a Excel file to be uploaded to a database.": [ + "Selecione um arquivo do Excel para ser carregado para um banco de dados." ], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "Rótulos de coluna/métrica duplicados: %(labels)s. Por favor, certifique-se todas métricas e colunas tem um único rótulo." + "Sheet Name": ["Nome da planilha"], + "Strings used for sheet names (default is the first sheet).": [ + "Cadeias de caracteres usadas para nomes de planilhas (o padrão é a primeira planilha)." ], - "Duplicate dataset": ["Conjunto de dados duplicado"], - "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, and -1 bypasses the cache. Note this defaults to the global timeout if undefined.": [ - "Duração (em segundos) do tempo limite do cache para gráficos desse banco de dados. Um tempo limite de 0 indica que o cache nunca expira, e -1 ignora o cache. Observe que o padrão é o tempo limite global se não for definido." + "Specify a schema (if database flavor supports this).": [ + "Especificar um esquema (se o variante do banco de dados o suportar)." ], - "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 tempo limite de armazenamento em cache para os gráficos desse banco de dados. Um tempo limite de 0 indica que a cache nunca expira. Observe que o padrão é o tempo limite global se não for definido." + "Table Exists": ["A 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 existir, efetuar uma das seguintes acções: Fail (não fazer nada), Replace (eliminar e recriar a tabela) ou Append (inserir dados)." ], - "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 de armazenamento em cache para este gráfico. Observe que o padrão é o tempo limite da fonte de dados/tabela se não for definido." + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Linha que contém os cabeçalhos a utilizar como nomes de colunas (0 é a primeira linha de dados). Deixar em branco se não existir uma linha de cabeçalho." ], - "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.": [ - "Duração (em segundos) do tempo limite do cache para esse gráfico. Defina como -1 para ignorar o cache. Observe que o padrão é o tempo limite do conjunto de dados, se não for definido." + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Coluna para utilizar como rótulos de linhas do dataframe. Deixar vazio se não houver coluna de índice." ], - "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 tempo limite de armazenamento em cache para esta tabela. Um tempo limite de 0 indica que a cache nunca expira. Note que este tempo limite é predefinido para o tempo limite da base de dados se não for definido." + "Number of rows to skip at start of file.": [ + "Número de linhas para pular no início do arquivo." ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Duração (em segundos) do tempo limite do cache de metadados para esquemas desse banco de dados. Se não for definido, o cache nunca expira." + "Number of rows of file to read.": [ + "Número de linhas do arquivo a ser lido." ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Duração em ms (1,40008 => 1ms 400µs 80ns)" + "Parse Dates": ["Analisar datas"], + "A comma separated list of columns that should be parsed as dates.": [ + "Uma lista separada por vírgulas de colunas que devem ser analisadas como datas." ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "Duração em ms (100,40008 => 100ms 400µs 80ns)" + "Character to interpret as decimal point.": [ + "Caractere para interpretar como ponto decimal." ], - "Duration in ms (66000 => 1m 6s)": ["Duração em ms (66000 => 1m 6s)"], - "Dynamic Aggregation Function": ["Função de agregação dinâmica"], - "Dynamically search all filter values": [ - "Pesquisar dinamicamente todos os valores de filtro" + "Write dataframe index as a column.": [ + "Escreve o índice do dataframe como uma coluna." ], - "ECharts": ["ECharts"], - "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], - "END (EXCLUSIVE)": ["FIM (EXCLUSIVO)"], - "ERROR": ["ERRO"], - "ERROR: %s": ["ERRO: %s"], - "Edge length": ["Comprimento da borda"], - "Edge length between nodes": ["Comprimento da borda entre nós"], - "Edge symbols": ["Símbolos de borda"], - "Edge width": ["Largura da borda"], - "Edit": ["Editar"], - "Edit Alert": ["Editar Alerta"], - "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 Chart Properties": ["Editar propriedades do gráfico"], - "Edit Column": ["Editar Coluna"], - "Edit Dashboard": ["Editar Painel"], - "Edit Database": ["Editar Banco de Dados"], - "Edit Log": ["Editar log"], - "Edit Metric": ["Editar Métrica"], - "Edit Plugin": ["Editar Plugin"], - "Edit Report": ["Editar relatório"], - "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" + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Rótulo da coluna para a(s) coluna(s) de índice. Se None for fornecido e Dataframe Index for True, são utilizados os nomes de índice." ], - "Edit chart": ["Editar gráfico"], - "Edit chart properties": ["Editar propriedades do gráfico"], - "Edit dashboard": ["Editar painel"], - "Edit database": ["Editar banco de dados"], - "Edit dataset": ["Editar conjunto de dados"], - "Edit email report": ["Editar relatório de e-mail"], - "Edit formatter": ["Editar formatador"], - "Edit properties": ["Editar propriedades"], - "Edit query": ["Editar consulta"], - "Edit template": ["Editar modelo"], - "Edit template parameters": ["Editar parâmetros do modelo"], - "Edit the dashboard": ["Editar o painel"], - "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.": [ - "Ou o banco de dados está soletrado incorretamente ou não existe." + "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 Json dos valores que devem ser tratados como nulos. Exemplos: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Aviso: A base de dados Hive suporta apenas um único valor. Utilize [\"\"] para uma cadeia de caracteres vazia." ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Ou o nome de usuário \"%(username)s\" ou a senha está incorreta." + "Name of table to be created from columnar data.": [ + "Nome da tabela a ser criada a partir de dados colunares." ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "O nome de usuário \"%(username)s\", a senha ou o nome do banco de dados \"%(database)s\" estão incorretos." + "Columnar File": ["Arquivo colunar"], + "Select a Columnar file to be uploaded to a database.": [ + "Selecione um arquivo colunar a ser carregado em um banco de dados." ], - "Either the username or the password is wrong.": [ - "Ou o nome de usuário ou a senha está incorreto." + "Use Columns": ["Usar colunas"], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Lista Json dos nomes das colunas que devem ser lidas. Se não for None, apenas estas colunas serão lidas do ficheiro." ], - "Elevation": ["Elevação"], - "Email reports active": ["Relatórios por e-mail ativo"], - "Embed": ["Incorporar"], - "Embed code": ["Incorporar código"], - "Embed dashboard": ["Incorporar painel"], - "Embedding deactivated.": ["Incorporação desativada."], - "Emit Filter Events": ["Emitir eventos de filtro"], - "Emphasis": ["Ênfase"], - "Employment and education": ["Emprego e educação"], - "Empty circle": ["Círculo vazio"], - "Empty collection": ["Coleção vazia"], - "Empty column": ["Coluna vazia"], - "Empty query result": ["Resultado da consulta vazio"], - "Empty query?": ["Consulta vazia?"], - "Empty row": ["Linha vazia"], - "Enable 'Allow file uploads to database' in any database's settings": [ - "Ativar 'Permitir uploads de arquivos para banco de dados' em quaisquer configurações do banco de dados" + "Databases": ["Banco de dados"], + "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.": [ + "Operar o banco de dados em modo assíncrono, o que significa que as consultas são executadas em workers remotos e não no próprio servidor Web. Isso pressupõe que você tenha uma configuração do Celery worker, bem como um backend de resultados. Consulte os documentos de instalação para obter mais informações." ], - "Enable Filter Select": ["Ativar seleção de filtro"], - "Enable cross-filtering": ["Habilitar filtragem cruzada"], - "Enable data zooming controls": ["Ativar controles de zoom de dados"], - "Enable embedding": ["Habilitar incorporação"], - "Enable forecast": ["Habilitar previsão"], - "Enable forecasting": ["Habilitar previsão"], - "Enable graph roaming": ["Habilitar gráfico de roaming"], - "Enable node dragging": ["Ativar arrastar nó"], - "Enable query cost estimation": [ - "Ativar estimativa de custo de consulta" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Permitir a opção CREATE TABLE AS no SQL Lab" ], - "Enable row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [ - "Ativar a paginação dos resultados do lado do servidor (funcionalidade experimental)" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Permitir a opção CREATE VIEW AS no SQL Lab" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Encontrou entrada espacial NULL inválida, por favor considere a possibilidade de a filtrar" + "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, essa opção força a criação da tabela nesse esquema" ], - "End": ["Fim"], - "End Longitude & Latitude": ["Longitude e latitude finais"], - "End angle": ["Ângulo final"], - "End date": ["Data final"], - "End date excluded from time range": [ - "Data final excluída do intervalo de tempo" + "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 estiverem ativados, as consultas serão executadas como conta de serviço, mas personificarão o usuário atualmente conectado por meio da propriedade hive.server2.proxy.user." ], - "End date must be after start date": [ - "A data final deve ser após a data de início" + "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 tempo limite de armazenamento em cache para os gráficos desse banco de dados. Um tempo limite de 0 indica que a cache nunca expira. Observe que o padrão é o tempo limite global se não for definido." ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "O motor \"%(engine)s\" não pode ser configurado por meio de parâmetros." - ], - "Engine Parameters": ["Parâmetros do motor"], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "A especificação do mecanismo \"InvalidEngine\" não permite a configuração por meio de parâmetros individuais." - ], - "Enter CA_BUNDLE": ["Digite CA_BUNDLE"], - "Enter Primary Credentials": ["Inserir credenciais primárias"], - "Enter a delimiter for this data": [ - "Insira um delimitador para esses dados" - ], - "Enter a name for this sheet": ["Digite um nome para essa planilha"], - "Enter a new title for the tab": ["Digite um novo título para a aba"], - "Enter duration in seconds": ["Insira a duração em segundos"], - "Enter fullscreen": ["Entrar em tela cheia"], - "Enter the required %(dbModelName)s credentials": [ - "Digite as credenciais %(dbModelName)s necessárias" + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Se selecionado, defina os esquemas permitidos para o carregamento de csv no Extra." ], - "Entity": ["Entidade"], - "Entity ID": ["ID da entidade"], - "Equal Date Sizes": ["Tamanhos de datas iguais"], - "Equal to (=)": ["Igual para (=)"], - "Error": ["Erro"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Erro na expressão jinja na cláusula HAVING: %(msg)s" + "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": ["SQLAlchemy URI"], + "Chart Cache Timeout": ["Tempo limite da cache do gráfico"], + "Secure Extra": ["Segurança Extra"], + "Root certificate": ["Raiz do certificado"], + "Async Execution": ["Execução Assíncrona"], + "Impersonate the logged on user": [ + "Representar o usuário com sessão iniciada" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Erro na expressão jinja em filtros RLS: %(msg)s" + "Allow Csv Upload": ["Permitir Csv Upload"], + "Backend": ["Backend"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Campo extra não pode ser decodificado por JSON. %(msg)s" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Erro na expressão jinja na cláusula WHERE: %(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'

": [ + "String de conexão inválida, uma string válida é normalmente a seguinte:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Erro na expressão jinja no predicado para obter valores: %(msg)s" + "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.": [ + "O banco de dados \"%(database_name)s\" esquema \"%(schema_name)s\" não é permitido para uploads de csv. Entre em contato com o administrador do Superset." ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Erro ao carregar fontes de dados de gráficos. Os filtros podem não funcionar corretamente." + "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 fazer upload do arquivo CSV \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" ], - "Error message": ["Mensagem de erro"], - "Error while fetching charts": ["Erro ao buscar gráficos"], - "Error while fetching data: %s": ["Erro ao buscar dados: %s"], - "Error while rendering virtual dataset query: %(msg)s": [ - "Erro ao renderizar consulta de conjunto de dados virtual: %(msg)s" + "Excel to Database configuration": [ + "Configuração Excel para Banco de Dados" ], - "Error: %(error)s": ["Erro: %(error)s"], - "Error: %(msg)s": ["Erro: %(msg)s"], - "Error: permalink state not found": [ - "Erro: estado do link permanente não encontrado" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Banco de dados \"%(database_name)s\" esquema \"%(schema_name)s\" não é permitido para uploads do Excel. Entre em contato com o administrador do Superset." ], - "Estimate cost": ["Custo estimado"], - "Estimate selected query cost": ["Estimar custo da consulta selecionada"], - "Estimate the cost before running a query": [ - "Estimar o custo antes de executar uma consulta" + "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 fazer upload do arquivo do Excel \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" ], - "Event": ["Evento"], - "Event Flow": ["Fluxo do Evento"], - "Event Names": ["Nome do Evento"], - "Event definition": ["Definição do evento"], - "Event flow": ["Fluxo de eventos"], - "Event time column": ["Coluna de hora do evento"], - "Every": ["Todo"], - "Evolution": ["Evolução"], - "Exact": ["Exato"], - "Example": ["Exemplo"], - "Examples": ["Exemplos"], - "Excel File": ["Arquivo Excel"], "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "Arquivo do Excel \"%(excel_filename)s\" carregado na tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" ], - "Excel to Database configuration": [ - "Configuração Excel para Banco de Dados" - ], - "Exclude selected values": ["Excluir valores selecionados"], - "Executed SQL": ["SQL executado"], - "Executed query": ["Consulta executada"], - "Execution ID": ["ID de execução"], - "Execution log": ["Log de execução"], - "Existing dataset": ["Conjunto de dados existente"], - "Exit fullscreen": ["Sair da tela cheia"], - "Expand": ["Expandir"], - "Expand all": ["Expandir tudo"], - "Expand data panel": ["Expandir painel de dados"], - "Expand row": ["Expandir linha"], - "Expand table preview": ["Expandir visualização da tabela"], - "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'": [ - "Espera uma fórmula com o parâmetro de tempo dependente 'x'\n em milissegundos desde a época. mathjs é utilizado para avaliar as fórmulas.\n Exemplo: '2x+5'" + "Columnar to Database configuration": [ + "Configuração de colunar para banco de dados" ], - "Experimental": ["Experimental"], - "Explore": ["Explorar"], - "Explore - %(table)s": ["Explorar - %(table)s"], - "Explore the result set in the data exploration view": [ - "Explorar o conjunto de resultados na visão de exploração de dados" + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Não são permitidas várias extensões de ficheiros para upload em colunas. Certifique-se de que todos os ficheiros têm a mesma extensão." ], - "Export": ["Exportar"], - "Export dashboards?": ["Exportar paineis?"], - "Export query": ["Exportar consulta"], - "Export to .CSV": ["Exportar para .CSV"], - "Export to .JSON": ["Exportar para .JSON"], - "Export to Excel": ["Exportar para Excel"], - "Export to YAML": ["Exportar para YAML"], - "Export to YAML?": ["Exportar para YAML?"], - "Expose database in SQL Lab": ["Expor banco de dados no 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": ["Controles extras"], - "Extra Parameters": ["Parâmetros extra"], - "Extra data for JS": ["Dados extras para 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.\" }`.": [ - "Dados extras para especificar metadados de tabela. Atualmente suporta metadados do formato: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`." + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "O banco de dados \"%(database_name)s\" schema \"%(schema_name)s\" não é permitido para uploads de colunas. Entre em contato com o administrador do Superset." ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Campo extra não pode ser decodificado por JSON. %(msg)s" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Não foi possível fazer upload do arquivo colunar \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" ], - "Extra parameters for use in jinja templated queries": [ - "Parâmetros extra para utilização em consultas de modelo jinja" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Arquivo colunar \"%(columnar_filename)s\" carregado para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\"" ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "Parâmetros extras que qualquer plug-in pode escolher definir para uso em consultas modeladas Jinja" + "Request missing data field.": ["Pedido com campo de dados ausente."], + "Duplicate column name(s): %(columns)s": [ + "Nome(s) de coluna duplicado(s): %(columns)s" ], - "Extra url parameters for use in Jinja templated queries": [ - "Parâmetros de url extras para uso em consultas de modelo Jinja" + "Logs": ["Logs"], + "Show Log": ["Mostrar log"], + "Add Log": ["Adicionar Log"], + "Edit Log": ["Editar log"], + "User": ["Usuário"], + "Action": ["Ação"], + "dttm": ["dttm"], + "JSON": ["JSON"], + "Untitled Query": ["Consulta sem título"], + "Time Range": ["Intervalo de tempo"], + "Time Column": ["Coluna do tempo"], + "Time Grain": ["Grão de tempo"], + "Time Granularity": ["Granularidade de tempo"], + "Time": ["Tempo"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Uma referência para a configuração [Time] , tomando granularidade em conta" ], - "Extruded": ["Extrudados"], - "FEB": ["FEV"], - "FRI": ["SEX"], - "Factor": ["Fator"], - "Factor to multiply the metric by": [ - "Fator para multiplicar a métrica por" + "Aggregate": ["Agregado"], + "Raw records": ["Registros Brutos"], + "Category name": ["Nome da categoria"], + "Total value": ["Valor total"], + "Minimum value": ["Valor mínimo"], + "Maximum value": ["Valor máximo"], + "Average value": ["Valor médio"], + "Certified by %s": ["Certificado por %s"], + "description": ["descrição"], + "bolt": ["parafuso"], + "Changing this control takes effect instantly": [ + "A alteração deste controle tem efeito imediato" ], - "Fail": ["Falha"], - "Failed": ["Falhou"], - "Failed at retrieving results": ["Falha na obtenção de resultados"], - "Failed at stopping query. %s": ["Falha ao parar a consulta. %s"], - "Failed to create report": ["Falha ao criar relatório"], - "Failed to execute %(query)s": ["Falha ao executar %(query)s"], - "Failed to load chart data": ["Falha ao carregar dados do gráfico"], - "Failed to load chart data.": ["Falha ao carregar dados do gráfico."], - "Failed to start remote query on a worker.": [ - "Falha ao iniciar a consulta remota em um worker." + "Show info tooltip": ["Mostrar dica de ferramentas de informação"], + "SQL expression": ["Expressão SQL"], + "Column name": ["Nome da coluna"], + "Label": ["Rótulo"], + "Metric name": ["Nome da métrica"], + "unknown type icon": ["ícone de tipo desconhecido"], + "function type icon": ["ícone de tipo de função"], + "string type icon": ["ícone do tipo string"], + "numeric type icon": ["ícone de tipo numérico"], + "boolean type icon": ["ícone do tipo booleano"], + "temporal type icon": ["ícone de tipo temporal"], + "Advanced analytics": ["Analytics avançado"], + "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 dos resultados da consulta" ], - "Failed to update report": ["Falha ao atualizar relatório"], - "Failed to verify select options: %s": [ - "Falha ao verificar opções selecionadas: %s" + "Rolling window": ["Janela de rolagem"], + "Rolling function": ["Função de rolagem"], + "None": ["Nenhum"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Define uma função de janela móvel a aplicar, funciona em conjunto com a caixa de texto [Períodos]" ], - "Favorite": ["Favorito"], - "February": ["Fevereiro"], - "Fetch Values Predicate": ["Predicado de obtenção de valores"], - "Fetch data preview": ["Obter pré-visualização de dados"], - "Fetched %s": ["Obtido %s"], - "Fetching": ["Buscando"], - "Field cannot be decoded by JSON. %(json_error)s": [ - "O campo não pode ser decodificado por JSON. %(json_error)s" + "Periods": ["Períodos"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Define o tamanho da função de janela móvel, relativamente à granularidade temporal selecionada" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Campo não pode ser decodificado por JSON. %(msg)s" + "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 rolagem necessários para mostrar um valor. Por exemplo, se você fizer uma soma cumulativa em 7 dias, talvez queira que seu \"Min Period\" seja 7, de modo que todos os pontos de dados mostrados sejam o total de 7 períodos. Isso ocultará o \"ramp up\" que ocorre nos primeiros 7 períodos" ], - "Field is required": ["Campo é obrigatório"], - "File": ["Arquivo"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["Cor de preenchimento"], - "Fill all required fields to enable \"Default Value\"": [ - "Preencher todos os campos obrigatórios para ativar \"Default Value\"" + "Time comparison": ["Comparação de tempo"], + "Time shift": ["Mudança de horário"], + "1 day ago": ["1 dia atrás"], + "1 week ago": ["1 semana atrás"], + "28 days ago": ["28 dias atrás"], + "52 weeks ago": ["52 semanas atrás"], + "1 year ago": ["1 ano atrás"], + "104 weeks ago": ["104 semanas atrás"], + "2 years ago": ["2 anos atrás"], + "156 weeks ago": ["156 semanas atrás"], + "3 years ago": ["3 anos atrás"], + "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 um ou mais séries temporais de um período de tempo relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: 24 horas, 7 dias , 52 semanas , 365 dias). Livre texto é suportado." ], - "Fill method": ["Método de preenchimento"], - "Filled": ["Preenchido"], - "Filter": ["Filtro"], - "Filter Configuration": ["Configuração de Filtro"], - "Filter List": ["Lista de filtros"], - "Filter Settings": ["Configurações de filtro"], - "Filter Type": ["Tipo de filtro"], - "Filter charts": ["Filtrar gráficos"], - "Filter has default value": ["O filtro tem valor padrão"], - "Filter menu": ["Menu do filtro"], - "Filter name": ["Nome do filtro"], - "Filter only displays values relevant to selections made in other filters.": [ - "Filtro só exibe valores relevantes para seleções feitas em outros filtros." + "Calculation type": ["Tipo de cálculo"], + "Actual values": ["Valores reais"], + "Difference": ["Diferença"], + "Percentage change": ["Variação percentual"], + "Ratio": ["Proporção"], + "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.": [ + "" ], - "Filter results": ["Filtrar resultados"], - "Filter type": ["Tipo do filtro"], - "Filter value (case sensitive)": [ - "Valor do filtro (diferencia maiúsculas de minúsculas)" + "Resample": ["Reamostragem"], + "Rule": ["Regra"], + "1 minutely frequency": ["frequência de 1 minuto"], + "1 hourly frequency": ["frequência de 1 hora"], + "1 calendar day frequency": ["1 dia de calendário de frequência"], + "7 calendar day frequency": ["Frequência de 7 dias de calendário"], + "1 month start frequency": ["Frequência de início de 1 mês"], + "1 month end frequency": ["1 mês de frequência final"], + "1 year start frequency": ["Frequência de início de 1 ano"], + "1 year end frequency": ["Frequência de final de 1 ano"], + "Pandas resample rule": ["Regra de reamostragem do Pandas"], + "Fill method": ["Método de preenchimento"], + "Null imputation": ["Imputação nula"], + "Zero imputation": ["Imputação zero"], + "Linear interpolation": ["Interpolação linear"], + "Forward values": ["Valores futuros"], + "Backward values": ["Valores retroativos"], + "Median values": ["Valores médios"], + "Mean values": ["Valores médios"], + "Sum values": ["Valores da soma"], + "Pandas resample method": ["Métodos de reamostragem do Pandas"], + "Annotations and Layers": ["Anotações e camadas"], + "Left": ["Esquerda"], + "Top": ["Topo"], + "Chart Title": ["Título do gráfico"], + "X Axis": ["Eixo X"], + "X Axis Title": ["Título do Eixo X"], + "X AXIS TITLE BOTTOM MARGIN": ["MARGEM INFERIOR DO TÍTULO DO EIXO X"], + "Y Axis": ["Eixo Y"], + "Y Axis Title": ["Título do Eixo Y"], + "Y Axis Title Margin": [""], + "Query": ["Consulta"], + "Predictive Analytics": ["Análise preditiva"], + "Enable forecast": ["Habilitar previsão"], + "Enable forecasting": ["Habilitar previsão"], + "Forecast periods": ["Períodos de previsão"], + "How many periods into the future do we want to predict": [ + "Quantos períodos no futuro queremos prever" ], - "Filter value is required": ["O valor do filtro é obrigatório"], - "Filter value list cannot be empty": [ - "A lista de valores do filtro não pode estar vazia" + "Confidence interval": ["Intervalo de confiança"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Largura do intervalo de confiança. Deve estar entre 0 e 1" ], - "Filter your charts": ["Filtrar os seus gráficos"], - "Filterable": ["Filtrável"], - "Filters": ["Filtros"], - "Filters by columns": ["Filtros por colunas"], - "Filters by metrics": ["Filtros por métricas"], - "Filters for comparison must have a value": [""], - "Filters out of scope (%d)": ["Filtros fora do escopo (%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').": [ - "Os filtros com a mesma chave de grupo serão agrupados dentro do grupo, enquanto os grupos de filtros diferentes serão agrupados. As chaves de grupo indefinidas são tratadas como grupos únicos, ou seja, não são agrupadas. Por exemplo, se uma tabela tiver três filtros, dos quais dois são para os departamentos Finanças e Marketing (chave de grupo = 'departamento') e um se refere à região Europa (chave de grupo = 'região'), a cláusula de filtro aplicaria o filtro (departamento = 'Finanças' OU departamento = 'Marketing') AND (região = 'Europa')." + "Yearly seasonality": ["Sazonalidade anual"], + "default": ["padrão"], + "Yes": ["Sim"], + "No": ["Não"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Deve ser aplicada a sazonalidade anual. Um valor inteiro especificará a ordem de Fourier da sazonalidade." ], - "Finish": ["Finalizar"], - "First": ["Primeiro"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Corrigir a linha de tendência para o intervalo de tempo completo especificado no caso dos resultados filtrados não incluírem as datas de início ou fim" + "Weekly seasonality": ["Sazonalidade semanal"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Deve ser aplicada a sazonalidade semanal. Um valor inteiro especificará a ordem de Fourier da sazonalidade." ], - "Fix to selected Time Range": [ - "Corrigir para o intervalo de tempo selecionado" + "Daily seasonality": ["Sazonalidade diária"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Deve ser aplicada a sazonalidade diária. Um valor inteiro especificará a ordem de Fourier da sazonalidade." ], - "Fixed": ["Fixo"], - "Fixed Color": ["Cor Fixa"], - "Fixed color": ["Cor fixa"], - "Fixed point radius": ["Raio do ponto fixo"], - "Flow": ["Fluxo"], - "Font size": ["Tamanho da Fonte"], - "Font size for axis labels, detail value and other text elements": [ - "Tamanho da Fonte para rótulos de eixo, detalhes de valor e outros elementos de texto" + "Time related form attributes": [ + "Atributos de formulário relacionados ao tempo" ], - "Font size for the biggest value in the list": [ - "Tamanho da Fonte para o maior valor na lista" + "Datasource & Chart Type": ["Fonte de dados e 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 da cache (seconds)"], + "The number of seconds before expiring the cache": [ + "O número de segundos antes da expiração da cache" ], - "Font size for the smallest value in the list": [ - "Tamanho da Fonte para o menor valor na lista" + "URL Parameters": ["Parâmetros de URL"], + "Extra url parameters for use in Jinja templated queries": [ + "Parâmetros de url extras para uso em consultas de modelo Jinja" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Para Bigquery, Presto e Postgres, mostra um botão para calcular o custo antes de executar uma consulta." + "Extra Parameters": ["Parâmetros extra"], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Parâmetros extras que qualquer plug-in pode escolher definir para uso em consultas modeladas Jinja" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Color Scheme": ["Esquema de cores"], + "Contribution Mode": ["Modo de contribuição"], + "Row": ["Linha"], + "Series": ["Série"], + "Calculate contribution per series or row": [ + "Calcular a contribuição por série ou linha" + ], + "Y-Axis Sort By": ["Classificação do Eixo Y Por"], + "X-Axis Sort By": ["Classificação do Eixo X Por"], + "Decides which column to sort the base axis by.": [ + "Decide por qual coluna ordenar o eixo base." + ], + "Y-Axis Sort Ascending": ["Classificação do eixo Y em ordem crescente"], + "X-Axis Sort Ascending": ["Classificação do eixo X em ordem crescente"], + "Whether to sort ascending or descending on the base Axis.": [ + "Se a classificação deve ser ascendente ou descendente no eixo base." + ], + "Treat values as categorical.": [""], + "Dimensions": ["Dimensões"], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "For further instructions, consult the": [ - "Para mais instruções , consultar o" + "Dimension": ["Dimensão"], + "Entity": ["Entidade"], + "This defines the element to be plotted on the chart": [ + "Isso define o elemento a ser plotado no gráfico" ], - "For more information about objects are in context in the scope of this function, refer to the": [ - "Para mais informações sobre os objetos que estão no contexto do escopo dessa função, consulte para o" + "Filters": ["Filtros"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "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, estas são as funções às quais este filtro será aplicado. Para os filtros de base, estas são as funções às quais o filtro NÃO se aplica, por exemplo, Admin se o admin tiver de ver todos os dados." + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Force": ["Forçar"], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Força a criação de todas as tabelas e visôes neste esquema ao clicar em CTAS ou CVAS no SQL Lab." + "Right Axis Metric": ["Métrica do eixo direito"], + "Sort by": ["Ordenar por"], + "Bubble Size": ["Tamanho da bolha"], + "Metric used to calculate bubble size": [ + "Métrica utilizada para calcular o tamanho da bolha" ], - "Force date format": ["Forçar o formato da data"], - "Force refresh": ["Forçar atualização"], - "Force refresh schema list": ["Forçar atualização da lista de esquemas"], - "Force refresh table list": ["Forçar atualização da lista de tabelas"], - "Forecast periods": ["Períodos de previsão"], - "Foreign key": ["Chave estrangeira"], - "Forest Green": ["Verde floresta"], - "Form data not found in cache, reverting to chart metadata.": [ - "Os dados do formulário não foram encontrados na cache, revertendo para os metadados do gráfico." + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Os dados do formulário não foram encontrados na cache, revertendo para os metadados do conjunto de dados." + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "Formatted CSV attached in email": ["CSV formatado anexado no e-mail"], - "Formatted date": ["Data formatada"], - "Formatted value": ["Valor formatado"], - "Formatting": ["Formatação"], - "Formula": ["Fórmula"], - "Forward values": ["Valores futuros"], - "Found invalid orderby options": [ - "Encontradas opções de orderby inválidas" + "Color Metric": ["Métrica de cores"], + "A metric to use for color": ["Uma métrica para cor"], + "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. Observe que você pode definir uma expressão arbitrária que retorne uma coluna DATETIME na tabela. Observe também que o filtro abaixo é aplicado a essa coluna ou expressão" ], - "Fraction digits": ["Dígitos de frações"], - "Frequency": ["Frequência"], - "Friction": ["Atrito"], - "Friction between nodes": ["Atrito entre nós"], - "Friday": ["Sexta"], - "From date cannot be larger than to date": [ - "A data de início não pode ser maior do que a data de fim" + "Drop a temporal column here or click": [ + "Colocar uma coluna temporal aqui ou clique" ], - "Full name": ["Nome completo"], - "Funnel Chart": ["Gráfico de funil"], - "Further customize how to display each column": [ - "Personalizar ainda mais a forma de apresentação de cada coluna" + "Y-axis": ["Eixo Y"], + "Dimension to use on y-axis.": ["Dimensão para usar no eixo y."], + "X-axis": ["Eixo X"], + "Dimension to use on x-axis.": ["Dimensão para usar no eixo x."], + "The type of visualization to display": [ + "O tipo de visualização para exibir" ], - "Further customize how to display each metric": [ - "Personalizar ainda mais como exibir cada métrica" + "Fixed Color": ["Cor Fixa"], + "Use this to define a static color for all circles": [ + "Use isso para definir uma cor estática para todos os círculos" ], - "GROUP BY": ["AGRUPAR POR"], - "Gauge Chart": ["Gráfico de medidores"], - "General": ["Em geral"], - "Generating link, please wait..": ["Gerando link, por favor espere.."], - "Generic Chart": ["Gráfico genérico"], - "Geo": ["Geo"], - "GeoJson Column": ["Coluna GeoJson"], - "GeoJson Settings": ["Configurações de GeoJson"], - "Geohash": ["Geohash"], - "Get the last date by the date unit.": [ - "Obter a última data através da unidade de data." + "Linear Color Scheme": ["Esquema de Cores Linear"], + "all": ["todos"], + "5 seconds": ["5 segundos"], + "30 seconds": ["30 segundos"], + "1 minute": ["1 minuto"], + "5 minutes": ["5 minutos"], + "30 minutes": ["30 minutos"], + "1 hour": ["1 hora"], + "1 day": ["1 dia"], + "7 days": ["7 dias"], + "week": ["semana"], + "week starting Sunday": ["semana que começa no domingo"], + "week ending Saturday": ["semana que termina no sábado"], + "month": ["mês"], + "quarter": ["trimestre"], + "year": ["ano"], + "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`": [ + "A granularidade de tempo para a visualização. Observe que você pode digitar e usar linguagem natural simples, como `10 segundos`, `1 dia` ou `56 semanas`" ], - "Get the specify date for the holiday": [ - "Obter a data específica para o feriado" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "" ], - "Go to the edit mode to configure the dashboard and add charts": [ - "Vá ao modo de edição para configurar o painel e adicionar gráficos" + "This control filters the whole chart based on the selected time range. 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.": [ + "" ], - "Gold": ["Ouro"], - "Google Sheet Name and URL": ["Planilha Google Nome e URL"], - "Grace period": ["Período de inatividade"], - "Graph Chart": ["Gráfico"], - "Graph layout": ["Layout do gráfico"], - "Gravity": ["Gravidade"], - "Greater or equal (>=)": ["Maior ou igual (>=)"], - "Greater than (>)": ["Maior que (>)"], - "Grid": ["Grade"], - "Grid Size": ["Tamanho da grade"], - "Group By": ["Agrupar por"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Agrupar por , Métricas ou Métricas de porcentagem devem ter um valor" - ], - "Group by": ["Agrupar por"], - "Groupable": ["Agrupável"], - "Guest user cannot modify chart payload": [""], - "Handlebars": ["Handlebars"], - "Handlebars Template": ["Modelo de handlebars"], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "Limites de valores rígidos aplicados para codificação de cores. Só é relevante e aplicado quando a normalização é aplicada a todo o mapa de calor." - ], - "Has created by": ["Foi criado por"], - "Header": ["Cabeçalho"], - "Header Row": ["Linha do Cabeçalho"], - "Heatmap": ["Mapa de calor"], - "Heatmap Options": ["Opções do mapa de calor"], - "Height": ["Altura"], - "Height of the sparkline": ["Altura do minigráfico"], - "Hide Line": ["Ocultar linha"], - "Hide chart description": ["Ocultar descrição do gráfico"], - "Hide layer": ["Esconder camada"], - "Hide password.": ["Ocultar senha."], - "Hide tool bar": ["Esconder barra de ferramentas"], - "Hides the Line for the time series": [ - "Oculta a linha da série temporal" - ], - "Hierarchy": ["Hierarquia"], - "Histogram": ["Histograma"], - "Home": ["Início"], - "Horizon Chart": ["Gráfico de horizonte"], - "Horizon Charts": ["Gráficos do horizonte"], - "Horizontal": ["Horizontal"], - "Horizontal (Top)": ["Horizontal (topo)"], - "Horizontal alignment": ["Alinhamento horizontal"], - "Host": ["Host"], - "Hostname or IP address": ["Nome do host ou endereço IP"], - "Hour": ["Hora"], - "Hours %s": ["Horas %s"], - "Hours offset": ["Compensação de horas"], - "How do you want to enter service account credentials?": [ - "Como pretende introduzir as credenciais da conta de serviço?" + "Row limit": ["Limite de linhas"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "" ], - "How many buckets should the data be grouped in.": [ - "Em quantos compartimentos devem ser agrupados os dados." + "Sort Descending": ["Ordenação decrescente"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "How many periods into the future do we want to predict": [ - "Quantos períodos no futuro queremos prever" + "Series limit": ["Limite da série"], + "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.": [ + "Limita o número de séries que são exibidas. Uma subconsulta unida (ou uma fase extra em que não há suporte para subconsultas) é aplicada para limitar o número de séries que são obtidas e renderizadas. Esse recurso é útil ao agrupar por coluna(s) de alta cardinalidade, embora aumente a complexidade e o custo da consulta." ], - "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.": [ - "" + "Y Axis Format": ["Formato do eixo Y"], + "Time format": ["Formato de hora"], + "The color scheme for rendering chart": [ + "O esquema de cores para a renderização do gráfico" ], - "Huge": ["Enorme"], - "ISO 3166-2 Codes": ["Códigos ISO 3166-2"], - "ISO 8601": ["ISO 8601"], - "Id": ["Id"], - "Id of root node of the tree.": ["Id do nó raiz da árvore."], - "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.": [ - "Se for o Presto ou o Trino, todas as consultas no SQL Lab serão executadas como o usuário conectado no momento, que deve ter permissão para executá-las. Se o Hive e o hive.server2.enable.doAs estiverem ativados, as consultas serão executadas como conta de serviço, mas representarão o usuário conectado no momento por meio da propriedade hive.server2.proxy.user." + "Truncate Metric": ["Truncar métrica"], + "Whether to truncate metrics": ["Se as métricas devem ser truncadas"], + "Show empty columns": ["Mostrar colunas vazias"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "formato D3 sintaxe: https://github.com/d3/d3-format" ], - "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 estiverem ativados, as consultas serão executadas como conta de serviço, mas personificarão o usuário atualmente conectado por meio da propriedade hive.server2.proxy.user." + "Adaptive formatting": ["Formatação adaptável"], + "Original value": ["Valor original"], + "Duration in ms (66000 => 1m 6s)": ["Duração em ms (66000 => 1m 6s)"], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Duração em ms (1,40008 => 1ms 400µs 80ns)" ], - "If Table Already Exists": ["Se a tabela já existir"], - "If a metric is specified, sorting will be done based on the metric value": [ - "Se for especificada uma métrica, a ordenação será efetuada com base no valor da métrica" + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "Formato de hora D3 sintaxe: https://github.com/d3/d3-time-format" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "Se as colunas duplicadas não forem substituídas, elas serão apresentadas como \"X.1, X.2 ...X.x\"" + "Oops! An error occurred!": ["Ops! Ocorreu um erro!"], + "Stack Trace:": ["Rastreamento de Pilha:"], + "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.": [ + "Não foram apresentados resultados para esta consulta. Se esperava que fossem devolvidos resultados, certifique-se de que todos os filtros estão corretamente configurados e que a fonte de dados contém dados para o intervalo de tempo selecionado." ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "" + "No Results": ["Sem resultados"], + "ERROR": ["ERRO"], + "Found invalid orderby options": [ + "Encontradas opções de orderby inválidas" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Se selecionado, defina os esquemas permitidos para o carregamento de csv no Extra." + "Invalid input": ["Entrada inválida"], + "(no description, click to see stack trace)": [ + "(sem descrição , clique para ver rastreamento de pilha)" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Se a tabela existir, efetuar uma das seguintes acções: Fail (não fazer nada), Replace (eliminar e recriar a tabela) ou Append (inserir dados)." + "Network error": ["Erro de rede"], + "Request timed out": ["O tempo limite da solicitação expirou"], + "Issue 1000 - The dataset is too large to query.": [ + "Problema 1000 - O conjunto de dados é muito grande para ser consultado." ], - "Ignore null locations": ["Ignorar localizações nulas"], - "Ignore time": ["Ignorar hora"], - "Image (PNG) embedded in email": ["Imagem (PNG) incorporada no e-mail"], - "Image download failed, please refresh and try again.": [ - "Falha no download da imagem, por favor atualizar e tentar novamente." + "Issue 1001 - The database is under an unusual load.": [ + "Problema 1001 - O Banco de dados está sob uma carga incomum." ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Fazer-se passar por usuário conectado (Presto, Trino, Drill, Hive e GSheets)" + "An error occurred": ["Ocorreu um erro"], + "Sorry, an unknown error occurred.": [ + "Desculpe, ocorreu um erro desconhecido." ], - "Impersonate the logged on user": [ - "Representar o usuário com sessão iniciada" + "Sorry, there was an error saving this %s: %s": [ + "Desculpe, houve um erro ao salvar este %s: %s" ], - "Import": ["Importar"], - "Import %s": ["Importar %s"], - "Import Dashboard(s)": ["Importar Painel(eis)"], - "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" + "You do not have permission to edit this %s": [ + "Você não tem permissão para editar este %s" ], - "Import charts": ["Importar gráficos"], - "Import dashboard failed for an unknown reason": [ - "A importação do painel falhou por um motivo desconhecido" + "is expected to be an integer": ["espera-se que seja um inteiro"], + "is expected to be a number": ["espera-se que seja um número"], + "Value cannot exceed %s": [""], + "cannot be empty": ["não pode ser vazio"], + "Filters for comparison must have a value": [""], + "Domain": ["Domínio"], + "hour": ["hora"], + "day": ["dia"], + "The time unit used for the grouping of blocks": [ + "A unidade de tempo usada para o agrupamento de blocos" ], - "Import dashboards": ["Importar painéis"], - "Import database failed for an unknown reason": [ - "A importação do banco de dados falhou por um motivo desconhecido" + "Subdomain": ["Subdomínio"], + "min": ["min"], + "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 domain_granularity. Deve ser maior ou igual a Time Grain" ], - "Import database from file": ["Importar banco de dados de um arquivo"], - "Import dataset failed for an unknown reason": [ - "A importação do conjunto de dados falhou por um motivo desconhecido" + "Chart Options": ["Opções do gráfico"], + "Cell Size": ["Tamanho da célula"], + "The size of the square cell, in pixels": [ + "O tamanho da célula quadrada, em pixels" ], - "Import datasets": ["Importar conjuntos de dados"], - "Import queries": ["Importar consultas"], - "Import saved query failed for an unknown reason.": [ - "A consulta salva de importação falhou por um motivo desconhecido." + "Cell Padding": ["Preenchimento de célula"], + "The distance between cells, in pixels": [ + "A distância entre células, em pixels" ], - "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! Seleccione esta opção se a tabela ainda não estiver ordenada por id de entidade, caso contrário não há garantia de que todos os eventos de cada entidade sejam retornados." + "Cell Radius": ["Raio da Célula"], + "The pixel radius": ["O raio do pixel"], + "Color Steps": ["Etapas de cores"], + "The number color \"steps\"": ["A cor do número \"steps\""], + "Time Format": ["Formato de hora"], + "Legend": ["Legenda"], + "Whether to display the legend (toggles)": [ + "Se a legenda deve ser exibida (alterna)" ], - "In": ["Em"], - "Include Series": ["Incluir Séries"], - "Include a description that will be sent with your report": [ - "Incluir uma descrição que será enviada com o seu relatório" + "Show Values": ["Mostrar valores"], + "Whether to display the numerical values within the cells": [ + "Se deseja exibir os valores numéricos dentro das células" ], - "Include series name as an axis": [ - "Incluir o nome da série como um eixo" + "Show Metric Names": ["Mostrar nomes de métricas"], + "Whether to display the metric name as a title": [ + "Se o nome da métrica deve ser exibido como um título" ], - "Include time": ["Incluir horário"], - "Index": ["Índice"], - "Index Column": ["Coluna de índice"], - "Info": ["Informações"], - "Inner Radius": ["Raio interior"], - "Inner radius of donut hole": ["Raio interior do buraco de rosquinha"], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "O campo de entrada suporta uma rotação personalizada, por exemplo, 30 para 30°" + "Number Format": ["Formato do número"], + "Correlation": ["Correlação"], + "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.": [ + "Visualiza como uma métrica mudou ao longo do tempo usando uma escala de cores e uma visualização de calendário. Os valores em cinza são usados para indicar valores ausentes e o esquema de cores linear é usado para codificar a magnitude do valor de cada dia." ], + "Business": ["Negócios"], + "Comparison": ["Comparação"], "Intensity": ["Intensidade"], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ - "" + "Pattern": ["Padrão"], + "Report": ["Relatório"], + "Trend": ["Tendência"], + "less than {min} {name}": ["menos que {min} {name}"], + "between {down} and {up} {name}": ["entre {down} e {up} {name}"], + "more than {max} {name}": ["mais de {max} {name}"], + "Sort by metric": ["Classificar por métrica"], + "Whether to sort results by the selected metric in descending order.": [ + "Se os resultados devem ser classificados pela métrica selecionada em ordem decrescente." ], - "Interval": ["Intervalo"], - "Interval End column": ["Intervalo Coluna final"], - "Interval bounds": ["Limites de intervalo"], - "Interval colors": ["Cores do intervalo"], - "Interval start column": ["Coluna de início do intervalo"], - "Intervals": ["Intervalos"], - "Invalid JSON": ["JSON inválido"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "Tipo de dados avançados inválido: %(advanced_data_type)s" + "Number format": ["Formato numérico"], + "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"], + "Flow": ["Fluxo"], + "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "Mostra o fluxo ou a ligação entre categorias utilizando a espessura das cordas. O valor e a espessura correspondente podem ser diferentes para cada lado." ], - "Invalid certificate": ["Certificado inválido"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "Cadeia de conexão inválida, uma cadeia válida geralmente é a seguinte: backend+driver://user:password@database-host/database-name" + "Relationships between community channels": [ + "Relações entre canais comunitários" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ - "String de conexão inválida, uma string válida é normalmente a seguinte:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

" + "Chord Diagram": ["Diagrama de acordes"], + "Circular": ["Circular"], + "Legacy": ["Legado"], + "Proportional": ["Proporcional"], + "Relational": ["Relacional"], + "Country": ["País"], + "Which country to plot the map for?": ["Para qual país traçar o mapa?"], + "ISO 3166-2 Codes": ["Códigos ISO 3166-2"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Coluna contendo códigos ISO 3166-2 da região/província/departamento em sua tabela." ], - "Invalid cron expression": ["Expressão cron inválida"], - "Invalid cumulative operator: %(operator)s": [ - "Operador cumulativo inválido: %(operator)s" - ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [ - "Formato de data/carimbo de data/hora inválido" - ], - "Invalid filter operation type: %(op)s": [ - "Tipo de operação de filtragem inválido: %(op)s" - ], - "Invalid geodetic string": ["Cadeia geodésica inválida"], - "Invalid geohash string": ["Cadeia de caracteres geohash inválida"], - "Invalid input": ["Entrada inválida"], - "Invalid lat/long configuration.": ["Configuração lat/long inválida."], - "Invalid longitude/latitude": ["Longitude/latitude inválida"], - "Invalid metric object: %(metric)s": [ - "Objeto de métrica inválido: %(metric)s" - ], - "Invalid numpy function: %(operator)s": [ - "Função numpy inválida: %(operator)s" + "Metric to display bottom title": [ + "Métrica para exibir o título inferior" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Opções inválidas para %(rolling_type)s: %(opções)s" + "Map": ["Mapa"], + "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.": [ + "Visualiza como uma única métrica varia entre as principais subdivisões de um país (estados, províncias etc.) em um mapa coroplético. O valor de cada subdivisão é elevado quando você passa o mouse sobre o limite geográfico correspondente." ], - "Invalid permalink key": ["Chave de permalink inválida"], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [ - "Tipo de resultado inválido: %(result_type)s" + "2D": ["2D"], + "Geo": ["Geo"], + "Range": ["Faixa"], + "Stacked": ["Empilhado"], + "Sorry, there appears to be no data": [ + "Desculpe, mas parece que não existem dados" ], - "Invalid rolling_type: %(type)s": ["Inválido rolling_type: %(type)s"], - "Invalid state.": ["Estado inválido."], - "Invalid tab ids: %s(tab_ids)": ["IDs das abas inválido: %s(tab_ids)"], - "Inverse selection": ["Seleção inversa"], - "Invert current page": ["Inverter a página atual"], - "Is certified": ["É certificado"], - "Is dimension": ["É dimensão"], - "Is false": ["É falso"], - "Is favorite": ["É favorito"], - "Is filterable": ["É filtrável"], - "Is not null": ["Não é nulo"], - "Is null": ["É nulo"], - "Is tagged": ["É marcado"], - "Is temporal": ["É temporal"], - "Is true": ["É verdadeiro"], - "Issue 1000 - The dataset is too large to query.": [ - "Problema 1000 - O conjunto de dados é muito grande para ser consultado." + "Event definition": ["Definição do evento"], + "Event Names": ["Nome do Evento"], + "Columns to display": ["Colunas a serem exibidas"], + "Order by entity id": ["Pedido por id da 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! Seleccione esta opção se a tabela ainda não estiver ordenada por id de entidade, caso contrário não há garantia de que todos os eventos de cada entidade sejam retornados." ], - "Issue 1001 - The database is under an unusual load.": [ - "Problema 1001 - O Banco de dados está sob uma carga incomum." + "Minimum leaf node event count": [ + "Contagem mínima de eventos de nó folha" ], - "It’s not recommended to truncate axis in Bar chart.": [ - "Não é recomendado truncar o eixo no gráfico de barras." + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Os nós folha que representam menos do que este número de eventos serão inicialmente ocultados na visualização" ], - "JAN": ["JAN"], - "JSON": ["JSON"], - "JSON Metadata": ["Metadados JSON"], - "JSON metadata": ["Metadados JSON"], - "JSON metadata is invalid!": ["Os metadados JSON são inválidos!"], - "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.": [ - "Cadeia de caracteres JSON contendo configuração de conexão adicional. Isso é usado para fornecer informações de conexão para sistemas como Hive, Presto e BigQuery, que não estão em conformidade com a sintaxe de nome de usuário:senha normalmente usada pelo SQLAlchemy." + "Additional metadata": ["Metadados adicionais"], + "Metadata": ["Metadados"], + "Select any columns for metadata inspection": [ + "Selecionar quaisquer colunas para inspeção de metadados" ], - "JUL": ["JUL"], - "JUN": ["JUN"], - "January": ["Janeiro"], - "JavaScript data interceptor": ["Interceptador de dados JavaScript"], - "JavaScript onClick href": ["JavaScript onClick href"], - "JavaScript tooltip generator": [ - "Gerador de dicas de ferramentas JavaScript" + "Entity ID": ["ID da entidade"], + "e.g., a \"user id\" column": ["por exemplo, uma coluna \"user id\""], + "Max Events": ["Max Eventos"], + "The maximum number of events to return, equivalent to the number of rows": [ + "O número máximo de eventos retornados, equivalente ao número de linhas" ], - "Jinja templating": ["Modelo Jinja"], - "Json list of the column names that should be read": [ - "Lista Json dos nomes das colunas que devem ser lidas" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Compara os períodos de tempo de diferentes atividades numa visão de linha de tempo compartilhada." ], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Lista Json dos nomes das colunas que devem ser lidas. Se não for None, apenas estas colunas serão lidas do ficheiro." + "Event Flow": ["Fluxo do Evento"], + "Progressive": ["Progressivo"], + "Axis ascending": ["Eixo ascendente"], + "Axis descending": ["Eixo descendente"], + "Metric ascending": ["Métrica crescente"], + "Metric descending": ["Métrica decrescente"], + "Heatmap Options": ["Opções do mapa de calor"], + "XScale Interval": ["Intervalo XScale"], + "Number of steps to take between ticks when displaying the X scale": [ + "Número de passos a dar entre os tiques ao apresentar a escala X" ], - "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": [ - "Lista Json dos valores que devem ser tratados como nulos. Exemplos: [\"\"] para cadeias de caracteres vazias, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Aviso: O banco de dados Hive suporta apenas um único valor" + "YScale Interval": ["Intervalo da escala Y"], + "Number of steps to take between ticks when displaying the Y scale": [ + "Número de passos a dar entre os tiques ao apresentar a escala Y" ], - "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 Json dos valores que devem ser tratados como nulos. Exemplos: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Aviso: A base de dados Hive suporta apenas um único valor. Utilize [\"\"] para uma cadeia de caracteres vazia." + "Rendering": ["Renderização"], + "pixelated (Sharp)": ["pixelado (nítido)"], + "auto (Smooth)": ["auto (Suave)"], + "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 canvas que define como o navegador dimensiona a imagem" ], - "July": ["Julho"], - "June": ["Junho"], - "KPI": ["KPI"], - "Keep control settings?": ["Manter configurações de controle?"], - "Keep editing": ["Continue editando"], - "Key": ["Chave"], - "Keyboard shortcuts": [""], - "Keys for table": ["Chaves da tabela"], - "Kilometers": ["Quilômetros"], - "LIMIT": ["LIMITE"], - "Label": ["Rótulo"], - "Label Line": ["Linha de rótulos"], - "Label Type": ["Tipo de rótulo"], - "Label already exists": ["O rótulo já existe"], - "Label for your query": ["Rótulo para sua consulta"], - "Label position": ["Posição do rótulo"], - "Label threshold": ["Rótulo limite"], - "Labelling": ["Rotulagem"], - "Labels": ["Rótulos"], - "Labels for the marker lines": ["Rótulos para o marcador linhas"], - "Labels for the markers": ["Rótulos para o marcadores"], - "Labels for the ranges": ["Rótulos para os intervalos"], - "Large": ["Grande"], - "Last": ["Último"], - "Last Changed": ["Última alteração"], - "Last Modified": ["Última modificação"], - "Last Updated %s": ["Última atualização %s"], - "Last Updated %s by %s": ["Última atualização %s por %s"], - "Last available value seen on %s": [ - "Último valor disponível visto em %s" + "Normalize Across": ["Normalizar em"], + "heatmap": ["mapa de calor"], + "x": ["x"], + "y": ["y"], + "x: values are normalized within each column": [ + "x: os valores são normalizados dentro de cada coluna" ], - "Last modified": ["Última modificação"], - "Last run": ["Última execução"], - "Latitude": ["Latitude"], - "Latitude of default viewport": [ - "Latitude da janela de visualização padrão" + "y: values are normalized within each row": [ + "y: os valores são normalizados dentro de cada linha" ], - "Layer configuration": ["Configuração de camadas"], - "Layout": ["Layout"], - "Layout elements": ["Elementos de layout"], - "Layout type of graph": ["Tipo de layout de gráfico"], - "Layout type of tree": ["Tipo de layout de árvore"], - "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ - "Os nós folha que representam menos do que este número de eventos serão inicialmente ocultados na visualização" + "heatmap: values are normalized across the entire heatmap": [ + "heatmap: os valores são normalizados em todo o heatmap" ], - "Least recently modified": ["Modificação mais recente"], - "Left": ["Esquerda"], "Left Margin": ["Margem Esquerda"], + "auto": ["automático"], "Left margin, in pixels, allowing for more room for axis labels": [ "Margem esquerda, em pixels, permitindo mais espaço para os rótulos dos eixos" ], - "Left to Right": ["Esquerda para Direita"], - "Left value": ["Valor esquerdo"], - "Legacy": ["Legado"], - "Legend": ["Legenda"], - "Legend Format": ["Formato de legenda"], - "Legend Orientation": ["Orientação de legenda"], - "Legend Position": ["Posição da legenda"], - "Legend type": ["Tipo de legenda"], - "Less or equal (<=)": ["Menor ou igual (<=)"], - "Less than (<)": ["Menos que (<)"], - "Lift percent precision": ["Precisão da percentagem de elevação"], - "Light": ["Claro"], - "Light mode": ["Modo claro"], - "Like": ["Como"], - "Like (case insensitive)": [ - "Como (não diferencia maiúsculas de minúsculas)" + "Bottom Margin": ["Margem Inferior"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "Margem Inferior, em pixels, permitindo mais espaço para o rótulo dos eixos" ], - "Limit reached": ["Limite atingido"], - "Limit type": ["Tipo de limite"], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ - "Limitar as linhas pode resultar em dados incompletos e gráficos errôneos. Em vez disso, considere filtrar ou agrupar nomes de origem/destino." + "Value bounds": ["Limites de valor"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Limites de valores rígidos aplicados para codificação de cores. Só é relevante e aplicado quando a normalização é aplicada a todo o mapa de calor." ], - "Limits the number of cells that get retrieved.": [ - "Limita o número de células recuperadas." + "Sort X Axis": ["Ordenar Eixo X"], + "Sort Y Axis": ["Ordenar Eixo Y"], + "Show percentage": ["Mostrar porcentagem"], + "Whether to include the percentage in the tooltip": [ + "Se a porcentagem deve ser incluída na dica de ferramenta" ], - "Limits the number of rows that get displayed.": [ - "Limita o número de linhas exibidas." + "Normalized": ["Normalizado"], + "Whether to apply a normal distribution based on rank on the color scale": [ + "Se deve ser aplicada uma distribuição normal com base na classificação na escala de cores" ], - "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.": [ - "Limita o número de séries que são exibidas. Uma subconsulta unida (ou uma fase extra em que não há suporte para subconsultas) é aplicada para limitar o número de séries que são obtidas e renderizadas. Esse recurso é útil ao agrupar por coluna(s) de alta cardinalidade, embora aumente a complexidade e o custo da consulta." + "Value Format": ["Formato do valor"], + "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 uma métrica relacionada em pares de grupos. Os mapas de calor são excelentes para mostrar a correlação ou a força entre dois grupos. A cor é usada para enfatizar a força do vínculo entre cada par de grupos." ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "" + "Sizes of vehicles": ["Tamanhos de veículos"], + "Employment and education": ["Emprego e educação"], + "Density": ["Densidade"], + "Predictive": ["Preditivo"], + "Single Metric": ["Métrica única"], + "Deprecated": ["Depreciado"], + "to": ["para"], + "count": ["contagem"], + "cumulative": ["cumulativo"], + "percentile (exclusive)": ["percentil (exclusivo)"], + "Select the numeric columns to draw the histogram": [ + "Selecionar as colunas numéricas para desenhar o histograma" ], - "Line": ["Linha"], - "Line Chart": ["Gráfico de linhas"], - "Time-series Line Chart (legacy)": ["Gráfico de linhas (herdado)"], - "Line Style": ["Estilo da linha"], - "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.": [ - "O gráfico de linhas é utilizado para visualizar as medições efetuadas numa determinada categoria. O gráfico de linhas é um tipo de gráfico que apresenta informações como uma série de pontos de dados ligados por segmentos de linha reta. É um tipo básico de gráfico comum em muitos domínios." + "No of Bins": ["Número de lixeiras"], + "Select the number of bins for the histogram": [ + "Selecionar o número de caixas para o histograma" ], - "Line interpolation as defined by d3.js": [ - "Linha interpolação conforme definido por d3.js" + "X Axis Label": ["Rótulo do Eixo X"], + "Y Axis Label": ["Rótulo do Eixo Y"], + "Whether to normalize the histogram": ["Se deve normalizar o histograma"], + "Cumulative": ["Acumulado"], + "Whether to make the histogram cumulative": [ + "Se o histograma deve ser cumulativo" ], - "Line width": ["Largura da linha"], - "Linear Color Scheme": ["Esquema de Cores Linear"], - "Linear color scheme": ["Esquema de cores linear"], - "Linear interpolation": ["Interpolação linear"], - "Lines column": ["Coluna de linhas"], - "Lines encoding": ["Codificação de linhas"], - "Link Copied!": ["Link copiado!"], - "List Unique Values": ["Listar valores exclusivos"], - "List of extra columns made available in JavaScript functions": [ - "Lista de colunas extra disponibilizadas em funções JavaScript" + "Distribution": ["Distribuição"], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Pegue seus pontos de dados e agrupe-os em \"bins\" para ver onde estão as áreas mais densas de informações" ], - "List of n+1 values for bucketing metric into n buckets.": [ - "Lista de n+1 valores para a métrica de agrupamento em n agrupamentos." + "Population age data": ["Dados sobre a idade da população"], + "Contribution": ["Contribuição"], + "Compute the contribution to the total": [ + "Calcular a contribuição para o total" ], - "List of values to mark with lines": [ - "Lista de valores a marcar com linhas" + "Series Height": ["Altura da série"], + "Pixel height of each series": ["Altura do pixel de cada série"], + "Value Domain": ["Domínio de Valor"], + "series": ["série"], + "overall": ["geral"], + "change": ["mudança"], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ + "séries: Tratar cada série de forma independente; geral: Todas as séries usam a mesma escala; alteração: Mostrar alterações em comparação com o primeiro ponto de dados em cada série" ], - "List of values to mark with triangles": [ - "Lista de valores para marcar com triângulos" + "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.": [ + "Compara a forma como uma métrica muda ao longo do tempo entre diferentes grupos. Cada grupo é mapeado para uma linha e a alteração ao longo do tempo é visualizada em comprimentos de barra e cores." ], - "List updated": ["Lista atualizada"], - "Live CSS editor": ["Editor de CSS em tempo real"], - "Live render": ["Renderização em tempo real"], - "Load a CSS template": ["Carregar um modelo CSS"], - "Loaded data cached": ["Dados carregados em cache"], - "Loaded from cache": ["Carregado da cache"], - "Loading": ["Carregando"], - "Loading...": ["Carregando..."], - "Locate the chart": ["Localize o gráfico"], - "Log Scale": ["Escala Log"], - "Log retention": ["Retenção de log"], - "Logarithmic axis": ["Eixo Logarítmico"], - "Logarithmic scale on primary y-axis": [ - "Escala logarítmica no eixo y primário" + "Horizon Chart": ["Gráfico de horizonte"], + "Dark Cyan": ["Escuro Ciano"], + "Purple": ["Roxo"], + "Gold": ["Ouro"], + "Dim Gray": ["Cinza escuro"], + "Crimson": ["Carmesim"], + "Forest Green": ["Verde floresta"], + "Longitude": ["Longitude"], + "Column containing longitude data": [ + "Coluna contendo dados de longitude" ], - "Logarithmic scale on secondary y-axis": [ - "Escala logarítmica no eixo y secundário" + "Latitude": ["Latitude"], + "Column containing latitude data": ["Coluna contendo dados de latitude"], + "Clustering Radius": ["Raio de agrupamento"], + "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 pixels) que o algoritmo usa para definir um cluster. Escolha 0 para desativar o agrupamento, mas lembre-se de que um grande número de pontos (>1000) causará atraso." ], - "Logarithmic y-axis": ["Eixo y logarítmico"], - "Login": ["Entrar"], - "Login with": ["Fazer login com"], - "Logout": ["Sair"], - "Logs": ["Logs"], - "Long dashed": ["Traço longo"], - "Longitude": ["Longitude"], - "Longitude & Latitude": ["Longitude e Latitude"], - "Longitude & Latitude columns": ["Colunas de latitude e longitude"], - "Longitude and Latitude": ["Longitude e Latitude"], - "Longitude of default viewport": ["Longitude da viewport padrão"], - "Lower threshold must be lower than upper threshold": [""], - "MAR": ["MAR"], - "MAY": ["MAIO"], - "MON": ["SEG"], - "Main Datetime Column": ["Coluna principal de data e hora"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "Certifique-se de que os controles estão corretamente configurados e que a fonte de dados contém dados para o intervalo de tempo selecionado" + "Points": ["Pontos"], + "Point Radius": ["Raio do ponto"], + "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 em um cluster). Uma coluna numérica ou `Auto`, que dimensiona o ponto com base no maior cluster" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Pedido malformado. Os argumentos slice_id ou table_name e db_name são esperados" + "Auto": ["Auto"], + "Point Radius Unit": ["Unidade de raio do ponto"], + "Pixels": ["Pixels"], + "Miles": ["Milhas"], + "Kilometers": ["Quilômetros"], + "The unit of measure for the specified point radius": [ + "A unidade de medida do raio do ponto especificado" ], - "Manage": ["Gerenciar"], - "Manage email report": ["Gerenciar relatório de e-mail"], - "Manage your databases": ["Gerenciar seus bancos de dados"], - "Mandatory": ["Obrigatório"], - "Manually set min/max values for the y-axis.": [ - "Definir manualmente os valores mínimo/máximo para o eixo y." + "Labelling": ["Rotulagem"], + "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 for usado um grupo por. As colunas numéricas serão agregadas com o agregador. As colunas não numéricas serão usadas para rotular os pontos. Deixe em branco para obter uma contagem de pontos em cada cluster." + ], + "Cluster label aggregator": ["Agregador de rótulo de cluster"], + "sum": ["soma"], + "mean": ["média"], + "max": ["máximo"], + "std": ["std"], + "var": ["var"], + "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 o rótulo do cluster." + ], + "Visual Tweaks": ["Ajustes visuais"], + "Live render": ["Renderização em tempo real"], + "Points and clusters will update as the viewport is being changed": [ + "Pontos e clusters serão atualizados conforme a janela de exibição mude" ], - "Map": ["Mapa"], "Map Style": ["Estilo do mapa"], + "Streets": ["Ruas"], + "Dark": ["Escuro"], + "Light": ["Claro"], + "Satellite Streets": ["Ruas Satélites"], + "Satellite": ["Satélite"], + "Outdoors": ["Ao ar livre"], + "Base layer map style. See Mapbox documentation: %s": [""], + "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." + ], + "RGB Color": ["Cor RGB"], + "The color for points and clusters in RGB": [ + "A cor dos pontos e clusters em RGB" + ], + "Viewport": ["Porta de exibição"], + "Default longitude": ["Longitude padrão"], + "Longitude of default viewport": ["Longitude da viewport padrão"], + "Default latitude": ["Latitude padrão"], + "Latitude of default viewport": [ + "Latitude da janela de visualização padrão" + ], + "Zoom": ["Ampliar"], + "Zoom level of the map": ["Nível de zoom do mapa"], + "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Um ou vários controles para agrupar. Em caso de agrupamento, as colunas de latitude e longitude devem estar presentes." + ], + "Light mode": ["Modo claro"], + "Dark mode": ["Modo escuro"], "MapBox": ["MapBox"], - "Mapbox": ["MapBox"], - "March": ["Março"], - "Margin": ["Margem"], - "Mark a column as temporal in \"Edit datasource\" modal": [ - "Marcar uma coluna como temporal no modal \"Edit datasource\"" + "Scatter": ["Dispersão"], + "Transformable": ["Transformável"], + "Significance Level": ["Nível de significância"], + "Threshold alpha level for determining significance": [ + "Nível alfa de limiar para determinar a significância" ], - "Marker": ["Marcador"], - "Marker Size": ["Tamanho do marcador"], - "Marker labels": ["Rótulos de marcadores"], - "Marker line labels": ["Rótulos de linhas de marcação"], - "Marker lines": ["Linhas de marcação"], - "Marker size": ["Tamanho do marcador"], - "Markers": ["Marcadores"], - "Markup type": ["Tipo de marcação"], - "Max": ["Máx"], - "Max Bubble Size": ["Tamanho máximo da bolha"], - "Max Events": ["Max Eventos"], - "Maximum": ["Máximo"], - "Maximum Font Size": ["Tamanho Máximo da Fonte"], - "Maximum Radius": ["Raio Máximo"], - "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ - "Tamanho máximo do raio do círculo, em pixels. À medida que o nível de zoom muda, isto assegura que o círculo respeite este raio máximo." + "p-value precision": ["precisão do valor-p"], + "Number of decimal places with which to display p-values": [ + "Número de casas decimais para exibir valores-p" ], - "Maximum value": ["Valor máximo"], - "Maximum value on the gauge axis": ["Valor máximo no eixo do medidor"], - "May": ["Maio"], + "Lift percent precision": ["Precisão da percentagem de elevação"], + "Number of decimal places with which to display lift values": [ + "Número de casas decimais para exibir valores de elevação" + ], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Tabela que visualiza testes t emparelhados, que são utilizados para compreender as diferenças estatísticas entre grupos." + ], + "Paired t-test Table": ["Tabela teste-t pareado"], + "Statistical": ["Estatístico"], + "Tabular": ["Tabular"], + "Options": ["Opções"], + "Data Table": ["Tabela de dados"], + "Whether to display the interactive data table": [ + "Se deseja exibir a tabela de dados interativa" + ], + "Include Series": ["Incluir Séries"], + "Include series name as an axis": [ + "Incluir o nome da série como um eixo" + ], + "Ranking": ["Classificação"], + "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.": [ + "Plota os índices individuais para cada linha nos dados verticalmente e os vincula como uma linha. Este gráfico é útil para comparar várias métricas em todas as amostras ou linhas nos dados." + ], + "Directional": ["Direcional"], + "Time Series Options": ["Opções de séries temporais"], + "Not Time Series": ["Não é uma série temporal"], + "Ignore time": ["Ignorar hora"], + "Time Series": ["Séries temporais"], + "Standard time series": ["Série temporal padrão"], + "Aggregate Mean": ["Média agregada"], "Mean of values over specified period": [ "Média dos valores durante o período especificado" ], - "Mean values": ["Valores médios"], - "Median": ["Mediana"], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ - "Largura mediana da aresta, a aresta mais grossa será 4 vezes mais grossa do que a mais fina." - ], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "Tamanho médio do nó, o nó maior será 4 vezes maior do que o mais pequeno" + "Aggregate Sum": ["Soma agregada"], + "Sum of values over specified period": [ + "Soma dos valores durante o período especificado" ], - "Median values": ["Valores médios"], - "Medium": ["Médio"], - "Menu actions trigger": ["Acionador de ações do menu"], - "Message content": ["Conteúdo da Mensagem"], - "Metadata": ["Metadados"], - "Metadata Parameters": ["Parâmetros de metadados"], - "Metadata has been synced": ["Os metadados foram sincronizados"], - "Method": ["Método"], - "Metric": ["Métrica"], - "Metric '%(metric)s' does not exist": ["Métrica '%(métric)s' não existe"], - "Metric ascending": ["Métrica crescente"], - "Metric assigned to the [X] axis": ["Métrica atribuída para o eixo [X]"], - "Metric assigned to the [Y] axis": ["Métrica atribuída para o eixo [Y]"], "Metric change in value from `since` to `until`": [ "Alteração do valor da métrica de `desde` a `até`" ], - "Metric currency": [""], - "Metric descending": ["Métrica decrescente"], - "Metric factor change from `since` to `until`": [ - "Alteração do fator métrico de `since` para `until`" - ], - "Metric for node values": ["Métrica para valores de nó"], - "Metric name": ["Nome da métrica"], - "Metric name [%s] is duplicated": ["Métrica nome [%s] está duplicada"], + "Percent Change": ["Variação percentual"], "Metric percent change in value from `since` to `until`": [ "Métrica de variação percentual do valor de `desde` até `até`" ], - "Metric that defines the size of the bubble": [ - "Métrica que define o tamanho da bolha" - ], - "Metric to display bottom title": [ - "Métrica para exibir o título inferior" + "Factor": ["Fator"], + "Metric factor change from `since` to `until`": [ + "Alteração do fator métrico de `since` para `until`" ], - "Metric used as a weight for the grid's coloring": [ - "Métrica usada como peso para coloração de grid" + "Advanced Analytics": ["Análise avançada"], + "Use the Advanced Analytics options below": [ + "Use as opções de análise avançada abaixo" ], - "Metric used to calculate bubble size": [ - "Métrica utilizada para calcular o tamanho da bolha" + "Settings for time series": ["Configurações para séries temporais"], + "Date Time Format": ["Formato de data e hora"], + "Partition Limit": ["Limite de partição"], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "O máximo número de subdivisões de cada grupo ; mais baixo os valores são podados primeiro" ], - "Metric used to control height": [ - "Métrica utilizada para controlar a altura" - ], - "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).": [ - "Métrica utilizada para definir a forma como as séries de topo são ordenadas se estiver presente um limite de série ou de célula. Se não for definida, reverte para a primeira métrica (quando apropriado)." + "Partition Threshold": ["Limiar de partição"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "As partições cujas proporções entre a altura e a altura dos pais sejam inferiores a este valor são eliminadas" ], - "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étrica utilizada para definir a forma como as séries de topo são ordenadas se estiver presente um limite de série ou de linha. Se não for definida, reverte para a primeira métrica (quando apropriado)." + "Log Scale": ["Escala Log"], + "Use a log scale": ["Use uma escala logarítmica"], + "Equal Date Sizes": ["Tamanhos de datas iguais"], + "Check to force date partitions to have the same height": [ + "Marcar para forçar as partições de data a terem a mesma altura" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Métrica utilizada para ordenar o limite se estiver presente um limite de série. Se não for definida, reverte para a primeira métrica (quando apropriado)." + "Rich Tooltip": ["Dica avançada"], + "The rich tooltip shows a list of all series for that point in time": [ + "A dica de ferramenta avançada mostra uma lista de todas as séries para esse ponto no tempo" ], - "Metrics": ["Métricas"], - "Middle": ["Médio"], - "Midnight": ["Meia-noite"], - "Miles": ["Milhas"], - "Min": ["Min"], + "Rolling Window": ["Janela de rolagem"], + "Rolling Function": ["Função de rolagem"], + "cumsum": ["cumsum"], "Min Periods": ["Períodos mínimos"], - "Min Width": ["Largura mínima"], - "Min periods": ["Períodos mínimos"], - "Min/max (no outliers)": ["Mín/máx (sem outliers)"], - "Mine": ["Meu"], - "Minimum": ["Mínimo"], - "Minimum Font Size": ["Tamanho Mínimo da Fonte"], - "Minimum Radius": ["Raio Mínimo"], - "Minimum leaf node event count": [ - "Contagem mínima de eventos de nó folha" - ], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ - "Tamanho mínimo do raio do círculo, em pixels. À medida que o nível de zoom muda, isto assegura que o círculo respeita este raio mínimo." + "Time Comparison": ["Comparação de tempo"], + "Time Shift": ["Mudança de hora"], + "1 week": ["1 semana"], + "30 days": ["30 dias"], + "52 weeks": ["52 semanas"], + "1 year": ["1 ano"], + "104 weeks": ["104 semanas"], + "2 years": ["2 anos"], + "156 weeks": ["156 semanas"], + "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 uma ou mais séries temporais de um período de tempo relativo. Espera deltas de tempo relativos em linguagem natural (exemplo: 24 horas, 7 dias, 52 semanas, 365 dias). Há suporte para texto livre." ], - "Minimum threshold in percentage points for showing labels.": [ - "Limiar mínimo em pontos percentuais para mostrar as etiquetas." + "Actual Values": ["Valores reais"], + "1T": ["1T"], + "1H": ["1H"], + "1D": ["1D"], + "7D": ["7D"], + "1M": ["1M"], + "1AS": ["1AS"], + "Method": ["Método"], + "asfreq": ["asfreq"], + "bfill": ["bfill"], + "ffill": ["ffill"], + "median": ["mediana"], + "Part of a Whole": ["Parte de um Todo"], + "Compare the same summarized metric across multiple groups.": [ + "Comparar a mesma métrica resumida em vários grupos." ], - "Minimum value": ["Valor mínimo"], - "Minimum value for label to be displayed on graph.": [ - "Valor mínimo para o rótulo a apresentar no gráfico." + "Partition Chart": ["Gráfico de partição"], + "Categorical": ["Categórico"], + "Use Area Proportions": ["Proporções de área de uso"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Verificar se o gráfico de rosáceas deve utilizar a área do segmento em vez do raio do segmento para o cálculo das proporções" ], - "Minimum value on the gauge axis": ["Valor mínimo no eixo do medidor"], - "Minor Split Line": ["Linha de divisão menor"], - "Minute": ["Minuto"], - "Minutes %s": ["Minutos %s"], - "Missing URL parameters": ["Parâmetros de URL ausentes"], - "Missing dataset": ["Conjunto de dados ausentes"], - "Mixed Chart": ["Gráfico misto"], - "Modified": ["Modificado"], - "Modified %s": ["Modificado %s"], - "Modified by": ["Modificado por"], - "Modified columns: %s": ["Colunas modificadas: %s"], - "Monday": ["Segunda-feira"], - "Month": ["Mês"], - "Months %s": ["Meses %s"], - "More": ["Mais informações"], - "More filters": ["Mais filtros"], - "Move only": ["Mover apenas"], - "Moves the given set of dates by a specified interval.": [ - "Move o conjunto de datas dado por um intervalo especificado." + "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.": [ + "Um gráfico de coordenadas polares em que o círculo é dividido em cunhas de igual ângulo e o valor representado por qualquer cunha é ilustrado pela sua área, em vez do seu raio ou ângulo de varrimento." ], - "Multi-Dimensions": ["Multidimensões"], + "Nightingale Rose Chart": ["Gráfico Nightingale Rose"], + "Advanced-Analytics": ["Análise avançada"], "Multi-Layers": ["Múltiplas Camadas"], - "Multi-Levels": ["Multiníveis"], - "Multi-Variables": ["Multi-Variáveis"], - "Multiple": ["Múltiplos"], - "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ - "Não são permitidas várias extensões de ficheiros para upload em colunas. Certifique-se de que todos os ficheiros têm a mesma extensão." - ], - "Multiple filtering": ["Filtragem múltipla"], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "São aceitos vários formatos, consulte a biblioteca Python geopy.points para mais detalhes" + "Source / Target": ["Fonte / Alvo"], + "Choose a source and a target": ["Escolha uma fonte e um alvo"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "Limitar as linhas pode resultar em dados incompletos e gráficos errôneos. Em vez disso, considere filtrar ou agrupar nomes de origem/destino." ], - "Multiplier": ["Multiplicador"], - "Must be unique": ["Deve ser único"], - "Must choose either a chart or a dashboard": [ - "Deve escolher um gráfico ou um painel" + "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.": [ + "Visualiza o fluxo de valores de diferentes grupos por meio de diferentes estágios de um sistema. Novos estágios no pipeline são visualizados como nós ou camadas. A espessura das barras ou bordas representa a métrica que está sendo visualizada." ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Deve ter uma coluna [Agrupar por] para ter 'count' como [Rótulo]" + "Demographics": ["Demografia"], + "Survey Responses": ["Respostas da pesquisa"], + "Sankey Diagram": ["Diagrama Sankey"], + "Percentages": ["Porcentagens"], + "Sankey Diagram with Loops": ["Diagrama Sankey com Loops"], + "Country Field Type": ["Tipo de campo País"], + "Full name": ["Nome completo"], + "code International Olympic Committee (cioc)": [ + "código Comitê Olímpico Internacional (cioc)" ], - "Must have at least one numeric column specified": [ - "Deve ter pelo menos uma coluna numérica especificada" + "code ISO 3166-1 alpha-2 (cca2)": ["código ISO 3166-1 alpha-2 (cca2)"], + "code ISO 3166-1 alpha-3 (cca3)": ["código ISO 3166-1 alpha-3 (cca3)"], + "The country code standard that Superset should expect to find in the [country] column": [ + "O código de país padrão que o Superset deve esperar encontrar na coluna [country]" ], - "Must provide credentials for the SSH Tunnel": [ - "Forneça credenciais para o Túnel SSH" + "Show Bubbles": ["Mostrar bolhas"], + "Whether to display bubbles on top of countries": [ + "Se deseja exibir bolhas na parte superior dos países" ], - "Must specify a value for filters with comparison operators": [ - "Deve especificar um valor para filtros com operadores de comparação" + "Max Bubble Size": ["Tamanho máximo da bolha"], + "Color by": ["Cor por"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "Escolha se um país deve ser sombreado pela métrica ou se lhe deve ser atribuída uma cor com base numa paleta de cores categóricas" ], - "My beautiful colors": ["As minhas lindas cores"], - "My column": ["Minha coluna"], - "My metric": ["Minha métrica"], - "N/A": ["N/D"], - "NOT GROUPED BY": ["NÃO AGRUPADO POR"], - "NOV": ["NOV"], - "NOW": ["AGORA"], - "NUMERIC": ["NUMÉRICO"], - "Name": ["Nome"], - "Name is required": ["O nome é obrigatório"], - "Name must be unique": ["O nome deve ser único"], - "Name of table to be created from columnar data.": [ - "Nome da tabela a ser criada a partir de dados colunares." + "Country Column": ["Coluna do país"], + "Metric that defines the size of the bubble": [ + "Métrica que define o tamanho da bolha" ], - "Name of table to be created from excel data.": [ - "Nome da tabela a ser criada a partir dos dados do Excel." + "Bubble Color": ["Cor da bolha"], + "Country Color Scheme": ["Esquema de cores do país"], + "A map of the world, that can indicate values in different countries.": [ + "Um mapa do mundo, que pode indicar valores em diferentes países." ], - "Name of table to be created with CSV file": [ - "Nome da tabela a ser criada com o arquivo CSV" + "Multi-Dimensions": ["Multidimensões"], + "Multi-Variables": ["Multi-Variáveis"], + "Popular": ["Popular"], + "deck.gl charts": ["gráficos do deck.gl"], + "Pick a set of deck.gl charts to layer on top of one another": [ + "Escolha um conjunto de gráficos deck.gl para colocar em camadas uns sobre os outros" ], - "Name of the column containing the id of the parent node": [ - "Nome da coluna que contém o id do nó pai" + "Select charts": ["Selecionar gráficos"], + "Error while fetching charts": ["Erro ao buscar gráficos"], + "Compose multiple layers together to form complex visuals.": [ + "Compor várias camadas para formar imagens complexas." ], - "Name of the id column": ["Nome da coluna id"], - "Name of the source nodes": ["Nome dos nós de origem"], - "Name of the table that exists in the source database": [ - "Nome da tabela que existe no banco de dados de origem" + "deck.gl Multiple Layers": ["deck.gl Múltiplas camadas"], + "deckGL": ["deckGL"], + "Start Longitude & Latitude": ["Longitude e latitude iniciais"], + "Point to your spatial columns": ["Apontar para as colunas espaciais"], + "End Longitude & Latitude": ["Longitude e latitude finais"], + "Arc": ["Arco"], + "Target Color": ["Cor do alvo"], + "Color of the target location": ["Cor do local de destino"], + "Categorical Color": ["Cor categórica"], + "Pick a dimension from which categorical colors are defined": [ + "Escolha uma dimensão a partir da qual as cores categóricas são definidas" ], - "Name of the target nodes": ["Nome dos nós de destino"], - "Name your database": ["Nome do seu banco de dados"], - "Need help? Learn how to connect your database": [ - "Precisa de ajuda? Aprenda como conectar seu banco de dados" + "Stroke Width": ["Largura do traço"], + "Advanced": ["Avançado"], + "Plot the distance (like flight paths) between origin and destination.": [ + "Plota a distância (como rotas de voo) entre origem e destino." ], - "Need help? Learn more about": ["Precisa de ajuda? Saiba mais sobre"], - "Network error": ["Erro de rede"], - "Network error.": ["Erro de rede."], - "New chart": ["Novo gráfico"], - "New columns added: %s": ["Novas colunas adicionadas: %s"], - "New dataset": ["Novo conjunto de dados"], - "New dataset name": ["Novo nome do conjunto de dados"], - "New header": ["Novo cabeçalho"], - "New tab": ["Nova aba"], - "New tab (Ctrl + q)": ["Nova guia (Ctrl + q)"], - "New tab (Ctrl + t)": ["Nova guia (Ctrl + t)"], - "Next": ["Próximo"], - "Nightingale Rose Chart": ["Gráfico Nightingale Rose"], - "No": ["Não"], - "No %s yet": ["Sem %s ainda"], - "No Data": ["Sem dados"], - "No Results": ["Sem resultados"], - "No annotation layers": ["Nenhuma camada de anotação"], - "No annotation layers yet": ["Sem camadas de anotação ainda"], - "No annotation yet": ["Sem anotação ainda"], - "No applied filters": ["Nenhum filtro aplicado"], - "No available filters.": ["Não há filtros disponíveis."], - "No charts": ["Sem gráficos"], - "No charts yet": ["Ainda não há gráficos"], - "No columns found": ["Nenhuma coluna encontrada"], - "No compatible columns found": [ - "Não foram encontradas colunas compatíveis" + "deck.gl Arc": ["deck.gl Arc"], + "3D": ["3D"], + "Web": ["Rede"], + "The function to use when aggregating points into groups": [ + "A função para usar quando agregar pontos em grupos" ], - "No compatible datasets found": [ - "Não foram encontrados conjuntos de dados compatíveis" + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], - "No compatible schema found": [ - "Nenhum esquema compatível foi encontrado" + "Weight": ["Peso"], + "Metric used as a weight for the grid's coloring": [ + "Métrica usada como peso para coloração de grid" ], - "No dashboards yet": ["Ainda não há painéis"], - "No data": ["Sem dados"], - "No data after filtering or data is NULL for the latest time record": [ - "Não há dados após a filtragem ou os dados são NULL para o último registo de tempo" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "" ], - "No data in file": ["Não há dados no arquivo"], - "No databases match your search": [ - "Nenhum banco de dados corresponde a sua pesquisa" - ], - "No description available.": ["Nenhuma descrição disponível."], - "No entities have this tag currently assigned": [""], - "No filter": ["Sem filtro"], - "No filter is selected.": ["Nenhum filtro selecionado."], - "No filters": ["Sem filtros"], - "No filters are currently added to this dashboard.": [ - "Nenhum filtro foi adicionado a esse painel no momento." - ], - "No form settings were maintained": [ - "Nenhuma configuração de formulário foi mantida" - ], - "No global filters are currently added": [ - "Nenhum filtro global está atualmente adicionado" - ], - "No matching records found": [ - "Não foram encontrados registros correspondentes" - ], - "No of Bins": ["Número de lixeiras"], - "No recents yet": ["Ainda não há registros"], - "No records found": ["Não foram encontrados registos"], - "No results": ["Nenhum resultado"], - "No results found": ["Não foram encontrados resultados"], - "No results match your filter criteria": [ - "Nenhum resultado corresponde aos seus critérios de filtragem" - ], - "No results were returned for this query": [ - "Não foram apresentados resultados para esta consulta" - ], - "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.": [ - "Não foram apresentados resultados para esta consulta. Se esperava que fossem devolvidos resultados, certifique-se de que todos os filtros estão corretamente configurados e que a fonte de dados contém dados para o intervalo de tempo selecionado." + "Spatial": ["Espacial"], + "GeoJson Settings": ["Configurações de GeoJson"], + "Point Radius Scale": ["Escala do Raio do ponto"], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "O GeoJsonLayer recebe dados formatados em GeoJSON e apresenta-os como polígonos, linhas e pontos interativos (círculos, ícones e/ou textos)." ], - "No rows were returned for this dataset": [ - "Não foram devolvidas linhas para este conjunto de dados" + "deck.gl Geojson": ["deck.gl Geojson"], + "Longitude and Latitude": ["Longitude e Latitude"], + "Height": ["Altura"], + "Metric used to control height": [ + "Métrica utilizada para controlar a altura" ], - "No samples were returned for this dataset": [ - "Não foram devolvidas amostras para este conjunto de dados" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Visualize dados geoespaciais como edifícios, paisagens ou objetos em 3D na visualização em grade." ], - "No saved expressions found": ["Nenhuma expressão salva foi encontrada"], - "No saved metrics found": ["Nenhuma métrica salva foi encontrada"], - "No saved queries yet": ["Ainda não há consultas salvas"], - "No stored results found, you need to re-run your query": [ - "Não foram encontrados resultados armazenados, é necessário executar novamente a consulta" + "deck.gl Grid": ["deck.gl Grid"], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" ], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Não foi encontrada tal coluna. Para filtrar uma métrica, experimente a aba SQL personalizado." + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": ["Função de agregação dinâmica"], + "variance": ["variação"], + "deviation": ["desvio"], + "p1": ["p1"], + "p5": ["p5"], + "p95": ["p95"], + "p99": ["p99"], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Sobrepõe uma grade hexagonal em um mapa e agrega dados dentro do limite de cada célula." ], - "No table columns": ["Nenhuma coluna da tabela"], - "No temporal columns found": ["Não foram encontradas colunas temporais"], - "No time columns": ["Sem colunas de tempo"], - "No validator found (configured for the engine)": [ - "Sem validador encontrado (configurado para o motor)" + "deck.gl 3D Hexagon": ["deck.gl Hexágono 3D"], + "Polyline": ["Polilinha"], + "Visualizes connected points, which form a path, on a map.": [ + "Visualiza pontos conectados, que formam um caminho, em um mapa." ], - "Node label position": ["Posição do rótulo do nó"], - "Node select mode": ["Modo de seleção de nó"], - "Node size": ["Tamanho do nó"], - "None": ["Nenhum"], - "None -> Arrow": ["Nenhum -> Seta"], - "None -> None": ["Nenhum -> Nenhum"], - "Normal": ["Normal"], - "Normalize Across": ["Normalizar em"], - "Normalized": ["Normalizado"], - "Not Time Series": ["Não é uma série temporal"], - "Not added to any dashboard": ["Não adicionado a nenhum painel"], - "Not available": ["Não disponível"], - "Not equal to (≠)": ["Diferente de (≠)"], - "Not in": ["Não está em"], - "Not null": ["Não nulo"], - "Not triggered": ["Não acionado"], - "Not up to date": ["Não atualizado"], - "Nothing triggered": ["Nada foi acionado"], - "Notification method": ["Método de notificação"], - "November": ["Novembro"], - "Now": ["Agora"], - "Null Values": ["Valores nulos"], - "Null imputation": ["Imputação nula"], - "Null or Empty": ["Nulo ou Vazio"], - "Null values": ["Valores nulos"], - "Number Format": ["Formato do número"], - "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.": [ - "Limites numéricos utilizados para a codificação de cores de vermelho para azul.\n Inverta os números de azul para vermelho. Para obter vermelho ou azul puro,\n pode introduzir apenas o mínimo ou o máximo." + "deck.gl Path": ["deck.gl Path"], + "Polygon Column": ["Coluna de polígono"], + "Polygon Encoding": ["Codificação de polígonos"], + "Elevation": ["Elevação"], + "Polygon Settings": ["Configurações de polígono"], + "Opacity, expects values between 0 and 100": [ + "Opacidade, espera valores entre 0 e 100" ], - "Number format": ["Formato numérico"], - "Number format string": ["String de formato de número"], "Number of buckets to group data": [ "Número de compartimentos para agrupar dados" ], - "Number of decimal digits to round numbers to": [ - "Número de dígitos decimais para arredondar os números" - ], - "Number of decimal places with which to display lift values": [ - "Número de casas decimais para exibir valores de elevação" - ], - "Number of decimal places with which to display p-values": [ - "Número de casas decimais para exibir valores-p" - ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "" - ], - "Number of periods to ratio against": [ - "Número de períodos para razão contra" + "How many buckets should the data be grouped in.": [ + "Em quantos compartimentos devem ser agrupados os dados." ], - "Number of rows of file to read": [ - "Número de linhas do arquivo a ser lido" + "Bucket break points": ["Pontos de quebra de balde"], + "List of n+1 values for bucketing metric into n buckets.": [ + "Lista de n+1 valores para a métrica de agrupamento em n agrupamentos." ], - "Number of rows of file to read.": [ - "Número de linhas do arquivo a ser lido." + "Emit Filter Events": ["Emitir eventos de filtro"], + "Whether to apply filter when items are clicked": [ + "Se o filtro deve ser aplicado quando os itens são clicados" ], - "Number of rows to skip at start of file": [ - "Número de linhas a serem ignoradas no início do arquivo" + "Multiple filtering": ["Filtragem múltipla"], + "Allow sending multiple polygons as a filter event": [ + "Permitir o envio de vários polígonos como um evento de filtro" ], - "Number of rows to skip at start of file.": [ - "Número de linhas para pular no início do arquivo." + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Visualiza áreas geográficas de seus dados como polígonos em um mapa renderizado do Mapbox. Os polígonos podem ser coloridos usando uma métrica." ], - "Number of split segments on the axis": [ - "Número de segmentos divididos no eixo" + "deck.gl Polygon": ["deck.gl Polígono"], + "Category": ["Categoria"], + "Point Size": ["Tamanho do ponto"], + "Point Unit": ["Unidade de ponto"], + "Square meters": ["Metros quadrados"], + "Square kilometers": ["Quilômetros quadrados"], + "Square miles": ["Milhas quadradas"], + "Radius in meters": ["Raio em metros"], + "Radius in kilometers": ["Raio em quilômetros"], + "Radius in miles": ["Raio em milhas"], + "Minimum Radius": ["Raio Mínimo"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Tamanho mínimo do raio do círculo, em pixels. À medida que o nível de zoom muda, isto assegura que o círculo respeita este raio mínimo." ], - "Number of steps to take between ticks when displaying the X scale": [ - "Número de passos a dar entre os tiques ao apresentar a escala X" + "Maximum Radius": ["Raio Máximo"], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "Tamanho máximo do raio do círculo, em pixels. À medida que o nível de zoom muda, isto assegura que o círculo respeite este raio máximo." ], - "Number of steps to take between ticks when displaying the Y scale": [ - "Número de passos a dar entre os tiques ao apresentar a escala Y" + "Point Color": ["Cor do ponto"], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Um mapa que mostra círculos de renderização com um raio variável em coordenadas de latitude/longitude" ], - "Numerical range": ["Faixa numérica"], - "OCT": ["OUT"], - "OK": ["OK"], - "OVERWRITE": ["SOBRESCREVER"], - "October": ["Outubro"], - "Offline": ["Offline"], - "Offset": ["Deslocamento"], - "On Grace": ["Na Graça"], - "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ - "Uma ou várias colunas para agrupar. Os agrupamentos de elevada cardinalidade devem incluir um limite de séries para limitar o número de séries obtidas e processadas." + "deck.gl Scatterplot": ["deck.gl Gráfico de dispersão"], + "Grid": ["Grade"], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Agrega dados dentro dos limites das células do grid e mapeia os valores agregados para uma escala de cores dinâmica" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Um ou vários controles para agrupar. Em caso de agrupamento, as colunas de latitude e longitude devem estar presentes." + "deck.gl Screen Grid": ["deck.gl Grade de tela"], + "For more information about objects are in context in the scope of this function, refer to the": [ + "Para mais informações sobre os objetos que estão no contexto do escopo dessa função, consulte para o" ], - "One or many controls to pivot as columns": [ - "Um ou mais controles a dinamizar como colunas" + "This functionality is disabled in your environment for security reasons.": [ + "Essa funcionalidade está desativada em seu ambiente por motivos de segurança." ], - "One or many metrics to display": ["Uma ou muitos 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" + "Ignore null locations": ["Ignorar localizações nulas"], + "Whether to ignore locations that are null": [ + "Se devem ser ignorados os locais que são nulos" ], - "One or more columns do not exist": ["Um 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": [ - "Um ou mais métricas estão duplicadas" + "Auto Zoom": ["Zoom automático"], + "When checked, the map will zoom to your data after each query": [ + "Quando marcada, o mapa será ampliado para seus dados após cada consulta" ], - "One or more metrics do not exist": ["Um ou mais métricas não existem"], - "One or more parameters needed to configure a database are missing.": [ - "Um ou mais parâmetros necessários para configurar um banco de dados estão faltando." + "Select a dimension": ["Selecione uma dimensão"], + "Extra data for JS": ["Dados extras para JS"], + "List of extra columns made available in JavaScript functions": [ + "Lista de colunas extra disponibilizadas em funções JavaScript" ], - "One or more parameters specified in the query are missing.": [ - "Um ou mais parâmetros especificados na consulta estão faltando." + "JavaScript data interceptor": ["Interceptador de dados JavaScript"], + "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ + "Defina uma função javascript que receba a matriz de dados utilizada na visualização e que deva devolver uma versão modificada dessa matriz. Esta pode ser utilizada para alterar as propriedades dos dados, filtrar ou enriquecer a matriz." ], - "One ore more annotation layers failed loading.": [ - "Falha no carregamento de uma ou mais camadas de anotação." + "JavaScript tooltip generator": [ + "Gerador de dicas de ferramentas JavaScript" ], - "Only SELECT statements are allowed against this database.": [ - "Somente comandos SELECT são permitidos nesse banco de dados." + "Define a function that receives the input and outputs the content for a tooltip": [ + "Definir uma função que receba a entrada e produza o conteúdo de uma dica de ferramenta" ], - "Only Total": ["Apenas Total"], - "Only `SELECT` statements are allowed": [ - "Apenas instruções `SELECT` são permitidas" + "JavaScript onClick href": ["JavaScript onClick href"], + "Define a function that returns a URL to navigate to when user clicks": [ + "Definir uma função que devolve um URL para onde navegar quando o usuário clicar" ], - "Only selected panels will be affected by this filter": [ - "Apenas os painéis selecionados serão afetados por este filtro" + "Legend Format": ["Formato de legenda"], + "Choose the format for legend values": [ + "Escolha o formato dos valores de legenda" ], - "Only show the total value on the stacked chart, and not show on the selected category": [ - "Mostrar apenas o valor total no gráfico empilhado, e não mostrar na categoria selecionada" + "Legend Position": ["Posição da legenda"], + "Choose the position of the legend": [ + "Choose the position of the legend" ], - "Only single queries supported": ["Só são suportadas consultas únicas"], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Só as seguintes extensões de arquivo são permitidas: %(allowed_extensions)s" + "Top left": ["Superior esquerdo"], + "Top right": ["Superior direito"], + "Bottom left": ["Parte inferior esquerda"], + "Bottom right": ["Parte inferior direita"], + "Lines column": ["Coluna de linhas"], + "The database columns that contains lines information": [ + "As colunas do banco de dados que contêm informações sobre as linhas" ], - "Oops! An error occurred!": ["Ops! Ocorreu um erro!"], - "Opacity": ["Opacidade"], - "Opacity of Area Chart. Also applies to confidence band.": [ - "Opacidade do gráfico de áreas. Também se aplica à banda de confiança." - ], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Opacidade de todos os clusters, pontos e rótulos. Entre 0 e 1." + "Line width": ["Largura da linha"], + "The width of the lines": ["A largura das linhas"], + "Fill Color": ["Cor de preenchimento"], + "Stroke Color": ["Cor do traço"], + "Filled": ["Preenchido"], + "Whether to fill the objects": ["Se os objetos devem ser preenchidos"], + "Stroked": ["Tracejado"], + "Whether to display the stroke": ["Se o traço deve ser exibido"], + "Extruded": ["Extrudados"], + "Whether to make the grid 3D": ["Se a grade deve ser 3D"], + "Grid Size": ["Tamanho da grade"], + "Defines the grid size in pixels": ["Define o tamanho do grid em pixels"], + "Parameters related to the view and perspective on the map": [ + "Parâmetros relacionados com a visão e a perspectiva no mapa" ], - "Opacity of area chart.": ["Opacidade do gráfico de área."], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" + "Longitude & Latitude": ["Longitude e Latitude"], + "Fixed point radius": ["Raio do ponto fixo"], + "Multiplier": ["Multiplicador"], + "Factor to multiply the metric by": [ + "Fator para multiplicar a métrica por" ], - "Opacity, expects values between 0 and 100": [ - "Opacidade, espera valores entre 0 e 100" + "Lines encoding": ["Codificação de linhas"], + "The encoding format of the lines": ["The encoding format of the lines"], + "geohash (square)": ["geohash (quadrado)"], + "Reverse Lat & Long": ["Lat. e Long. invertidos"], + "GeoJson Column": ["Coluna GeoJson"], + "Select the geojson column": ["Selecione a coluna geojson"], + "Right Axis Format": ["Formato do eixo direito"], + "Show Markers": ["Mostrar Marcadores"], + "Show data points as circle markers on the lines": [ + "Mostrar pontos de dados como marcadores de círculos nas linhas" ], - "Open Datasource tab": ["Abrir aba 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.": [ - "Operar o banco de dados em modo assíncrono, o que significa que as consultas são executadas em workers remotos e não no próprio servidor Web. Isso pressupõe que você tenha uma configuração do Celery worker, bem como um backend de resultados. Consulte os documentos de instalação para obter mais informações." + "Y bounds": ["Limites Y"], + "Whether to display the min and max values of the Y-axis": [ + "Se devem ser exibidos os valores mínimo e máximo do eixo Y" ], - "Operator": ["Operador"], - "Operator undefined for aggregator: %(name)s": [ - "Operador indefinido para o agregador: %(name)s" + "Y 2 bounds": ["Y 2 limites"], + "Line Style": ["Estilo da linha"], + "linear": ["linear"], + "basis": ["base"], + "cardinal": ["cardeal"], + "monotone": ["monótono"], + "step-before": ["passo-anteerior"], + "step-after": ["etapa seguinte"], + "Line interpolation as defined by d3.js": [ + "Linha interpolação conforme definido por d3.js" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Conteúdo CA_BUNDLE opcional para validar pedidos HTTPS. Apenas disponível em determinados motores de banco de dados." + "Show Range Filter": ["Mostrar filtro de intervalo"], + "Whether to display the time range interactive selector": [ + "Se deve ser exibido o seletor interativo de intervalo de tempo" ], - "Optional d3 date format string": [ - "Cadeia de caracteres opcional de formato de data d3" + "Extra Controls": ["Controles extras"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Se deve ou não mostrar controles extras. Os controles extras incluem coisas como a criação de gráficos mulitBar empilhados ou lado a lado." ], - "Optional d3 number format string": [ - "String opcional de formato de número d3" + "X Tick Layout": ["X Tick Layout"], + "flat": ["plano"], + "staggered": ["escalonado"], + "The way the ticks are laid out on the X-axis": [ + "O modo como os ticks são dispostos no eixo X" ], - "Optional name of the data column.": [ - "Nome opcional da coluna de dados." + "X Axis Format": ["Formato do eixo X"], + "Y Log Scale": ["Escala logarítmica Y"], + "Use a log scale for the Y-axis": [ + "Use uma escala logarítmica para o eixo Y" ], - "Optional warning about use of this metric": [ - "Aviso opcional sobre o uso dessa métrica" + "Y Axis Bounds": ["Limites do 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 em branco, os limites são definidos dinamicamente com base no mínimo/máximo dos dados. Observe que esse recurso vai apenas expandir o intervalo do eixo. Não vai reduzir a extensão dos dados." ], - "Options": ["Opções"], - "Or choose from a list of other databases we support:": [ - "Ou escolha a partir de uma lista de outros bancos de dados que suportamos:" + "Y Axis 2 Bounds": ["Eixo Y 2 Limites"], + "X bounds": ["Limites X"], + "Whether to display the min and max values of the X-axis": [ + "Se devem ser exibidos os valores mínimo e máximo do eixo X" ], - "Order by entity id": ["Pedido por id da entidade"], - "Order results by selected columns": [ - "Ordenar resultados por colunas selecionadas" + "Bar Values": ["Valores de barra"], + "Show the value on top of the bar": [ + "Mostrar o valor na parte superior da barra" ], - "Ordering": ["Pedidos"], - "Orientation": ["Orientação"], - "Orientation of bar chart": ["Orientação do gráfico de barras"], - "Orientation of filter bar": ["Orientação de barra de filtro"], - "Orientation of tree": ["Orientação da árvore"], - "Original": ["Original"], - "Original table column order": ["Ordem das colunas da tabela original"], - "Original value": ["Valor original"], - "Orthogonal": ["Ortogonal"], - "Other": ["Outro"], - "Outdoors": ["Ao ar livre"], - "Outer Radius": ["Raio Exterior"], - "Outer edge of Pie chart": ["Borda externa do gráfico de pizza"], - "Overlap": ["Sobreposição"], - "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 um ou mais séries temporais de um período de tempo relativo. Espera deltas de tempo relativo em linguagem natural (exemplo: 24 horas, 7 dias , 52 semanas , 365 dias). Livre texto é suportado." + "Stacked Bars": ["Barras empilhadas"], + "Reduce X ticks": ["Reduzir 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.": [ + "Reduz o número de ticks do eixo X a serem processados. Se verdadeiro, o eixo X não transbordará e os rótulos podem estar ausentes. Se falso, será aplicada uma largura mínima às colunas e a largura pode transbordar para um deslocamento horizontal." ], - "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 uma ou mais séries temporais de um período de tempo relativo. Espera deltas de tempo relativos em linguagem natural (exemplo: 24 horas, 7 dias, 52 semanas, 365 dias). Há suporte para texto livre." + "You cannot use 45° tick layout along with the time range filter": [ + "Não é possível usar o layout de ticks de 45° junto com o filtro de intervalo de tempo" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ - "Sobrepõe uma grade hexagonal em um mapa e agrega dados dentro do limite de cada célula." + "Stacked Style": ["Estilos empilhados"], + "stack": ["pilha"], + "stream": ["fluxo"], + "expand": ["expandir"], + "Evolution": ["Evolução"], + "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ + "Um gráfico de séries temporais que visualiza como uma métrica relacionada de vários grupos varia ao longo do tempo. Cada grupo é visualizado usando uma cor diferente." ], - "Override time range": ["Intervalo de tempo de substituição"], - "Overwrite": ["Sobrescrever"], - "Overwrite & Explore": ["Sobrescrever & Explorar"], - "Overwrite Dashboard [%s]": ["Substituir o Painel [%s]"], - "Overwrite Duplicate Columns": ["Substituir colunas duplicadas"], - "Overwrite existing": ["Sobrescrever existente"], - "Overwrite text in the editor with a query on this table": [ - "Substituir o texto no editor por uma consulta nesta tabela" + "Stretched style": ["Estilo alongado"], + "Stacked style": ["Estilos empilhados"], + "Video game consoles": ["Consoles de videogame"], + "Vehicle Types": ["Tipos de veículos"], + "Time-series Area Chart (legacy)": ["Gráfico de área (legado)"], + "Continuous": ["Contínuo"], + "Line": ["Linha"], + "nvd3": ["nvd3"], + "Series Limit Sort By": ["Limite da série Ordenar por"], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Métrica utilizada para ordenar o limite se estiver presente um limite de série. Se não for definida, reverte para a primeira métrica (quando apropriado)." ], - "Owned Created or Favored": ["Próprio Criado ou Favorecido"], - "Owner": ["Proprietário"], - "Owners": ["Proprietários"], - "Owners are invalid": ["Proprietários são 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." + "Series Limit Sort Descending": ["Limite da série Ordenação decrescente"], + "Whether to sort descending or ascending if a series limit is present": [ + "Se a classificação será decrescente ou crescente se houver um limite de série" ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Os proprietários são uma lista de usuários que podem alterar o painel. Pesquisável por nome ou nome de usuário." + "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 como uma métrica muda ao longo do tempo usando barras. Adicione um grupo por coluna para visualizar métricas de nível de grupo e como elas mudam ao longo do tempo." ], - "Page length": ["Comprimento da página"], - "Paired t-test Table": ["Tabela teste-t pareado"], - "Pandas resample method": ["Métodos de reamostragem do Pandas"], - "Pandas resample rule": ["Regra de reamostragem 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": [ - "Parâmetros relacionados com a visão e a perspectiva no mapa" + "Time-series Bar Chart (legacy)": [ + "Gráfico de barras de séries temporais (legado)" ], - "Parent": ["Pai"], - "Parse Dates": ["Analisar datas"], - "Part of a Whole": ["Parte de um Todo"], - "Partition Chart": ["Gráfico de partição"], - "Partition Diagram": ["Diagrama de partição"], - "Partition Limit": ["Limite de partição"], - "Partition Threshold": ["Limiar de partição"], - "Partitions whose height to parent height proportions are below this value are pruned": [ - "As partições cujas proporções entre a altura e a altura dos pais sejam inferiores a este valor são eliminadas" + "Bar": ["Barra"], + "Box Plot": ["Gráfico de caixa"], + "X Log Scale": ["Escala X Log"], + "Use a log scale for the X-axis": [ + "Use uma escala logarítmica para eixo X" ], - "Password": ["Senha"], - "Paste Private Key here": ["Cole a chave privada aqui"], - "Paste content of service credentials JSON file here": [ - "Colar aqui o conteúdo do arquivo JSON das credenciais de serviço" + "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.": [ + "Visualiza uma métrica em três dimensões de dados em um único gráfico (eixo X, eixo Y e tamanho da bolha). As bolhas do mesmo grupo podem ser exibidas usando a cor da bolha." ], - "Paste the shareable Google Sheet URL here": [ - "Colar o URL compartilhável da Planilha Google aqui" + "Ranges": ["Faixas"], + "Ranges to highlight with shading": [ + "Intervalos a destacar com sombreamento" ], - "Pattern": ["Padrão"], - "Percent Change": ["Variação percentual"], - "Percentage": ["Porcentagem"], - "Percentage change": ["Variação percentual"], - "Percentage metrics": ["Métricas de porcentagem"], - "Percentage threshold": ["Limiar da Porcentagem"], - "Percentages": ["Porcentagens"], - "Performance": ["Desempenho"], - "Period average": ["Média do período"], - "Periods": ["Períodos"], - "Periods must be a whole number": [ - "Os períodos devem ser um número inteiro" + "Range labels": ["Rótulos de intervalo"], + "Labels for the ranges": ["Rótulos para os intervalos"], + "Markers": ["Marcadores"], + "List of values to mark with triangles": [ + "Lista de valores para marcar com triângulos" ], - "Person or group that has certified this chart.": [ - "Pessoa ou grupo que certificou este gráfico." + "Marker labels": ["Rótulos de marcadores"], + "Labels for the markers": ["Rótulos para o marcadores"], + "Marker lines": ["Linhas de marcação"], + "List of values to mark with lines": [ + "Lista de valores a marcar com linhas" ], - "Person or group that has certified this dashboard.": [ - "Pessoa ou grupo que certificou esse painel." + "Marker line labels": ["Rótulos de linhas de marcação"], + "Labels for the marker lines": ["Rótulos para o marcador linhas"], + "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.": [ + "Apresenta o progresso de uma única métrica em relação a um determinado objetivo. Quanto mais elevado for o preenchimento, mais próxima está a métrica do objetivo." ], - "Person or group that has certified this metric": [ - "Pessoa ou grupo que certificou esta métrica" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Visualiza muitos objetos de séries temporais diferentes em um único gráfico. Esse gráfico está sendo descontinuado e, em vez dele, recomendamos o uso do gráfico de série temporal." ], - "Physical": ["Físico"], - "Physical (table or view)": ["Físico (tabela ou view)"], - "Physical dataset": ["Conjunto de dados físicos"], - "Pick a dimension from which categorical colors are defined": [ - "Escolha uma dimensão a partir da qual as cores categóricas são definidas" + "Time-series Percent Change": ["Variação percentual da série temporal"], + "Sort Bars": ["Barras de classificação"], + "Sort bars by x labels.": ["Ordenar as barras por rótulos x."], + "Breakdowns": ["Desmembramentos"], + "Defines how each series is broken down": [ + "Define como cada série é decomposta" ], - "Pick a metric for x, y and size": [ - "Escolha uma métrica para x, y e tamanho" + "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.": [ + "Compara métricas de diferentes categorias usando barras. Os comprimentos das barras são utilizados para indicar a magnitude de cada valor e a cor é utilizada para diferenciar os grupos." ], - "Pick a metric to display": ["Escolha uma métrica para exibir"], - "Pick a name to help you identify this database.": [ - "Escolha um nome para te ajudar identificar esse banco de dados." - ], - "Pick a nickname for how the database will display in Superset.": [ - "Escolha um apelido para a forma como o banco de dados será exibido no Superset." - ], - "Pick a set of deck.gl charts to layer on top of one another": [ - "Escolha um conjunto de gráficos deck.gl para colocar em camadas uns sobre os outros" + "Bar Chart (legacy)": ["Gráfico de barras (legado)"], + "Additive": ["Aditivo"], + "Propagate": ["Propagar"], + "Send range filter events to other charts": [ + "Enviar filtro de intervalo eventos para outro gráficos" ], - "Pick a title for you annotation.": [ - "Escolha um título para a sua anotação." + "Classic chart that visualizes how metrics change over time.": [ + "Gráfico clássico que visualiza como as métricas mudam ao longo do tempo." ], - "Pick at least one field for [Series]": [ - "Escolha no ao menos um campo para [Série]" + "Battery level over time": ["Nível da bateria ao longo do tempo"], + "Time-series Line Chart (legacy)": ["Gráfico de linhas (herdado)"], + "Label Type": ["Tipo de rótulo"], + "Category Name": ["Nome da categoria"], + "Value": ["Valor"], + "Percentage": ["Porcentagem"], + "Category and Value": ["Categoria e valor"], + "Category and Percentage": ["Categoria e Porcentagem"], + "Category, Value and Percentage": ["Categoria, Valor e Porcentagem"], + "What should be shown on the label?": ["O que deve constar no rótulo?"], + "Donut": ["Rosquinha"], + "Do you want a donut or a pie?": ["Você quer um donut ou uma torta?"], + "Show Labels": ["Mostrar rótulos"], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "Se deseja exibir os rótulos. Observe que o rótulo só é exibido quando o limite é de 5%." ], - "Pick at least one metric": ["Escolha ao menos uma métrica"], - "Pick exactly 2 columns as [Source / Target]": [ - "Escolha exatamente 2 colunas como [Origem / Destino]" + "Put labels outside": ["Colocar rótulos no exterior"], + "Put the labels outside the pie?": ["Colocar o rótulos fora a torta?"], + "Frequency": ["Frequência"], + "Year (freq=AS)": ["Ano (freq=AS)"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 semanas iniciando Segunda-feira (freq=52S-SEG)" ], - "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.": [ - "Selecione uma ou mais colunas que devem ser mostradas na anotação. Se não selecionar uma coluna, todas as colunas serão mostradas." + "1 week starting Sunday (freq=W-SUN)": [ + "1 semana com início na Domingo (freq=S-DOM)" ], - "Pick your favorite markup language": [ - "Escolha sua linguagem de marcação favorita" + "1 week starting Monday (freq=W-MON)": [ + "1 semana com início na Segunda-feira (freq=S-SEG)" ], - "Pie Chart": ["Gráfico de pizza"], - "Pie shape": ["Formato de torta"], - "Pin": ["Pino"], - "Pivot Table": ["Tabela Pivô"], - "Pivot operation must include at least one aggregate": [ - "A operação de pivotagem deve incluir pelo menos um agregado" + "Day (freq=D)": ["Dia (freq=D)"], + "4 weeks (freq=4W-MON)": ["4 semanas (freq=4S-SEG)"], + "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 periodicidade sobre a qual o tempo será dinamizado. Os usuários podem fornecer um alias de deslocamento \"Pandas\".\n Clique no balão de informações para obter mais detalhes sobre as expressões \"freq\" aceitas." ], - "Pivot operation requires at least one index": [ - "A operação de pivotagem requer em ao menos um índice" + "Time-series Period Pivot": ["Pivô de período de série temporal"], + "Formula": ["Fórmula"], + "Event": ["Evento"], + "Interval": ["Intervalo"], + "Stack": ["Pilha"], + "Stream": ["Fluxo"], + "Expand": ["Expandir"], + "Show legend": ["Mostrar legenda"], + "Whether to display a legend for the chart": [ + "Se deve ser exibida uma legenda para o gráfico" ], - "Pivoted": ["Pivotado"], - "Pixel height of each series": ["Altura do pixel de cada série"], - "Pixels": ["Pixels"], + "Margin": ["Margem"], + "Additional padding for legend.": ["Preenchimento adicional da legenda."], + "Scroll": ["Rolagem"], "Plain": ["Simples"], - "Please check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "Verifique a sua consulta e confirme se todos os parâmetros do modelo estão entre parênteses duplos, por exemplo, \"{{ ds }}\". Em seguida , tente executar sua consulta novamente." - ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Verifique se há erros de sintaxe na consulta ou perto de \"%(error_sintaxe)s \". Em seguida , tente executar sua consulta novamente." + "Legend type": ["Tipo de legenda"], + "Orientation": ["Orientação"], + "Bottom": ["Parte inferior"], + "Right": ["Direito"], + "Legend Orientation": ["Orientação de legenda"], + "Show Value": ["Mostrar valor"], + "Show series values on the chart": [ + "Mostrar valores de série sobre o gráfico" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "Verifique se há erros de sintaxe na sua consulta \"%(erro_servidor)s \". Em seguida , tente executar sua consulta novamente." + "Stack series on top of each other": [ + "Empilhar séries umas sobre as outras" ], - "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.": [ - "Verifique se existem erros de sintaxe nos parâmetros do modelo e certifique-se de que correspondem à consulta SQL e aos parâmetros de definição. Em seguida, tente executar a consulta novamente." + "Only Total": ["Apenas Total"], + "Only show the total value on the stacked chart, and not show on the selected category": [ + "Mostrar apenas o valor total no gráfico empilhado, e não mostrar na categoria selecionada" ], - "Please choose at least one groupby": [ - "Escolha pelo menos um agrupar por" + "Percentage threshold": ["Limiar da Porcentagem"], + "Minimum threshold in percentage points for showing labels.": [ + "Limiar mínimo em pontos percentuais para mostrar as etiquetas." ], - "Please confirm": ["Por favor confirme"], - "Please confirm the overwrite values.": [ - "Por favor, confirme os valores de substituição." + "Rich tooltip": ["Dica avançada"], + "Shows a list of all series available at that point in time": [ + "Mostra uma lista de todas as séries disponíveis nesse ponto no tempo" ], - "Please enter a SQLAlchemy URI to test": [ - "Por favor insira um URI SQLAlchemy para teste" + "Tooltip time format": ["Formato de hora da dica de ferramenta"], + "Tooltip sort by metric": [ + "Classificação da dica de ferramenta por métrica" ], - "Please re-enter the password.": ["Por favor digite a senha novamente."], - "Please re-export your file and try importing again": [ - "Por favor reexportar seu arquivo e tente importar novamente" + "Whether to sort tooltip by the selected metric in descending order.": [ + "Se a dica de ferramenta deve ser classificada pela métrica selecionada em ordem decrescente." ], - "Please save the query to enable sharing": [ - "Por favor salvar a consulta para habilitar compartilhamento" + "Tooltip": ["Dica"], + "Sort Series By": ["Ordenar séries por"], + "Based on what should series be ordered on the chart and legend": [ + "Com base no que as séries devem ser ordenadas no gráfico e na legenda" ], - "Please save your chart first, then try creating a new email report.": [ - "Por favor primeiramente salvar seu gráfico, então tentar crir um novo relatório de e-mail." + "Sort Series Ascending": ["Ordenar séries em ordem crescente"], + "Sort series in ascending order": [ + "Ordenar as séries por ordem crescente" ], - "Please save your dashboard first, then try creating a new email report.": [ - "Por favor, salve primeiro o seu painel e, em seguida, tente criar um novo relatório de e-mail." + "Rotate x axis label": ["Rodar o rótulo do eixo x"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "O campo de entrada suporta uma rotação personalizada, por exemplo, 30 para 30°" ], - "Please select both a Dataset and a Chart type to proceed": [ - "Por favor selecionar um conjunto de dados e um tipo de gráfico para prosseguir" + "Series Order": ["Ordem da série"], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [ + "Último valor disponível visto em %s" ], - "Please use 3 different metric labels": [ - "Por favor, use 3 diferentes rótulos de métrica" + "Not up to date": ["Não atualizado"], + "No data": ["Sem dados"], + "No data after filtering or data is NULL for the latest time record": [ + "Não há dados após a filtragem ou os dados são NULL para o último registo de tempo" ], - "Plot the distance (like flight paths) between origin and destination.": [ - "Plota a distância (como rotas de voo) entre origem e destino." + "Try applying different filters or ensuring your datasource has data": [ + "Tente aplicar filtros diferentes ou garantir que sua fonte de dados tenha dados" ], - "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.": [ - "Plota os índices individuais para cada linha nos dados verticalmente e os vincula como uma linha. Este gráfico é útil para comparar várias métricas em todas as amostras ou linhas nos dados." + "Big Number Font Size": ["Tamanho da Fonte do Número Grande"], + "Tiny": ["Minúsculo"], + "Small": ["Pequeno"], + "Normal": ["Normal"], + "Large": ["Grande"], + "Huge": ["Enorme"], + "Subheader Font Size": ["Tamanho da fonte do subtítulo"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Plugins": ["Plugins"], - "Point Color": ["Cor do ponto"], - "Point Radius": ["Raio do ponto"], - "Point Radius Scale": ["Escala do Raio do ponto"], - "Point Radius Unit": ["Unidade de raio do ponto"], - "Point Size": ["Tamanho do ponto"], - "Point Unit": ["Unidade de ponto"], - "Point to your spatial columns": ["Apontar para as colunas espaciais"], - "Points": ["Pontos"], - "Points and clusters will update as the viewport is being changed": [ - "Pontos e clusters serão atualizados conforme a janela de exibição mude" + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Polygon Column": ["Coluna de polígono"], - "Polygon Encoding": ["Codificação de polígonos"], - "Polygon Settings": ["Configurações de polígono"], - "Polyline": ["Polilinha"], - "Popular": ["Popular"], - "Populate \"Default value\" to enable this control": [ - "Preencha \"Default value\" para ativar esse controle" + "Big Number with Time Period Comparison": [""], + "Display settings": ["Configurações de exibição"], + "Subheader": ["Subtítulo"], + "Description text that shows up below your Big Number": [ + "Texto descritivo que aparece abaixo do seu Número Grande" ], - "Population age data": ["Dados sobre a idade da população"], - "Port": ["Porta"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "A porta %(port)s no nome do host \"%(hostname)s\" recusou a conexão." + "Date format": ["Formato da data"], + "Force date format": ["Forçar o formato da data"], + "Use date formatting even when metric value is not a timestamp": [ + "Usar formatação de data mesmo quando o valor da métrica não for um carimbo de data/hora" ], - "Port out of range 0-65535": [""], - "Position JSON": ["Posição JSON"], - "Position of child node label on tree": [ - "Posição do rótulo do nó filho na árvore" + "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.": [ + "Apresenta uma única métrica em primeiro plano. Um número grande é melhor utilizado para chamar a atenção para um KPI ou para aquilo em que pretende que o seu público se concentre." ], - "Position of column level subtotal": [ - "Posição do subtotal ao nível da coluna" + "A Big Number": ["Um grande número"], + "With a subheader": ["Com um subtítulo"], + "Big Number": ["Número grande"], + "Comparison Period Lag": ["Lag do Período de comparação"], + "Based on granularity, number of time periods to compare against": [ + "Com base na granularidade, número de períodos de tempo para comparação" ], - "Position of intermediate node label on tree": [ - "Posição do rótulo do nó intermédio na árvore" + "Comparison suffix": ["Sufixo de comparação"], + "Suffix to apply after the percentage display": [ + "Sufixo para aplicar após a apresentação da percentagem" ], - "Position of row level subtotal": [ - "Posição do subtotal ao nível da linha" + "Show Timestamp": ["Mostrar Carimbo de data/hora"], + "Whether to display the timestamp": [ + "Se deve ser exibido o registro de data e hora" ], - "Powered by Apache Superset": ["Feito por Apache Superset"], - "Pre-filter available values": ["Valores disponíveis para o pré-filtro"], - "Pre-filter is required": ["É necessário um pré-filtro"], - "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 quando se vai buscar um valor distinto para preencher o componente de controle do filtro. Suporta a sintaxe do modelo jinja. Aplica-se apenas quando `Ativar seleção de filtro` está ativado." + "Show Trend Line": ["Mostrar Linha de Tendência"], + "Whether to display the trend line": [ + "Se a linha de tendência deve ser exibida" ], - "Predictive": ["Preditivo"], - "Predictive Analytics": ["Análise preditiva"], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Pré-visualização"], - "Preview: `%s`": ["Pré-visualização: `%s`"], - "Previous": ["Anterior"], - "Previous Line": ["Linha anterior"], - "Primary": ["Primário"], - "Primary Metric": ["Métrica primária"], - "Primary key": ["Chave primária"], - "Primary or secondary y-axis": ["Eixo y primário ou secundário"], - "Primary y-axis format": ["Formato do eixo y primário"], - "Private Key": ["Chave privada"], - "Private Key & Password": ["Chave privada e Senha"], - "Progress": ["Progresso"], - "Progressive": ["Progressivo"], - "Propagate": ["Propagar"], - "Proportional": ["Proporcional"], - "Public and privately shared sheets": [ - "Planilhas compartilhadas públicas e privadas" + "Start y-axis at 0": ["Iniciar o eixo y em 0"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Iniciar o eixo y em zero. Desmarque para iniciar o eixo y no valor mínimo dos dados." ], - "Publicly shared sheets only": [ - "Apenas Planilhas compartilhadas publicamente" + "Fix to selected Time Range": [ + "Corrigir para o intervalo de tempo selecionado" ], - "Published": ["Publicado"], - "Purple": ["Roxo"], - "Put labels outside": ["Colocar rótulos no exterior"], - "Put the labels outside of the pie?": [ - "Colocar rótulos no exterior da torta?" - ], - "Put the labels outside the pie?": ["Colocar o rótulos fora a torta?"], - "Put your code here": ["Coloque seu código here"], - "Python datetime string pattern": [ - "Padrão de String de data e hora em Python" + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Corrigir a linha de tendência para o intervalo de tempo completo especificado no caso dos resultados filtrados não incluírem as datas de início ou fim" ], - "QUERY DATA IN SQL LAB": ["CONSULTAR DADOS NO SQL LAB"], - "Quarter": ["Trimestre"], - "Quarters %s": ["Trimestres %s"], - "Queries": ["Consultas"], - "Query": ["Consulta"], - "Query %s: %s": ["Consulta %s: %s"], - "Query A": ["Consulta A"], - "Query B": ["Consulta B"], - "Query History": ["Histórico de consultas"], - "Query does not exist": ["A consulta não existe"], - "Query history": ["Histórico de consultas"], - "Query imported": ["Consulta importada"], - "Query in a new tab": ["Consulta em uma nova guia"], - "Query is too complex and takes too long to run.": [ - "A consulta é muito complexa e demora muito para executar." + "TEMPORAL X-AXIS": ["EIXO X TEMPORAL"], + "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.": [ + "Apresenta um único número acompanhado por um gráfico de linhas simples, para chamar a atenção para uma métrica importante juntamente com a sua alteração ao longo do tempo ou outra dimensão." ], - "Query mode": ["Modo de consulta"], - "Query name": ["Nome da consulta"], - "Query preview": ["Pré-visualização da consulta"], - "Query was stopped": ["A consulta foi interrompida"], - "Query was stopped.": ["A consulta foi parada."], - "RANGE TYPE": ["TIPO DA FAIXA"], - "RGB Color": ["Cor RGB"], - "Radar": ["Radar"], - "Radar Chart": ["Gráfico de Radar"], - "Radar render type, whether to display 'circle' shape.": [ - "Tipo de renderização do radar, se deve ser apresentada a forma de 'círculo'." + "Big Number with Trendline": ["Número grande com Trendline"], + "Whisker/outlier options": ["Opções de Whisker/outlier"], + "Determines how whiskers and outliers are calculated.": [ + "Determina como whiskers e outliers são calculados." ], - "Radial": ["Radial"], - "Radius in kilometers": ["Raio em quilômetros"], - "Radius in meters": ["Raio em metros"], - "Radius in miles": ["Raio em milhas"], - "Ran %s": ["Corrida %s"], - "Range": ["Faixa"], - "Range filter": ["Filtro de faixa"], - "Range filter plugin using AntD": [ - "Plugin de filtro de intervalo usando AntD" + "Tukey": ["Tukey (inglês)"], + "Min/max (no outliers)": ["Mín/máx (sem outliers)"], + "2/98 percentiles": ["2/98 percentis"], + "9/91 percentiles": ["9/91 percentis"], + "Categories to group by on the x-axis.": [ + "Categorias para grupo por sobre o eixo x." ], - "Range labels": ["Rótulos de intervalo"], - "Ranges": ["Faixas"], - "Ranges to highlight with shading": [ - "Intervalos a destacar com sombreamento" + "Distribute across": ["Distribuir em"], + "Columns to calculate distribution across.": [ + "Colunas para calcular a distribuição entre." ], - "Ranking": ["Classificação"], - "Ratio": ["Proporção"], - "Raw records": ["Registros Brutos"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Os gráficos, painéis e consultas recentemente criados aparecerão aqui" + "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.": [ + "Também conhecida como gráfico de caixa e bigode, esta visualização compara as distribuições de uma métrica relacionada em vários grupos. A caixa no meio enfatiza a média, a mediana e os dois quartis internos. Os bigodes em torno de cada caixa visualizam o mínimo, o máximo, o intervalo e os dois quartis externos." ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Os gráficos, painéis e consultas recentemente editados aparecerão aqui" + "ECharts": ["ECharts"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Recently modified": ["Modificado recentemente"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Os gráficos, painéis e consultas recentemente visualizados aparecerão aqui" + "X AXIS TITLE MARGIN": [""], + "Y AXIS TITLE MARGIN": ["MARGEM DO TÍTULO DO EIXO Y"], + "Logarithmic y-axis": ["Eixo y logarítmico"], + "Truncate Y Axis": ["Truncar Eixo Y"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Truncar Eixo Y. Pode ser substituído pela especificação de um limite mínimo ou máximo." ], - "Recents": ["Recentes"], - "Recommended tags": ["Etiquetas recomendadas"], - "Record Count": ["Contagem de registos"], - "Rectangle": ["Retângulo"], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Redireciona para este endpoint quando se clica na tabela a partir da lista de tabelas" + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "Redo the action": ["Refazer o ação"], - "Reduce X ticks": ["Reduzir 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.": [ - "Reduz o número de ticks do eixo X a serem processados. Se verdadeiro, o eixo X não transbordará e os rótulos podem estar ausentes. Se falso, será aplicada uma largura mínima às colunas e a largura pode transbordar para um deslocamento horizontal." + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Labels": ["Rótulos"], + "Whether to display the labels.": ["Se os rótulos devem ser exibidos."], + "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.": [ + "Mostra como uma métrica muda à medida que o funil progride. Este gráfico clássico é útil para visualizar a queda entre as fases de um pipeline ou ciclo de vida." ], - "Refer to the": ["Consulte o"], - "Referenced columns not available in DataFrame.": [ - "As colunas referenciadas não estão disponíveis no DataFrame." + "Funnel Chart": ["Gráfico de funil"], + "Sequential": ["Sequencial"], + "Columns to group by": ["Colunas para agrupar por"], + "General": ["Em geral"], + "Min": ["Min"], + "Minimum value on the gauge axis": ["Valor mínimo no eixo do medidor"], + "Max": ["Máx"], + "Maximum value on the gauge axis": ["Valor máximo no eixo do medidor"], + "Start angle": ["Ângulo inicial"], + "Angle at which to start progress axis": [ + "Ângulo em que inicia o eixo de progressão" ], - "Refetch results": ["Recuperar resultados"], - "Refresh": ["Atualizar"], - "Refresh dashboard": ["Atualizar Painel"], - "Refresh frequency": ["Atualizar Frequência"], - "Refresh interval": ["Atualizar intervalo"], - "Refresh interval saved": ["Intervalo de atualização salvo"], - "Refresh the default values": ["Atualizar os valores padrão"], - "Refreshing charts": ["Atualização de gráficos"], - "Refreshing columns": ["Atualização de colunas"], - "Relational": ["Relacional"], - "Relationships between community channels": [ - "Relações entre canais comunitários" + "End angle": ["Ângulo final"], + "Angle at which to end progress axis": [ + "Ângulo em que termina o eixo de progressão" ], - "Relative Date/Time": ["Data/hora relativa"], - "Relative period": ["Período relativo"], - "Relative quantity": ["Quantidade relativa"], - "Reload": ["Recarregar"], - "Remove": ["Remover"], - "Remove cross-filter": ["Remover filtro cruzado"], - "Remove item": ["Remover item"], - "Remove query from log": ["Remover consulta do log"], - "Remove table preview": ["Remover a pré-visualização da tabela"], - "Removed columns: %s": ["Colunas removidas: %s"], - "Rename tab": ["Renomear Aba"], - "Rendering": ["Renderização"], - "Replace": ["Substituir"], - "Report": ["Relatório"], - "Report Name": ["Nome do relatório"], - "Report Schedule could not be created.": [ - "Não foi possível criar um agendamento do relatório." + "Font size": ["Tamanho da Fonte"], + "Font size for axis labels, detail value and other text elements": [ + "Tamanho da Fonte para rótulos de eixo, detalhes de valor e outros elementos de texto" ], - "Report Schedule could not be updated.": [ - "O agendamento do relatório pode não ser atualizado." + "Value format": ["Formato do valor"], + "Additional text to add before or after the value, e.g. unit": [ + "Texto adicional para adicionar antes ou depois o valor, por exemplo, unidade" ], - "Report Schedule delete failed.": [ - "Falha na exclusão do agendamento do relatório." + "Show pointer": ["Mostrar ponteiro"], + "Whether to show the pointer": ["Se o ponteiro deve ser exibido"], + "Animation": ["Animação"], + "Whether to animate the progress and the value or just display them": [ + "Se deseja animar o progresso e o valor ou apenas exibi-los" ], - "Report Schedule execution failed when generating a csv.": [ - "A execução do Report Schedule falhou ao gerar um arquivo csv." + "Axis": ["Eixo"], + "Show axis line ticks": ["Mostrar os tiques das linhas de eixo"], + "Whether to show minor ticks on the axis": [ + "Se devem ser mostrados ticks menores no eixo" ], - "Report Schedule execution failed when generating a dataframe.": [ - "A execução do Report Schedule falhou ao gerar um dataframe." + "Show split lines": ["Mostrar linhas divididas"], + "Whether to show the split lines on the axis": [ + "Se devem ser mostradas as linhas divididas no eixo" ], - "Report Schedule execution failed when generating a screenshot.": [ - "A execução do agendamento do relatório falhou ao gerar uma captura de tela." + "Split number": ["Número de divisão"], + "Number of split segments on the axis": [ + "Número de segmentos divididos no eixo" ], - "Report Schedule execution got an unexpected error.": [ - "A execução do agendamento de relatório obteve um erro inesperado." + "Progress": ["Progresso"], + "Show progress": ["Mostrar progresso"], + "Whether to show the progress of gauge chart": [ + "Se deve mostrar o progresso do gráfico do medidor" ], - "Report Schedule is still working, refusing to re-compute.": [ - "O agendamento de relatório ainda está funcionando, recusando-se a recalcular." + "Overlap": ["Sobreposição"], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Se a barra de progresso se sobrepõe quando há vários grupos de dados" ], - "Report Schedule log prune failed.": [ - "Falha na poda do registo do agendamento do relatório." + "Round cap": ["Tampa circular"], + "Style the ends of the progress bar with a round cap": [ + "Estilizar as extremidades da barra de progresso com uma tampa redonda" ], - "Report Schedule not found.": [ - "Agendamento de relatório não encontrado." + "Intervals": ["Intervalos"], + "Interval bounds": ["Limites de intervalo"], + "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.": [ + "Limites de intervalos separados por vírgulas, por exemplo, 2,4,5 para intervalos 0-2, 2-4 e 4-5. O último número deve corresponder ao valor fornecido para MAX." ], - "Report Schedule parameters are invalid.": [ - "Os parâmetros do agendamento de relatório são inválidos." + "Interval colors": ["Cores do intervalo"], + "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.": [ + "Escolhas de cores separadas por vírgulas para os intervalos, por exemplo, 1,2,4. Os números inteiros denotam cores do esquema de cores escolhido e são indexados a 1. O comprimento deve corresponder ao dos limites do intervalo." ], - "Report Schedule reached a working timeout.": [ - "O agendamento do relatório atingiu o tempo limite de trabalho." + "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.": [ + "Usa um medidor para mostrar o progresso de uma métrica em direção a uma meta. A posição do mostrador representa o progresso e o valor do terminal no medidor representa o valor-alvo." ], - "Report Schedule state not found": [ - "Estado do agendamento do relatório não encontrado" + "Gauge Chart": ["Gráfico de medidores"], + "Name of the source nodes": ["Nome dos nós de origem"], + "Name of the target nodes": ["Nome dos nós de destino"], + "Source category": ["Categoria de origem"], + "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.": [ + "A categoria dos nós de origem utilizada para atribuir cores. Se um nó estiver associado a mais do que uma categoria, apenas a primeira será utilizada." ], - "Report a bug": ["Relatar um bug"], - "Report failed": ["Relatório falhou"], - "Report name": ["Nome do relatório"], - "Report schedule": ["Agendamento do relatório"], - "Report schedule client error": [ - "Relatar erro do cliente de programação" + "Target category": ["Categoria de destino"], + "Category of target nodes": ["Categoria dos nós de destino"], + "Chart options": ["Opções do gráfico"], + "Layout": ["Layout"], + "Graph layout": ["Layout do gráfico"], + "Force": ["Forçar"], + "Layout type of graph": ["Tipo de layout de gráfico"], + "Edge symbols": ["Símbolos de borda"], + "Symbol of two ends of edge line": [ + "Símbolo de duas extremidades da linha de borda" ], - "Report schedule system error": [ - "Relatar erro do sistema de programação" + "None -> None": ["Nenhum -> Nenhum"], + "None -> Arrow": ["Nenhum -> Seta"], + "Circle -> Arrow": ["Círculo -> Seta"], + "Circle -> Circle": ["Círculo -> Círculo"], + "Enable node dragging": ["Ativar arrastar nó"], + "Whether to enable node dragging in force layout mode.": [ + "Se deve permitir o arrastamento de nós no modo de layout forçado." ], - "Report schedule unexpected error": [ - "Erro inesperado no agendamento do relatório" + "Enable graph roaming": ["Habilitar gráfico de roaming"], + "Disabled": ["Desativado"], + "Scale only": ["Dimensionar apenas"], + "Move only": ["Mover apenas"], + "Scale and Move": ["Dimensionar e deslocar"], + "Whether to enable changing graph position and scaling.": [ + "Se deve permitir a alteração da posição e da escala do gráfico." + ], + "Node select mode": ["Modo de seleção de nó"], + "Single": ["Individual"], + "Multiple": ["Múltiplos"], + "Allow node selections": ["Permitir seleções de nós"], + "Label threshold": ["Rótulo limite"], + "Minimum value for label to be displayed on graph.": [ + "Valor mínimo para o rótulo a apresentar no gráfico." + ], + "Node size": ["Tamanho do nó"], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "Tamanho médio do nó, o nó maior será 4 vezes maior do que o mais pequeno" + ], + "Edge width": ["Largura da borda"], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Largura mediana da aresta, a aresta mais grossa será 4 vezes mais grossa do que a mais fina." + ], + "Edge length": ["Comprimento da borda"], + "Edge length between nodes": ["Comprimento da borda entre nós"], + "Gravity": ["Gravidade"], + "Strength to pull the graph toward center": [ + "Força para puxar o gráfico para o centro" ], - "Report sending": ["Enviando relatório"], - "Report sent": ["Relatório enviado"], - "Report updated": ["Relatório atualizado"], - "Reports": ["Relatórios"], "Repulsion": ["Repulsão"], "Repulsion strength between nodes": ["Força de repulsão entre nós"], - "Request is incorrect: %(error)s": ["O pedido está incorreto: %(error)s"], - "Request is not JSON": ["O Pedido não é JSON"], - "Request missing data field.": ["Pedido com campo de dados ausente."], - "Request timed out": ["O tempo limite da solicitação expirou"], - "Required": ["Necessário"], - "Required control values have been removed": [ - "Os valores de controle necessários foram eliminados" + "Friction": ["Atrito"], + "Friction between nodes": ["Atrito entre nós"], + "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.": [ + "Apresenta ligações entre entidades numa estrutura gráfica. Útil para mapear relações e mostrar quais os nós que são importantes numa rede. Os gráficos podem ser configurados para serem dirigidos à força ou circularem. Se os seus dados tiverem um componente geoespacial, experimente o gráfico de arco deck.gl." ], - "Resample": ["Reamostragem"], - "Resample operation requires DatetimeIndex": [ - "A operação de reamostragem requer DatetimeIndex" + "Graph Chart": ["Gráfico"], + "Structural": ["Estrutural"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Se a classificação deve ser descendente ou ascendente" ], - "Reset": ["Redefinir"], - "Reset state": ["Redefinir estado"], - "Resource already has an attached report.": [ - "Recurso já tem um relatório anexado." + "Series type": ["Tipo de série"], + "Smooth Line": ["Linha Suave"], + "Step - start": ["Passo - início"], + "Step - middle": ["Passo - meio"], + "Step - end": ["Etapa - fim"], + "Series chart type (line, bar etc)": [ + "Tipo de Gráfico de série (linha , barra etc)" ], - "Resource was not found.": ["O recurso não foi encontrado."], - "Restore Filter": ["Restaurar filtro"], - "Results": ["Resultados"], - "Results %s": ["Resultados %s"], - "Results backend is not configured.": [ - "O backend de resultados não está configurado." + "Stack series": ["Empilhar série"], + "Area chart": ["Gráfico de área"], + "Draw area under curves. Only applicable for line types.": [ + "Desenhar área sob curvas. Aplicável apenas para tipos de linha." ], - "Results backend needed for asynchronous queries is not configured.": [ - "O backend de resultados necessário para as consultas assíncronas não está configurado." + "Opacity of area chart.": ["Opacidade do gráfico de área."], + "Marker": ["Marcador"], + "Draw a marker on data points. Only applicable for line types.": [ + "Desenha um marcador nos pontos de dados. Apenas aplicável a tipos de linha." ], - "Return to specific datetime.": ["Retornar para data e hora específica."], - "Reverse Lat & Long": ["Lat. e Long. invertidos"], - "Rich Tooltip": ["Dica avançada"], - "Rich tooltip": ["Dica avançada"], - "Right": ["Direito"], - "Right Axis Format": ["Formato do eixo direito"], - "Right Axis Metric": ["Métrica do eixo direito"], - "Right axis metric": ["Métrica do eixo direito"], - "Right to Left": ["Direita para Esquerda"], - "Right value": ["Valor correto"], - "Right-click on a dimension value to drill to detail by that value.": [ - "Clique com o botão direito do mouse em valor de dimensão para pesquisar detalhes por esse valor." + "Marker size": ["Tamanho do marcador"], + "Size of marker. Also applies to forecast observations.": [ + "Tamanho do marcador. Também se aplica às observações de previsão." ], - "Role": ["Função"], - "Roles": ["Funções"], - "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.": [ - "As funções são uma lista que define o acesso ao painel. Conceder a uma função o acesso a um painel irá ignorar as verificações ao nível do conjunto de dados. Se não forem definidas funções, aplicam-se as permissões de acesso normais." + "Primary": ["Primário"], + "Secondary": ["Secundário"], + "Primary or secondary y-axis": ["Eixo y primário ou secundário"], + "Query A": ["Consulta A"], + "Advanced analytics Query A": ["Análise avançada Consulta A"], + "Query B": ["Consulta B"], + "Advanced analytics Query B": ["Análise avançada Consulta B"], + "Data Zoom": ["Zoom de dados"], + "Enable data zooming controls": ["Ativar controles de zoom de dados"], + "Minor Split Line": ["Linha de divisão menor"], + "Draw split lines for minor y-axis ticks": [ + "Desenhar linhas de divisão para os ticks menores do eixo y" ], - "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.": [ - "As funções são uma lista que define o acesso ao painel. Se não forem definidas funções, aplicam-se as permissões de acesso normais." + "Primary y-axis format": ["Formato do eixo y primário"], + "Logarithmic scale on primary y-axis": [ + "Escala logarítmica no eixo y primário" ], - "Rolling Function": ["Função de rolagem"], - "Rolling Window": ["Janela de rolagem"], - "Rolling function": ["Função de rolagem"], - "Rolling window": ["Janela de rolagem"], - "Root certificate": ["Raiz do certificado"], - "Root node id": ["ID do nó raiz"], - "Rotate x axis label": ["Rodar o rótulo do eixo x"], - "Rotation to apply to words in the cloud": [ - "Rotação para aplicar às palavras na nuvem" + "Secondary y-axis format": ["Formato do eixo y secundário"], + "Secondary y-axis title": ["Título secundário do eixo y"], + "Logarithmic scale on secondary y-axis": [ + "Escala logarítmica no eixo y secundário" ], - "Round cap": ["Tampa circular"], - "Row": ["Linha"], - "Row Level Security": ["Segurança em nível 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 que contém os cabeçalhos a serem usados como nomes de coluna (0 é a primeira linha de dados). Deixe em branco se não houver linha de cabeçalho" + "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 duas séries diferentes usando o mesmo eixo x. Observe que ambas as séries podem ser visualizadas com um tipo de gráfico diferente (por exemplo, uma usando barras e outra usando uma 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 que contém os cabeçalhos a utilizar como nomes de colunas (0 é a primeira linha de dados). Deixar em branco se não existir uma linha de cabeçalho." + "Mixed Chart": ["Gráfico misto"], + "Put the labels outside of the pie?": [ + "Colocar rótulos no exterior da torta?" ], - "Row limit": ["Limite de linhas"], - "Rows": ["Linhas"], - "Rows per page, 0 means no pagination": [ - "Linhas por página, 0 significa sem paginação" + "Label Line": ["Linha de rótulos"], + "Draw line from Pie to label when labels outside?": [ + "Desenhar uma linha da torta para rótulo quando as etiquetas estão no exterior?" ], - "Rows subtotal position": ["Posição do subtotal das linhas"], - "Rows to Read": ["Linhas para Leitura"], - "Rule": ["Regra"], - "Rule added": [""], - "Run": ["Executar"], - "Run a query to display query history": [ - "Executar uma consulta para exibir o histórico de consultas" + "Show Total": ["Mostrar total"], + "Whether to display the aggregate count": [ + "Se deve ser exibida a contagem agregada" ], - "Run a query to display results": [ - "Executar uma consulta para exibir os resultados" + "Pie shape": ["Formato de torta"], + "Outer Radius": ["Raio Exterior"], + "Outer edge of Pie chart": ["Borda externa do gráfico de pizza"], + "Inner Radius": ["Raio interior"], + "Inner radius of donut hole": ["Raio interior do buraco de rosquinha"], + "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.": [ + "O clássico. Ótimo para mostrar quanto de uma empresa cada investidor recebe, que dados demográficos seguem o seu blog ou que parte do orçamento vai para o complexo industrial militar.\n\n Os gráficos de pizza podem ser difíceis de interpretar com precisão. Se a clareza da proporção relativa for importante, considere utilizar um gráfico de barras ou outro tipo de gráfico." ], - "Run in SQL Lab": ["Executar no SQL Lab"], - "Run query": ["Executar consulta"], - "Run query (Ctrl + Return)": ["Executar consulta (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": [ - "Executando instrução %(statement_num)s de % (statement_count)s" + "Pie Chart": ["Gráfico de pizza"], + "Total: %s": ["Total: %s"], + "The maximum value of metrics. It is an optional configuration": [ + "O valor máximo de métricas. Trata-se de uma configuração opcional" ], - "SAT": ["SAB"], - "SEP": ["SET"], - "SHA": ["SHA"], - "SQL": ["SQL"], - "SQL Copied!": ["SQL copiado !"], - "SQL Expression": ["Expressão SQL"], - "SQL Lab": ["SQL Lab"], - "SQL Lab View": ["Visão do 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.": [ - "O SQL Lab usa seu armazenamento local do navegador para armazenar consultas e resultados.\nAtualmente, você está usando %(currentUsage)s KB de %(maxStorage)d KB de armazenamento espaço.\nPara evitar que o SQL Lab falhe, elimine algumas abas de consulta.\nPode voltar a essas consultas utilizando a funcionalidade Salvar antes de eliminar a aba.\nObserve que terá de fechar outras janelas do SQL Lab antes de fazer isso." + "Label position": ["Posição do rótulo"], + "Radar": ["Radar"], + "Customize Metrics": ["Personalizar métricas"], + "Further customize how to display each metric": [ + "Personalizar ainda mais como exibir cada métrica" ], - "SQL Query": ["Consulta SQL"], - "SQL expression": ["Expressão SQL"], - "SQL query": ["Consulta SQL"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": ["Host SSH"], - "SSH Password": ["Senha SSH"], - "SSH Port": ["Porta SSH"], - "SSH Tunnel": ["Túnel SSH"], - "SSH Tunnel configuration parameters": [ - "Parâmetros de configuração do Túnel SSH" + "Circle radar shape": ["Forma de radar circular"], + "Radar render type, whether to display 'circle' shape.": [ + "Tipo de renderização do radar, se deve ser apresentada a forma de 'círculo'." ], - "SSH Tunnel could not be deleted.": [ - "Não foi possível excluir o túnel SSH." + "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 um conjunto paralelo de métricas em vários grupos. Cada grupo é visualizado usando sua própria linha de pontos e cada métrica é representada como uma borda no gráfico." ], - "SSH Tunnel could not be updated.": [ - "Não foi possível atualizar o túnel SSH." + "Radar Chart": ["Gráfico de Radar"], + "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 os tamanhos dos segmentos de arco" ], - "SSH Tunnel not found.": ["Túnel SSH não encontrado."], - "SSH Tunnel parameters are invalid.": [ - "Os parâmetros do túnel SSH são inválidos." + "Secondary Metric": ["Métrica secundária"], + "[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": [ + "[opcional] essa métrica secundária é usada para definir a cor como uma proporção em relação à métrica primária. Quando omitida, a cor é categórica e baseada em rótulos" ], - "SSH Tunneling is not enabled": ["Túnel SSH não está ativado"], - "SSL Mode \"require\" will be used.": [ - "O modo SSL \"require\" será usado." + "When only a primary metric is provided, a categorical color scale is used.": [ + "Quando apenas uma métrica primária é fornecida, é usada uma escala de cores categórica." ], - "START (INCLUSIVE)": ["INÍCIO (INCLUSIVO)"], - "STEP %(stepCurr)s OF %(stepLast)s": [ - "ETAPA %(stepCurr)s De %(stepLast)s" + "When a secondary metric is provided, a linear color scale is used.": [ + "Quando uma métrica secundária é fornecida, uma escala de cores linear é usada." ], - "STRING": ["STRING"], - "SUN": ["DOM"], - "Sample Standard Deviation": ["Desvio Padrão da Amostra"], - "Sample Variance": ["Variação da amostra"], - "Samples": ["Amostras"], - "Samples for dataset could not be retrieved.": [ - "Não foi possível recuperar as amostras do conjunto de dados." + "Hierarchy": ["Hierarquia"], + "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.": [ + "Define os níveis hierárquicos do gráfico. Cada nível é\n representado por um anel, sendo o círculo mais interno o topo da hierarquia." ], - "Samples for datasource could not be retrieved.": [ - "Não foi possível recuperar as amostras da fonte de dados." + "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.": [ + "Usa círculos para visualizar o fluxo de dados em diferentes estágios de um sistema. Passe o mouse sobre caminhos individuais na visualização para entender os estágios de um valor. Útil para funis e pipelines de visualização de vários estágios e vários grupos." ], - "Sankey": ["Sankey"], - "Sankey Diagram": ["Diagrama Sankey"], - "Sankey Diagram with Loops": ["Diagrama Sankey com Loops"], - "Satellite": ["Satélite"], - "Satellite Streets": ["Ruas Satélites"], - "Saturday": ["Sábado"], - "Save": ["Salvar"], - "Save & Explore": ["Salvar e Explorar"], - "Save & go to dashboard": ["Salvar e ir ao painel"], - "Save (Overwrite)": ["Salvar (Sobrescrever)"], - "Save as": ["Salvar como"], - "Save as Dataset": ["Salvar como conjunto de dados"], - "Save as dataset": ["Salvar como conjunto de dados"], - "Save as new": ["Salvar como novo"], - "Save as...": ["Salvar como..."], - "Save as:": ["Salvar como:"], - "Save changes": ["Salvar alterações"], - "Save chart": ["Salvar gráfico"], - "Save dashboard": ["Salvar painel"], - "Save dataset": ["Salvar conjunto de dados"], - "Save for this session": ["Salvar para essa sessão"], - "Save or Overwrite Dataset": ["Salvar ou Sobrescrever Conjunto de dados"], - "Save query": ["Salvar consulta"], - "Save the query to enable this feature": [ - "Salve a consulta para ativar esse recurso" - ], - "Save this query as a virtual dataset to continue exploring": [ - "Salvar esta consulta como um conjunto de dados virtual para continuar explorando" + "Sunburst Chart": ["Gráfico Sunburst"], + "Multi-Levels": ["Multiníveis"], + "When using other than adaptive formatting, labels may overlap": [ + "Ao usar uma formatação diferente da adaptativa, os rótulos podem se sobrepor" ], - "Saved": ["Salvo"], - "Saved Queries": ["Consultas salvas"], - "Saved expressions": ["Expressões salvas"], - "Saved metric": ["Salvo métrica"], - "Saved queries": ["Consultas salvas"], - "Saved queries could not be deleted.": [ - "Não foi possível eliminar as consultas salvas." + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Canivete suíço para visualizar dados. Escolha entre gráficos de etapas, de linhas, de dispersão e de barras. Esse tipo de visualização também tem muitas opções de personalização." ], - "Saved query not found.": ["Consulta salva não encontrada."], - "Saved query parameters are invalid.": [ - "Os parâmetros de consulta salvos são inválidos." + "Generic Chart": ["Gráfico genérico"], + "zoom area": ["área de zoom"], + "restore zoom": ["restaurar zoom"], + "Series Style": ["Estilo da série"], + "Area chart opacity": ["Opacidade do gráfico de área"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "Opacidade do gráfico de áreas. Também se aplica à banda de confiança." ], - "Scale and Move": ["Dimensionar e deslocar"], - "Scale only": ["Dimensionar apenas"], - "Scatter": ["Dispersão"], - "Scatter Plot": ["Gráfico de dispersão"], - "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ - "O gráfico de dispersão tem o eixo horizontal em unidades lineares e os pontos estão ligados por ordem. Mostra uma relação estatística entre duas variáveis." + "Marker Size": ["Tamanho do marcador"], + "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.": [ + "Os gráficos de área são semelhantes aos gráficos de linhas na medida em que representam variáveis com a mesma escala, mas os gráficos de área empilham as métricas umas sobre as outras." ], - "Schedule": ["Cronograma"], - "Schedule a new email report": ["Agendar um novo relatório de e-mail"], - "Schedule email report": ["Agendar relatório por e-mail"], - "Schedule query": ["Consulta de agendamento"], - "Schedule settings": ["Configurações de agendamento"], - "Schedule the query periodically": ["Agendar a consulta periodicamente"], - "Scheduled": ["Agendado"], - "Scheduled at (UTC)": ["Programado em (UTC)"], - "Scheduled task executor not found": [ - "O executor da tarefa agendada não foi encontrado" + "Area Chart": ["Gráfico de área"], + "Axis Title": ["Título do eixo"], + "AXIS TITLE MARGIN": ["MARGEM DO TÍTULO DO EIXO"], + "AXIS TITLE POSITION": ["POSIÇÃO DO TÍTULO DO EIXO"], + "Axis Format": ["Formato do eixo"], + "Logarithmic axis": ["Eixo Logarítmico"], + "Draw split lines for minor axis ticks": [ + "Desenhar linhas de divisão para os ticks do eixo secundário" ], - "Schema": ["Esquema"], - "Schema cache timeout": ["Tempo limite do cache de esquema"], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Esquema, como usado apenas em alguns bancos de dados como Postgres, Redshift e DB2" + "Truncate Axis": ["Truncar eixo"], + "It’s not recommended to truncate axis in Bar chart.": [ + "Não é recomendado truncar o eixo no gráfico de barras." ], - "Schemas allowed for File upload": [ - "Esquemas permitidos para upload de arquivos" + "Axis Bounds": ["Limites do eixo"], + "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.": [ + "Limites para o eixo. Quando deixados em branco, os limites são definidos dinamicamente com base no mínimo/máximo dos dados. Observe que esse recurso vai apenas expandir o intervalo do eixo. Não vai reduzir a extensão dos dados." ], - "Scope": ["Escopo"], - "Scoping": ["Escopo"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": ["Rolagem"], - "Search": ["Pesquisar"], - "Search / Filter": ["Pesquisa / Filtro"], - "Search Metrics & Columns": ["Pesquisar Métricas e Colunas"], - "Search all charts": ["Pesquisar todos os gráficos"], - "Search box": ["Caixa de pesquisa"], - "Search by query text": ["Pesquisar consulta"], - "Search columns": ["Colunas de pesquisa"], - "Search in filters": ["Pesquisar em filtros"], - "Search...": ["Pesquisar..."], - "Second": ["Segundo"], - "Secondary": ["Secundário"], - "Secondary Metric": ["Métrica secundária"], - "Secondary y-axis format": ["Formato do eixo y secundário"], - "Secondary y-axis title": ["Título secundário do eixo y"], - "Seconds %s": ["Segundos %s"], - "Secure Extra": ["Segurança Extra"], - "Secure extra": ["Segurança Extra"], - "Security": ["Segurança"], - "See all %(tableName)s": ["Ver todos %(tableName)s"], - "See less": ["Veja menos"], - "See more": ["Ver mais"], - "See query details": ["Ver detalhes da consulta"], - "See table schema": ["Ver esquema da tabela"], - "Select": ["Selecione"], - "Select ...": ["Selecione ..."], - "Select Delivery Method": ["Selecione o método de entrega"], - "Select Viz Type": ["Selecione o tipo de visualização"], - "Select a Columnar file to be uploaded to a database.": [ - "Selecione um arquivo colunar a ser carregado em um banco de dados." + "Chart Orientation": ["Orientação do gráfico"], + "Bar orientation": ["Orientação da barra"], + "Vertical": ["Vertical"], + "Horizontal": ["Horizontal"], + "Orientation of bar chart": ["Orientação do gráfico de barras"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Os gráficos de barras são usados para mostrar as métricas como uma série de barras." ], - "Select a Excel file to be uploaded to a database.": [ - "Selecione um arquivo do Excel para ser carregado para um banco de dados." + "Bar Chart": ["Gráfico de barras"], + "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.": [ + "O gráfico de linhas é utilizado para visualizar as medições efetuadas numa determinada categoria. O gráfico de linhas é um tipo de gráfico que apresenta informações como uma série de pontos de dados ligados por segmentos de linha reta. É um tipo básico de gráfico comum em muitos domínios." ], - "Select a column": ["Selecione uma coluna"], - "Select a dashboard": ["Selecione um painel"], - "Select a database table and create dataset": [ - "Selecione uma tabela de banco de dados e crie um conjunto de dados" + "Line Chart": ["Gráfico de linhas"], + "Scatter Plot has the horizontal axis in linear units, and the points are connected in order. It shows a statistical relationship between two variables.": [ + "O gráfico de dispersão tem o eixo horizontal em unidades lineares e os pontos estão ligados por ordem. Mostra uma relação estatística entre duas variáveis." ], - "Select a database table.": ["Selecione uma tabela de banco de dados."], - "Select a database to connect": [ - "Selecione um banco de dados para se conectar" + "Scatter Plot": ["Gráfico de dispersão"], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "A linha suave é uma variação do gráfico de linhas. Sem ângulos nem arestas, a linha suave tem por vezes um aspecto mais inteligente e profissional." ], - "Select a database to upload the file to": [ - "Selecione um banco de dados para enviar o arquivo" + "Step type": ["Tipo de etapa"], + "Start": ["Iniciar"], + "Middle": ["Médio"], + "End": ["Fim"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Define se o etapa deve aparecer no o começo , meio ou fim entre dois pontos de dados" ], - "Select a database to write a query": [ - "Selecione um banco de dados para escrever uma consulta" + "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.": [ + "O gráfico de linhas escalonadas (também designado por gráfico de passos) é uma variação do gráfico de linhas, mas com a linha a formar uma série de passos entre os pontos de dados. Um gráfico escalonado pode ser útil quando se pretende mostrar as alterações que ocorrem em intervalos irregulares." ], - "Select a dimension": ["Selecione uma dimensão"], - "Select a file to be uploaded to the database": [ - "Selecione um arquivo a ser carregado no banco de dados" + "Stepped Line": ["Linha escalonada"], + "Id": ["Id"], + "Name of the id column": ["Nome da coluna id"], + "Parent": ["Pai"], + "Name of the column containing the id of the parent node": [ + "Nome da coluna que contém o id do nó pai" ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Optional name of the data column.": [ + "Nome opcional da coluna de dados." ], - "Select a schema if the database supports this": [ - "Selecione um esquema se o banco de dados for compatível com isso" + "Root node id": ["ID do nó raiz"], + "Id of root node of the tree.": ["Id do nó raiz da árvore."], + "Metric for node values": ["Métrica para valores de nó"], + "Tree layout": ["Layout da árvore"], + "Orthogonal": ["Ortogonal"], + "Radial": ["Radial"], + "Layout type of tree": ["Tipo de layout de árvore"], + "Tree orientation": ["Orientação da árvore"], + "Left to Right": ["Esquerda para Direita"], + "Right to Left": ["Direita para Esquerda"], + "Top to Bottom": ["De cima para baixo"], + "Bottom to Top": ["De baixo para cima"], + "Orientation of tree": ["Orientação da árvore"], + "Node label position": ["Posição do rótulo do nó"], + "left": ["esquerda"], + "top": ["superior"], + "right": ["direito"], + "bottom": ["fundo"], + "Position of intermediate node label on tree": [ + "Posição do rótulo do nó intermédio na árvore" ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "" + "Child label position": ["Posição do rótulo filho"], + "Position of child node label on tree": [ + "Posição do rótulo do nó filho na árvore" ], - "Select a visualization type": ["Selecione um tipo de visualização"], - "Select any columns for metadata inspection": [ - "Selecionar quaisquer colunas para inspeção de metadados" + "Emphasis": ["Ênfase"], + "ancestor": ["ancestral"], + "Which relatives to highlight on hover": [ + "Qual parentes para destaque sobre passe o mouse" ], - "Select charts": ["Selecionar gráficos"], - "Select color scheme": ["Selecione o esquema de cores"], - "Select column": ["Selecionar coluna"], - "Select current page": ["Selecionar a página atual"], - "Select database or type to search databases": [ - "Selecione o banco de dados ou o tipo para pesquisar bancos de dados" + "Empty circle": ["Círculo vazio"], + "Circle": ["Círculo"], + "Rectangle": ["Retângulo"], + "Triangle": ["Triângulo"], + "Diamond": ["Diamante"], + "Pin": ["Pino"], + "Arrow": ["Seta"], + "Symbol size": ["Tamanho do símbolo"], + "Size of edge symbols": ["Tamanho dos símbolos de aresta"], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Visualize vários níveis de hierarquia usando uma estrutura familiar semelhante a uma árvore." ], - "Select dataset source": ["Selecione a fonte do conjunto de dados"], - "Select file": ["Selecionar arquivo"], - "Select filter": ["Selecionar filtro"], - "Select filter plugin using AntD": [ - "Selecione plug-in de filtro usando AntD" + "Tree Chart": ["Gráfico de árvore"], + "Show Upper Labels": ["Mostrar Sótulos Superiores"], + "Show labels when the node has children.": [ + "Mostrar rótulos quando o nó tiver filhos." ], - "Select first filter value by default": [ - "Selecione primeiro valor do filtro por padrão" + "Key": ["Chave"], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "Mostrar relações hierárquicas de dados, com o valor representado pela área, mostrando a proporção e a contribuição para o todo." ], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Treemap": ["Mapa da árvore"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "Select operator": ["Selecionar operador"], - "Select or type a value": ["Selecione ou digite um valor"], - "Select or type dataset name": [ - "Selecione ou digite o nome do conjunto de dados" - ], - "Select owners": ["Selecionar proprietários"], - "Select saved metrics": ["Selecionar métricas salvas"], - "Select schema or type to search schemas": [ - "Selecione o esquema ou o tipo para pesquisar os esquemas" - ], - "Select scheme": ["Selecionar esquema"], - "Select subject": ["Selecionar assunto"], - "Select table or type to search tables": [ - "Selecione a tabela ou digite para pesquisar tabelas" + "page_size.all": ["page_size.all"], + "Loading...": ["Carregando..."], + "Write a handlebars template to render the data": [ + "Escreva um modelo de guidão para renderizar os dados" ], - "Select the Annotation Layer you would like to use.": [ - "Selecione a camada de anotação que você gostaria de usar." + "Handlebars": ["Handlebars"], + "must have a value": ["deve ter um valor"], + "Handlebars Template": ["Modelo de handlebars"], + "A handlebars template that is applied to the data": [ + "Um modelo de handlebars aplicado aos dados" ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "Include time": ["Incluir horário"], + "Whether to include the time granularity as defined in the time section": [ + "Se deve incluir a granularidade de tempo conforme definido na seção de tempo" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Percentage metrics": ["Métricas de porcentagem"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "Select the geojson column": ["Selecione a coluna geojson"], - "Select the number of bins for the histogram": [ - "Selecionar o número de caixas para o histograma" - ], - "Select the numeric columns to draw the histogram": [ - "Selecionar as colunas numéricas para desenhar o histograma" - ], - "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ - "Selecione os valores no(s) campo(s) destacado(s) no painel de controle. Em seguida, execute a consulta clicando no botão %s." + "Show totals": ["Mostrar os totais"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Mostrar agregações totais de métricas selecionadas. Note que o limite de linhas não se aplica ao resultado." ], - "Send as CSV": ["Enviar como CSV"], - "Send as PNG": ["Enviar como PNG"], - "Send as text": ["Enviar como texto"], - "Send range filter events to other charts": [ - "Enviar filtro de intervalo eventos para outro gráficos" + "Ordering": ["Pedidos"], + "Order results by selected columns": [ + "Ordenar resultados por colunas selecionadas" ], - "September": ["Setembro"], - "Sequential": ["Sequencial"], - "Series": ["Série"], - "Series Height": ["Altura da série"], - "Series Limit Sort By": ["Limite da série Ordenar por"], - "Series Limit Sort Descending": ["Limite da série Ordenação decrescente"], - "Series Order": ["Ordem da série"], - "Series Style": ["Estilo da série"], - "Series chart type (line, bar etc)": [ - "Tipo de Gráfico de série (linha , barra etc)" + "Sort descending": ["Ordenação decrescente"], + "Server pagination": ["Paginação do servidor"], + "Enable server side pagination of results (experimental feature)": [ + "Ativar a paginação dos resultados do lado do servidor (funcionalidade experimental)" ], - "Series limit": ["Limite da série"], - "Series type": ["Tipo de série"], "Server Page Length": ["Comprimento da página do servidor"], - "Server pagination": ["Paginação do servidor"], - "Service Account": ["Conta de serviço"], - "Set auto-refresh interval": [ - "Definir intervalo da atualização automática" + "Rows per page, 0 means no pagination": [ + "Linhas por página, 0 significa sem paginação" ], - "Set filter mapping": ["Definir o mapeamento de filtros"], - "Set up an email report": ["Configurar um relatório de e-mail"], - "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.": [ - "Define os níveis hierárquicos do gráfico. Cada nível é\n representado por um anel, sendo o círculo mais interno o topo da hierarquia." + "Query mode": ["Modo de consulta"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "Agrupar por , Métricas ou Métricas de porcentagem devem ter um valor" ], - "Settings": ["Configurações"], - "Settings for time series": ["Configurações para séries temporais"], - "Share": ["Compartilhar"], - "Share chart by email": ["Compartilhar gráfico por e-mail"], - "Share permalink by email": ["Compartilhar permalink por e-mail"], - "Shared query": ["Consulta compartilhada"], - "Sheet Name": ["Nome da planilha"], - "Shift + Click to sort by multiple columns": [ - "Shift + clique para organizar por colunas múltiplas" + "You need to configure HTML sanitization to use CSS": [ + "Você precisa configurar a sanitização de HTML para usar CSS" ], - "Short description must be unique for this layer": [ - "Uma breve descrição deve ser única para essa camada" + "CSS Styles": ["Estilos CSS"], + "CSS applied to the chart": ["CSS aplicado ao gráfico"], + "Columns to group by on the columns": [ + "Colunas para agrupar nas colunas" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Deve ser aplicada a sazonalidade diária. Um valor inteiro especificará a ordem de Fourier da sazonalidade." + "Rows": ["Linhas"], + "Columns to group by on the rows": ["Colunas para agrupar nas linhas"], + "Use metrics as a top level group for columns or for rows": [ + "Use métricas como um grupo de nível superior para colunas ou linhas" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Deve ser aplicada a sazonalidade semanal. Um valor inteiro especificará a ordem de Fourier da sazonalidade." + "Cell limit": ["Limite de célula"], + "Limits the number of cells that get retrieved.": [ + "Limita o número de células recuperadas." ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Deve ser aplicada a sazonalidade anual. Um valor inteiro especificará a ordem de Fourier da sazonalidade." + "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).": [ + "Métrica utilizada para definir a forma como as séries de topo são ordenadas se estiver presente um limite de série ou de célula. Se não for definida, reverte para a primeira métrica (quando apropriado)." ], - "Show": ["Mostrar"], - "Show Bubbles": ["Mostrar bolhas"], - "Show CREATE VIEW statement": ["Mostrar instrução CREATE VIEW"], - "Show CSS Template": ["Mostral modelo CSS"], - "Show Chart": ["Mostrar Gráfico"], - "Show Column": ["Mostrar Coluna"], - "Show Dashboard": ["Mostrar Painel"], - "Show Database": ["Mostrar Banco de dados"], - "Show Labels": ["Mostrar rótulos"], - "Show Less...": ["Mostrar Menos..."], - "Show Log": ["Mostrar log"], - "Show Markers": ["Mostrar Marcadores"], - "Show Metric": ["Mostrar Métricas"], - "Show Metric Names": ["Mostrar nomes de métricas"], - "Show Range Filter": ["Mostrar filtro de intervalo"], - "Show Table": ["Mostrar Tabela"], - "Show Timestamp": ["Mostrar Carimbo de data/hora"], - "Show Total": ["Mostrar total"], - "Show Trend Line": ["Mostrar Linha de Tendência"], - "Show Upper Labels": ["Mostrar Sótulos Superiores"], - "Show Value": ["Mostrar valor"], - "Show Values": ["Mostrar valores"], - "Show Y-axis": ["Mostrar eixo Y"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "Mostra o eixo Y na Sparkline. Exibirá os valores mínimo/máximo definidos manualmente, se definidos, ou os valores mínimo/máximo nos dados, caso contrário." + "Aggregation function": ["Função de agregação"], + "Count": ["Contar"], + "Count Unique Values": ["Contar valores únicos"], + "List Unique Values": ["Listar valores exclusivos"], + "Sum": ["Soma"], + "Average": ["Média"], + "Median": ["Mediana"], + "Sample Variance": ["Variação da amostra"], + "Sample Standard Deviation": ["Desvio Padrão da Amostra"], + "Minimum": ["Mínimo"], + "Maximum": ["Máximo"], + "First": ["Primeiro"], + "Last": ["Último"], + "Sum as Fraction of Total": ["Soma como Fração do Total"], + "Sum as Fraction of Rows": ["Soma como Fração de Linhas"], + "Sum as Fraction of Columns": ["Soma como Fração de Colunas"], + "Count as Fraction of Total": ["Contar como fração do Total"], + "Count as Fraction of Rows": ["Contar como fração de Linhas"], + "Count as Fraction of Columns": ["Contar como fração de Colunas"], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "Função agregada a aplicar ao dinamizar e calcular o total de linhas e colunas" ], - "Show all columns": ["Mostrar todas as colunas"], - "Show all...": ["Mostrar tudo..."], - "Show axis line ticks": ["Mostrar os tiques das linhas de eixo"], - "Show cell bars": ["Mostrar barras de células"], - "Show chart description": ["Mostrar descrição do gráfico"], + "Show rows total": ["Mostrar total de linhas"], + "Display row level total": ["Exibir total do nível de linha"], "Show columns total": ["Mostrar o total de colunas"], - "Show data points as circle markers on the lines": [ - "Mostrar pontos de dados como marcadores de círculos nas linhas" + "Display column level total": ["Mostrar total ao nível da coluna"], + "Transpose pivot": ["Transpor pivô"], + "Swap rows and columns": ["Trocar linhas e colunas"], + "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.": [ + "Apresentar métricas lado a lado dentro de cada coluna, em vez de cada coluna ser apresentada lado a lado para cada métrica." ], - "Show empty columns": ["Mostrar colunas vazias"], - "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ - "Mostrar relações hierárquicas de dados, com o valor representado pela área, mostrando a proporção e a contribuição para o todo." + "D3 time format for datetime columns": [ + "Formato de hora D3 para colunas datetime" ], - "Show info tooltip": ["Mostrar dica de ferramentas de informação"], - "Show label": ["Exibir rótulo"], - "Show labels when the node has children.": [ - "Mostrar rótulos quando o nó tiver filhos." + "Sort rows by": ["Ordenar as linhas por"], + "key a-z": ["chave a-z"], + "key z-a": ["chave z-a"], + "value ascending": ["valor crescente"], + "value descending": ["valor decrescente"], + "Change order of rows.": ["Mudar ordem das linhas."], + "Available sorting modes:": ["Modos de ordenação disponíveis:"], + "By key: use row names as sorting key": [ + "Por chave: utilizar nomes de linhas como chave de ordenação" ], - "Show legend": ["Mostrar legenda"], - "Show less columns": ["Mostrar menos colunas"], - "Show less...": ["Mostrar menos..."], - "Show only my charts": ["Mostrar apenas meu gráficos"], - "Show password.": ["Mostrar senha."], - "Show percentage": ["Mostrar porcentagem"], - "Show pointer": ["Mostrar ponteiro"], - "Show progress": ["Mostrar progresso"], - "Show rows total": ["Mostrar total de linhas"], - "Show series values on the chart": [ - "Mostrar valores de série sobre o gráfico" + "By value: use metric values as sorting key": [ + "Por valor: utilizar valores métricos como chave de ordenação" ], - "Show split lines": ["Mostrar linhas divididas"], - "Show the value on top of the bar": [ - "Mostrar o valor na parte superior da barra" + "Sort columns by": ["Classificar colunas por"], + "Change order of columns.": ["Mudar ordem das colunas."], + "By key: use column names as sorting key": [ + "Por chave: utilizar os nomes das colunas como chave de ordenação" ], - "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ - "Mostrar agregações totais de métricas selecionadas. Note que o limite de linhas não se aplica ao resultado." + "Rows subtotal position": ["Posição do subtotal das linhas"], + "Position of row level subtotal": [ + "Posição do subtotal ao nível da linha" ], - "Show totals": ["Mostrar os totais"], - "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.": [ - "Apresenta uma única métrica em primeiro plano. Um número grande é melhor utilizado para chamar a atenção para um KPI ou para aquilo em que pretende que o seu público se concentre." + "Columns subtotal position": ["Posição do subtotal das colunas"], + "Position of column level subtotal": [ + "Posição do subtotal ao nível da coluna" ], - "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.": [ - "Apresenta um único número acompanhado por um gráfico de linhas simples, para chamar a atenção para uma métrica importante juntamente com a sua alteração ao longo do tempo ou outra dimensão." + "Conditional formatting": ["Formatação condicional"], + "Apply conditional color formatting to metrics": [ + "Aplicar formatação de cor condicional a métricas" ], - "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.": [ - "Mostra como uma métrica muda à medida que o funil progride. Este gráfico clássico é útil para visualizar a queda entre as fases de um pipeline ou ciclo de vida." + "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.": [ + "Usado para resumir um conjunto de dados, agrupando várias estatísticas ao longo de dois eixos. Exemplos: Números de vendas por região e mês, tarefas por status e responsável, usuários ativos por idade e local. Não é a visualização mais impressionante visualmente, mas é altamente informativa e versátil." ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "Mostra o fluxo ou a ligação entre categorias utilizando a espessura das cordas. O valor e a espessura correspondente podem ser diferentes para cada lado." + "Pivot Table": ["Tabela Pivô"], + "metric": ["métrica"], + "Total (%(aggregatorName)s)": ["Total (%(aggregatorName)s)"], + "Unknown input format": ["Formato de entrada desconhecido"], + "search.num_records": [""], + "page_size.show": ["page_ size.show"], + "page_size.entries": ["page_ size.entries"], + "No matching records found": [ + "Não foram encontrados registros correspondentes" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "Apresenta o progresso de uma única métrica em relação a um determinado objetivo. Quanto mais elevado for o preenchimento, mais próxima está a métrica do objetivo." + "Shift + Click to sort by multiple columns": [ + "Shift + clique para organizar por colunas múltiplas" ], - "Showing %s of %s": ["Mostrando %s de %s"], - "Shows a list of all series available at that point in time": [ - "Mostra uma lista de todas as séries disponíveis nesse ponto no tempo" + "Totals": ["Totais"], + "Timestamp format": ["Formato de carimbo de data/hora"], + "Page length": ["Comprimento da página"], + "Search box": ["Caixa de pesquisa"], + "Whether to include a client-side search box": [ + "Se deve incluir uma caixa de pesquisa no lado do cliente" ], - "Shows or hides markers for the time series": [ - "Mostra ou esconde marcadores para a série temporal" + "Cell bars": ["Barras celulares"], + "Whether to display a bar chart background in table columns": [ + "Se deve ser exibido um fundo de gráfico de barras nas colunas da tabela" ], - "Significance Level": ["Nível de significância"], - "Simple": ["Simples"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "As métricas ad-hoc simples não estão ativadas para este conjunto de dados" + "Align +/-": ["Alinhar +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "Se deve alinhar gráficos de fundo com valores positivos e negativos em 0" ], - "Single": ["Individual"], - "Single Metric": ["Métrica única"], - "Single Value": ["Valor único"], - "Single value": ["Valor único"], - "Single value type": ["Tipo de valor único"], - "Size of edge symbols": ["Tamanho dos símbolos de aresta"], - "Size of marker. Also applies to forecast observations.": [ - "Tamanho do marcador. Também se aplica às observações de previsão." + "Color +/-": ["Cor +/-"], + "Allow columns to be rearranged": [ + "Permitir que as colunas sejam reorganizadas" ], - "Sizes of vehicles": ["Tamanhos de veículos"], - "Skip Blank Lines": ["Pular Linhas em branco"], - "Skip Initial Space": ["Pular espaço inicial"], - "Skip Rows": ["Pular Linhas"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "Ignorar linhas em branco em vez de interpretá-las como valores não numéricos" + "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.": [ + "Permitir que o usuário final arraste e solte os cabeçalhos das colunas para os reorganizar. Note que as alterações não persistirão na próxima vez que o utilizador abrir o gráfico." ], - "Skip spaces after delimiter": ["Ignorar espaços após o delimitador"], - "Slug": ["Slug"], - "Small": ["Pequeno"], - "Small number format": ["Formato de número pequenoo"], - "Smooth Line": ["Linha Suave"], - "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ - "A linha suave é uma variação do gráfico de linhas. Sem ângulos nem arestas, a linha suave tem por vezes um aspecto mais inteligente e profissional." - ], - "Solid": ["Sólido"], - "Some roles do not exist": ["Algumas funções não existem"], - "Something went wrong.": ["Algo não correu bem."], - "Sorry there was an error fetching database information: %s": [ - "Lamentamos, mas ocorreu um erro ao obter as informações do banco de dados: %s" - ], - "Sorry, An error occurred": ["Desculpe, ocorreu um erro"], - "Sorry, an error occurred": ["Desculpe, ocorreu um erro"], - "Sorry, an unknown error occurred": [ - "Desculpe, ocorreu um erro desconhecido" - ], - "Sorry, an unknown error occurred.": [ - "Desculpe, ocorreu um erro desconhecido." + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["Personalizar colunas"], + "Further customize how to display each column": [ + "Personalizar ainda mais a forma de apresentação de cada coluna" ], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Desculpe, ocorreu um erro. Não foi possível desativar a incorporação." + "Apply conditional color formatting to numeric columns": [ + "Aplicar formatação de cor condicional para colunas numéricas" ], - "Sorry, something went wrong. Try again later.": [ - "Desculpe, ocorreu um erro. Tente novamente mais tarde." + "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.": [ + "Visão clássica de um conjunto de dados numa planilha de cálculo, linha a coluna. Utilize tabelas para apresentar uma visão dos dados subjacentes ou para mostrar métricas agregadas." ], - "Sorry, there appears to be no data": [ - "Desculpe, mas parece que não existem dados" + "Show": ["Mostrar"], + "entries": ["entradas"], + "Word Cloud": ["Nuvem de palavras"], + "Minimum Font Size": ["Tamanho Mínimo da Fonte"], + "Font size for the smallest value in the list": [ + "Tamanho da Fonte para o menor valor na lista" ], - "Sorry, there was an error saving this %s: %s": [ - "Desculpe, houve um erro ao salvar este %s: %s" + "Maximum Font Size": ["Tamanho Máximo da Fonte"], + "Font size for the biggest value in the list": [ + "Tamanho da Fonte para o maior valor na lista" ], - "Sorry, there was an error saving this dashboard: %s": [ - "Desculpe, houve um erro ao salvar este painel: %s" + "Word Rotation": ["Rotação de palavras"], + "random": ["aleatório"], + "square": ["quadrado"], + "Rotation to apply to words in the cloud": [ + "Rotação para aplicar às palavras na nuvem" ], - "Sorry, your browser does not support copying.": [ - "Desculpe, seu navegador não suporta cópias." + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Visualiza as palavras em uma coluna que aparecem com mais frequência. A fonte maior corresponde à maior frequência." ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Desculpe, seu navegador não suporta cópias. Use Ctrl / Cmd + C!" + "N/A": ["N/D"], + "failed": ["falhou"], + "pending": ["pendente"], + "fetching": ["busca"], + "running": ["em execução"], + "stopped": ["interrompido"], + "success": ["sucesso"], + "The query couldn't be loaded": ["Não foi possível carregar a consulta"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Sua consulta foi agendada. Para ver detalhes de sua consulta, navegue até Consultas salvas" ], - "Sort": ["Classificar"], - "Sort Bars": ["Barras de classificação"], - "Sort Descending": ["Ordenação decrescente"], - "Sort Metric": ["Classificar métrica"], - "Sort Series Ascending": ["Ordenar séries em ordem crescente"], - "Sort Series By": ["Ordenar séries por"], - "Sort X Axis": ["Ordenar Eixo X"], - "Sort Y Axis": ["Ordenar Eixo Y"], - "Sort ascending": ["Ordenação crescente"], - "Sort bars by x labels.": ["Ordenar as barras por rótulos x."], - "Sort by": ["Ordenar por"], - "Sort by %s": ["Ordenar por %s"], - "Sort by metric": ["Classificar por métrica"], - "Sort columns alphabetically": ["Ordenar colunas alfabeticamente"], - "Sort columns by": ["Classificar colunas por"], - "Sort descending": ["Ordenação decrescente"], - "Sort filter values": ["Valores do filtro de classificação"], - "Sort metric": ["Ordenar métrica"], - "Sort rows by": ["Ordenar as linhas por"], - "Sort series in ascending order": [ - "Ordenar as séries por ordem crescente" + "Your query could not be scheduled": [ + "Sua consulta não pôde ser agendada" ], - "Sort type": ["Tipo de classificação"], - "Source": ["Fonte"], - "Source / Target": ["Fonte / Alvo"], - "Source SQL": ["Fonte SQL"], - "Source category": ["Categoria de origem"], - "Sparkline": ["Sparkline"], - "Spatial": ["Espacial"], - "Specific Date/Time": ["Data/Hora Específica"], - "Specify a schema (if database flavor supports this).": [ - "Especificar um esquema (se o variante do banco de dados o suportar)." + "Failed at retrieving results": ["Falha na obtenção de resultados"], + "Unknown error": ["Erro desconhecido"], + "Query was stopped.": ["A consulta foi parada."], + "Failed at stopping query. %s": ["Falha ao parar a consulta. %s"], + "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. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Especificar o nome para CREATE TABLE AS schema in: public" + "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. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Especificar o nome para CREATE VIEW AS schema in: public" + "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 consultas para o backend. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." ], - "Split number": ["Número de divisão"], - "Square kilometers": ["Quilômetros quadrados"], - "Square meters": ["Metros quadrados"], - "Square miles": ["Milhas quadradas"], - "Stack": ["Pilha"], - "Stack Trace:": ["Rastreamento de Pilha:"], - "Stack series": ["Empilhar série"], - "Stack series on top of each other": [ - "Empilhar séries umas sobre as outras" + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Não é possível adicionar uma nova guia ao backend. Entre em contato com o administrador." ], - "Stacked": ["Empilhado"], - "Stacked Bars": ["Barras empilhadas"], - "Stacked Style": ["Estilos empilhados"], - "Stacked style": ["Estilos empilhados"], - "Standard time series": ["Série temporal padrão"], - "Start": ["Iniciar"], - "Start Longitude & Latitude": ["Longitude e latitude iniciais"], - "Start angle": ["Ângulo inicial"], - "Start at (UTC)": ["Início em (UTC)"], - "Start date": ["Data de início"], - "Start date included in time range": [ - "Data de início incluída no intervalo de tempo" + "Copy of %s": ["Copiar de %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Ocorreu um erro ao definir a aba ativa. Por favor entre em contato com seu administrador." ], - "Start y-axis at 0": ["Iniciar o eixo y em 0"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "Iniciar o eixo y em zero. Desmarque para iniciar o eixo y no valor mínimo dos dados." + "An error occurred while fetching tab state": [ + "Ocorreu um erro ao obter o estado da aba" ], - "Started": ["Iniciado"], - "State": ["Estado"], - "Statement %(statement_num)s out of %(statement_count)s": [ - "Instrução %(statement_ num)s de % (statement_count)s" + "An error occurred while removing tab. Please contact your administrator.": [ + "Ocorreu um erro ao remover a aba. Por favor entre em contato com seu administrador." ], - "Statistical": ["Estatístico"], - "Status": ["Estado"], - "Step - end": ["Etapa - fim"], - "Step - middle": ["Passo - meio"], - "Step - start": ["Passo - início"], - "Step type": ["Tipo de etapa"], - "Stepped Line": ["Linha escalonada"], - "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.": [ - "O gráfico de linhas escalonadas (também designado por gráfico de passos) é uma variação do gráfico de linhas, mas com a linha a formar uma série de passos entre os pontos de dados. Um gráfico escalonado pode ser útil quando se pretende mostrar as alterações que ocorrem em intervalos irregulares." + "An error occurred while removing query. Please contact your administrator.": [ + "Ocorreu um erro ao remover a consulta. Por favor entre em contato com seu administrador." ], - "Stop": ["Parar"], - "Stop query": ["Parar consulta"], - "Stop running (Ctrl + e)": ["Parar a execução (Ctrl + e)"], - "Stop running (Ctrl + x)": ["Parar execução (Ctrl + x)"], - "Stopped an unsafe database connection": [ - "Parou uma conexão insegura ao banco de dados" + "Your query could not be saved": ["Sua consulta não pôde ser salva"], + "Your query was not properly saved": [ + "Sua consulta não foi salva corretamente" ], - "Stream": ["Fluxo"], - "Streets": ["Ruas"], - "Strength to pull the graph toward center": [ - "Força para puxar o gráfico para o centro" + "Your query was saved": ["Sua consulta foi salva"], + "Your query was updated": ["Sua consulta foi atualizada"], + "Your query could not be updated": [ + "Sua consulta não pôde ser atualizada" ], - "Stretched style": ["Estilo alongado"], - "Strings used for sheet names (default is the first sheet).": [ - "Cadeias de caracteres usadas para nomes de planilhas (o padrão é a primeira planilha)." + "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 consulta no backend. Para evitar a perda de suas alterações, salve a consulta usando o botão \"Save Query\"." ], - "Stroke Color": ["Cor do traço"], - "Stroke Width": ["Largura do traço"], - "Stroked": ["Tracejado"], - "Structural": ["Estrutural"], - "Style": ["Estilo"], - "Style the ends of the progress bar with a round cap": [ - "Estilizar as extremidades da barra de progresso com uma tampa redonda" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Ocorreu um erro ao obter os metadados da tabela. Por favor entre em contato com seu administrador." ], - "Subdomain": ["Subdomínio"], - "Subheader": ["Subtítulo"], - "Subheader Font Size": ["Tamanho da fonte do subtítulo"], - "Submit": ["Enviar"], - "Subtotal": ["Subtotal"], - "Success": ["Sucesso"], - "Successfully changed dataset!": [ - "Conjunto de dados alterado com sucesso!" + "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 o seu administrador." ], - "Suffix": [""], - "Suffix to apply after the percentage display": [ - "Sufixo para aplicar após a apresentação da percentagem" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Ocorreu um erro ao recolher o esquema da tabela. Por favor entre em contato com o seu administrador." ], - "Sum": ["Soma"], - "Sum as Fraction of Columns": ["Soma como Fração de Colunas"], - "Sum as Fraction of Rows": ["Soma como Fração de Linhas"], - "Sum as Fraction of Total": ["Soma como Fração do Total"], - "Sum of values over specified period": [ - "Soma dos valores durante o período especificado" + "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." ], - "Sum values": ["Valores da soma"], - "Sunburst Chart": ["Gráfico Sunburst"], - "Sunday": ["Domingo"], - "Superset Embedded SDK documentation.": [ - "Documentação do SDK incorporado Superset." + "Shared query": ["Consulta compartilhada"], + "The datasource couldn't be loaded": [ + "A fonte de dados não pode ser carregada" ], - "Superset chart": ["Gráfico do Superset"], - "Superset dashboard": ["Painel Superset"], - "Superset encountered an error while running a command.": [ - "O Superset encontrou um erro ao executar um comando." + "An error occurred while creating the data source": [ + "Ocorreu um erro ao criar a fonte de dados" ], - "Superset encountered an unexpected error.": [ - "O Superset encontrou um erro inesperado." + "An error occurred while fetching function names.": [ + "Ocorreu um erro durante a busca de nomes de funções." ], - "Supported databases": ["Bancos de dados compatíveis"], - "Survey Responses": ["Respostas da pesquisa"], - "Swap dataset": ["Trocar conjunto de dados"], - "Swap rows and columns": ["Trocar linhas e colunas"], - "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ - "Canivete suíço para visualizar dados. Escolha entre gráficos de etapas, de linhas, de dispersão e de barras. Esse tipo de visualização também tem muitas opções de personalização." + "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.": [ + "O SQL Lab usa seu armazenamento local do navegador para armazenar consultas e resultados.\nAtualmente, você está usando %(currentUsage)s KB de %(maxStorage)d KB de armazenamento espaço.\nPara evitar que o SQL Lab falhe, elimine algumas abas de consulta.\nPode voltar a essas consultas utilizando a funcionalidade Salvar antes de eliminar a aba.\nObserve que terá de fechar outras janelas do SQL Lab antes de fazer isso." ], - "Symbol of two ends of edge line": [ - "Símbolo de duas extremidades da linha de borda" + "Primary key": ["Chave primária"], + "Foreign key": ["Chave estrangeira"], + "Index": ["Índice"], + "Estimate selected query cost": ["Estimar custo da consulta selecionada"], + "Estimate cost": ["Custo estimado"], + "Cost estimate": ["Estimativa de custo"], + "Creating a data source and creating a new tab": [ + "Criando uma fonte de dados e criando uma nova guia" ], - "Symbol size": ["Tamanho do símbolo"], - "Sync columns from source": ["Sincronizar colunas da fonte"], - "Syntax": ["Sintaxe"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "" + "Explore the result set in the data exploration view": [ + "Explorar o conjunto de resultados na visão de exploração de dados" ], - "TABLES": ["TABELAS"], - "TEMPORAL X-AXIS": ["EIXO X TEMPORAL"], - "TEMPORAL_RANGE": ["INTERVALO TEMPORAL"], - "THU": ["QUI"], - "TUE": ["TER"], - "Tab name": ["Nome da aba"], - "Tab title": ["Título da aba"], - "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" + "explore": ["explorar"], + "Create Chart": ["Criar gráfico"], + "Source SQL": ["Fonte SQL"], + "Executed SQL": ["SQL executado"], + "Run query": ["Executar consulta"], + "Stop query": ["Parar consulta"], + "New tab": ["Nova aba"], + "Previous Line": ["Linha anterior"], + "Keyboard shortcuts": [""], + "Run a query to display query history": [ + "Executar uma consulta para exibir o histórico de consultas" ], - "Table Exists": ["A Tabela existe"], - "Table Name": ["Nome da Tabela"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Não foi possível encontrar a tabela [%(table_name)s], verifique novamente a conexão ao banco de dados, o esquema e o nome da tabela" + "LIMIT": ["LIMITE"], + "State": ["Estado"], + "Started": ["Iniciado"], + "Duration": ["Duração"], + "Results": ["Resultados"], + "Actions": ["Ações"], + "Success": ["Sucesso"], + "Failed": ["Falhou"], + "Running": ["Executando"], + "Fetching": ["Buscando"], + "Offline": ["Offline"], + "Scheduled": ["Agendado"], + "Unknown Status": ["Status Desconhecido"], + "Edit": ["Editar"], + "View": ["Ver"], + "Data preview": ["Pré-visualização de dados"], + "Overwrite text in the editor with a query on this table": [ + "Substituir o texto no editor por uma consulta nesta tabela" ], - "Table cache timeout": ["Tempo limite do cache da tabela"], - "Table columns": ["Colunas da tabela"], - "Table name cannot contain a schema": [ - "O nome da tabela não pode conter um esquema" + "Run query in a new tab": ["Executar consulta em uma nova guia"], + "Remove query from log": ["Remover consulta do log"], + "Unable to create chart without a query id.": [ + "Não é possível criar um gráfico sem um ID de consulta." ], - "Table name undefined": ["Não da tabela indefinido"], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "Tabela que visualiza testes t emparelhados, que são utilizados para compreender as diferenças estatísticas entre grupos." + "Save & Explore": ["Salvar e Explorar"], + "Overwrite & Explore": ["Sobrescrever & Explorar"], + "Save this query as a virtual dataset to continue exploring": [ + "Salvar esta consulta como um conjunto de dados virtual para continuar explorando" ], - "Tables": ["Tabelas"], - "Tabs": ["Abas"], - "Tabular": ["Tabular"], - "Tag could not be created.": ["Não foi possível criar a tag."], - "Tag could not be deleted.": ["Não foi possível excluir a tag."], - "Tag name is invalid (cannot contain ':')": [ - "O nome do rótulo é inválido (não pode conter ':')" + "Download to CSV": ["Baixar para CSV"], + "Copy to Clipboard": ["Copiar para Área de transferência"], + "Filter results": ["Filtrar resultados"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "O número de resultados apresentados é limitado a %(rows)d pela configuração DISPLAY_MAX_ROW. Adicione limites/filtros adicionais ou descarregue para csv para ver mais linhas até ao limite de %(limit)d." ], - "Tag parameters are invalid.": ["Os parâmetros da tag são inválidos."], - "Tagged %s %ss": [""], - "Tagged Object could not be deleted.": [ - "O objeto marcado não pôde ser excluído." + "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.": [ + "O número de resultados apresentados está limitado a %(rows)d. Adicione limites/filtros adicionais, transfira para csv ou contate um administrador para ver mais linhas até ao limite de %(limit)d." ], - "Tags": ["Tags"], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "Pegue seus pontos de dados e agrupe-os em \"bins\" para ver onde estão as áreas mais densas de informações" + "The number of rows displayed is limited to %(rows)d by the query": [ + "O número de linhas exibidas é limitado a %(rows)d pela consulta" ], - "Target": ["Alvo"], - "Target Color": ["Cor do alvo"], - "Target category": ["Categoria de destino"], - "Target value": ["Valor alvo"], - "Template Name": ["Nome do Modelo"], - "Template parameters": ["Parâmetros do Modelo"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Link do modelo, é possível incluir {{ métrica }} ou outros valores provenientes dos controles." + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "O número de linhas exibidas é limitado a %(rows)d pelo menu suspenso de limite." ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ - "Termina as consultas em execução quando a janela do browser é fechada ou se navega para outra página. Disponível para bancos de dados Presto, Hive, MySQL, Postgres e Snowflake." + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "O número de linhas exibidas é limitado a %(rows)d pela consulta e pelo menu suspenso de limite." ], - "Test Connection": ["Testar Conexão"], - "Test connection": ["Testar Conexão"], - "Text": ["Texto"], - "Text align": ["Alinhamento Texto"], - "Text embedded in email": ["Texto incorporado no e-mail"], - "The API response from %s does not match the IDatabaseTable interface.": [ - "A resposta da API de %s não corresponde à interface IDatabaseTable." + "%(rows)d rows returned": ["%(rows)d linhas retornadas"], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "O número de linhas apresentadas é limitado a %(rows)d pelo menu suspenso." ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "O CSS para painéis individuais pode ser alterado aqui ou na visão do painel, onde as alterações são imediatamente visíveis" + "Track job": ["Rastrear o trabalho"], + "See query details": ["Ver detalhes da consulta"], + "Query was stopped": ["A consulta foi interrompida"], + "Database error": ["Erro no 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 pré-visualização de dados"], + "Refetch results": ["Recuperar resultados"], + "Stop": ["Parar"], + "Run selection": ["Executar seleção"], + "Run": ["Executar"], + "Stop running (Ctrl + x)": ["Parar execução (Ctrl + x)"], + "Stop running (Ctrl + e)": ["Parar a execução (Ctrl + e)"], + "Run query (Ctrl + Return)": ["Executar consulta (Ctrl + Return)"], + "Save": ["Salvar"], + "Untitled Dataset": ["Conjunto de dados sem título"], + "An error occurred saving dataset": [ + "Ocorreu um erro ao salvar conjunto de dados" ], - "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.": [ - "O CTAS (create table as select) não tem uma instrução SELECT no final. Certifique-se de que sua consulta tenha um SELECT como última instrução. Em seguida, tente executar sua consulta novamente." + "Save or Overwrite Dataset": ["Salvar ou Sobrescrever Conjunto de dados"], + "Back": ["Voltar"], + "Save as new": ["Salvar como novo"], + "Overwrite existing": ["Sobrescrever existente"], + "Select or type dataset name": [ + "Selecione ou digite o nome do conjunto de dados" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "O GeoJsonLayer recebe dados formatados em GeoJSON e apresenta-os como polígonos, linhas e pontos interativos (círculos, ícones e/ou textos)." + "Existing dataset": ["Conjunto de dados existente"], + "Are you sure you want to overwrite this dataset?": [ + "Tem certeza de que deseja substituir esse conjunto de dados?" ], - "The URL is missing the dataset_id or slice_id parameters.": [ - "O URL não tem os parâmetros dataset_id ou slice_id." + "Undefined": ["Indefinido"], + "Save dataset": ["Salvar conjunto de dados"], + "Save as": ["Salvar como"], + "Save query": ["Salvar consulta"], + "Cancel": ["Cancelar"], + "Update": ["Atualização"], + "Label for your query": ["Rótulo para sua consulta"], + "Write a description for your query": [ + "Escreva uma descrição para sua consulta" ], - "The X-axis is not on the filters list": [ - "O eixo X não consta da lista de filtros" + "Submit": ["Enviar"], + "Schedule query": ["Consulta de agendamento"], + "Schedule": ["Cronograma"], + "There was an error with your request": [ + "Houve um erro em sua solicitação" ], - "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?": [ - "O eixo X não está na lista de filtros, o que impedirá a sua utilização em\n filtros de intervalo de tempo nos painéis. Gostaria de o adicionar à lista de filtros?" + "Please save the query to enable sharing": [ + "Por favor salvar a consulta para habilitar compartilhamento" ], - "The annotation has been saved": ["A anotação foi salva"], - "The annotation has been updated": ["A anotação foi atualizada"], - "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.": [ - "A categoria dos nós de origem utilizada para atribuir cores. Se um nó estiver associado a mais do que uma categoria, apenas a primeira será utilizada." + "Copy query link to your clipboard": [ + "Copiar link de consulta para sua área de transferência" ], - "The chart datasource does not exist": [ - "A fonte de dados do gráfico não existe" + "Save the query to enable this feature": [ + "Salve a consulta para ativar esse recurso" ], - "The chart does not exist": ["O gráfico não existe"], - "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.": [ - "O clássico. Ótimo para mostrar quanto de uma empresa cada investidor recebe, que dados demográficos seguem o seu blog ou que parte do orçamento vai para o complexo industrial militar.\n\n Os gráficos de pizza podem ser difíceis de interpretar com precisão. Se a clareza da proporção relativa for importante, considere utilizar um gráfico de barras ou outro tipo de gráfico." + "Copy link": ["Copiar link"], + "Run a query to display results": [ + "Executar uma consulta para exibir os resultados" ], - "The color for points and clusters in RGB": [ - "A cor dos pontos e clusters em RGB" + "No stored results found, you need to re-run your query": [ + "Não foram encontrados resultados armazenados, é necessário executar novamente a consulta" ], - "The color scheme for rendering chart": [ - "O esquema de cores para a renderização do gráfico" + "Query history": ["Histórico de consultas"], + "Preview: `%s`": ["Pré-visualização: `%s`"], + "Schedule the query periodically": ["Agendar a consulta periodicamente"], + "You must run the query successfully first": [ + "Primeiro, você deve executar a consulta com êxito" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "O esquema de cores é determinado pelo painel relacionado.\n Edite o esquema de cores nas propriedades do painel." + "Render HTML": [""], + "Autocomplete": ["Autocompletar"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "Estimate the cost before running a query": [ + "Estimar o custo antes de executar uma consulta" ], - "The column header label": ["O rótulo do cabeçalho da coluna"], - "The column was deleted or renamed in the database.": [ - "A coluna foi excluída ou renomeada no banco de dados." + "Specify name to CREATE VIEW AS schema in: public": [ + "Especificar o nome para CREATE VIEW AS schema in: public" ], - "The country code standard that Superset should expect to find in the [country] column": [ - "O código de país padrão que o Superset deve esperar encontrar na coluna [country]" + "Specify name to CREATE TABLE AS schema in: public": [ + "Especificar o nome para CREATE TABLE AS schema in: public" ], - "The dashboard has been saved": ["O painel foi salvo"], - "The data source seems to have been deleted": [ - "A Fonte de dados parece ter sido excluída" + "Select a database to write a query": [ + "Selecione um banco de dados para escrever uma consulta" ], - "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. Em alguns casos, pode ser necessário introduzir manualmente um tipo para colunas definidas por expressões. Na maioria dos casos, os usuários não devem precisar de alterar isto." + "Choose one of the available databases from the panel on the left.": [ + "Escolha um dos bancos de dados disponíveis no painel na esquerda." ], - "The database columns that contains lines information": [ - "As colunas do banco de dados que contêm informações sobre as linhas" + "Create": ["Criar"], + "Collapse table preview": ["Recolher a visualização da tabela"], + "Expand table preview": ["Expandir visualização da tabela"], + "Reset state": ["Redefinir estado"], + "Enter a new title for the tab": ["Digite 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": ["Esconder barra de ferramentas"], + "Close all other tabs": ["Fechar todas as outras abas"], + "Duplicate tab": ["Duplicar aba"], + "Add a new tab": ["Adicionar uma nova aba"], + "New tab (Ctrl + q)": ["Nova guia (Ctrl + q)"], + "New tab (Ctrl + t)": ["Nova guia (Ctrl + t)"], + "Add a new tab to create SQL Query": [ + "Adicionar uma nova guia para criar Consulta SQL" ], - "The database could not be found": [ - "Não foi possível encontrar o banco de dados" + "An error occurred while fetching table metadata": [ + "Ocorreu um erro ao obter os metadados da tabela" ], - "The database is currently running too many queries.": [ - "O banco de dados está atualmente executando muitas consultas." + "Copy partition query to clipboard": [ + "Copiar consulta de partição para a área de transferência" ], - "The database is under an unusual load.": [ - "O banco de dados está sob uma carga incomum." + "latest partition:": ["partição mais recente:"], + "Keys for table": ["Chaves da tabela"], + "View keys & indexes (%s)": ["Exibir chaves e índices (%s)"], + "Original table column order": ["Ordem das colunas da tabela original"], + "Sort columns alphabetically": ["Ordenar colunas alfabeticamente"], + "Copy SELECT statement to the clipboard": [ + "Copiar instrução SELECT para a área de transferência" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "O banco de dados referenciado nesta consulta não foi encontrado. Contate um administrador para obter mais assistência ou tente novamente." + "Show CREATE VIEW statement": ["Mostrar instrução CREATE VIEW"], + "CREATE VIEW statement": ["Declaração CREATE VIEW"], + "Remove table preview": ["Remover a pré-visualização da tabela"], + "Assign a set of parameters as": [ + "Atribuir um conjunto de parâmetros como" ], - "The database returned an unexpected error.": [ - "O banco de dados retornou um erro inesperado." + "below (example:": ["abaixo (exemplo:"], + "), and they become available in your SQL (example:": [ + "), e eles tornaram-se disponíveis no seu SQL (exemplo:" ], - "The database was deleted.": ["O banco de dados foi excluído."], - "The database was not found.": ["O banco de dados não foi encontrado."], - "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 é ligado aos %s gráficos que aparecerem em %s painéis. Tem certeza que você deseja continuar? A eliminação do conjunto de dados irá quebrar esses objetos." + "by using": ["usando"], + "Jinja templating": ["Modelo Jinja"], + "syntax.": ["sintaxe."], + "Edit template parameters": ["Editar parâmetros do modelo"], + "Invalid JSON": ["JSON inválido"], + "Untitled query": ["Consulta sem título"], + "%s%s": ["%s%s"], + "Control": ["Controle"], + "Before": ["Antes de"], + "After": ["Depois de"], + "Click to see difference": ["Clique para ver diferença"], + "Altered": ["Alterado"], + "Chart changes": ["Alterações no gráfico"], + "Loaded data cached": ["Dados carregados em cache"], + "Loaded from cache": ["Carregado da cache"], + "Click to force-refresh": ["Clique para forçar a atualização"], + "Cached": ["Em cache"], + "Add required control values to preview chart": [ + "Adicionar controle de valores obrigatórios para visualizar o gráfico" ], - "The dataset associated with this chart no longer exists": [ - "O conjunto de dados associado a este gráfico já não existe" + "Your chart is ready to go!": ["Seu gráfico está pronto para ser usado!"], + "click here": ["clique aqui"], + "No results were returned for this query": [ + "Não foram apresentados resultados para esta consulta" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Certifique-se de que os controles estão corretamente configurados e que a fonte de dados contém dados para o intervalo de tempo selecionado" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "" + "An error occurred while loading the SQL": [ + "Ocorreu um erro ao carregar o SQL" ], - "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 afeta todos os gráficos que usam esse conjunto de dados.\n Tenha em mente que alterar as configurações\n aqui pode afetar outros gráficos \n de maneiras indesejáveis." + "Sorry, an error occurred": ["Desculpe, ocorreu um erro"], + "Updating chart was stopped": [ + "A atualização do gráfico foi interrompida" ], - "The dataset has been saved": ["O conjunto de dados foi salvo"], - "The dataset linked to this chart may have been deleted.": [ - "O conjunto de dados vinculado a esse gráfico pode ter sido excluído." + "An error occurred while rendering the visualization: %s": [ + "Ocorreu um erro ao renderizar a visualização: %s" ], - "The datasource couldn't be loaded": [ - "A fonte de dados não pode ser carregada" + "Network error.": ["Erro de rede."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Filtro cruzado vai ser aplicado para todos os gráficos que utilizam esse conjunto de dados." ], - "The datasource is too large to query.": [ - "A fonte de dados é muito grande para ser consultada." + "You can also just click on the chart to apply cross-filter.": [ + "Você também pode simplesmente clicar no gráfico para aplicar o filtro cruzado." ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "A descrição pode ser apresentada como cabeçalhos de widgets na visão do painel. Suporta markdown." + "Cross-filtering is not enabled for this dashboard.": [ + "A filtragem cruzada não está ativada para esse painel." ], - "The distance between cells, in pixels": [ - "A distância entre células, em pixels" + "This visualization type does not support cross-filtering.": [ + "Esse tipo de visualização não oferece suporte à filtragem cruzada." ], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ - "O período de tempo, em segundos, antes de o cache ser invalidado. Defina como -1 para ignorar o cache." + "You can't apply cross-filter on this data point.": [ + "Não é possível aplicar filtro cruzado a esse ponto de dados." ], - "The encoding format of the lines": ["The encoding format of the lines"], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "O objeto engine_params é descompactado na chamada sqlalchemy.create_engine." + "Remove cross-filter": ["Remover filtro cruzado"], + "Add cross-filter": ["Adicionar filtro cruzado"], + "Drill by is not yet supported for this chart type": [ + "Drill by não é suportado para esse tipo de gráfico" ], - "The function to use when aggregating points into groups": [ - "A função para usar quando agregar pontos em grupos" + "Drill by is not available for this data point": [ + "Drill by não está disponível para este ponto de dados" ], - "The host might be down, and can't be reached on the provided port.": [ - "O host pode ter caído, e não pode ser alcançado na porta fornecida." + "Drill by": ["Drill by"], + "Search columns": ["Colunas de pesquisa"], + "No columns found": ["Nenhuma coluna encontrada"], + "Edit chart": ["Editar gráfico"], + "Close": ["Fechar"], + "Failed to load chart data.": ["Falha ao carregar dados do gráfico."], + "Drill by: %s": ["Drill by: %s"], + "Results %s": ["Resultados %s"], + "Drill to detail": ["Drill to detail"], + "Drill to detail by": ["Drill to detail por"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "The hostname provided can't be resolved.": [ - "O nome do host oferecido não pode ser resolvido." + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Drill to detail está desabilitado porque esse gráfico não agrupar dados por valor da dimensão." ], - "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 a esta tabela. Ao alterar esta fonte de dados, pode alterar o comportamento dos gráficos associados. Tenha também em atenção que os gráficos têm de apontar para uma fonte de dados, pelo que este formulário falhará ao ser guardado se remover gráficos de uma fonte de dados. Se pretender alterar a fonte de dados de um gráfico, substitua o gráfico da 'visão de exploração'" + "Right-click on a dimension value to drill to detail by that value.": [ + "Clique com o botão direito do mouse em valor de dimensão para pesquisar detalhes por esse valor." ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "O número máximo de eventos retornados, equivalente ao número de linhas" + "Drill to detail by value is not yet supported for this chart type.": [ + "Drill to detail por valor ainda não é suportado para esse tipo de gráfico." ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "O máximo número de subdivisões de cada grupo ; mais baixo os valores são podados primeiro" + "Drill to detail: %s": ["Drill to detail: %s"], + "Formatting": ["Formatação"], + "Formatted value": ["Valor formatado"], + "No rows were returned for this dataset": [ + "Não foram devolvidas linhas para este conjunto de dados" ], - "The maximum value of metrics. It is an optional configuration": [ - "O valor máximo de métricas. Trata-se de uma configuração opcional" + "Reload": ["Recarregar"], + "Copy": ["Copiar"], + "Copy to clipboard": ["Copiar para área de transferência"], + "Copied to clipboard!": ["Copiado para a área de transferência!"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Desculpe, seu navegador não suporta cópias. Use Ctrl / Cmd + C!" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "O metadata_params no campo Extra não está configurado corretamente. A chave %(key)s é inválida." + "every": ["todos"], + "every month": ["a cada mês"], + "every day of the month": ["todos os dias do mês"], + "day of the month": ["dia do mês"], + "every day of the week": ["todos os dias da semana"], + "day of the week": ["dia da semana"], + "every hour": ["a cada hora"], + "minute": ["minuto"], + "reboot": ["reiniciar"], + "Every": ["Todo"], + "in": ["em"], + "on": ["em"], + "or": ["ou"], + "at": ["em"], + ":": [":"], + "minute(s)": ["minuto(s)"], + "Invalid cron expression": ["Expressão cron inválida"], + "Clear": ["Limpar"], + "Sunday": ["Domingo"], + "Monday": ["Segunda-feira"], + "Tuesday": ["Terça"], + "Wednesday": ["Quarta-feira"], + "Thursday": ["Quinta"], + "Friday": ["Sexta"], + "Saturday": ["Sábado"], + "January": ["Janeiro"], + "February": ["Fevereiro"], + "March": ["Março"], + "April": ["Abril"], + "May": ["Maio"], + "June": ["Junho"], + "July": ["Julho"], + "August": ["Agosto"], + "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": ["MAIO"], + "JUN": ["JUN"], + "JUL": ["JUL"], + "AUG": ["AGO"], + "SEP": ["SET"], + "OCT": ["OUT"], + "NOV": ["NOV"], + "DEC": ["DEZ"], + "There was an error loading the schemas": [ + "Ocorreu um erro ao carregar os esquemas" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "O metadata_params no campo Extra não está configurado corretamente. A chave %{key}s é inválida." + "Select database or type to search databases": [ + "Selecione o banco de dados ou o tipo para pesquisar bancos de dados" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "O objeto metadata_params é desempacotado na chamada sqlalchemy.MetaData." + "Force refresh schema list": ["Forçar atualização da lista de esquemas"], + "Select schema or type to search schemas": [ + "Selecione o esquema ou o tipo para pesquisar os esquemas" ], - "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 rolagem necessários para mostrar um valor. Por exemplo, se você fizer uma soma cumulativa em 7 dias, talvez queira que seu \"Min Period\" seja 7, de modo que todos os pontos de dados mostrados sejam o total de 7 períodos. Isso ocultará o \"ramp up\" que ocorre nos primeiros 7 períodos" + "No compatible schema found": [ + "Nenhum esquema compatível foi encontrado" ], - "The number color \"steps\"": ["A cor do número \"steps\""], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "O número de horas, negativo ou positivo, para deslocar a coluna da hora. Isto pode ser utilizado para mudar a hora UTC para a hora local." + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Atenção! Alterar o conjunto de dados pode quebrar o gráfico se os metadados não existirem." ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "O número de resultados apresentados é limitado a %(rows)d pela configuração DISPLAY_MAX_ROW. Adicione limites/filtros adicionais ou descarregue para csv para ver mais linhas até ao limite de %(limit)d." + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Alterar o conjunto de dados pode quebrar o gráfico se o gráfico depender de colunas ou metadados que não existem no conjunto de dados de destino" ], - "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.": [ - "O número de resultados apresentados está limitado a %(rows)d. Adicione limites/filtros adicionais, transfira para csv ou contate um administrador para ver mais linhas até ao limite de %(limit)d." + "dataset": ["dataset"], + "Successfully changed dataset!": [ + "Conjunto de dados alterado com sucesso!" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "O número de linhas apresentadas é limitado a %(rows)d pelo menu suspenso." + "Connection": ["Conexão"], + "Swap dataset": ["Trocar conjunto de dados"], + "Warning!": ["Atenção!"], + "Search / Filter": ["Pesquisa / Filtro"], + "Add item": ["Adicionar item"], + "STRING": ["STRING"], + "NUMERIC": ["NUMÉRICO"], + "DATETIME": ["DATA"], + "BOOLEAN": ["BOLEANO"], + "Physical (table or view)": ["Físico (tabela ou view)"], + "Virtual (SQL)": ["Virtual (SQL)"], + "Data type": ["Tipo de dado"], + "Advanced data type": ["Tipo de dados avançado"], + "Advanced Data type": ["Tipo de dados avançado"], + "Datetime format": ["Formato de data e hora"], + "Python datetime string pattern": [ + "Padrão de String de data e hora em Python" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "O número de linhas exibidas é limitado a %(rows)d pelo menu suspenso de limite." + "ISO 8601": ["ISO 8601"], + "Certified By": ["Certificado Por"], + "Person or group that has certified this metric": [ + "Pessoa ou grupo que certificou esta métrica" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "O número de linhas exibidas é limitado a %(rows)d pela consulta" + "Certified by": ["Certificado por"], + "Certification details": ["Detalhes de certificação"], + "Details of the certification": ["Detalhes da certificação"], + "Is dimension": ["É dimensão"], + "Default datetime": ["Data/hora padrão"], + "Is filterable": ["É filtrável"], + "": [""], + "Select owners": ["Selecionar proprietários"], + "Modified columns: %s": ["Colunas modificadas: %s"], + "Removed columns: %s": ["Colunas removidas: %s"], + "New columns added: %s": ["Novas colunas adicionadas: %s"], + "Metadata has been synced": ["Os metadados foram sincronizados"], + "An error has occurred": ["Ocorreu um erro"], + "Column name [%s] is duplicated": ["Nome da coluna [%s] está duplicado"], + "Metric name [%s] is duplicated": ["Métrica nome [%s] está duplicada"], + "Calculated column [%s] requires an expression": [ + "A coluna calculada [%s] requer uma expressão" ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "O número de linhas exibidas é limitado a %(rows)d pela consulta e pelo menu suspenso de limite." + "Invalid currency code in saved metrics": [""], + "Basic": ["Básico"], + "Default URL": ["URL padrão"], + "Default URL to redirect to when accessing from the dataset list page": [ + "URL padrão para o qual redirecionar quando acessar da página da lista de conjuntos de dados" ], - "The number of seconds before expiring the cache": [ - "O número de segundos antes da expiração da cache" + "Autocomplete filters": ["Filtros de preenchimento automático"], + "Whether to populate autocomplete filters options": [ + "Se as opções de filtros de preenchimento automático devem ser preenchidas" ], - "The object does not exist in the given database.": [ - "O objeto não existe no banco de dados fornecido." + "Autocomplete query predicate": [ + "Predicado de consulta de preenchimento automático" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "A senha fornecida para o nome de usuário \"%(username)s\" está incorreta." + "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.": [ + "Ao usar \"Autocomplete filters\", isso pode ser usado para melhorar o desempenho da consulta que busca os valores. Use essa opção para aplicar um predicado (cláusula WHERE) à consulta que seleciona os valores distintos da tabela. Normalmente, a intenção seria limitar a varredura aplicando um filtro de tempo relativo em um campo particionado ou indexado relacionado ao tempo." ], - "The password provided when connecting to a database is not valid.": [ - "A senha fornecida ao se conectar a um banco de dados não é válida." + "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.\" }`.": [ + "Dados extras para especificar metadados de tabela. Atualmente suporta metadados do formato: `{ \"certification\": { \"certified_by\": \"Data Platform Team\", \"details\": \"This table is the source of truth.\" }, \"warning_markdown\": \"This is a warning.\" }`." ], - "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 dos bancos de dados abaixo são necessárias para importá-los junto com os gráficos. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + "Cache timeout": ["Tempo limite da cache"], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "O período de tempo, em segundos, antes de o cache ser invalidado. Defina como -1 para ignorar o cache." ], - "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 dos bancos de dados abaixo são necessárias para importá-los junto com os painéis. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + "Hours offset": ["Compensação de horas"], + "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ + "O número de horas, negativo ou positivo, para deslocar a coluna da hora. Isto pode ser utilizado para mudar a hora UTC para a hora local." ], - "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 dos bancos de dados abaixo são necessárias para importá-las junto com os conjuntos de dados. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "" ], - "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.": [ - "As senhas dos bancos de dados abaixo são necessárias para importá-los juntamente com as consultas salvas. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + "": [""], + "": [""], + "Click the lock to make changes.": [ + "Clique no cadeado para fazer alterações." ], - "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.": [ - "As senhas dos bancos de dados abaixo são necessárias para importá-los. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exploração e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + "Click the lock to prevent further changes.": [ + "Clique no cadeado para evitar avançar mudanças." ], - "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 periodicidade sobre a qual o tempo será dinamizado. Os usuários podem fornecer um alias de deslocamento \"Pandas\".\n Clique no balão de informações para obter mais detalhes sobre as expressões \"freq\" aceitas." + "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, a fonte de dados atua como uma visualização. O Superset usará essa instrução como uma subconsulta ao agrupar e filtrar as consultas pai geradas." ], - "The pixel radius": ["O raio do pixel"], + "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 visualização). Lembre-se de que o gráfico está associado a essa tabela lógica Superset, e essa tabela lógica aponta para a tabela física referenciada aqui." ], - "The port is closed.": ["A porta está fechada."], - "The port number is invalid.": ["O número da porta é inválido."], - "The primary metric is used to define the arc segment sizes": [ - "A métrica primária é usada para definir os tamanhos dos segmentos de arco" + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The query associated with the results was deleted.": [ - "A consulta associada aos resultados foi excluída." + "D3 format": ["Formato D3"], + "Metric currency": [""], + "Warning": ["Advertência"], + "Optional warning about use of this metric": [ + "Aviso opcional sobre o uso dessa métrica" ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "A consulta associada a esses resultados não pôde ser encontrada. Você precisa executar novamente a consulta original." + "": [""], + "Be careful.": ["Cuidado."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "A alteração destas definições afectará todos os gráficos que utilizem este conjunto de dados, incluindo os gráficos pertencentes a outras pessoas." ], - "The query contains one or more malformed template parameters.": [ - "A consulta contém um ou mais parâmetros de modelo malformados." + "Sync columns from source": ["Sincronizar colunas da fonte"], + "Calculated columns": ["Colunas calculadas"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The query couldn't be loaded": ["Não foi possível carregar a consulta"], - "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ - "A estimativa de consulta foi encerrada após %(sqllab_timeout)s segundos. Ela pode ser muito complexa ou o banco de dados pode estar sob carga pesada." + "": [""], + "Settings": ["Configurações"], + "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 afeta todos os gráficos que usam esse conjunto de dados.\n Tenha em mente que alterar as configurações\n aqui pode afetar outros gráficos \n de maneiras indesejáveis." ], - "The query has a syntax error.": ["A consulta tem um erro de sintaxe."], - "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.": [ - "A consulta foi encerrada após %(sqllab_timeout)s segundos. Ela pode ser muito complexa ou o banco de dados pode estar sob carga pesada." + "Are you sure you want to save and apply changes?": [ + "Tem certeza que deseja salvar e aplicar mudanças ?" ], - "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 pixels) que o algoritmo usa para definir um cluster. Escolha 0 para desativar o agrupamento, mas lembre-se de que um grande número de pontos (>1000) causará atraso." + "Confirm save": ["Confirmar salvar"], + "OK": ["OK"], + "Use legacy datasource editor": [ + "Usar o editor de fonte de dados herdado" ], - "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 em um cluster). Uma coluna numérica ou `Auto`, que dimensiona o ponto com base no maior cluster" + "This dataset is managed externally, and can't be edited in Superset": [ + "Esse conjunto de dados é gerenciado externamente e não pode ser editado no Superset" ], - "The report has been created": ["O relatório foi criado"], - "The result of this query should be a numeric-esque value": [""], - "The results backend no longer has the data from the query.": [ - "O backend de resultados não tem mais os dados da consulta." + "DELETE": ["APAGAR"], + "delete": ["excluir"], + "Type \"%s\" to confirm": ["Digite \"%s\" para confirmar"], + "More": ["Mais informações"], + "Click to edit": ["Clique para editar"], + "You don't have the rights to alter this title.": [ + "Você não tem o direito de alterar esse título." ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Os resultados armazenados no backend foram armazenados em um formato diferente e não podem mais ser desserializados." + "No databases match your search": [ + "Nenhum banco de dados corresponde a sua pesquisa" ], - "The rich tooltip shows a list of all series for that point in time": [ - "A dica de ferramenta avançada mostra uma lista de todas as séries para esse ponto no tempo" + "There are no databases available": [ + "Não há bancos de dados disponíveis" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "O esquema \"%(schema)s\" não existe. Um esquema válido deve ser usado para executar essa consulta." + "Manage your databases": ["Gerenciar seus bancos de dados"], + "here": ["aqui"], + "Unexpected error": ["Erro inesperado"], + "This may be triggered by:": ["Isso pode ser provocado por:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nIsso pode ser acionado por: \n%(issues)s" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "O esquema \"%(schema_name)s\" não existe. Um esquema válido deve ser usado para executar essa consulta." + "%s Error": ["%s Erro"], + "Missing dataset": ["Conjunto de dados ausentes"], + "See more": ["Ver mais"], + "See less": ["Veja menos"], + "Copy message": ["Copiar mensagem"], + "Authorization needed": [""], + "Did you mean:": ["Quis dizer:"], + "Parameter error": ["Erro de parâmetro"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nIsso pode ser acionado por:\n %(issue)s" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "O esquema foi excluído ou renomeado no banco de dados." + "Timeout error": ["Erro de tempo limite"], + "Click to favorite/unfavorite": ["Clique para favoritar/não favoritar"], + "Cell content": ["Conteúdo da célula"], + "Hide password.": ["Ocultar senha."], + "Show password.": ["Mostrar senha."], + "OVERWRITE": ["SOBRESCREVER"], + "Database passwords": ["Senhas de banco de dados"], + "%s PASSWORD": ["%s SENHA"], + "%s SSH TUNNEL PASSWORD": ["%s SENHA DO TÚNEL SSH"], + "%s SSH TUNNEL PRIVATE KEY": ["%s CHAVE PRIVADA DO TÚNEL SSH"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ + "%s SENHA DA CHAVE PRIVADA DO TÚNEL SSH" ], - "The size of the square cell, in pixels": [ - "O tamanho da célula quadrada, em pixels" + "Overwrite": ["Sobrescrever"], + "Import": ["Importar"], + "Import %s": ["Importar %s"], + "Select file": ["Selecionar arquivo"], + "Last Updated %s": ["Última atualização %s"], + "Sort": ["Classificar"], + "+ %s more": ["+ %s mais"], + "%s Selected": ["%s Selecionado"], + "Deselect all": ["Desmarcar tudo"], + "No results match your filter criteria": [ + "Nenhum resultado corresponde aos seus critérios de filtragem" ], - "The submitted payload has the incorrect format.": [ - "O payload enviado tem o formato incorreto." + "Try different criteria to display results.": [ + "Experimente critérios diferentes para exibir os resultados." ], - "The submitted payload has the incorrect schema.": [ - "O payload enviado tem o esquema incorreto." + "clear all filters": ["limpar todos os filtros"], + "No Data": ["Sem dados"], + "%s-%s of %s": ["%s-%s de %s"], + "Start date": ["Data de início"], + "End date": ["Data final"], + "Type a value": ["Digite um valor"], + "Filter": ["Filtro"], + "Select or type a value": ["Selecione ou digite um valor"], + "Last modified": ["Última modificação"], + "Modified by": ["Modificado por"], + "Created by": ["Criado por"], + "Created on": ["Criado em"], + "Menu actions trigger": ["Acionador de ações do menu"], + "Select ...": ["Selecione ..."], + "Filter menu": ["Menu do filtro"], + "Reset": ["Redefinir"], + "No filters": ["Sem filtros"], + "Search in filters": ["Pesquisar em filtros"], + "Select current page": ["Selecionar a página atual"], + "Invert current page": ["Inverter a página atual"], + "Clear all data": ["Limpar todos os dados"], + "Expand row": ["Expandir linha"], + "Collapse row": ["Recolher linha"], + "Click to sort descending": [ + "Clique para classificar em ordem decrescente" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "A tabela \"%(tabela)s\" não existe. Uma tabela válida deve ser usada para executar essa consulta." + "Click to sort ascending": ["Clique para classificar em ordem crescente"], + "Click to cancel sorting": ["Clique para cancelar a ordenação"], + "List updated": ["Lista atualizada"], + "There was an error loading the tables": [ + "Ocorreu um erro ao carregar as tabelas" ], - "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." + "See table schema": ["Ver esquema da tabela"], + "Select table or type to search tables": [ + "Selecione a tabela ou digite para pesquisar tabelas" ], - "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 desse processo de configuração em duas fases, agora você deve clicar no botão de edição da nova tabela para configurá-la." + "Force refresh table list": ["Forçar atualização da lista de tabelas"], + "Timezone selector": ["Seletor de fuso horário"], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Não há espaço suficiente para esse componente. Tente diminuir sua largura ou aumentar a largura do destino." ], - "The table was deleted or renamed in the database.": [ - "A tabela foi excluída ou renomeada no banco de dados." + "Can not move top level tab into nested tabs": [ + "Não é possível mover a aba de nível superior para abas aninhadas" ], - "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. Observe que você pode definir uma expressão arbitrária que retorne uma coluna DATETIME na tabela. Observe também que o filtro abaixo é aplicado a essa coluna ou expressão" + "This chart has been moved to a different filter scope.": [ + "Esse gráfico foi movido para um escopo de filtro diferente." ], - "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`": [ - "A granularidade de tempo para a visualização. Observe que você pode digitar e usar linguagem natural simples, como `10 segundos`, `1 dia` ou `56 semanas`" + "There was an issue fetching the favorite status of this dashboard.": [ + "Houve um problema ao buscar o status de favorito desse painel." ], - "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`": [ - "A granularidade de tempo para a visualização. Observe que você pode digitar e usar linguagem natural simples, como `10 segundos`, `1 dia` ou `56 semanas`" + "There was an issue favoriting this dashboard.": [ + "Houve um problema ao favoritar esse painel." ], - "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 de tempo 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 com base em cada mecanismo de banco de dados no código-fonte do Superset." + "This dashboard is now published": ["Esse painel foi publicado"], + "This dashboard is now hidden": ["Esse painel agora está oculto"], + "You do not have permissions to edit this dashboard.": [ + "Você não tem permissão para editar esse painel." ], - "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.": [ - "O intervalo de tempo para a visualização. Todos os horários relativos, por exemplo, \"Last month\", \"Last 7 days\", \"now\" etc., são avaliados no servidor usando o horário local do servidor (sem fuso horário). Todas as dicas de ferramentas e horários de espaço reservado são expressos em UTC (sem fuso horário). Os registros de data e hora são avaliados pelo banco de dados usando o fuso horário local do mecanismo. Observe que é possível definir explicitamente o fuso horário de acordo com o formato ISO 8601 ao especificar a hora inicial e/ou final." + "[ untitled dashboard ]": ["[ painel sem título ]"], + "This dashboard was saved successfully.": [ + "Este painel foi salvo com sucesso." ], - "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 domain_granularity. Deve ser maior ou igual a Time Grain" + "Sorry, an unknown error occurred": [ + "Desculpe, ocorreu um erro desconhecido" ], - "The time unit used for the grouping of blocks": [ - "A unidade de tempo usada para o agrupamento de blocos" + "Sorry, there was an error saving this dashboard: %s": [ + "Desculpe, houve um erro ao salvar este painel: %s" ], - "The type of visualization to display": [ - "O tipo de visualização para exibir" - ], - "The unit of measure for the specified point radius": [ - "A unidade de medida do raio do ponto especificado" + "You do not have permission to edit this dashboard": [ + "Você não tem permissão para editar este painel" ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "O usuário parece ter sido excluído" + "Please confirm the overwrite values.": [ + "Por favor, confirme os valores de substituição." ], - "The user/password combination is not valid (Incorrect password for user).": [ - "" + "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.": [ + "Você usou todos os espaços de desfazer de %(historyLength) e não poderá desfazer totalmente as ações subsequentes. Você pode salvar seu estado atual para redefinir o histórico." ], - "The username \"%(username)s\" does not exist.": [ - "O nome de usuário \"%(username)s\" não existe." + "Could not fetch all saved charts": [ + "Não foi possível obter todos os gráficos salvos" ], - "The username provided when connecting to a database is not valid.": [ - "O nome de usuário fornecido ao se conectar ao banco de dados não é válido." + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Qualquer paleta de cores selecionada aqui substituirá as cores aplicadas aos gráficos individuais deste painel" ], - "The way the ticks are laid out on the X-axis": [ - "O modo como os ticks são dispostos no eixo X" + "You have unsaved changes.": ["Você tem alterações não salvas."], + "Drag and drop components and charts to the dashboard": [ + "Arraste e solte componentes e gráficos para o painel" ], - "The width of the lines": ["A largura das linhas"], - "There are associated alerts or reports": [ - "Há alertas ou relatórios associados" + "You can create a new chart or use existing ones from the panel on the right": [ + "Você pode criar um novo gráfico ou usar os existentes no painel à direita" ], - "There are no charts added to this dashboard": [ - "Não há gráficos adicionados a esse painel" + "Create a new chart": ["Criar um novo gráfico"], + "Drag and drop components to this tab": [ + "Arraste e solte componentes para essa aba" ], "There are no components added to this tab": [ "Não há componentes adicionados a essa aba" ], - "There are no databases available": [ - "Não há bancos de dados disponíveis" - ], - "There are no filters in this dashboard.": [ - "Não há filtros neste painel." - ], - "There are unsaved changes.": ["Há mudanças que não foram salvas."], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "Há um erro de sintaxe na consulta SQL. Talvez tenha havido um erro de ortografia ou de digitação." + "You can add the components in the edit mode.": [ + "Você pode adicionar os componentes no modo de edição." ], + "Edit the dashboard": ["Editar o painel"], "There is no chart definition associated with this component, could it have been deleted?": [ "Não há nenhuma definição de gráfico associada a esse componente; ele poderia ter sido excluído?" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Não há espaço suficiente para esse componente. Tente diminuir sua largura ou aumentar a largura do destino." - ], - "There was an error fetching dataset": [ - "Houve um erro ao buscar o conjunto de dados" + "Delete this container and save to remove this message.": [ + "Excluir este contêiner e salvar para remover essa mensagem." ], - "There was an error fetching dataset's related objects": [ - "Ocorreu um erro ao buscar os objetos relacionados ao conjunto de dados" + "Refresh interval saved": ["Intervalo de atualização salvo"], + "Refresh interval": ["Atualizar intervalo"], + "Refresh frequency": ["Atualizar Frequência"], + "Are you sure you want to proceed?": [ + "Tem certeza que deseja continuar ?" ], - "There was an error fetching the favorite status: %s": [ - "Houve um erro ao buscar o status de favorito: %s" + "Save for this session": ["Salvar para essa sessão"], + "You must pick a name for the new dashboard": [ + "Você deve escolher um nome para o novo painel" ], - "There was an error fetching your recent activity:": [ - "Ocorreu um erro ao buscar sua atividade recente:" + "Save dashboard": ["Salvar painel"], + "Overwrite Dashboard [%s]": ["Substituir o Painel [%s]"], + "Save as:": ["Salvar como:"], + "[dashboard name]": ["[nome do painel]"], + "also copy (duplicate) charts": ["também copiar (duplicar) gráficos"], + "viz type": ["tipo de visualização"], + "recent": ["recente"], + "Create new chart": ["Criar novo gráfico"], + "Filter your charts": ["Filtrar os seus gráficos"], + "Filter charts": ["Filtrar gráficos"], + "Sort by %s": ["Ordenar por %s"], + "Show only my charts": ["Mostrar apenas meu gráficos"], + "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.": [ + "Você pode optar por exibir todos os gráficos aos quais tem acesso ou apenas os que possui.\n Sua seleção de filtro será salva e permanecerá ativa até que você decida alterá-la." ], - "There was an error loading the dataset metadata": [ - "Ocorreu um erro ao carregar os metadados do conjunto de dados" + "Added": ["Adicionado"], + "Viz type": ["Tipo de visualização"], + "Dataset": ["Conjunto de dados"], + "Superset chart": ["Gráfico do Superset"], + "Check out this chart in dashboard:": ["Veja este gráfico no painel:"], + "Layout elements": ["Elementos de layout"], + "An error occurred while fetching available CSS templates": [ + "Ocorreu um erro ao buscar os modelos CSS disponíveis" ], - "There was an error loading the schemas": [ - "Ocorreu um erro ao carregar os esquemas" + "Load a CSS template": ["Carregar um modelo CSS"], + "Live CSS editor": ["Editor de CSS em tempo real"], + "Collapse tab content": ["Recolher o conteúdo da aba"], + "There are no charts added to this dashboard": [ + "Não há gráficos adicionados a esse painel" ], - "There was an error loading the tables": [ - "Ocorreu um erro ao carregar as tabelas" + "Go to the edit mode to configure the dashboard and add charts": [ + "Vá ao modo de edição para configurar o painel e adicionar gráficos" ], - "There was an error saving the favorite status: %s": [ - "Ocorreu um erro ao salvar o status de favorito: %s" + "Changes saved.": ["Alterações salvas."], + "Disable embedding?": ["Desativar incorporação?"], + "This will remove your current embed configuration.": [ + "Isso removerá sua configuração de incorporação atual." ], - "There was an error with your request": [ - "Houve um erro em sua solicitação" + "Embedding deactivated.": ["Incorporação desativada."], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Desculpe, ocorreu um erro. Não foi possível desativar a incorporação." ], - "There was an issue deleting %s: %s": [ - "Houve um problema ao excluir %s: %s" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Esse painel está pronto para ser incorporado. Em seu aplicativo, passe o seguinte id para o SDK:" ], - "There was an issue deleting the selected %s: %s": [ - "Houve um problema ao excluir o %s selecionado: %s" + "Configure this dashboard to embed it into an external web application.": [ + "Configurar este painel para incorporá-lo em um aplicativo web externo." ], - "There was an issue deleting the selected annotations: %s": [ - "Houve um problema ao excluir as anotações selecionadas: %s" + "For further instructions, consult the": [ + "Para mais instruções , consultar o" ], - "There was an issue deleting the selected charts: %s": [ - "Houve um problema ao excluir os gráficos selecionados: %s" + "Superset Embedded SDK documentation.": [ + "Documentação do SDK incorporado Superset." ], - "There was an issue deleting the selected datasets: %s": [ - "Houve um problema ao excluir os conjuntos de dados selecionados: %s" + "Allowed Domains (comma separated)": [ + "Domínios permitidos (separados por vírgula)" ], - "There was an issue deleting the selected layers: %s": [ - "Houve um problema ao excluir as camadas selecionadas: %s" + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Uma lista de nomes de domínio que podem incorporar este dashboard. Se deixar este campo vazio, permitirá a incorporação a partir de qualquer domínio." ], - "There was an issue deleting the selected queries: %s": [ - "Houve um problema ao excluir as consultas selecionadas: %s" + "Deactivate": ["Desativar"], + "Save changes": ["Salvar alterações"], + "Enable embedding": ["Habilitar incorporação"], + "Embed": ["Incorporar"], + "Applied cross-filters (%d)": ["Filtros cruzados aplicados (%d)"], + "Applied filters (%d)": ["Filtros aplicados (%d)"], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "Este painel está sendo atualizado automaticamente no momento; a próxima atualização automática será em %s." ], - "There was an issue deleting the selected templates: %s": [ - "Houve um problema ao excluir os modelos selecionados: %s" + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Seu painel é muito grande. Reduza o tamanho antes de salvá-lo." ], - "There was an issue deleting: %s": ["Houve um problema ao excluir: %s"], - "There was an issue duplicating the dataset.": [ - "Houve um problema ao duplicar o conjunto de dados." + "Add the name of the dashboard": ["Adicione o nome do painel"], + "Dashboard title": ["Título do painel"], + "Undo the action": ["Desfazer a ação"], + "Redo the action": ["Refazer o ação"], + "Discard": ["Descartar"], + "Edit dashboard": ["Editar painel"], + "Refreshing charts": ["Atualização de gráficos"], + "Superset dashboard": ["Painel Superset"], + "Refresh dashboard": ["Atualizar Painel"], + "Exit fullscreen": ["Sair da tela cheia"], + "Enter fullscreen": ["Entrar em tela cheia"], + "Edit properties": ["Editar propriedades"], + "Edit CSS": ["Editar CSS"], + "Download": ["Baixar"], + "Share": ["Compartilhar"], + "Copy permalink to clipboard": [ + "Copiar permalink para a área de transferência" ], - "There was an issue duplicating the selected datasets: %s": [ - "Houve um problema ao duplicar os conjuntos de dados selecionados: %s" + "Share permalink by email": ["Compartilhar permalink por e-mail"], + "Embed dashboard": ["Incorporar painel"], + "Manage email report": ["Gerenciar relatório de e-mail"], + "Set filter mapping": ["Definir o mapeamento de filtros"], + "Set auto-refresh interval": [ + "Definir intervalo da atualização automática" ], - "There was an issue favoriting this dashboard.": [ - "Houve um problema ao favoritar esse painel." + "Confirm overwrite": ["Confirmar a substituição"], + "Yes, overwrite changes": ["Sim, sobrescrever mudanças"], + "Are you sure you intend to overwrite the following values?": [ + "Tem certeza de que pretende substituir os valores a seguir?" ], - "There was an issue fetching reports attached to this dashboard.": [ - "Houve um problema na obtenção de relatórios anexados a esse painel." + "Last Updated %s by %s": ["Última atualização %s por %s"], + "Apply": ["Aplicar"], + "Error": ["Erro"], + "A valid color scheme is required": [ + "Um esquema de cores válido é necessário" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Houve um problema ao buscar o status de favorito desse painel." + "JSON metadata is invalid!": ["Os metadados JSON são inválidos!"], + "Dashboard properties updated": ["Propriedades do painel atualizadas"], + "The dashboard has been saved": ["O painel foi salvo"], + "Access": ["Acessar"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Os proprietários são uma lista de usuários que podem alterar o painel. Pesquisável por nome ou nome de usuário." ], - "There was an issue fetching your chart: %s": [ - "Houve um problema ao buscar seu gráfico: %s" + "Colors": ["Cores"], + "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.": [ + "As funções são uma lista que define o acesso ao painel. Conceder a uma função o acesso a um painel irá ignorar as verificações ao nível do conjunto de dados. Se não forem definidas funções, aplicam-se as permissões de acesso normais." ], - "There was an issue fetching your dashboards: %s": [ - "Houve um problema ao buscar seus painéis: %s" + "Dashboard properties": ["Propriedades do painel"], + "This dashboard is managed externally, and can't be edited in Superset": [ + "Esse painel é gerenciado externamente e não pode ser editado no Superset" ], - "There was an issue fetching your recent activity: %s": [ - "Houve um problema ao buscar sua atividade recente: %s" + "Basic information": ["Informações básicas"], + "URL slug": ["Slug de URL"], + "A readable URL for your dashboard": ["Uma URL legível para seu painel"], + "Certification": ["Certificação"], + "Person or group that has certified this dashboard.": [ + "Pessoa ou grupo que certificou esse painel." ], - "There was an issue fetching your saved queries: %s": [ - "Houve um problema ao buscar suas consultas salvas: %s" + "Any additional detail to show in the certification tooltip.": [ + "Qualquer detalhe adicional a mostrar na dica de ferramenta de certificação." ], - "There was an issue previewing the selected query %s": [ - "Houve um problema ao visualizar a consulta selecionada %s" + "A list of tags that have been applied to this chart.": [ + "Uma lista de tags que foram aplicadas a esse gráfico." ], - "There was an issue previewing the selected query. %s": [ - "Houve um problema ao visualizar a consulta selecionada. %s" + "JSON metadata": ["Metadados JSON"], + "Use \"%(menuName)s\" menu instead.": [ + "Em vez disso, use o menu \"%(menuName)s\"." ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "Há um loop em seu Sankey, forneça uma árvore. Aqui está um link defeituoso: {}" + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Esse painel não foi publicado, portanto não será exibido na lista de painéis. Clique aqui para publicar esse painel." ], - "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 quando se clica no botão salvar ou sobrescrever na exibição de exploração. Esse objeto JSON é exposto aqui para referência e para usuários avançados que queiram alterar parâmetros específicos." + "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.": [ + "Esse painel não está publicado, o que significa que não será exibido na lista de painéis. Favorite-o para vê-lo lá ou acesse-o usando diretamente a URL." ], - "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Esse objeto JSON é gerado dinamicamente quando se clica no botão salvar ou sobrescrever na exibição do painel. Ele é exposto aqui para referência e para usuários avançados que podem querer alterar parâmetros específicos." + "This dashboard is published. Click to make it a draft.": [ + "Este painel foi publicado. Clique para torná-lo um rascunho." ], - "This action will permanently delete %s.": [ - "Essa ação excluirá permanentemente %s." + "Draft": ["Rascunho"], + "Annotation layers are still loading.": [ + "As camadas de anotação ainda estão carregando." ], - "This action will permanently delete the layer.": [ - "Essa ação excluirá permanentemente a camada." + "One ore more annotation layers failed loading.": [ + "Falha no carregamento de uma ou mais camadas de anotação." ], - "This action will permanently delete the saved query.": [ - "Essa ação excluirá permanentemente a consulta salva." - ], - "This action will permanently delete the template.": [ - "Essa ação excluirá permanentemente o modelo." - ], - "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ - "Pode ser um endereço IP (por exemplo, 127.0.0.1) ou um nome de domínio (por exemplo, mydatabase.com)." - ], - "This chart has been moved to a different filter scope.": [ - "Esse gráfico foi movido para um escopo de filtro diferente." + "Data refreshed": ["Dados atualizados"], + "Cached %s": ["Cached %s"], + "Fetched %s": ["Obtido %s"], + "Query %s: %s": ["Consulta %s: %s"], + "Force refresh": ["Forçar atualização"], + "Hide chart description": ["Ocultar descrição do gráfico"], + "Show chart description": ["Mostrar descrição do gráfico"], + "View query": ["Ver consulta"], + "View as table": ["Exibir como tabela"], + "Chart Data: %s": ["Dados do gráfico: %s"], + "Share chart by email": ["Compartilhar gráfico por e-mail"], + "Export to .CSV": ["Exportar para .CSV"], + "Export to Excel": ["Exportar para Excel"], + "Download as image": ["Baixar como imagem"], + "Something went wrong.": ["Algo não correu bem."], + "Search...": ["Pesquisar..."], + "No filter is selected.": ["Nenhum filtro selecionado."], + "Editing 1 filter:": ["Editando 1 filtro:"], + "Batch editing %d filters:": ["Batch editando %d filtros:"], + "Configure filter scopes": ["Configurar os âmbitos de filtragem"], + "There are no filters in this dashboard.": [ + "Não há filtros neste painel." ], - "This chart is managed externally, and can't be edited in Superset": [ - "Esse gráfico é gerenciado externamente e não pode ser editado no Superset" + "Expand all": ["Expandir tudo"], + "Collapse all": ["Recolher tudo"], + "An error occurred while opening Explore": [ + "Ocorreu um erro ao abrir o Explorador" ], - "This chart might be incompatible with the filter (datasets don't match)": [ - "Esse gráfico pode ser incompatível com o filtro (os conjuntos de dados não correspondem)" + "Empty column": ["Coluna vazia"], + "This markdown component has an error.": [ + "Este componente de remarcação para baixo tem um erro." ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "Esse esquema de cores está sendo substituído por cores de rótulos personalizados.\n Verifique os metadados JSON nas configurações avançadas" + "This markdown component has an error. Please revert your recent changes.": [ + "Este componente markdown tem um erro. Reverta suas alterações recentes." ], - "This column might be incompatible with current dataset": [ - "Essa coluna pode ser incompatível com o conjunto de dados atual" + "Empty row": ["Linha vazia"], + "You can": ["É possível"], + "create a new chart": ["criar um novo gráfico"], + "or use existing ones from the panel on the right": [ + "ou use os existentes no painel à direita" ], - "This column must contain date/time information.": [ - "Isso a coluna deve conter informações de data/hora." + "You can add the components in the": [ + "Você pode adicionar o componentes no" ], - "This control filters the whole chart based on the selected time range. 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.": [ - "" + "edit mode": ["modo de edição"], + "Delete dashboard tab?": ["Excluir aba do painel?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Excluindo uma guia irá remover todo o conteúdo dela. Você ainda pode reverter isso com o" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Isso controla se o campo \"time_range\" da visualização atual deve ser passado para o gráfico que contém os dados da anotação." + "undo": ["desfazer"], + "button (cmd + z) until you save your changes.": [ + "(cmd + z) até você salvar suas mudanças." ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Isso controla se o campo de grão de tempo da exibição atual\n deve ser passado para o gráfico que contém os dados de anotação." + "CANCEL": ["CANCELAR"], + "Divider": ["Divisor"], + "Header": ["Cabeçalho"], + "Text": ["Texto"], + "Tabs": ["Abas"], + "background": ["fundo"], + "Preview": ["Pré-visualização"], + "Sorry, something went wrong. Try again later.": [ + "Desculpe, ocorreu um erro. Tente novamente mais tarde." ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "Este painel está sendo atualizado automaticamente no momento; a próxima atualização automática será em %s." + "Unknown value": ["Valor desconhecido"], + "Add/Edit Filters": ["Adicionar/Editar filtros"], + "No filters are currently added to this dashboard.": [ + "Nenhum filtro foi adicionado a esse painel no momento." ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "Esse painel é gerenciado externamente e não pode ser editado no Superset" + "No global filters are currently added": [ + "Nenhum filtro global está atualmente adicionado" ], - "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.": [ - "Esse painel não está publicado, o que significa que não será exibido na lista de painéis. Favorite-o para vê-lo lá ou acesse-o usando diretamente a URL." + "Apply filters": ["Aplicar filtros"], + "Clear all": ["Limpar todos"], + "Locate the chart": ["Localize o gráfico"], + "Cross-filters": ["Filtros cruzados"], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Esse painel não foi publicado, portanto não será exibido na lista de painéis. Clique aqui para publicar esse painel." + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "This dashboard is now hidden": ["Esse painel agora está oculto"], - "This dashboard is now published": ["Esse painel foi publicado"], - "This dashboard is published. Click to make it a draft.": [ - "Este painel foi publicado. Clique para torná-lo um rascunho." + "All charts": ["Todos os gráficos"], + "Enable cross-filtering": ["Habilitar filtragem cruzada"], + "Orientation of filter bar": ["Orientação de barra de filtro"], + "Vertical (Left)": ["Vertical (esquerda)"], + "Horizontal (Top)": ["Horizontal (topo)"], + "More filters": ["Mais filtros"], + "No applied filters": ["Nenhum filtro aplicado"], + "Applied filters: %s": ["Filtros aplicados: %s"], + "Cannot load filter": ["Não é possível carregar o filtro"], + "Filters out of scope (%d)": ["Filtros fora do escopo (%d)"], + "Dependent on": ["Depende de"], + "Filter only displays values relevant to selections made in other filters.": [ + "Filtro só exibe valores relevantes para seleções feitas em outros filtros." ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "Esse painel está pronto para ser incorporado. Em seu aplicativo, passe o seguinte id para o SDK:" + "Scope": ["Escopo"], + "Filter type": ["Tipo do filtro"], + "Title is required": ["O título é obrigatório"], + "(Removed)": ["(Removido)"], + "Undo?": ["Desfazer?"], + "Add filters and dividers": ["Adicionar filtros e divisores"], + "[untitled]": ["[sem título]"], + "Cyclic dependency detected": ["Detectada dependência cíclica"], + "Add and edit filters": ["Adicionar e editar filtros"], + "Column select": ["Seleção de coluna"], + "Select a column": ["Selecione uma coluna"], + "No compatible columns found": [ + "Não foram encontradas colunas compatíveis" ], - "This dashboard was saved successfully.": [ - "Este painel foi salvo com sucesso." + "No compatible datasets found": [ + "Não foram encontrados conjuntos de dados compatíveis" ], - "This database is managed externally, and can't be edited in Superset": [ - "Esse banco de dados é gerenciado externamente e não pode ser editado no Superset" + "Value is required": ["O valor é necessário"], + "(deleted or invalid type)": ["(excluído ou inválido digite)"], + "Limit type": ["Tipo de limite"], + "No available filters.": ["Não há filtros disponíveis."], + "Add filter": ["Adicionar filtro"], + "Values are dependent on other filters": [ + "Os valores dependem de outros filtros" ], - "This database table does not contain any data. Please select a different table.": [ - "Essa tabela do banco de dados não contém dados. Selecione uma tabela diferente." + "Values selected in other filters will affect the filter options to only show relevant values": [ + "Os valores selecionados em outros filtros afetarão as opções de filtro para mostrar apenas os valores relevantes" ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Esse conjunto de dados é gerenciado externamente e não pode ser editado no Superset" + "Values dependent on": ["Valores dependentes de"], + "Scoping": ["Escopo"], + "Filter Configuration": ["Configuração de Filtro"], + "Filter Settings": ["Configurações de filtro"], + "Select filter": ["Selecionar filtro"], + "Range filter": ["Filtro de faixa"], + "Numerical range": ["Faixa numérica"], + "Time filter": ["Filtro de tempo"], + "Time range": ["Intervalo de tempo"], + "Time column": ["Coluna de tempo"], + "Time grain": ["Grão de tempo"], + "Group By": ["Agrupar por"], + "Group by": ["Agrupar por"], + "Pre-filter is required": ["É necessário um pré-filtro"], + "Time column to apply dependent temporal filter to": [ + "Coluna de tempo à qual aplicar o filtro temporal dependente" ], - "This dataset is not used to power any charts.": [ - "Esse conjunto de dados não é usado para alimentar nenhum gráfico." + "Time column to apply time range to": [ + "Coluna de tempo à qual aplicar o intervalo de tempo" ], - "This defines the element to be plotted on the chart": [ - "Isso define o elemento a ser plotado no gráfico" + "Filter name": ["Nome do filtro"], + "Name is required": ["O nome é obrigatório"], + "Filter Type": ["Tipo de filtro"], + "Datasets do not contain a temporal column": [ + "Os conjuntos de dados não contêm uma coluna temporal" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "" + "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.": [ + "Os filtros de intervalo de tempo do painel aplicam-se a colunas temporais definidas na \n seção de filtros de cada gráfico. Adicione colunas temporais aos filtros \n do gráfico para que esse filtro do painel afete esses gráficos." ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "" + "Dataset is required": ["O conjunto de dados é necessário"], + "Pre-filter available values": ["Valores disponíveis para o pré-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.": [ + "Adicionar cláusulas de filtro para controlar a consulta de origem do filtro, \n embora apenas no contexto do preenchimento automático, ou seja, esses condições \n não impactam como o filtro é aplicado para o painel. Isso é util \n quando você quiser melhorar o desempenho da consulta apenas analisando um subconjunto \n de dados subjacentes ou limitar os valores disponíveis apresentados no filtro." ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Esses campos funcionam como uma visualização do Superset, o que significa que o Superset executará uma consulta com base nessa string como uma subconsulta." + "No filter": ["Sem filtro"], + "Sort filter values": ["Valores do filtro de classificação"], + "Sort type": ["Tipo de classificação"], + "Sort ascending": ["Ordenação crescente"], + "Sort Metric": ["Classificar métrica"], + "If a metric is specified, sorting will be done based on the metric value": [ + "Se for especificada uma métrica, a ordenação será efetuada com base no valor da métrica" ], - "This filter might be incompatible with current dataset": [ - "Esse filtro pode ser incompatível com o conjunto de dados atual" + "Sort metric": ["Ordenar métrica"], + "Single Value": ["Valor único"], + "Single value type": ["Tipo de valor único"], + "Exact": ["Exato"], + "Filter has default value": ["O filtro tem valor padrão"], + "Default Value": ["Valor padrão"], + "Default value is required": ["O valor padrão é obrigatório"], + "Refresh the default values": ["Atualizar os valores padrão"], + "Fill all required fields to enable \"Default Value\"": [ + "Preencher todos os campos obrigatórios para ativar \"Default Value\"" ], - "This functionality is disabled in your environment for security reasons.": [ - "Essa funcionalidade está desativada em seu ambiente por motivos de segurança." + "You have removed this filter.": ["Você removeu esse filtro."], + "Restore Filter": ["Restaurar filtro"], + "Column is required": ["A coluna é necessária"], + "Populate \"Default value\" to enable this control": [ + "Preencha \"Default value\" para ativar esse controle" ], - "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).": [ - "Essa é a condição que será adicionada à cláusula WHERE. Por exemplo, para retornar apenas as linhas de um cliente específico, você pode definir um filtro regular com a cláusula `client_id = 9`. Para não exibir nenhuma linha a menos que um usuário pertença a uma função de filtro RLS, um filtro básico pode ser criado com a cláusula `1 = 0` (sempre falso)." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "O valor padrão é definido automaticamente quando a opção \"Select first filter value by default\" (Selecionar o primeiro valor do filtro por padrão) está marcada" ], - "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": [ - "Esse objeto json descreve o posicionamento dos widgets no painel. Ele é gerado dinamicamente ao ajustar o tamanho e as posições dos widgets usando arrastar e soltar na exibição do painel" + "Default value must be set when \"Filter value is required\" is checked": [ + "O valor padrão deve ser definido quando a opção \"Filter value is required\" estiver marcada" ], - "This markdown component has an error.": [ - "Este componente de remarcação para baixo tem um erro." + "Default value must be set when \"Filter has default value\" is checked": [ + "O valor padrão deve ser definido quando a opção \"Filter has default value\" estiver marcada" ], - "This markdown component has an error. Please revert your recent changes.": [ - "Este componente markdown tem um erro. Reverta suas alterações recentes." + "Apply to all panels": ["Aplicar para todos painéis"], + "Apply to specific panels": ["Aplicar para painéis específicos"], + "Only selected panels will be affected by this filter": [ + "Apenas os painéis selecionados serão afetados por este filtro" ], - "This may be triggered by:": ["Isso pode ser provocado por:"], - "This metric might be incompatible with current dataset": [ - "Essa métrica pode ser incompatível com o conjunto de dados atual" + "All panels with this column will be affected by this filter": [ + "Todos painéis com essa coluna vão ser afetados por esse filtro" ], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "Esta seção permite configurar como usar o slice\n para gerar anotações." + "All panels": ["Todos os painéis"], + "This chart might be incompatible with the filter (datasets don't match)": [ + "Esse gráfico pode ser incompatível com o filtro (os conjuntos de dados não correspondem)" ], - "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 dos resultados da consulta" - ], - "This section contains validation errors": [ - "Esta seção contém erros de validação" + "Keep editing": ["Continue editando"], + "Yes, cancel": ["Sim, cancelar"], + "There are unsaved changes.": ["Há mudanças que não foram salvas."], + "Are you sure you want to cancel?": ["Tem certeza que deseja cancelar ?"], + "Error loading chart datasources. Filters may not work correctly.": [ + "Erro ao carregar fontes de dados de gráficos. Os filtros podem não funcionar corretamente." ], + "Transparent": ["Transparente"], + "White": ["Branco"], + "All filters": ["Todos os filtros"], + "Click to edit %s.": ["Clique para editar %s."], + "Click to edit chart.": ["Clique para editar o gráfico."], + "Use %s to open in a new tab.": ["Use %s para abrir em uma nova guia."], + "Medium": ["Médio"], + "New header": ["Novo cabeçalho"], + "Tab title": ["Título da aba"], "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.": [ "Esta sessão sofreu uma interrupção e alguns controles podem não funcionar como pretendido. Se você for o desenvolvedor desse aplicativo, verifique se o token de convidado está sendo gerado corretamente." ], - "This table already has a dataset": [ - "Essa tabela já tem um conjunto de dados" - ], - "This value should be greater than the left target value": [ - "Esse valor deve ser maior do que o valor-alvo esquerdo" + "Equal to (=)": ["Igual para (=)"], + "Not equal to (≠)": ["Diferente de (≠)"], + "Less than (<)": ["Menos que (<)"], + "Less or equal (<=)": ["Menor ou igual (<=)"], + "Greater than (>)": ["Maior que (>)"], + "Greater or equal (>=)": ["Maior ou igual (>=)"], + "In": ["Em"], + "Not in": ["Não está em"], + "Like": ["Como"], + "Like (case insensitive)": [ + "Como (não diferencia maiúsculas de minúsculas)" ], - "This value should be smaller than the right target value": [ - "Esse valor deve ser menor do que o valor-alvo direito" + "Is not null": ["Não é nulo"], + "Is null": ["É nulo"], + "use latest_partition template": ["usar o modelo latest_partition"], + "Is true": ["É verdadeiro"], + "Is false": ["É falso"], + "TEMPORAL_RANGE": ["INTERVALO TEMPORAL"], + "Time granularity": ["Granularidade de tempo"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Duração em ms (100,40008 => 100ms 400µs 80ns)" ], - "This visualization type does not support cross-filtering.": [ - "Esse tipo de visualização não oferece suporte à filtragem cruzada." + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "Uma ou várias colunas para agrupar. Os agrupamentos de elevada cardinalidade devem incluir um limite de séries para limitar o número de séries obtidas e processadas." ], - "This visualization type is not supported.": [ - "Não há suporte para esse tipo de visualização." + "One or many metrics to display": ["Uma ou muitos métricas para exibir"], + "Fixed color": ["Cor fixa"], + "Right axis metric": ["Métrica do eixo direito"], + "Choose a metric for right axis": [ + "Escolha uma métrica para o eixo direito" ], - "This will remove your current embed configuration.": [ - "Isso removerá sua configuração de incorporação atual." + "Linear color scheme": ["Esquema de cores linear"], + "Color metric": ["Métrica de cor"], + "One or many controls to pivot as columns": [ + "Um ou mais controles a dinamizar como colunas" ], - "Threshold alpha level for determining significance": [ - "Nível alfa de limiar para determinar a significância" + "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`": [ + "A granularidade de tempo para a visualização. Observe que você pode digitar e usar linguagem natural simples, como `10 segundos`, `1 dia` ou `56 semanas`" ], - "Thumbnails": ["Miniaturas"], - "Thursday": ["Quinta"], - "Time": ["Tempo"], - "Time Column": ["Coluna do tempo"], - "Time Comparison": ["Comparação de tempo"], - "Time Format": ["Formato de hora"], - "Time Grain": ["Grão de tempo"], - "Time Granularity": ["Granularidade de tempo"], - "Time Lag": ["Atraso de tempo"], - "Time Range": ["Intervalo de tempo"], - "Time Ratio": ["Relação de tempo"], - "Time Series": ["Séries temporais"], - "Time Series - Bar Chart": ["Série temporal - Gráfico de barras"], - "Time Series - Line Chart": ["Série temporal - Gráfico de linhas"], - "Time Series - Nightingale Rose Chart": [ - "Séries temporais - Gráfico Nightingale Rose" + "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 de tempo 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 com base em cada mecanismo de banco de dados no código-fonte do Superset." ], - "Time Series - Paired t-test": ["Séries temporais - Teste t pareado"], - "Time Series - Percent Change": [ - "Séries temporais - Variação percentual" + "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.": [ + "O intervalo de tempo para a visualização. Todos os horários relativos, por exemplo, \"Last month\", \"Last 7 days\", \"now\" etc., são avaliados no servidor usando o horário local do servidor (sem fuso horário). Todas as dicas de ferramentas e horários de espaço reservado são expressos em UTC (sem fuso horário). Os registros de data e hora são avaliados pelo banco de dados usando o fuso horário local do mecanismo. Observe que é possível definir explicitamente o fuso horário de acordo com o formato ISO 8601 ao especificar a hora inicial e/ou final." ], - "Time Series - Period Pivot": ["Série temporal - Pivô de período"], - "Time Series - Stacked": ["Séries temporais - empilhadas"], - "Time Series Options": ["Opções de séries temporais"], - "Time Shift": ["Mudança de hora"], - "Time Table View": ["Visualização da tabela de horários"], - "Time column": ["Coluna de tempo"], - "Time column \"%(col)s\" does not exist in dataset": [ - "A coluna de tempo \"%(col)s\" não existe no conjunto de dados" + "Limits the number of rows that get displayed.": [ + "Limita o número de linhas exibidas." ], - "Time column filter plugin": ["Plug-in de filtro de coluna de tempo"], - "Time column to apply dependent temporal filter to": [ - "Coluna de tempo à qual aplicar o filtro temporal dependente" + "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étrica utilizada para definir a forma como as séries de topo são ordenadas se estiver presente um limite de série ou de linha. Se não for definida, reverte para a primeira métrica (quando apropriado)." ], - "Time column to apply time range to": [ - "Coluna de tempo à qual aplicar o intervalo de tempo" + "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 é mostrado como uma cor específica no gráfico e tem uma legenda alternar" ], - "Time comparison": ["Comparação de tempo"], - "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ - "Delta de tempo em linguagem natural \n (exemplo: 24 horas, 7 dias , 56 semanas , 365 dias)" + "Metric assigned to the [X] axis": ["Métrica atribuída para o eixo [X]"], + "Metric assigned to the [Y] axis": ["Métrica atribuída para o eixo [Y]"], + "Bubble size": ["Tamanho da bolha"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Quando `Calculation type` é definido como \"Percentage change\", o formato do eixo Y é forçado a `.1%`" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "O delta de tempo é ambíguo. Especifique [%(human_readable)s ago] ou [%(human_readable)s later]." + "Color scheme": ["Esquema de cores"], + "An error occurred while starring this chart": [ + "Ocorreu um erro ao inserir esse gráfico" ], - "Time filter": ["Filtro de tempo"], - "Time format": ["Formato de hora"], - "Time grain": ["Grão de tempo"], - "Time grain filter plugin": ["Plug-in de filtro de granulação de tempo"], - "Time grain missing": ["Grão do tempo ausente"], - "Time granularity": ["Granularidade de tempo"], - "Time in seconds": ["Tempo em segundos"], - "Time lag": ["Defasagem de tempo"], - "Time range": ["Intervalo de tempo"], - "Time ratio": ["Relação de tempo"], - "Time related form attributes": [ - "Atributos de formulário relacionados ao tempo" + "Chart [%s] has been saved": ["O gráfico [%s] foi salvo"], + "Chart [%s] has been overwritten": ["O gráfico [%s] foi sobrescrito"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "O painel [%s] acabou de ser criado e o gráfico [%s] foi adicionado a ele" ], - "Time series": ["Séries temporais"], - "Time series columns": ["Colunas de séries temporais"], - "Time shift": ["Mudança de horário"], - "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "A cadeia de tempo é ambígua. Especifique [%(human_readable)s ago] ou [%(human_readable)s later]." + "Chart [%s] was added to dashboard [%s]": [ + "O gráfico [%s] foi adicionado ao painel [%s]" ], - "Time-series Bar Chart (legacy)": [ - "Gráfico de barras de séries temporais (legado)" + "GROUP BY": ["AGRUPAR POR"], + "Use this section if you want a query that aggregates": [ + "Use esta seção se quiser uma consulta que agregue" ], - "Time-series Percent Change": ["Variação percentual da série temporal"], - "Time-series Period Pivot": ["Pivô de período de série temporal"], - "Time-series Table": ["Tabela de séries temporais"], - "Timeout error": ["Erro de tempo limite"], - "Timestamp format": ["Formato de carimbo de data/hora"], - "Timezone": ["Fuso horário"], - "Timezone offset (in hours) for this datasource": [ - "Deslocamento de fuso horário (em horas) para essa fonte de dados" + "NOT GROUPED BY": ["NÃO AGRUPADO POR"], + "Use this section if you want to query atomic rows": [ + "Use esta seção se quiser consultar linhas atômicas" ], - "Timezone selector": ["Seletor de fuso horário"], - "Tiny": ["Minúsculo"], - "Title": ["Título"], - "Title Column": ["Coluna de título"], - "Title is required": ["O título é obrigatório"], - "Title or Slug": ["Título ou Slug"], - "To filter on a metric, use Custom SQL tab.": [ - "Para filtrar em uma métrica, use a aba SQL personalizado." + "The X-axis is not on the filters list": [ + "O eixo X não consta da lista de filtros" ], - "To get a readable URL for your dashboard": [ - "Para obter um URL legível para seu painel" + "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?": [ + "O eixo X não está na lista de filtros, o que impedirá a sua utilização em\n filtros de intervalo de tempo nos painéis. Gostaria de o adicionar à lista de filtros?" ], - "Tooltip": ["Dica"], - "Tooltip sort by metric": [ - "Classificação da dica de ferramenta por métrica" + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Você não pode excluir o último filtro temporal, pois ele é usado para filtros de intervalo de tempo em painéis." ], - "Tooltip time format": ["Formato de hora da dica de ferramenta"], - "Top": ["Topo"], - "Top left": ["Superior esquerdo"], - "Top right": ["Superior direito"], - "Top to Bottom": ["De cima para baixo"], - "Total (%(aggfunc)s)": ["Total (%(aggfunc)s)"], - "Total (%(aggregatorName)s)": ["Total (%(aggregatorName)s)"], - "Total value": ["Valor total"], - "Total: %s": ["Total: %s"], - "Totals": ["Totais"], - "Track job": ["Rastrear o trabalho"], - "Transformable": ["Transformável"], - "Transparent": ["Transparente"], - "Transpose pivot": ["Transpor pivô"], - "Treat values as categorical.": [""], - "Tree Chart": ["Gráfico de árvore"], - "Tree layout": ["Layout da árvore"], - "Tree orientation": ["Orientação da árvore"], - "Treemap": ["Mapa da árvore"], - "Trend": ["Tendência"], - "Triangle": ["Triângulo"], - "Trigger Alert If...": ["Alerta de acionamento se..."], - "Truncate Axis": ["Truncar eixo"], - "Truncate Cells": ["Truncar Células"], - "Truncate Metric": ["Truncar métrica"], - "Truncate Y Axis": ["Truncar Eixo Y"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "Truncar Eixo Y. Pode ser substituído pela especificação de um limite mínimo ou máximo." + "This section contains validation errors": [ + "Esta seção contém erros de validação" ], - "Truncate long cells to the \"min width\" set above": [ - "Truncar células longas para a \"min width\" definida acima" + "Keep control settings?": ["Manter configurações de controle?"], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Você alterou os conjuntos de dados. Todos os controles com dados (colunas, métricas) que correspondem a esse novo conjunto de dados foram mantidos." ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Trunca a data especificada com a precisão especificada pela unidade de data." + "Continue": ["Continuar"], + "Clear form": ["Limpar formulário"], + "No form settings were maintained": [ + "Nenhuma configuração de formulário foi mantida" ], - "Try applying different filters or ensuring your datasource has data": [ - "Tente aplicar filtros diferentes ou garantir que sua fonte de dados tenha dados" + "We were unable to carry over any controls when switching to this new dataset.": [ + "Não foi possível transferir nenhum controle ao mudar para esse novo conjunto de dados." ], - "Try different criteria to display results.": [ - "Experimente critérios diferentes para exibir os resultados." + "Customize": ["Personalizar"], + "Generating link, please wait..": ["Gerando link, por favor espere.."], + "Chart height": ["Altura do gráfico"], + "Chart width": ["Largura do gráfico"], + "Save (Overwrite)": ["Salvar (Sobrescrever)"], + "Save as...": ["Salvar como..."], + "Chart name": ["Nome do gráfico"], + "Dataset Name": ["Nome do conjunto de dados"], + "A reusable dataset will be saved with your chart.": [ + "Um conjunto de dados reutilizável vai ser salvo com seu gráfico." ], - "Tuesday": ["Terça"], - "Tukey": ["Tukey (inglês)"], - "Type": ["Tipo"], - "Type \"%s\" to confirm": ["Digite \"%s\" para confirmar"], - "Type a value": ["Digite um valor"], - "Type a value here": ["Digite um valor aqui"], - "Type is required": ["O tipo é obrigatório"], - "Type of Google Sheets allowed": ["Tipo de Planilhas Google permitido"], - "Type of comparison, value difference or percentage": [ - "Tipo de comparação, diferença de valor ou porcentagem" - ], - "UI Configuration": ["Configuração da interface do usuário"], - "URL": ["URL"], - "URL Parameters": ["Parâmetros de URL"], - "URL parameters": ["Parâmetros de URL"], - "URL slug": ["Slug de URL"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Não é possível adicionar uma nova guia ao backend. Entre em contato com o administrador." - ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Não foi possível conectar-se ao catálogo chamado \"%(nome_do_catálogo)s \"." - ], - "Unable to connect to database \"%(database)s\".": [ - "Não é possível se conectar ao banco de dados \"%(banco de dados)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\"": [ - "Não é possível se conectar. Verifique se as seguintes funções estão definidas na conta de serviço: \"Visualizador de dados do BigQuery\", \"Visualizador de metadados do BigQuery\", \"Usuário do trabalho do BigQuery\" e as seguintes permissões estão definidas \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" - ], - "Unable to create chart without a query id.": [ - "Não é possível criar um gráfico sem um ID de consulta." - ], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "Não foi possível encontrar esse feriado: [%(holiday)s]" - ], - "Unable to load columns for the selected table. Please select a different table.": [ - "Não foi possível carregar colunas para a tabela selecionada. Selecione uma tabela diferente." - ], - "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 consultas para o backend. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." - ], - "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. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." - ], - "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. O Superset tentará novamente mais tarde. Entre em contato com o administrador se o problema persistir." + "Add to dashboard": ["Adicionar ao painel"], + "Select a dashboard": ["Selecione um painel"], + "Select": ["Selecione"], + "create": ["criar"], + "Save & go to dashboard": ["Salvar e ir ao painel"], + "Save chart": ["Salvar gráfico"], + "Formatted date": ["Data formatada"], + "Column Formatting": ["Formatação de colunas"], + "Collapse data panel": ["Recolher painel de dados"], + "Expand data panel": ["Expandir painel de dados"], + "Samples": ["Amostras"], + "No samples were returned for this dataset": [ + "Não foram devolvidas amostras para este conjunto de dados" ], + "No results": ["Nenhum resultado"], + "Showing %s of %s": ["Mostrando %s de %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Mostrar menos..."], + "Show all...": ["Mostrar tudo..."], + "Search Metrics & Columns": ["Pesquisar Métricas e Colunas"], + "Create a dataset": ["Criar um conjunto de dados"], "Unable to retrieve dashboard colors": [ "Não foi possível recuperar as cores do painel" ], - "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 fazer upload do arquivo CSV \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(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": [ - "Não foi possível fazer upload do arquivo colunar \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(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": [ - "Não foi possível fazer upload do arquivo do Excel \"%(filename)s\" para a tabela \"%(table_name)s\" no banco de dados \"%(db_name)s\". Mensagem de erro: %(error_msg)s" + "Not added to any dashboard": ["Não adicionado a nenhum painel"], + "You can preview the list of dashboards in the chart settings dropdown.": [ + "Você pode visualizar a lista de painéis no menu suspenso de configurações do gráfico." ], - "Undefined": ["Indefinido"], - "Undefined window for rolling operation": [ - "Janela indefinida para operação de rolagem" + "Not available": ["Não disponível"], + "Add the name of the chart": ["Adicione o nome do gráfico"], + "Chart title": ["Título do gráfico"], + "Add required control values to save chart": [ + "Adicionar controle de valores obrigatórios para salvar gráfico" ], - "Undo the action": ["Desfazer a ação"], - "Undo?": ["Desfazer?"], - "Unexpected error": ["Erro inesperado"], - "Unexpected error occurred, please check your logs for details": [ - "Ocorreu um erro inesperado, verifique os registros(logs) para obter detalhes" + "Chart type requires a dataset": [ + "O tipo de gráfico requer um conjunto de dados" ], - "Unknown": ["Desconhecido"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Host do servidor MySQL desconhecido \"%(hostname)s\"." + "Required control values have been removed": [ + "Os valores de controle necessários foram eliminados" ], - "Unknown Presto Error": ["Erro desconhecido do Presto"], - "Unknown Status": ["Status Desconhecido"], - "Unknown column used in orderby: %(col)s": [ - "Coluna desconhecida usada em orderby: %(col)s" + "Your chart is not up to date": ["Seu gráfico não está atualizado"], + "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": [ + "Você atualizou os valores no painel de controle, mas o gráfico não foi atualizado automaticamente. Execute a consulta clicando no botão \"Atualizar gráfico\" ou" ], - "Unknown error": ["Erro desconhecido"], - "Unknown input format": ["Formato de entrada desconhecido"], - "Unknown value": ["Valor desconhecido"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Tipo de retorno inseguro para a função %(func)s: %(value_ type)s" + "Chart Source": ["Fonte do gráfico"], + "Open Datasource tab": ["Abrir aba fonte de dados"], + "Original": ["Original"], + "Pivoted": ["Pivotado"], + "You do not have permission to edit this chart": [ + "Você não tem permissão para editar este gráfico" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Valor de modelo não seguro para a chave %(key)s: %(value_ type)s" + "Chart properties updated": ["Propriedades do gráfico atualizadas"], + "Edit Chart Properties": ["Editar propriedades do gráfico"], + "This chart is managed externally, and can't be edited in Superset": [ + "Esse gráfico é gerenciado externamente e não pode ser editado no Superset" ], - "Unsupported clause type: %(clause)s": [ - "Tipo de cláusula sem suporte: %(clause)s" + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "A descrição pode ser apresentada como cabeçalhos de widgets na visão do painel. Suporta markdown." ], - "Unsupported post processing operation: %(operation)s": [ - "Operação de pós-processamento sem suporte: %(operation)s" + "Person or group that has certified this chart.": [ + "Pessoa ou grupo que certificou este gráfico." ], - "Unsupported return value for method %(name)s": [ - "Valor de retorno não suportado para o método %(name)s" + "Configuration": ["Configuração"], + "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.": [ + "Duração (em segundos) do tempo limite do cache para esse gráfico. Defina como -1 para ignorar o cache. Observe que o padrão é o tempo limite do conjunto de dados, se não for definido." ], - "Unsupported template value for key %(key)s": [ - "Valor de modelo não suportado para a chave %(key)s" + "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. Pesquisável por nome ou nome de usuário." ], - "Unsupported time grain: %(time_grain)s": [ - "Grão de tempo não suportado: %(time_grain)s" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "Untitled Dataset": ["Conjunto de dados sem título"], - "Untitled Query": ["Consulta sem título"], - "Untitled query": ["Consulta sem título"], - "Update": ["Atualização"], + "Create chart": ["Criar gráfico"], "Update chart": ["Atualizar Gráfico"], - "Updating chart was stopped": [ - "A atualização do gráfico foi interrompida" - ], - "Upload": ["Carregar"], - "Upload CSV": ["Carregar CSV"], - "Upload CSV to database": ["Carregar CSV para o banco de dados"], - "Upload Credentials": ["Carregar credenciais"], - "Upload Enabled": ["Upload habilitado"], - "Upload Excel file": ["Carregar arquivo Excel"], - "Upload Excel file to database": [ - "Carregar arquivo do Excel para o banco de dados" - ], - "Upload JSON file": ["Carregar arquivo JSON"], - "Upload columnar file": ["Carregar arquivo colunar"], - "Upload columnar file to database": [ - "Carregar arquivo colunar no banco de dados" - ], - "Upload file to database": ["Carregar arquivo no banco de dados"], - "Usage": ["Uso"], - "Use \"%(menuName)s\" menu instead.": [ - "Em vez disso, use o menu \"%(menuName)s\"." + "Invalid lat/long configuration.": ["Configuração lat/long inválida."], + "Longitude & Latitude columns": ["Colunas de latitude e longitude"], + "Delimited long & lat single column": [ + "Coluna única delimitada long & lat" ], - "Use %s to open in a new tab.": ["Use %s para abrir em uma nova guia."], - "Use Area Proportions": ["Proporções de área de uso"], - "Use Columns": ["Usar colunas"], - "Use a log scale": ["Use uma escala logarítmica"], - "Use a log scale for the X-axis": [ - "Use uma escala logarítmica para eixo X" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "São aceitos vários formatos, consulte a biblioteca Python geopy.points para mais detalhes" ], - "Use a log scale for the Y-axis": [ - "Use uma escala logarítmica para o eixo Y" + "Geohash": ["Geohash"], + "textarea": ["área de texto"], + "in modal": ["no modal"], + "Sorry, An error occurred": ["Desculpe, ocorreu um erro"], + "Save as Dataset": ["Salvar como conjunto de dados"], + "Open in SQL Lab": ["Abrir no SQL Lab"], + "Failed to verify select options: %s": [ + "Falha ao verificar opções selecionadas: %s" ], - "Use an encrypted connection to the database": [ - "Use uma conexão criptografada com o banco de dados" + "No annotation layers": ["Nenhuma camada de anotação"], + "Add an annotation layer": ["Adicionar uma camada de anotação"], + "Annotation layer": ["Camada de anotação"], + "Select the Annotation Layer you would like to use.": [ + "Selecione a camada de anotação que você gostaria de usar." ], "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "Use outro gráfico existente como fonte para anotações e sobreposições.\n Seu gráfico deve ser um destes tipos de visualização: [%s]" ], - "Use date formatting even when metric value is not a timestamp": [ - "Usar formatação de data mesmo quando o valor da métrica não for um carimbo de data/hora" + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Espera uma fórmula com o parâmetro de tempo dependente 'x'\n em milissegundos desde a época. mathjs é utilizado para avaliar as fórmulas.\n Exemplo: '2x+5'" ], - "Use legacy datasource editor": [ - "Usar o editor de fonte de dados herdado" + "Annotation layer value": ["Valor da camada de anotação"], + "Bad formula.": ["Fórmula ruim."], + "Annotation Slice Configuration": ["Configuração de fatia de anotação"], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Esta seção permite configurar como usar o slice\n para gerar anotações." ], - "Use metrics as a top level group for columns or for rows": [ - "Use métricas como um grupo de nível superior para colunas ou linhas" + "Annotation layer time column": ["Coluna de tempo da camada de anotação"], + "Interval start column": ["Coluna de início do intervalo"], + "Event time column": ["Coluna de hora do evento"], + "This column must contain date/time information.": [ + "Isso a coluna deve conter informações de data/hora." ], - "Use only a single value.": ["Use apenas um único valor."], - "Use the Advanced Analytics options below": [ - "Use as opções de análise avançada abaixo" + "Annotation layer interval end": [ + "Fim do intervalo da camada de anotação" ], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "Use o arquivo JSON que você baixou automaticamente ao criar sua conta de serviço." + "Interval End column": ["Intervalo Coluna final"], + "Annotation layer title column": [ + "Coluna de título da camada de anotação" ], - "Use the edit button to change this field": [ - "Use o botão de edição para alterar esse campo" + "Title Column": ["Coluna de título"], + "Pick a title for you annotation.": [ + "Escolha um título para a sua anotação." ], - "Use this section if you want a query that aggregates": [ - "Use esta seção se quiser uma consulta que agregue" + "Annotation layer description columns": [ + "Colunas de descrição da camada de anotação" ], - "Use this section if you want to query atomic rows": [ - "Use esta seção se quiser consultar linhas atômicas" + "Description Columns": ["Colunas de descrição"], + "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.": [ + "Selecione uma ou mais colunas que devem ser mostradas na anotação. Se não selecionar uma coluna, todas as colunas serão mostradas." ], - "Use this to define a static color for all circles": [ - "Use isso para definir uma cor estática para todos os círculos" + "Override time range": ["Intervalo de tempo de substituição"], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Isso controla se o campo \"time_range\" da visualização atual deve ser passado para o gráfico que contém os dados da anotação." ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Usado internamente para identificar o plug-in. Deve ser definido com o nome do pacote do package.json do plugin" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Isso controla se o campo de grão de tempo da exibição atual\n deve ser passado para o gráfico que contém os dados de anotação." ], - "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.": [ - "Usado para resumir um conjunto de dados, agrupando várias estatísticas ao longo de dois eixos. Exemplos: Números de vendas por região e mês, tarefas por status e responsável, usuários ativos por idade e local. Não é a visualização mais impressionante visualmente, mas é altamente informativa e versátil." + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "Delta de tempo em linguagem natural \n (exemplo: 24 horas, 7 dias , 56 semanas , 365 dias)" ], - "User": ["Usuário"], - "User doesn't have the proper permissions.": [ - "O usuário não tem as permissões adequadas." + "Display configuration": ["Mostrar configuração"], + "Configure your how you overlay is displayed here.": [ + "Configure a forma como a sobreposição é apresentada aqui." ], - "User must select a value before applying the filter": [ - "O usuário deve selecionar um valor antes de aplicar o filtro" + "Annotation layer stroke": ["Traço da camada de anotação"], + "Style": ["Estilo"], + "Solid": ["Sólido"], + "Dashed": ["Traço"], + "Long dashed": ["Traço longo"], + "Dotted": ["Pontilhado"], + "Annotation layer opacity": ["Opacidade da camada de anotação"], + "Color": ["Cor"], + "Automatic Color": ["Cor Automática"], + "Shows or hides markers for the time series": [ + "Mostra ou esconde marcadores para a série temporal" ], - "User query": ["Consulta do usuário"], - "Username": ["Nome de usuário"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "" + "Hide Line": ["Ocultar linha"], + "Hides the Line for the time series": [ + "Oculta a linha da série temporal" ], - "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.": [ - "Usa um medidor para mostrar o progresso de uma métrica em direção a uma meta. A posição do mostrador representa o progresso e o valor do terminal no medidor representa o valor-alvo." + "Layer configuration": ["Configuração de camadas"], + "Configure the basics of your Annotation Layer.": [ + "Configurar o fundamentos da sua camada de anotação." ], - "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.": [ - "Usa círculos para visualizar o fluxo de dados em diferentes estágios de um sistema. Passe o mouse sobre caminhos individuais na visualização para entender os estágios de um valor. Útil para funis e pipelines de visualização de vários estágios e vários grupos." + "Mandatory": ["Obrigatório"], + "Hide layer": ["Esconder camada"], + "Show label": ["Exibir rótulo"], + "Whether to always show the annotation label": [ + "Se deve sempre mostrar o rótulo da anotação" ], - "Value": ["Valor"], - "Value Domain": ["Domínio de Valor"], - "Value Format": ["Formato do valor"], - "Value bounds": ["Limites de valor"], - "Value cannot exceed %s": [""], - "Value format": ["Formato do valor"], - "Value is required": ["O valor é necessário"], - "Value must be greater than 0": ["O valor deve ser maior que 0"], - "Values are dependent on other filters": [ - "Os valores dependem de outros filtros" + "Annotation layer type": ["Tipo da camada de anotação"], + "Choose the annotation layer type": [ + "Escolha o tipo da camada de anotação" ], - "Values dependent on": ["Valores dependentes de"], - "Values selected in other filters will affect the filter options to only show relevant values": [ - "Os valores selecionados em outros filtros afetarão as opções de filtro para mostrar apenas os valores relevantes" + "Annotation source type": ["Tipo de fonte de anotação"], + "Choose the source of your annotations": [ + "Choose the source of your annotations" ], - "Vehicle Types": ["Tipos de veículos"], - "Verbose Name": ["Nome detalhado"], - "Version": ["Versão"], - "Version number": ["Número da versão"], - "Vertical": ["Vertical"], - "Vertical (Left)": ["Vertical (esquerda)"], - "Video game consoles": ["Consoles de videogame"], - "View": ["Ver"], - "View All »": ["Ver Todos »"], - "View Dataset": ["Exibir conjunto de dados"], - "View all charts": ["Exibir todos os gráficos"], - "View as table": ["Exibir como tabela"], - "View in SQL Lab": ["Exibir no SQL Lab"], - "View keys & indexes (%s)": ["Exibir chaves e índices (%s)"], - "View query": ["Ver consulta"], - "Viewed": ["Visto"], - "Viewed %s": ["Visualizado %s"], - "Viewport": ["Porta de exibição"], - "Virtual": ["Virtual"], - "Virtual (SQL)": ["Virtual (SQL)"], - "Virtual dataset": ["Conjunto de dados virtuais"], - "Virtual dataset query cannot be empty": [ - "A consulta do conjunto de dados virtual não pode estar vazia" + "Annotation source": ["Fonte de anotação"], + "Remove": ["Remover"], + "Time series": ["Séries temporais"], + "Edit annotation layer": ["Editar camada de anotação"], + "Add annotation layer": ["Adicionar camada de anotação"], + "Empty collection": ["Coleção vazia"], + "Add an item": ["Adicionar um item"], + "Remove item": ["Remover item"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Esse esquema de cores está sendo substituído por cores de rótulos personalizados.\n Verifique os metadados JSON nas configurações avançadas" ], - "Virtual dataset query cannot consist of multiple statements": [ - "A consulta de conjunto de dados virtual não pode consistir em várias instruções" + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "O esquema de cores é determinado pelo painel relacionado.\n Edite o esquema de cores nas propriedades do painel." ], - "Virtual dataset query must be read-only": [ - "A consulta ao conjunto de dados virtual deve ser somente de leitura" + "dashboard": ["painel"], + "Dashboard scheme": ["Esquema do painel"], + "Select color scheme": ["Selecione o esquema de cores"], + "Select scheme": ["Selecionar esquema"], + "Show less columns": ["Mostrar menos colunas"], + "Show all columns": ["Mostrar todas as colunas"], + "Fraction digits": ["Dígitos de frações"], + "Number of decimal digits to round numbers to": [ + "Número de dígitos decimais para arredondar os números" ], - "Visual Tweaks": ["Ajustes visuais"], - "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 um conjunto paralelo de métricas em vários grupos. Cada grupo é visualizado usando sua própria linha de pontos e cada métrica é representada como uma borda no gráfico." + "Min Width": ["Largura mínima"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Largura mínima predefinida da coluna em pixels; a largura real pode ser superior a esta se as outras colunas não necessitarem de muito espaço" ], - "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 uma métrica relacionada em pares de grupos. Os mapas de calor são excelentes para mostrar a correlação ou a força entre dois grupos. A cor é usada para enfatizar a força do vínculo entre cada par de grupos." + "Text align": ["Alinhamento Texto"], + "Horizontal alignment": ["Alinhamento horizontal"], + "Show cell bars": ["Mostrar barras de células"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "Se os valores positivos e negativos no gráfico de barras de células devem ser alinhados em 0" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ - "Visualize dados geoespaciais como edifícios, paisagens ou objetos em 3D na visualização em grade." + "Whether to colorize numeric values by if they are positive or negative": [ + "Se os valores numéricos devem ser coloridos de acordo com o fato de serem positivos ou negativos" ], - "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 como uma métrica muda ao longo do tempo usando barras. Adicione um grupo por coluna para visualizar métricas de nível de grupo e como elas mudam ao longo do tempo." + "Truncate Cells": ["Truncar Células"], + "Truncate long cells to the \"min width\" set above": [ + "Truncar células longas para a \"min width\" definida acima" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Visualize vários níveis de hierarquia usando uma estrutura familiar semelhante a uma árvore." + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "" ], - "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 duas séries diferentes usando o mesmo eixo x. Observe que ambas as séries podem ser visualizadas com um tipo de gráfico diferente (por exemplo, uma usando barras e outra usando uma linha)." + "Small number format": ["Formato de número pequenoo"], + "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": [ + "Formato de número D3 para números entre -1,0 e 1,0, útil quando se pretende ter dígitos significativos diferentes para números pequenos e grandes" ], - "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.": [ - "Visualiza uma métrica em três dimensões de dados em um único gráfico (eixo X, eixo Y e tamanho da bolha). As bolhas do mesmo grupo podem ser exibidas usando a cor da bolha." + "Edit formatter": ["Editar formatador"], + "Add new formatter": ["Adicionar novo formatador"], + "Add new color formatter": ["Adicionar novo formatador de cores"], + "alert": ["alerta"], + "error dark": [""], + "This value should be smaller than the right target value": [ + "Esse valor deve ser menor do que o valor-alvo direito" ], - "Visualizes connected points, which form a path, on a map.": [ - "Visualiza pontos conectados, que formam um caminho, em um mapa." + "This value should be greater than the left target value": [ + "Esse valor deve ser maior do que o valor-alvo esquerdo" ], - "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ - "Visualiza áreas geográficas de seus dados como polígonos em um mapa renderizado do Mapbox. Os polígonos podem ser coloridos usando uma métrica." + "Required": ["Necessário"], + "Operator": ["Operador"], + "Left value": ["Valor esquerdo"], + "Right value": ["Valor correto"], + "Target value": ["Valor alvo"], + "Select column": ["Selecionar coluna"], + "Lower threshold must be lower than upper threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "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.": [ - "Visualiza como uma métrica mudou ao longo do tempo usando uma escala de cores e uma visualização de calendário. Os valores em cinza são usados para indicar valores ausentes e o esquema de cores linear é usado para codificar a magnitude do valor de cada dia." + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Editar conjunto de dados"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Você deve ser proprietário de um conjunto de dados para poder editá-lo. Entre em contato com o proprietário do conjunto de dados para solicitar modificações ou acesso de edição." ], - "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.": [ - "Visualiza como uma única métrica varia entre as principais subdivisões de um país (estados, províncias etc.) em um mapa coroplético. O valor de cada subdivisão é elevado quando você passa o mouse sobre o limite geográfico correspondente." + "View in SQL Lab": ["Exibir no SQL Lab"], + "Query preview": ["Pré-visualização da consulta"], + "Save as dataset": ["Salvar como conjunto de dados"], + "Missing URL parameters": ["Parâmetros de URL ausentes"], + "The URL is missing the dataset_id or slice_id parameters.": [ + "O URL não tem os parâmetros dataset_id ou slice_id." ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "Visualiza muitos objetos de séries temporais diferentes em um único gráfico. Esse gráfico está sendo descontinuado e, em vez dele, recomendamos o uso do gráfico de série temporal." + "The dataset linked to this chart may have been deleted.": [ + "O conjunto de dados vinculado a esse gráfico pode ter sido excluído." ], - "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.": [ - "Visualiza o fluxo de valores de diferentes grupos por meio de diferentes estágios de um sistema. Novos estágios no pipeline são visualizados como nós ou camadas. A espessura das barras ou bordas representa a métrica que está sendo visualizada." + "RANGE TYPE": ["TIPO DA FAIXA"], + "Actual time range": ["Intervalo de tempo real"], + "APPLY": ["APLICAR"], + "Edit time range": ["Editar intervalo de tempo"], + "START (INCLUSIVE)": ["INÍCIO (INCLUSIVO)"], + "Start date included in time range": [ + "Data de início incluída no intervalo de tempo" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Visualiza as palavras em uma coluna que aparecem com mais frequência. A fonte maior corresponde à maior frequência." + "END (EXCLUSIVE)": ["FIM (EXCLUSIVO)"], + "End date excluded from time range": [ + "Data final excluída do intervalo de tempo" ], - "Viz is missing a datasource": ["O Viz não tem uma fonte de dados"], - "Viz type": ["Tipo de visualização"], - "WED": ["QUA"], - "Want to add a new database?": [ - "Deseja adicionar um novo banco de dados?" + "Configure Time Range: Previous...": [ + "Configurar Intervalo de Tempo: Anterior..." ], - "Warning": ["Advertência"], - "Warning Message": ["Mensagem de aviso"], - "Warning!": ["Atenção!"], - "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ - "Atenção! Alterar o conjunto de dados pode quebrar o gráfico se os metadados não existirem." + "Configure Time Range: Last...": [ + "Configurar Intervalo de Tempo: Último..." ], - "Was unable to check your query": [ - "Não foi possível verificar sua consulta" + "Configure custom time range": [ + "Configurar intervalo de tempo personalizado" ], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ - "Não conseguimos nos conectar ao seu banco de dados. Clique em \"Ver mais\" para obter informações fornecidas pelo banco de dados que podem ajudar a solucionar o problema." + "Relative quantity": ["Quantidade relativa"], + "Relative period": ["Período relativo"], + "Anchor to": ["Âncora para"], + "NOW": ["AGORA"], + "Date/Time": ["Data/Hora"], + "Return to specific datetime.": ["Retornar para data e hora específica."], + "Syntax": ["Sintaxe"], + "Example": ["Exemplo"], + "Moves the given set of dates by a specified interval.": [ + "Move o conjunto de datas dado por um intervalo especificado." ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "We can't seem to resolve column \"%(column)s\" at line %(location)s." + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Trunca a data especificada com a precisão especificada pela unidade de data." ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Parece que não conseguimos resolver a coluna \"%(column_name)s\"" + "Get the last date by the date unit.": [ + "Obter a última data através da unidade de data." ], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Parece que não conseguimos resolver a coluna \"%(column_name)s\" na linha %(location)s." + "Get the specify date for the holiday": [ + "Obter a data específica para o feriado" ], - "We have the following keys: %s": ["Temos as seguintes chaves: %s"], - "We were unable to active or deactivate this report.": [ - "Não foi possível ativar ou desativar esse relatório." + "Previous": ["Anterior"], + "Custom": ["Personalizado"], + "previous calendar week": ["semana anterior do calendário"], + "previous calendar month": ["mês anterior do calendário"], + "previous calendar year": ["ano-calendário anterior"], + "Seconds %s": ["Segundos %s"], + "Minutes %s": ["Minutos %s"], + "Hours %s": ["Horas %s"], + "Days %s": ["Dias %s"], + "Weeks %s": ["Semanas %s"], + "Months %s": ["Meses %s"], + "Quarters %s": ["Trimestres %s"], + "Years %s": ["Anos %s"], + "Specific Date/Time": ["Data/Hora Específica"], + "Relative Date/Time": ["Data/hora relativa"], + "Now": ["Agora"], + "Midnight": ["Meia-noite"], + "Saved expressions": ["Expressões salvas"], + "Saved": ["Salvo"], + "%s column(s)": ["%s coluna(s)"], + "No temporal columns found": ["Não foram encontradas colunas temporais"], + "No saved expressions found": ["Nenhuma expressão salva foi encontrada"], + "Simple": ["Simples"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Marcar uma coluna como temporal no modal \"Edit datasource\"" ], - "We were unable to carry over any controls when switching to this new dataset.": [ - "Não foi possível transferir nenhum controle ao mudar para esse novo conjunto de dados." + "Custom SQL": ["SQL personalizado"], + "My column": ["Minha coluna"], + "This filter might be incompatible with current dataset": [ + "Esse filtro pode ser incompatível com o conjunto de dados atual" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "Não foi possível conectar-se ao seu banco de dados chamado \"%(database)s\". Verifique o nome do banco de dados e tente novamente." + "This column might be incompatible with current dataset": [ + "Essa coluna pode ser incompatível com o conjunto de dados atual" ], - "Web": ["Rede"], - "Wednesday": ["Quarta-feira"], - "Week": ["Semana"], - "Week ending Saturday": ["Semana terminando no Sábado"], - "Week starting Monday": ["Semana começando na segunda-feira"], - "Week starting Sunday": ["Semana começando no domingo"], - "Weekly Report": ["Relatório semanal"], - "Weekly Report for %s": ["Relatório semanal para %s"], - "Weekly seasonality": ["Sazonalidade semanal"], - "Weeks %s": ["Semanas %s"], - "Weight": ["Peso"], - "What should be shown on the label?": ["O que deve constar no rótulo?"], - "What should happen if the table already exists": [ - "O que deve acontecer se a tabela já existir" + "Click to edit label": ["Clique para editar o rótulo"], + "Drop columns/metrics here or click": [ + "Colocar colunas/métricas aqui ou clique" ], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Quando `Calculation type` é definido como \"Percentage change\", o formato do eixo Y é forçado a `.1%`" + "This metric might be incompatible with current dataset": [ + "Essa métrica pode ser incompatível com o conjunto de dados atual" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Quando uma métrica secundária é fornecida, uma escala de cores linear é usada." + "%s option(s)": ["%s opção(ões)"], + "Select subject": ["Selecionar assunto"], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Não foi encontrada tal coluna. Para filtrar uma métrica, experimente a aba SQL personalizado." ], - "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, essa opção força a criação da tabela nesse esquema" + "To filter on a metric, use Custom SQL tab.": [ + "Para filtrar em uma métrica, use a aba SQL personalizado." ], - "When checked, the map will zoom to your data after each query": [ - "Quando marcada, o mapa será ampliado para seus dados após cada consulta" + "%s operator(s)": ["%s operador(es)"], + "Select operator": ["Selecionar operador"], + "Comparator option": ["Opção de comparador"], + "Type a value here": ["Digite um valor aqui"], + "Filter value (case sensitive)": [ + "Valor do filtro (diferencia maiúsculas de minúsculas)" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "Quando ativado, os usuários podem visualizar os resultados do SQL Lab no Explore." + "choose WHERE or HAVING...": ["escolha WHERE ou HAVING..."], + "Filters by columns": ["Filtros por colunas"], + "Filters by metrics": ["Filtros por métricas"], + "Fixed": ["Fixo"], + "Based on a metric": ["Com base em uma métrica"], + "My metric": ["Minha métrica"], + "Add metric": ["Adicionar métrica"], + "%s aggregates(s)": ["%s agregado(s)"], + "Select saved metrics": ["Selecionar métricas salvas"], + "%s saved metric(s)": ["%s salvos métrica(s)"], + "Saved metric": ["Salvo métrica"], + "No saved metrics found": ["Nenhuma métrica salva foi encontrada"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "As métricas ad-hoc simples não estão ativadas para este conjunto de dados" ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Quando apenas uma métrica primária é fornecida, é usada uma escala de cores categórica." + "column": ["coluna"], + "aggregate": ["agregar"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "As métricas ad-hoc de SQL personalizado não estão ativadas para este 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, a fonte de dados atua como uma visualização. O Superset usará essa instrução como uma subconsulta ao agrupar e filtrar as consultas pai geradas." + "Error while fetching data: %s": ["Erro ao buscar dados: %s"], + "Time series columns": ["Colunas de séries temporais"], + "Actual value": ["Valor real"], + "Sparkline": ["Sparkline"], + "Period average": ["Média do período"], + "The column header label": ["O rótulo do cabeçalho da coluna"], + "Column header tooltip": [ + "Dica de ferramenta para o cabeçalho da coluna" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Type of comparison, value difference or percentage": [ + "Tipo de comparação, diferença de valor ou porcentagem" + ], + "Width": ["Largura"], + "Width of the sparkline": ["Largura do brilho"], + "Height of the sparkline": ["Altura do minigráfico"], + "Time lag": ["Defasagem de tempo"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "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.": [ - "Ao usar \"Autocomplete filters\", isso pode ser usado para melhorar o desempenho da consulta que busca os valores. Use essa opção para aplicar um predicado (cláusula WHERE) à consulta que seleciona os valores distintos da tabela. Normalmente, a intenção seria limitar a varredura aplicando um filtro de tempo relativo em um campo particionado ou indexado relacionado ao tempo." + "Time Lag": ["Atraso de tempo"], + "Time ratio": ["Relação de tempo"], + "Number of periods to ratio against": [ + "Número de períodos para razão contra" ], - "When using 'Group By' you are limited to use a single metric": [ - "Ao usar 'Agrupar Por' você é limitado usar uma única métrica" + "Time Ratio": ["Relação de tempo"], + "Show Y-axis": ["Mostrar eixo Y"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Mostra o eixo Y na Sparkline. Exibirá os valores mínimo/máximo definidos manualmente, se definidos, ou os valores mínimo/máximo nos dados, caso contrário." ], - "When using other than adaptive formatting, labels may overlap": [ - "Ao usar uma formatação diferente da adaptativa, os rótulos podem se sobrepor" + "Y-axis bounds": ["Eixo Y limites"], + "Manually set min/max values for the y-axis.": [ + "Definir manualmente os valores mínimo/máximo para o eixo y." ], - "When using this option, default value can’t be set": [ - "Ao usar essa opção, o valor padrão não pode ser definido" + "Color bounds": ["Limites de cor"], + "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.": [ + "Limites numéricos utilizados para a codificação de cores de vermelho para azul.\n Inverta os números de azul para vermelho. Para obter vermelho ou azul puro,\n pode introduzir apenas o mínimo ou o máximo." ], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Se a barra de progresso se sobrepõe quando há vários grupos de dados" + "Optional d3 number format string": [ + "String opcional de formato de número d3" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Se a tabela foi gerada pelo fluxo 'Visualizar' no SQL Lab" + "Number format string": ["String de formato de número"], + "Optional d3 date format string": [ + "Cadeia de caracteres opcional de formato de data d3" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Se essa coluna está exposta na seção `Filtros` da visualização de exploração." + "Date format string": ["String de formato de data"], + "Column Configuration": ["Configuração da coluna"], + "Select Viz Type": ["Selecione o tipo de visualização"], + "Currently rendered: %s": ["Atualmente renderizado: %s"], + "Search all charts": ["Pesquisar todos os gráficos"], + "No description available.": ["Nenhuma descrição disponível."], + "Examples": ["Exemplos"], + "This visualization type is not supported.": [ + "Não há suporte para esse tipo de visualização." ], - "Whether to align background charts with both positive and negative values at 0": [ - "Se deve alinhar gráficos de fundo com valores positivos e negativos em 0" + "View all charts": ["Exibir todos os gráficos"], + "Select a visualization type": ["Selecione um tipo de visualização"], + "No results found": ["Não foram encontrados resultados"], + "New chart": ["Novo gráfico"], + "Edit chart properties": ["Editar propriedades do gráfico"], + "Export to .JSON": ["Exportar para .JSON"], + "Embed code": ["Incorporar código"], + "Run in SQL Lab": ["Executar no SQL Lab"], + "Code": ["Código"], + "Markup type": ["Tipo de marcação"], + "Pick your favorite markup language": [ + "Escolha sua linguagem de marcação favorita" ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Se os valores positivos e negativos no gráfico de barras de células devem ser alinhados em 0" + "Put your code here": ["Coloque seu código here"], + "URL parameters": ["Parâmetros de URL"], + "Extra parameters for use in jinja templated queries": [ + "Parâmetros extra para utilização em consultas de modelo jinja" ], - "Whether to always show the annotation label": [ - "Se deve sempre mostrar o rótulo da anotação" + "Annotations and layers": ["Anotações e camadas"], + "Annotation layers": ["Camadas de anotação"], + "My beautiful colors": ["As minhas lindas cores"], + "< (Smaller than)": ["< (menor que)"], + "> (Larger than)": ["> (Maior que)"], + "<= (Smaller or equal)": ["<= (menor ou equal)"], + ">= (Larger or equal)": [">= (Maior ou equal)"], + "== (Is equal)": ["== (É igual)"], + "!= (Is not equal)": ["!= (diferente)"], + "Not null": ["Não nulo"], + "60 days": ["60 dias"], + "90 days": ["90 dias"], + "Send as PNG": ["Enviar como PNG"], + "Send as CSV": ["Enviar como CSV"], + "Send as text": ["Enviar como texto"], + "Alert condition": ["Condição de alerta"], + "Notification method": ["Método de notificação"], + "database": ["banco de dados"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ + "" ], - "Whether to animate the progress and the value or just display them": [ - "Se deseja animar o progresso e o valor ou apenas exibi-los" + "Add delivery method": ["Adicionar método de entrega"], + "report": ["relatório"], + "%s updated": ["%s atualizado"], + "Edit Report": ["Editar relatório"], + "Edit Alert": ["Editar Alerta"], + "Add Report": ["Adicionar relatório"], + "Add Alert": ["Adicionar alerta"], + "Add": ["Adicionar"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Nome do relatório"], + "Alert name": ["Nome do alerta"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Se deve ser aplicada uma distribuição normal com base na classificação na escala de cores" + "SQL Query": ["Consulta SQL"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "Whether to apply filter when items are clicked": [ - "Se o filtro deve ser aplicado quando os itens são clicados" + "Trigger Alert If...": ["Alerta de acionamento se..."], + "Condition": ["Condição"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Fuso horário"], + "Log retention": ["Retenção de log"], + "Working timeout": ["Tempo limite de trabalho"], + "Time in seconds": ["Tempo em segundos"], + "seconds": ["segundos"], + "Grace period": ["Período de inatividade"], + "Recurring (every)": [""], + "CRON Schedule": ["Cronograma do CRON"], + "CRON expression": ["Expressão CRON"], + "Report sent": ["Relatório enviado"], + "Alert triggered, notification sent": [ + "Alerta acionado , notificação enviada" ], - "Whether to colorize numeric values by if they are positive or negative": [ - "Se os valores numéricos devem ser coloridos de acordo com o fato de serem positivos ou negativos" + "Report sending": ["Enviando relatório"], + "Alert running": ["Alerta em execução"], + "Report failed": ["Relatório falhou"], + "Alert failed": ["Falha no alerta"], + "Nothing triggered": ["Nada foi acionado"], + "Alert Triggered, In Grace Period": [ + "Alerta Acionado, em período de carência" ], - "Whether to display a bar chart background in table columns": [ - "Se deve ser exibido um fundo de gráfico de barras nas colunas da tabela" + "Delivery method": ["Método de entrega"], + "Select Delivery Method": ["Selecione o método de entrega"], + "Queries": ["Consultas"], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["camada de anotação"], + "Annotation template updated": ["Modelo de anotação atualizado"], + "Annotation template created": ["Modelo de anotação criado"], + "Edit annotation layer properties": [ + "Editar propriedades da camada de anotação" ], - "Whether to display a legend for the chart": [ - "Se deve ser exibida uma legenda para o gráfico" + "Annotation layer name": ["Nome da camada de anotação"], + "Description (this can be seen in the list)": [ + "Descrição (esta pode ser vista na lista)" ], - "Whether to display bubbles on top of countries": [ - "Se deseja exibir bolhas na parte superior dos países" + "annotation": ["anotação"], + "The annotation has been updated": ["A anotação foi atualizada"], + "The annotation has been saved": ["A anotação foi salva"], + "Edit annotation": ["Editar anotação"], + "Add annotation": ["Adicionar anotação"], + "date": ["data"], + "Additional information": ["Informação adicional"], + "Please confirm": ["Por favor confirme"], + "Are you sure you want to delete": ["Tem certeza que deseja remover"], + "Modified %s": ["Modificado %s"], + "css_template": ["css_template"], + "Edit CSS template properties": ["Editar propriedades do modelo CSS"], + "Add CSS template": ["Adicionar modelo CSS"], + "css": ["css"], + "published": ["publicado"], + "draft": ["rascunho"], + "Adjust how this database will interact with SQL Lab.": [ + "Ajustar como esse banco de dados vai interagir com SQL Lab." ], - "Whether to display the aggregate count": [ - "Se deve ser exibida a contagem agregada" + "Expose database in SQL Lab": ["Expor banco de dados no SQL Lab"], + "Allow this database to be queried in SQL Lab": [ + "Permitir que o banco de dados seja consultado no SQL Lab" ], - "Whether to display the interactive data table": [ - "Se deseja exibir a tabela de dados interativa" + "Allow creation of new tables based on queries": [ + "Permitir criação de novas tabelas baseadas em consultas" ], - "Whether to display the labels.": ["Se os rótulos devem ser exibidos."], - "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ - "Se deseja exibir os rótulos. Observe que o rótulo só é exibido quando o limite é de 5%." + "Allow creation of new views based on queries": [ + "Permitir criação de novas visualizações baseadas em consultas" ], - "Whether to display the legend (toggles)": [ - "Se a legenda deve ser exibida (alterna)" + "CTAS & CVAS SCHEMA": ["CTAS & CVAS SCHEMA"], + "Create or select schema...": ["Criar ou selecionar esquema..."], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Força a criação de todas as tabelas e visôes neste esquema ao clicar em CTAS ou CVAS no SQL Lab." ], - "Whether to display the metric name as a title": [ - "Se o nome da métrica deve ser exibido como um título" - ], - "Whether to display the min and max values of the X-axis": [ - "Se devem ser exibidos os valores mínimo e máximo do eixo X" + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Permitir manipulação do banco de dados usando instruções não SELECT como UPDATE, DELETE, CREATE, etc." ], - "Whether to display the min and max values of the Y-axis": [ - "Se devem ser exibidos os valores mínimo e máximo do eixo Y" + "Enable query cost estimation": [ + "Ativar estimativa de custo de consulta" ], - "Whether to display the numerical values within the cells": [ - "Se deseja exibir os valores numéricos dentro das células" + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Para Bigquery, Presto e Postgres, mostra um botão para calcular o custo antes de executar uma consulta." ], - "Whether to display the stroke": ["Se o traço deve ser exibido"], - "Whether to display the time range interactive selector": [ - "Se deve ser exibido o seletor interativo de intervalo de tempo" + "Allow this database to be explored": [ + "Permitir que esse banco de dados seja explorado" ], - "Whether to display the timestamp": [ - "Se deve ser exibido o registro de data e hora" + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Quando ativado, os usuários podem visualizar os resultados do SQL Lab no Explore." ], - "Whether to display the trend line": [ - "Se a linha de tendência deve ser exibida" + "Disable SQL Lab data preview queries": [ + "Desativar as consultas de pré-visualização de dados do SQL Lab" ], - "Whether to enable changing graph position and scaling.": [ - "Se deve permitir a alteração da posição e da escala do gráfico." + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Desativar a pré-visualização de dados ao obter metadados de tabelas no SQL Lab. Útil para evitar problemas de desempenho do navegador quando se utilizam bancos de dados com tabelas muito grandes." ], - "Whether to enable node dragging in force layout mode.": [ - "Se deve permitir o arrastamento de nós no modo de layout forçado." + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "" ], - "Whether to fill the objects": ["Se os objetos devem ser preenchidos"], - "Whether to ignore locations that are null": [ - "Se devem ser ignorados os locais que são nulos" + "Performance": ["Desempenho"], + "Adjust performance settings of this database.": [ + "Ajuste as configurações de desempenho desse banco de dados." ], - "Whether to include a client-side search box": [ - "Se deve incluir uma caixa de pesquisa no lado do cliente" + "Chart cache timeout": ["Tempo limite da cache do gráfico"], + "Enter duration in seconds": ["Insira a duração em segundos"], + "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.": [ + "Duração (em segundos) do tempo limite do cache para gráficos desse banco de dados. Um tempo limite de 0 indica que o cache nunca expira, e -1 ignora o cache. Observe que o padrão é o tempo limite global se não for definido." ], - "Whether to include the percentage in the tooltip": [ - "Se a porcentagem deve ser incluída na dica de ferramenta" + "Schema cache timeout": ["Tempo limite do cache de esquema"], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Duração (em segundos) do tempo limite do cache de metadados para esquemas desse banco de dados. Se não for definido, o cache nunca expira." ], - "Whether to include the time granularity as defined in the time section": [ - "Se deve incluir a granularidade de tempo conforme definido na seção de tempo" + "Table cache timeout": ["Tempo limite do cache da tabela"], + "Asynchronous query execution": ["Execução de consulta assíncrona"], + "Cancel query on window unload event": [ + "Cancelar consulta no evento de descarregamento da janela" ], - "Whether to make the grid 3D": ["Se a grade deve ser 3D"], - "Whether to make the histogram cumulative": [ - "Se o histograma deve ser cumulativo" + "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Termina as consultas em execução quando a janela do browser é fechada ou se navega para outra página. Disponível para bancos de dados Presto, Hive, MySQL, Postgres e Snowflake." ], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Para tornar essa coluna disponível como uma opção [Time Granularity], a coluna deve ser DATETIME ou semelhante a DATETIME" + "Add extra connection information.": [ + "Adicione informações adicionais sobre a conexão." ], - "Whether to normalize the histogram": ["Se deve normalizar o histograma"], - "Whether to populate autocomplete filters options": [ - "Se as opções de filtros de preenchimento automático devem ser preenchidas" + "Secure extra": ["Segurança 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.": [ + "Cadeia de caracteres JSON contendo configuração de conexão adicional. Isso é usado para fornecer informações de conexão para sistemas como Hive, Presto e BigQuery, que não estão em conformidade com a sintaxe de nome de usuário:senha normalmente usada pelo SQLAlchemy." ], - "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 deve preencher o menu suspenso do filtro na seção de filtro da exibição de exploração com uma lista de valores distintos obtidos do backend em tempo real" + "Enter CA_BUNDLE": ["Digite CA_BUNDLE"], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Conteúdo CA_BUNDLE opcional para validar pedidos HTTPS. Apenas disponível em determinados motores de banco de dados." ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Se deve ou não mostrar controles extras. Os controles extras incluem coisas como a criação de gráficos mulitBar empilhados ou lado a lado." + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Fazer-se passar por usuário conectado (Presto, Trino, Drill, Hive e GSheets)" ], - "Whether to show minor ticks on the axis": [ - "Se devem ser mostrados ticks menores no eixo" + "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.": [ + "Se for o Presto ou o Trino, todas as consultas no SQL Lab serão executadas como o usuário conectado no momento, que deve ter permissão para executá-las. Se o Hive e o hive.server2.enable.doAs estiverem ativados, as consultas serão executadas como conta de serviço, mas representarão o usuário conectado no momento por meio da propriedade hive.server2.proxy.user." ], - "Whether to show the pointer": ["Se o ponteiro deve ser exibido"], - "Whether to show the progress of gauge chart": [ - "Se deve mostrar o progresso do gráfico do medidor" + "Allow file uploads to database": [ + "Permitir uploads de arquivos para o banco de dados" ], - "Whether to show the split lines on the axis": [ - "Se devem ser mostradas as linhas divididas no eixo" + "Schemas allowed for File upload": [ + "Esquemas permitidos para upload de arquivos" ], - "Whether to sort ascending or descending on the base Axis.": [ - "Se a classificação deve ser ascendente ou descendente no eixo base." + "A comma-separated list of schemas that files are allowed to upload to.": [ + "Uma lista separada por vírgulas de esquemas para os quais os arquivos têm permissão para fazer upload." ], - "Whether to sort descending or ascending": [ - "Se a classificação deve ser descendente ou ascendente" + "Additional settings.": ["Configurações adicionais."], + "Metadata Parameters": ["Parâmetros de metadados"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "O objeto metadata_params é desempacotado na chamada sqlalchemy.MetaData." ], - "Whether to sort descending or ascending if a series limit is present": [ - "Se a classificação será decrescente ou crescente se houver um limite de série" + "Engine Parameters": ["Parâmetros do motor"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "O objeto engine_params é descompactado na chamada sqlalchemy.create_engine." ], - "Whether to sort results by the selected metric in descending order.": [ - "Se os resultados devem ser classificados pela métrica selecionada em ordem decrescente." + "Version": ["Versão"], + "Version number": ["Número da versão"], + "STEP %(stepCurr)s OF %(stepLast)s": [ + "ETAPA %(stepCurr)s De %(stepLast)s" ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Se a dica de ferramenta deve ser classificada pela métrica selecionada em ordem decrescente." + "Enter Primary Credentials": ["Inserir credenciais primárias"], + "Need help? Learn how to connect your database": [ + "Precisa de ajuda? Aprenda como conectar seu banco de dados" ], - "Whether to truncate metrics": ["Se as métricas devem ser truncadas"], - "Which country to plot the map for?": ["Para qual país traçar o mapa?"], - "Which relatives to highlight on hover": [ - "Qual parentes para destaque sobre passe o mouse" + "Database connected": ["Banco de dados conectado"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Criar um conjunto de dados para começar a visualizar seus dados como um gráfico ou vá para\n SQL Lab para consultar seus dados." ], - "Whisker/outlier options": ["Opções de Whisker/outlier"], - "White": ["Branco"], - "Width": ["Largura"], - "Width of the confidence interval. Should be between 0 and 1": [ - "Largura do intervalo de confiança. Deve estar entre 0 e 1" + "Enter the required %(dbModelName)s credentials": [ + "Digite as credenciais %(dbModelName)s necessárias" ], - "Width of the sparkline": ["Largura do brilho"], - "Window must be > 0": ["A janela deve ser > 0"], - "With a subheader": ["Com um subtítulo"], - "Word Cloud": ["Nuvem de palavras"], - "Word Rotation": ["Rotação de palavras"], - "Working": ["Trabalhando"], - "Working timeout": ["Tempo limite de trabalho"], - "World Map": ["Mapa do Mundo"], - "Write a description for your query": [ - "Escreva uma descrição para sua consulta" + "Need help? Learn more about": ["Precisa de ajuda? Saiba mais sobre"], + "connecting to %(dbModelName)s.": ["conectando ao %(dbModelName)s."], + "Select a database to connect": [ + "Selecione um banco de dados para se conectar" ], - "Write a handlebars template to render the data": [ - "Escreva um modelo de guidão para renderizar os dados" + "SSH Host": ["Host SSH"], + "e.g. 127.0.0.1": ["por exemplo, 127.0.0.1"], + "SSH Port": ["Porta SSH"], + "Login with": ["Fazer login com"], + "Private Key & Password": ["Chave privada e Senha"], + "SSH Password": ["Senha SSH"], + "e.g. ********": ["por exemplo ********"], + "Private Key": ["Chave privada"], + "Paste Private Key here": ["Cole a chave privada aqui"], + "SSH Tunnel": ["Túnel SSH"], + "SSH Tunnel configuration parameters": [ + "Parâmetros de configuração do Túnel SSH" ], - "Write dataframe index as a column": [ - "Escreve o índice do dataframe como uma coluna" + "Display Name": ["Nome de exibição"], + "Name your database": ["Nome do seu banco de dados"], + "Pick a name to help you identify this database.": [ + "Escolha um nome para te ajudar identificar esse banco de dados." ], - "Write dataframe index as a column.": [ - "Escreve o índice do dataframe como uma coluna." + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "X AXIS TITLE BOTTOM MARGIN": ["MARGEM INFERIOR DO TÍTULO DO EIXO X"], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["Eixo X"], - "X Axis Format": ["Formato do eixo X"], - "X Axis Label": ["Rótulo do Eixo X"], - "X Axis Title": ["Título do Eixo X"], - "X Log Scale": ["Escala X Log"], - "X Tick Layout": ["X Tick Layout"], - "X bounds": ["Limites X"], - "X-Axis Sort Ascending": ["Classificação do eixo X em ordem crescente"], - "X-Axis Sort By": ["Classificação do Eixo X Por"], - "X-axis": ["Eixo X"], - "XScale Interval": ["Intervalo XScale"], - "Y 2 bounds": ["Y 2 limites"], - "Y AXIS TITLE MARGIN": ["MARGEM DO TÍTULO DO EIXO Y"], - "Y Axis": ["Eixo Y"], - "Y Axis 2 Bounds": ["Eixo Y 2 Limites"], - "Y Axis Bounds": ["Limites do Eixo Y"], - "Y Axis Format": ["Formato do eixo Y"], - "Y Axis Label": ["Rótulo do Eixo Y"], - "Y Axis Title": ["Título do Eixo Y"], - "Y Axis Title Margin": [""], - "Y Log Scale": ["Escala logarítmica Y"], - "Y bounds": ["Limites Y"], - "Y-Axis Sort Ascending": ["Classificação do eixo Y em ordem crescente"], - "Y-Axis Sort By": ["Classificação do Eixo Y Por"], - "Y-axis": ["Eixo Y"], - "Y-axis bounds": ["Eixo Y limites"], - "YScale Interval": ["Intervalo da escala Y"], - "Year": ["Ano"], - "Year (freq=AS)": ["Ano (freq=AS)"], - "Yearly seasonality": ["Sazonalidade anual"], - "Years %s": ["Anos %s"], - "Yes": ["Sim"], - "Yes, cancel": ["Sim, cancelar"], - "Yes, overwrite changes": ["Sim, sobrescrever mudanças"], - "You are adding tags to %s %ss": [""], - "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + "Refer to the": ["Consulte o"], + "for more information on how to structure your URI.": [ + "para obter mais informações sobre como estruturar seu URI." ], - "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 painéis que já existem. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + "Test connection": ["Testar Conexão"], + "Please enter a SQLAlchemy URI to test": [ + "Por favor insira um URI SQLAlchemy para teste" ], - "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + "e.g. world_population": ["por exemplo, world_population"], + "Database settings updated": [ + "Configurações do banco de dados atualizadas" ], - "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + "Sorry there was an error fetching database information: %s": [ + "Lamentamos, mas ocorreu um erro ao obter as informações do banco de dados: %s" ], - "You can": ["É possível"], - "You can add the components in the": [ - "Você pode adicionar o componentes no" + "Or choose from a list of other databases we support:": [ + "Ou escolha a partir de uma lista de outros bancos de dados que suportamos:" ], - "You can add the components in the edit mode.": [ - "Você pode adicionar os componentes no modo de edição." + "Supported databases": ["Bancos de dados compatíveis"], + "Choose a database...": ["Escolha um banco de dados..."], + "Want to add a new database?": [ + "Deseja adicionar um novo banco de dados?" ], - "You can also just click on the chart to apply cross-filter.": [ - "Você também pode simplesmente clicar no gráfico para aplicar o filtro cruzado." + "Connect": ["Conectar"], + "Finish": ["Finalizar"], + "This database is managed externally, and can't be edited in Superset": [ + "Esse banco de dados é gerenciado externamente e não pode ser editado no Superset" ], - "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.": [ - "Você pode optar por exibir todos os gráficos aos quais tem acesso ou apenas os que possui.\n Sua seleção de filtro será salva e permanecerá ativa até que você decida alterá-la." + "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.": [ + "As senhas dos bancos de dados abaixo são necessárias para importá-los. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exploração e devem ser adicionadas manualmente após a importação, caso sejam necessárias." ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Você pode criar um novo gráfico ou usar os existentes no painel à direita" + "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "Você pode visualizar a lista de painéis no menu suspenso de configurações do gráfico." - ], - "You can't apply cross-filter on this data point.": [ - "Não é possível aplicar filtro cruzado a esse ponto de dados." - ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ - "Você não pode excluir o último filtro temporal, pois ele é usado para filtros de intervalo de tempo em painéis." + "Database Creation Error": ["Erro na criação do banco de dados"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Não conseguimos nos conectar ao seu banco de dados. Clique em \"Ver mais\" para obter informações fornecidas pelo banco de dados que podem ajudar a solucionar o problema." ], - "You cannot use 45° tick layout along with the time range filter": [ - "Não é possível usar o layout de ticks de 45° junto com o filtro de intervalo de tempo" + "CREATE DATASET": ["CREATE DATASET"], + "QUERY DATA IN SQL LAB": ["CONSULTAR DADOS NO SQL LAB"], + "Connect a database": ["Conectar um banco de dados"], + "Edit database": ["Editar banco de dados"], + "Connect this database using the dynamic form instead": [ + "Em vez disso, conecte esse banco de dados utilizando o formulário dinâmico" ], - "You do not have permission to edit this %s": [ - "Você não tem permissão para editar este %s" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Clique neste link para mudar para um formulário alternativo que expõe apenas os campos obrigatórios necessários para conectar esse banco de dados." ], - "You do not have permission to edit this chart": [ - "Você não tem permissão para editar este gráfico" + "Additional fields may be required": [ + "Adicional campos que podem ser necessários" ], - "You do not have permission to edit this dashboard": [ - "Você não tem permissão para editar este painel" + "Import database from file": ["Importar banco de dados de um arquivo"], + "Connect this database with a SQLAlchemy URI string instead": [ + "Em vez disso, conecte esse banco de dados com uma cadeia de URI SQLAlchemy" ], - "You do not have permissions to edit this dashboard.": [ - "Você não tem permissão para editar esse painel." + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Clique neste link para mudar para um formulário alternativa que permite você inserir manualmente o URL do SQLAlchemy para esse banco de dados." ], - "You don't have access to this chart.": [ - "Você não tem acesso a esse gráfico." + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "Pode ser um endereço IP (por exemplo, 127.0.0.1) ou um nome de domínio (por exemplo, mydatabase.com)." ], - "You don't have access to this dashboard.": [ - "Você não tem acesso a esse painel." + "Host": ["Host"], + "e.g. 5432": ["por exemplo, 5432"], + "Port": ["Porta"], + "e.g. sql/protocolv1/o/12345": ["por exemplo , sql/protocolv1/o/12345"], + "Copy the name of the HTTP Path of your cluster.": [ + "Copiar o nome do caminho HTTP de seu cluster." ], - "You don't have access to this dataset.": [ - "Você não tem acesso a esse conjunto de dados." + "Copy the name of the database you are trying to connect to.": [ + "Copiar o nome do banco de dados que você está tentando se conectar." ], - "You don't have access to this embedded dashboard config.": [ - "Você não tem acesso a essa configuração de painel incorporado." + "Access token": ["Token de acesso"], + "Pick a nickname for how the database will display in Superset.": [ + "Escolha um apelido para a forma como o banco de dados será exibido no Superset." ], - "You don't have any favorites yet!": [ - "Você ainda não tem nenhum favorito!" + "e.g. param1=value1¶m2=value2": [ + "por exemplo, param1=value1¶m2=value2" ], - "You don't have permission to modify the value.": [ - "Você não tem permissão para modificar o valor." + "Additional Parameters": ["Parâmetros adicionais"], + "Add additional custom parameters": [ + "Adicionar parâmetros personalizados adicionais" ], - "You don't have the rights to alter %(resource)s": [ - "Você não tem o direito de alterar %(resource)s" + "SSL Mode \"require\" will be used.": [ + "O modo SSL \"require\" será usado." ], - "You don't have the rights to alter this chart": [ - "Você não tem o direito de alterar esse gráfico" + "Type of Google Sheets allowed": ["Tipo de Planilhas Google permitido"], + "Publicly shared sheets only": [ + "Apenas Planilhas compartilhadas publicamente" ], - "You don't have the rights to alter this dashboard": [ - "Você não tem o direito de alterar esse painel de controle" + "Public and privately shared sheets": [ + "Planilhas compartilhadas públicas e privadas" ], - "You don't have the rights to alter this title.": [ - "Você não tem o direito de alterar esse título." + "How do you want to enter service account credentials?": [ + "Como pretende introduzir as credenciais da conta de serviço?" ], - "You don't have the rights to create a chart": [ - "Você não tem o direito de criar um gráfico" + "Upload JSON file": ["Carregar arquivo JSON"], + "Copy and Paste JSON credentials": ["Copiar e cole as credenciais JSON"], + "Service Account": ["Conta de serviço"], + "Paste content of service credentials JSON file here": [ + "Colar aqui o conteúdo do arquivo JSON das credenciais de serviço" ], - "You don't have the rights to create a dashboard": [ - "Você não tem direitos para criar um painel" + "Copy and paste the entire service account .json file here": [ + "Copie e cole todo o ficheiro service account.json aqui" ], - "You don't have the rights to download as csv": [ - "Você não tem o direito de fazer o download como csv" + "Upload Credentials": ["Carregar credenciais"], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "Use o arquivo JSON que você baixou automaticamente ao criar sua conta de serviço." ], - "You have removed this filter.": ["Você removeu esse 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.": [ - "Você usou todos os espaços de desfazer de %(historyLength) e não poderá desfazer totalmente as ações subsequentes. Você pode salvar seu estado atual para redefinir o histórico." + "Connect Google Sheets as tables to this database": [ + "Conectar Planilhas Google como tabelas para esse banco de dados" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "Você deve ser proprietário de um conjunto de dados para poder editá-lo. Entre em contato com o proprietário do conjunto de dados para solicitar modificações ou acesso de edição." + "Google Sheet Name and URL": ["Planilha Google Nome e URL"], + "Enter a name for this sheet": ["Digite um nome para essa planilha"], + "Paste the shareable Google Sheet URL here": [ + "Colar o URL compartilhável da Planilha Google aqui" ], - "You must pick a name for the new dashboard": [ - "Você deve escolher um nome para o novo painel" + "Add sheet": ["Adicionar planilha"], + "e.g. xy12345.us-east-2.aws": ["por exemplo, xy12345.us-east-2.aws"], + "e.g. compute_wh": ["por exemplo , compute_wh"], + "e.g. AccountAdmin": ["por exemplo , AccountAdmin"], + "Duplicate dataset": ["Conjunto de dados duplicado"], + "Duplicate": ["Duplicado"], + "New dataset name": ["Novo nome do 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 dos bancos de dados abaixo são necessárias para importá-las junto com os conjuntos de dados. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." ], - "You must run the query successfully first": [ - "Primeiro, você deve executar a consulta com êxito" + "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" ], - "You need to configure HTML sanitization to use CSS": [ - "Você precisa configurar a sanitização de HTML para usar CSS" + "Refreshing columns": ["Atualização de colunas"], + "Table columns": ["Colunas da tabela"], + "Loading": ["Carregando"], + "View Dataset": ["Exibir conjunto de dados"], + "This table already has a dataset": [ + "Essa tabela já tem um conjunto de dados" ], - "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": [ - "Você atualizou os valores no painel de controle, mas o gráfico não foi atualizado automaticamente. Execute a consulta clicando no botão \"Atualizar gráfico\" ou" + "create dataset from SQL query": [ + "criar um conjunto de dados a partir de uma consulta SQL" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "Você alterou os conjuntos de dados. Todos os controles com dados (colunas, métricas) que correspondem a esse novo conjunto de dados foram mantidos." + "Select dataset source": ["Selecione a fonte do conjunto de dados"], + "No table columns": ["Nenhuma coluna da tabela"], + "This database table does not contain any data. Please select a different table.": [ + "Essa tabela do banco de dados não contém dados. Selecione uma tabela diferente." ], - "Your chart is not up to date": ["Seu gráfico não está atualizado"], - "Your chart is ready to go!": ["Seu gráfico está pronto para ser usado!"], - "Your dashboard is too large. Please reduce its size before saving it.": [ - "Seu painel é muito grande. Reduza o tamanho antes de salvá-lo." + "An Error Occurred": ["Ocorreu um erro"], + "Unable to load columns for the selected table. Please select a different table.": [ + "Não foi possível carregar colunas para a tabela selecionada. Selecione uma tabela diferente." ], - "Your query could not be saved": ["Sua consulta não pôde ser salva"], - "Your query could not be scheduled": [ - "Sua consulta não pôde ser agendada" + "The API response from %s does not match the IDatabaseTable interface.": [ + "A resposta da API de %s não corresponde à interface IDatabaseTable." ], - "Your query could not be updated": [ - "Sua consulta não pôde ser atualizada" + "Usage": ["Uso"], + "Chart owners": ["Proprietários do gráfico"], + "Chart last modified": ["Última modificação do gráfico"], + "Chart last modified by": ["Gráfico modificado pela última vez por"], + "Dashboard usage": ["Uso do painel"], + "Create chart with dataset": ["Criar gráfico com conjunto de dados"], + "chart": ["gráfico"], + "No charts": ["Sem gráficos"], + "This dataset is not used to power any charts.": [ + "Esse conjunto de dados não é usado para alimentar nenhum gráfico." ], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Sua consulta foi agendada. Para ver detalhes de sua consulta, navegue até Consultas salvas" + "Select a database table.": ["Selecione uma tabela de banco de dados."], + "Create dataset and create chart": [ + "Criar conjunto de dados e criar gráfico" ], - "Your query was not properly saved": [ - "Sua consulta não foi salva corretamente" + "New dataset": ["Novo conjunto de dados"], + "Select a database table and create dataset": [ + "Selecione uma tabela de banco de dados e crie um conjunto de dados" ], - "Your query was saved": ["Sua consulta foi salva"], - "Your query was updated": ["Sua consulta foi atualizada"], - "Your report could not be deleted": [ - "Não foi possível excluir seu relatório" + "dataset name": ["nome do conjunto de dados"], + "There was an error fetching dataset": [ + "Houve um erro ao buscar o conjunto de dados" ], - "Zero imputation": ["Imputação zero"], - "Zoom": ["Ampliar"], - "Zoom level of the map": ["Nível de zoom do mapa"], - "[ untitled dashboard ]": ["[ painel sem título ]"], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "As colunas [Longitude] e [Latitude] devem estar presentes em [ Agrupar Por ]" + "There was an error fetching dataset's related objects": [ + "Ocorreu um erro ao buscar os objetos relacionados ao conjunto de dados" ], - "[Longitude] and [Latitude] must be set": [ - "[Longitude] e [Latitude] devem ser definidos" + "There was an error loading the dataset metadata": [ + "Ocorreu um erro ao carregar os metadados do conjunto de dados" ], - "[Missing Dataset]": ["[Conjunto de dados ausente]"], "[Untitled]": ["[Sem título]"], - "[asc]": ["[asc]"], - "[dashboard name]": ["[nome do painel]"], - "[desc]": ["[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": [ - "[opcional] essa métrica secundária é usada para definir a cor como uma proporção em relação à métrica primária. Quando omitida, a cor é categórica e baseada em rótulos" + "Unknown": ["Desconhecido"], + "Viewed %s": ["Visualizado %s"], + "Edited": ["Editado"], + "Created": ["Criado"], + "Viewed": ["Visto"], + "Favorite": ["Favorito"], + "Mine": ["Meu"], + "View All »": ["Ver Todos »"], + "An error occurred while fetching dashboards: %s": [ + "Ocorreu um erro durante a pesquisa de painéis: %s" ], - "[untitled]": ["[sem título]"], - "`compare_columns` must have the same length as `source_columns`.": [ - "` compare_columns ` deve ter o mesmo comprimento de ` source_columns `." + "charts": ["gráficos"], + "dashboards": ["painéis"], + "recents": ["recentes"], + "saved queries": ["consultas salvas"], + "No charts yet": ["Ainda não há gráficos"], + "No dashboards yet": ["Ainda não há painéis"], + "No recents yet": ["Ainda não há registros"], + "No saved queries yet": ["Ainda não há consultas salvas"], + "%(other)s charts will appear here": [ + "%(other)s gráficos irão aparecer aqui" ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` deve ser `difference`, `percentage` ou `ratio`" + "%(other)s dashboards will appear here": [ + "%(other)s painéis irão aparecer aqui" ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` deve estar entre 0 e 1 (exclusivo)" + "%(other)s recents will appear here": [ + "%(other)s recentes irão aparecer aqui" ], - "`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 for usado um grupo por. As colunas numéricas serão agregadas com o agregador. As colunas não numéricas serão usadas para rotular os pontos. Deixe em branco para obter uma contagem de pontos em cada cluster." + "%(other)s saved queries will appear here": [ + "%(other)s As consultas salvas aparecerão aqui" ], - "`operation` property of post processing object undefined": [ - "Propriedade `operation` do objeto de pós-processamento indefinida" + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Os gráficos, painéis e consultas recentemente visualizados aparecerão aqui" ], - "`prophet` package not installed": ["Pacote `prophet` não instalado"], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` deve ter o mesmo comprimento que `columns`." + "Recently created charts, dashboards, and saved queries will appear here": [ + "Os gráficos, painéis e consultas recentemente criados aparecerão aqui" ], - "`row_limit` must be greater than or equal to 0": [ - "O `row_limit` deve ser maior ou igual a 0" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Os gráficos, painéis e consultas recentemente editados aparecerão aqui" ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` deve ser maior ou igual a 0" + "SQL query": ["Consulta SQL"], + "You don't have any favorites yet!": [ + "Você ainda não tem nenhum favorito!" ], - "`width` must be greater or equal to 0": [ - "`largura` deve ser maior ou igual a 0" + "See all %(tableName)s": ["Ver todos %(tableName)s"], + "Connect database": ["Conectar o banco de dados"], + "Create dataset": ["Criar conjunto de dados"], + "Connect Google Sheet": ["Conectar Planilha Google"], + "Upload CSV to database": ["Carregar CSV para o banco de dados"], + "Upload columnar file to database": [ + "Carregar arquivo colunar no banco de dados" ], - "aggregate": ["agregar"], - "alert": ["alerta"], + "Upload Excel file to database": [ + "Carregar arquivo do Excel para o banco de dados" + ], + "Enable 'Allow file uploads to database' in any database's settings": [ + "Ativar 'Permitir uploads de arquivos para banco de dados' em quaisquer configurações do banco de dados" + ], + "Info": ["Informações"], + "Logout": ["Sair"], + "About": ["Sobre"], + "Powered by Apache Superset": ["Feito por Apache Superset"], + "SHA": ["SHA"], + "Build": ["Construir"], + "Documentation": ["Documentação"], + "Report a bug": ["Relatar um bug"], + "Login": ["Entrar"], + "query": ["consulta"], + "Deleted: %s": ["Excluído: %s"], + "There was an issue deleting %s: %s": [ + "Houve um problema ao excluir %s: %s" + ], + "This action will permanently delete the saved query.": [ + "Essa ação excluirá permanentemente a consulta salva." + ], + "Delete Query?": ["Excluir consulta?"], + "Ran %s": ["Corrida %s"], + "Saved queries": ["Consultas salvas"], + "Next": ["Próximo"], + "Tab name": ["Nome da aba"], + "User query": ["Consulta do usuário"], + "Executed query": ["Consulta executada"], + "Query name": ["Nome da consulta"], + "SQL Copied!": ["SQL copiado !"], + "Sorry, your browser does not support copying.": [ + "Desculpe, seu navegador não suporta cópias." + ], + "There was an issue fetching reports attached to this dashboard.": [ + "Houve um problema na obtenção de relatórios anexados a esse painel." + ], + "The report has been created": ["O relatório foi criado"], + "Report updated": ["Relatório atualizado"], + "We were unable to active or deactivate this report.": [ + "Não foi possível ativar ou desativar esse relatório." + ], + "Your report could not be deleted": [ + "Não foi possível excluir seu relatório" + ], + "Weekly Report for %s": ["Relatório semanal para %s"], + "Weekly Report": ["Relatório semanal"], + "Edit email report": ["Editar relatório de e-mail"], + "Schedule a new email report": ["Agendar um novo relatório de e-mail"], + "Message content": ["Conteúdo da Mensagem"], + "Text embedded in email": ["Texto incorporado no e-mail"], + "Image (PNG) embedded in email": ["Imagem (PNG) incorporada no e-mail"], + "Formatted CSV attached in email": ["CSV formatado anexado no e-mail"], + "Report Name": ["Nome do relatório"], + "Include a description that will be sent with your report": [ + "Incluir uma descrição que será enviada com o seu relatório" + ], + "Failed to update report": ["Falha ao atualizar relatório"], + "Failed to create report": ["Falha ao criar relatório"], + "Set up an email report": ["Configurar um relatório de e-mail"], + "Email reports active": ["Relatórios por e-mail ativo"], + "Delete email report": ["Excluir relatório de e-mail"], + "Schedule email report": ["Agendar relatório por e-mail"], + "This action will permanently delete %s.": [ + "Essa ação excluirá permanentemente %s." + ], + "Delete Report?": ["Excluir relatório?"], + "Rule added": [""], + "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, estas são as funções às quais este filtro será aplicado. Para os filtros de base, estas são as funções às quais o filtro NÃO se aplica, por exemplo, Admin se o admin tiver de ver todos os dados." + ], + "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').": [ + "Os filtros com a mesma chave de grupo serão agrupados dentro do grupo, enquanto os grupos de filtros diferentes serão agrupados. As chaves de grupo indefinidas são tratadas como grupos únicos, ou seja, não são agrupadas. Por exemplo, se uma tabela tiver três filtros, dos quais dois são para os departamentos Finanças e Marketing (chave de grupo = 'departamento') e um se refere à região Europa (chave de grupo = 'região'), a cláusula de filtro aplicaria o filtro (departamento = 'Finanças' OU departamento = 'Marketing') AND (região = 'Europa')." + ], + "Clause": ["Cláusula"], + "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).": [ + "Essa é a condição que será adicionada à cláusula WHERE. Por exemplo, para retornar apenas as linhas de um cliente específico, você pode definir um filtro regular com a cláusula `client_id = 9`. Para não exibir nenhuma linha a menos que um usuário pertença a uma função de filtro RLS, um filtro básico pode ser criado com a cláusula `1 = 0` (sempre falso)." + ], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": ["Coluna não-numérica escolhida"], + "UI Configuration": ["Configuração da interface do usuário"], + "Filter value is required": ["O valor do filtro é obrigatório"], + "User must select a value before applying the filter": [ + "O usuário deve selecionar um valor antes de aplicar o filtro" + ], + "Single value": ["Valor único"], + "Use only a single value.": ["Use apenas um único valor."], + "Range filter plugin using AntD": [ + "Plugin de filtro de intervalo usando AntD" + ], + "Experimental": ["Experimental"], + "Check for sorting ascending": ["Verificar se a ordenação é crescente"], + "Can select multiple values": ["Pode selecionar vários valores"], + "Select first filter value by default": [ + "Selecione primeiro valor do filtro por padrão" + ], + "When using this option, default value can’t be set": [ + "Ao usar essa opção, o valor padrão não pode ser definido" + ], + "Inverse selection": ["Seleção inversa"], + "Exclude selected values": ["Excluir valores selecionados"], + "Dynamically search all filter values": [ + "Pesquisar dinamicamente todos os valores 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 no carregamento inicial da página. Marque esta caixa se tiver mais de 1000 valores de filtro e pretenda ativar a pesquisa dinâmica que carrega os valores de filtro à medida que os usuários escrevem (pode aumentar o stress da sua base de dados)." + ], + "Select filter plugin using AntD": [ + "Selecione plug-in de filtro usando AntD" + ], + "Custom time filter plugin": ["Plugin de filtro de tempo personalizado"], + "No time columns": ["Sem colunas de tempo"], + "Time column filter plugin": ["Plug-in de filtro de coluna de tempo"], + "Time grain filter plugin": ["Plug-in de filtro de granulação de tempo"], + "Working": ["Trabalhando"], + "Not triggered": ["Não acionado"], + "On Grace": ["Na Graça"], + "reports": ["relatórios"], "alerts": ["alertas"], - "all": ["todos"], - "also copy (duplicate) charts": ["também copiar (duplicar) gráficos"], - "ancestor": ["ancestral"], - "and": ["e"], - "annotation": ["anotação"], - "annotation_layer": ["camada de anotação"], - "asfreq": ["asfreq"], - "at": ["em"], - "auto": ["automático"], - "auto (Smooth)": ["auto (Suave)"], - "background": ["fundo"], - "basis": ["base"], - "below (example:": ["abaixo (exemplo:"], - "between {down} and {up} {name}": ["entre {down} e {up} {name}"], - "bfill": ["bfill"], - "bolt": ["parafuso"], - "boolean type icon": ["ícone do tipo booleano"], - "bottom": ["fundo"], - "button (cmd + z) until you save your changes.": [ - "(cmd + z) até você salvar suas mudanças." + "There was an issue deleting the selected %s: %s": [ + "Houve um problema ao excluir o %s selecionado: %s" + ], + "Last run": ["Última execução"], + "Active": ["Ativo"], + "Execution log": ["Log de execução"], + "Bulk select": ["Seleção em bloco"], + "No %s yet": ["Sem %s ainda"], + "Owner": ["Proprietário"], + "All": ["Todos"], + "An error occurred while fetching owners values: %s": [ + "Ocorreu um erro ao buscar os valores dos proprietários: %s" + ], + "Status": ["Estado"], + "An error occurred while fetching dataset datasource values: %s": [ + "Ocorreu um erro ao obter os valores da fonte de dados do conjunto de dados: %s" + ], + "Alerts & reports": ["Alertas e relatórios"], + "Alerts": ["Alertas"], + "Reports": ["Relatórios"], + "Delete %s?": ["Excluir %s?"], + "Are you sure you want to delete the selected %s?": [ + "Tem certeza que deseja remover o %s selecionado ?" + ], + "There was an issue deleting the selected layers: %s": [ + "Houve um problema ao excluir as camadas selecionadas: %s" + ], + "Edit template": ["Editar modelo"], + "Delete template": ["Excluir modelo"], + "No annotation layers yet": ["Sem camadas de anotação ainda"], + "This action will permanently delete the layer.": [ + "Essa ação excluirá permanentemente a camada." + ], + "Delete Layer?": ["Excluir camada?"], + "Are you sure you want to delete the selected layers?": [ + "Tem certeza que deseja remover as camadas selecionadas?" + ], + "There was an issue deleting the selected annotations: %s": [ + "Houve um problema ao excluir as anotações selecionadas: %s" + ], + "Delete annotation": ["Excluir anotação"], + "Annotation": ["Anotação"], + "No annotation yet": ["Sem anotação ainda"], + "Annotation Layer %s": ["Camada de anotação %s"], + "Back to all": ["Voltar para todos"], + "Are you sure you want to delete %s?": [ + "Tem certeza de que deseja excluir %s?" + ], + "Delete Annotation?": ["Excluir anotação?"], + "Are you sure you want to delete the selected annotations?": [ + "Tem certeza que deseja remover as anotações selecionadas?" + ], + "Failed to load chart data": ["Falha ao carregar dados do gráfico"], + "view instructions": ["exibir instruções"], + "Add a dataset": ["Adicionar um conjunto de dados"], + "Choose a dataset": ["Escolha um conjunto de dados"], + "Choose chart type": ["Escolha o tipo de gráfico"], + "Please select both a Dataset and a Chart type to proceed": [ + "Por favor selecionar um conjunto de dados e um tipo de gráfico para prosseguir" + ], + "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 dos bancos de dados abaixo são necessárias para importá-los junto com os gráficos. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + ], + "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. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + ], + "Chart imported": ["Gráfico importado"], + "There was an issue deleting the selected charts: %s": [ + "Houve um problema ao excluir os gráficos selecionados: %s" + ], + "An error occurred while fetching dashboards": [ + "Ocorreu um erro durante a pesquisa de painéis" + ], + "An error occurred while fetching chart owners values: %s": [ + "Ocorreu um erro ao obter os valores dos proprietários do gráfico: %s" + ], + "Certified": ["Certificado"], + "Alphabetical": ["Em ordem alfabética"], + "Recently modified": ["Modificado recentemente"], + "Least recently modified": ["Modificação mais recente"], + "Import charts": ["Importar gráficos"], + "Are you sure you want to delete the selected charts?": [ + "Tem certeza que deseja remover os gráficos selecionados?" + ], + "CSS templates": ["Modelos CSS"], + "There was an issue deleting the selected templates: %s": [ + "Houve um problema ao excluir os modelos selecionados: %s" + ], + "CSS template": ["Modelo CSS"], + "This action will permanently delete the template.": [ + "Essa ação excluirá permanentemente o modelo." + ], + "Delete Template?": ["Excluir modelo?"], + "Are you sure you want to delete the selected templates?": [ + "Tem certeza que deseja remover os modelos selecionados ?" + ], + "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 dos bancos de dados abaixo são necessárias para importá-los junto com os painéis. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." + ], + "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 painéis que já existem. A substituição pode fazer com que você perca parte do seu trabalho. Tem certeza de que deseja substituir?" + ], + "Dashboard imported": ["Painel importado"], + "An error occurred while fetching dashboard owner values: %s": [ + "Ocorreu um erro ao obter os valores do proprietário do painel: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Tem certeza que deseja remover os painéis selecionados ?" + ], + "An error occurred while fetching database related data: %s": [ + "Ocorreu um erro ao obter dados relacionados com a base de dados: %s" + ], + "Upload file to database": ["Carregar arquivo no banco de dados"], + "Upload CSV": ["Carregar CSV"], + "Upload columnar file": ["Carregar arquivo colunar"], + "Upload Excel file": ["Carregar arquivo Excel"], + "AQE": ["AQE"], + "Allow data manipulation language": [ + "Permitir linguagem de manipulação de dados" + ], + "DML": ["DML"], + "CSV upload": ["Carregar CSV"], + "Delete database": ["Excluir banco de dados"], + "Delete Database?": ["Excluir Banco de Dados?"], + "Dataset imported": ["Conjunto de dados importado"], + "An error occurred while fetching dataset related data": [ + "Ocorreu um erro ao obter dados relacionados com o conjunto de dados" + ], + "An error occurred while fetching dataset related data: %s": [ + "Ocorreu um erro ao obter dados relacionados com o conjunto de dados: %s" + ], + "Physical dataset": ["Conjunto de dados físicos"], + "Virtual dataset": ["Conjunto de dados virtuais"], + "Virtual": ["Virtual"], + "An error occurred while fetching datasets: %s": [ + "Ocorreu um erro durante a pesquisa de conjuntos de dados: %s" + ], + "An error occurred while fetching schema values: %s": [ + "Ocorreu um erro durante a extração dos valores do esquema: %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Ocorreu um erro ao obter os valores do proprietário do conjunto de dados: %s" + ], + "Import datasets": ["Importar conjuntos de dados"], + "There was an issue deleting the selected datasets: %s": [ + "Houve um problema ao excluir os conjuntos de dados selecionados: %s" + ], + "There was an issue duplicating the dataset.": [ + "Houve um problema ao duplicar o conjunto de dados." + ], + "There was an issue duplicating the selected datasets: %s": [ + "Houve um problema ao duplicar os conjuntos de dados selecionados: %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.": [ + "O conjunto de dados %s é ligado aos %s gráficos que aparecerem em %s painéis. Tem certeza que você deseja continuar? A eliminação do conjunto de dados irá quebrar esses objetos." + ], + "Delete Dataset?": ["Excluir Conjunto de Dados?"], + "Are you sure you want to delete the selected datasets?": [ + "Tem certeza que deseja remover os conjuntos de dados selecionados?" + ], + "0 Selected": ["0 selecionado"], + "%s Selected (Virtual)": ["%s Selecionado (Virtual)"], + "%s Selected (Physical)": ["%s Selecionado (Físico)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s selecionado (%s Físico , %s Virtual)" + ], + "log": ["log"], + "Execution ID": ["ID de execução"], + "Scheduled at (UTC)": ["Programado em (UTC)"], + "Start at (UTC)": ["Início em (UTC)"], + "Error message": ["Mensagem de erro"], + "Alert": ["Alerta"], + "There was an issue fetching your recent activity: %s": [ + "Houve um problema ao buscar sua atividade recente: %s" + ], + "There was an issue fetching your dashboards: %s": [ + "Houve um problema ao buscar seus painéis: %s" + ], + "There was an issue fetching your chart: %s": [ + "Houve um problema ao buscar seu gráfico: %s" + ], + "There was an issue fetching your saved queries: %s": [ + "Houve um problema ao buscar suas consultas salvas: %s" + ], + "Thumbnails": ["Miniaturas"], + "Recents": ["Recentes"], + "There was an issue previewing the selected query. %s": [ + "Houve um problema ao visualizar a consulta selecionada. %s" + ], + "TABLES": ["TABELAS"], + "Open query in SQL Lab": ["Abrir consulta no SQL Lab"], + "An error occurred while fetching database values: %s": [ + "Ocorreu um erro durante a extração dos valores da base de dados: %s" ], - "by using": ["usando"], - "cannot be empty": ["não pode ser vazio"], - "cardinal": ["cardeal"], - "change": ["mudança"], - "chart": ["gráfico"], - "charts": ["gráficos"], - "choose WHERE or HAVING...": ["escolha WHERE ou HAVING..."], - "clear all filters": ["limpar todos os filtros"], - "click here": ["clique aqui"], - "code ISO 3166-1 alpha-2 (cca2)": ["código ISO 3166-1 alpha-2 (cca2)"], - "code ISO 3166-1 alpha-3 (cca3)": ["código ISO 3166-1 alpha-3 (cca3)"], - "code International Olympic Committee (cioc)": [ - "código Comitê Olímpico Internacional (cioc)" + "An error occurred while fetching user values: %s": [ + "Ocorreu um erro ao buscar os valores do usuário: %s" ], - "column": ["coluna"], - "connecting to %(dbModelName)s.": ["conectando ao %(dbModelName)s."], - "count": ["contagem"], - "create": ["criar"], - "create a new chart": ["criar um novo gráfico"], - "create dataset from SQL query": [ - "criar um conjunto de dados a partir de uma consulta SQL" + "Search by query text": ["Pesquisar consulta"], + "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.": [ + "As senhas dos bancos de dados abaixo são necessárias para importá-los juntamente com as consultas salvas. Observe que as seções \"Secure Extra\" e \"Certificate\" da configuração do banco de dados não estão presentes nos arquivos de exportação e devem ser adicionadas manualmente após a importação, caso sejam necessárias." ], - "css": ["css"], - "css_template": ["css_template"], - "cumsum": ["cumsum"], - "cumulative": ["cumulativo"], - "dashboard": ["painel"], - "dashboards": ["painéis"], - "database": ["banco de dados"], - "dataset": ["dataset"], - "dataset name": ["nome do conjunto de dados"], - "date": ["data"], - "day": ["dia"], - "day of the month": ["dia do mês"], - "day of the week": ["dia da semana"], - "deck.gl 3D Hexagon": ["deck.gl Hexágono 3D"], - "deck.gl Arc": ["deck.gl Arc"], - "deck.gl Geojson": ["deck.gl Geojson"], - "deck.gl Grid": ["deck.gl Grid"], - "deck.gl Multiple Layers": ["deck.gl Múltiplas camadas"], - "deck.gl Path": ["deck.gl Path"], - "deck.gl Polygon": ["deck.gl Polígono"], - "deck.gl Scatterplot": ["deck.gl Gráfico de dispersão"], - "deck.gl Screen Grid": ["deck.gl Grade de tela"], - "deck.gl charts": ["gráficos do deck.gl"], - "deckGL": ["deckGL"], - "default": ["padrão"], - "delete": ["excluir"], - "description": ["descrição"], - "deviation": ["desvio"], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "Query imported": ["Consulta importada"], + "There was an issue previewing the selected query %s": [ + "Houve um problema ao visualizar a consulta selecionada %s" ], - "draft": ["rascunho"], - "dttm": ["dttm"], - "e.g. ********": ["por exemplo ********"], - "e.g. 127.0.0.1": ["por exemplo, 127.0.0.1"], - "e.g. 5432": ["por exemplo, 5432"], - "e.g. AccountAdmin": ["por exemplo , AccountAdmin"], - "e.g. compute_wh": ["por exemplo , compute_wh"], - "e.g. param1=value1¶m2=value2": [ - "por exemplo, param1=value1¶m2=value2" + "Import queries": ["Importar consultas"], + "Link Copied!": ["Link copiado!"], + "There was an issue deleting the selected queries: %s": [ + "Houve um problema ao excluir as consultas selecionadas: %s" ], - "e.g. sql/protocolv1/o/12345": ["por exemplo , sql/protocolv1/o/12345"], - "e.g. world_population": ["por exemplo, world_population"], - "e.g. xy12345.us-east-2.aws": ["por exemplo, xy12345.us-east-2.aws"], - "e.g., a \"user id\" column": ["por exemplo, uma coluna \"user id\""], - "edit mode": ["modo de edição"], - "entries": ["entradas"], - "error dark": [""], - "error_message": ["mensagem de erro"], - "every": ["todos"], - "every day of the month": ["todos os dias do mês"], - "every day of the week": ["todos os dias da semana"], - "every hour": ["a cada hora"], - "every month": ["a cada mês"], - "expand": ["expandir"], - "explore": ["explorar"], - "failed": ["falhou"], - "fetching": ["busca"], - "ffill": ["ffill"], - "flat": ["plano"], - "for more information on how to structure your URI.": [ - "para obter mais informações sobre como estruturar seu URI." + "Edit query": ["Editar consulta"], + "Copy query URL": ["Copiar URL da consulta"], + "Export query": ["Exportar consulta"], + "Delete query": ["Excluir consulta"], + "Are you sure you want to delete the selected queries?": [ + "Tem certeza que deseja remover as consultas selecionadas ?" ], - "function type icon": ["ícone de tipo de função"], - "geohash (square)": ["geohash (quadrado)"], - "heatmap": ["mapa de calor"], - "heatmap: values are normalized across the entire heatmap": [ - "heatmap: os valores são normalizados em todo o heatmap" + "queries": ["consultas"], + "tag": ["marca"], + "Are you sure you want to delete the selected tags?": [ + "Tem certeza de que deseja excluir as tags selecionadas?" ], - "here": ["aqui"], - "hour": ["hora"], - "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 canvas que define como o navegador dimensiona a imagem" + "Image download failed, please refresh and try again.": [ + "Falha no download da imagem, por favor atualizar e tentar novamente." ], - "in": ["em"], - "in modal": ["no modal"], - "is expected to be a number": ["espera-se que seja um número"], - "is expected to be an integer": ["espera-se que seja um inteiro"], - "json isn't valid": ["json não é válido"], - "key a-z": ["chave a-z"], - "key z-a": ["chave z-a"], - "label": ["rótulo"], - "latest partition:": ["partição mais recente:"], - "left": ["esquerda"], - "less than {min} {name}": ["menos que {min} {name}"], - "linear": ["linear"], - "log": ["log"], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "o percentil inferior deve ser maior que 0 e menor que 100. Deve ser menor que o percentil superior." + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Selecione os valores no(s) campo(s) destacado(s) no painel de controle. Em seguida, execute a consulta clicando no botão %s." ], - "max": ["máximo"], - "mean": ["média"], - "median": ["mediana"], - "metric": ["métrica"], - "min": ["min"], - "minute": ["minuto"], - "minute(s)": ["minuto(s)"], - "monotone": ["monótono"], - "month": ["mês"], - "more than {max} {name}": ["mais de {max} {name}"], - "must have a value": ["deve ter um valor"], - "no SQL validator is configured": [ - "nenhum validador SQL está configurado" + "An error occurred while fetching %s info: %s": [ + "Ocorreu um erro ao buscar as informações de %s: %s" ], - "numeric type icon": ["ícone de tipo numérico"], - "nvd3": ["nvd3"], - "on": ["em"], - "or": ["ou"], - "or use existing ones from the panel on the right": [ - "ou use os existentes no painel à direita" + "An error occurred while fetching %ss: %s": [ + "Ocorreu um erro durante a busca de %ss: %s" ], - "orderby column must be populated": [ - "a coluna orderby deve ser preenchida" + "An error occurred while creating %ss: %s": [ + "Ocorreu um erro ao criar %ss: %s" ], - "overall": ["geral"], - "p-value precision": ["precisão do valor-p"], - "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": ["pendente"], - "percentile (exclusive)": ["percentil (exclusivo)"], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "os percentis devem ser uma lista ou tupla com dois valores numéricos, dos quais o primeiro é menor que o segundo valor" + "Please re-export your file and try importing again": [ + "Por favor reexportar seu arquivo e tente importar novamente" ], - "permalink state not found": ["estado do permalink não encontrado"], - "pixelated (Sharp)": ["pixelado (nítido)"], - "previous calendar month": ["mês anterior do calendário"], - "previous calendar week": ["semana anterior do calendário"], - "previous calendar year": ["ano-calendário anterior"], - "published": ["publicado"], - "quarter": ["trimestre"], - "queries": ["consultas"], - "query": ["consulta"], - "random": ["aleatório"], - "reboot": ["reiniciar"], - "recent": ["recente"], - "recents": ["recentes"], - "report": ["relatório"], - "reports": ["relatórios"], - "restore zoom": ["restaurar zoom"], - "right": ["direito"], - "running": ["em execução"], - "saved queries": ["consultas salvas"], - "seconds": ["segundos"], - "series": ["série"], - "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ - "séries: Tratar cada série de forma independente; geral: Todas as séries usam a mesma escala; alteração: Mostrar alterações em comparação com o primeiro ponto de dados em cada série" + "An error occurred while importing %s: %s": [ + "Ocorreu um erro durante a importação de %s: %s" ], - "square": ["quadrado"], - "stack": ["pilha"], - "staggered": ["escalonado"], - "std": ["std"], - "step-after": ["etapa seguinte"], - "step-before": ["passo-anteerior"], - "stopped": ["interrompido"], - "stream": ["fluxo"], - "string type icon": ["ícone do tipo string"], - "success": ["sucesso"], - "sum": ["soma"], - "syntax.": ["sintaxe."], - "tag": ["marca"], - "temporal type icon": ["ícone de tipo temporal"], - "textarea": ["área de texto"], - "to": ["para"], - "top": ["superior"], - "undo": ["desfazer"], - "unknown type icon": ["ícone de tipo desconhecido"], - "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ - "o percentil superior deve ser maior que 0 e menor que 100. Deve ser maior que o percentil inferior." + "There was an error fetching the favorite status: %s": [ + "Houve um erro ao buscar o status de favorito: %s" ], - "use latest_partition template": ["usar o modelo latest_partition"], - "value ascending": ["valor crescente"], - "value descending": ["valor decrescente"], - "var": ["var"], - "variance": ["variação"], - "view instructions": ["exibir instruções"], - "virtual": ["virtual"], - "viz type": ["tipo de visualização"], - "was created": ["foi criado"], - "week": ["semana"], - "week ending Saturday": ["semana que termina no sábado"], - "week starting Sunday": ["semana que começa no domingo"], - "x": ["x"], - "x: values are normalized within each column": [ - "x: os valores são normalizados dentro de cada coluna" + "There was an error saving the favorite status: %s": [ + "Ocorreu um erro ao salvar o status de favorito: %s" ], - "y": ["y"], - "y: values are normalized within each row": [ - "y: os valores são normalizados dentro de cada linha" + "Connection looks good!": ["A conexão parece boa !"], + "ERROR: %s": ["ERRO: %s"], + "There was an error fetching your recent activity:": [ + "Ocorreu um erro ao buscar sua atividade recente:" ], - "year": ["ano"], - "zoom area": ["área de zoom"] + "There was an issue deleting: %s": ["Houve um problema ao excluir: %s"], + "URL": ["URL"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Link do modelo, é possível incluir {{ métrica }} ou outros valores provenientes dos controles." + ], + "Time-series Table": ["Tabela de séries temporais"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Compare rapidamente vários gráficos de séries temporais (como sparklines) e métricas relacionadas." + ], + "We have the following keys: %s": ["Temos as seguintes chaves: %s"] } } } diff --git a/superset/translations/ru/LC_MESSAGES/messages.json b/superset/translations/ru/LC_MESSAGES/messages.json index 8e73f3c43b577..d6eb405b2c422 100644 --- a/superset/translations/ru/LC_MESSAGES/messages.json +++ b/superset/translations/ru/LC_MESSAGES/messages.json @@ -8,5651 +8,5679 @@ "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 ": [ - "\n Фильтр был наследован из контекста дашборда.\n Он не будет сохранен при сохранении графика.\n " + "The datasource is too large to query.": [ + "Источник данных слишком велик для запроса." ], - "\n Error: %(text)s\n ": [ - "\n Ошибка: %(text)s\n " + "The database is under an unusual load.": [ + "Нетипично высокая загрузка базы данных" ], - " (excluded)": [" (исключено)"], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - " Установите прозрачность 0, если вы не хотите переписывать цвет, указанный в GeoJSON" + "The database returned an unexpected error.": [ + "База данных вернула неожиданную ошибку" ], - " a dashboard OR ": [" дашборд или "], - " a new one": [" новый"], - " expression which needs to adhere to the ": [ - ", который должен придерживаться " + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "В SQL-запросе имеется синтаксическая ошибка. Возможно, это орфографическая ошибка или опечатка." ], - " source code of Superset's sandboxed parser": [ - " исходный код sandboxed парсера Суперсета" + "The column was deleted or renamed in the database.": [ + "Столбец был удален или переименован в базе данных." ], - " 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_s\\` или \\`epoch_ms\\`. Если шаблон не указан, будут использованы необязательные значения по умолчанию на уровне имен для каждой базы данных/столбца с помощью дополнительного параметра." + "The table was deleted or renamed in the database.": [ + "Таблица была удалена или переименована в базе данных." ], - " to add calculated columns": [" для добавления вычисляемых столбцов"], - " to add metrics": [" для добавления мер"], - " to edit or add columns and metrics.": [ - " для редактирования или добавления столбцов и мер." + "One or more parameters specified in the query are missing.": [ + "Один или несколько параметров, указанных в запросе, отсутствуют" ], - " to mark a column as a time column": [ - ", чтобы пометить столбец как столбец даты/времени" + "The hostname provided can't be resolved.": [ + "Не удалось обнаружить хост." ], - " to open SQL Lab. From there you can save the query as a dataset.": [ - " в Лаборатории SQL. Там вы сможете сохранить запрос как датасет." + "The port is closed.": ["Порт закрыт."], + "The host might be down, and can't be reached on the provided port.": [ + "Хост возможно, отключен, и с ним невозможно связаться по заданному порту." ], - " to visualize your data.": [" для визуализации ваших данных."], - "!= (Is not equal)": ["!= (не равно)"], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s не может использоваться в качестве источника данных по соображениям безопасности." + "Superset encountered an error while running a command.": [ + "Суперсет столкнулся с ошибкой во время выполнения команды." ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nВозможные причины: \n%(issues)s" + "Superset encountered an unexpected error.": [ + "Суперсет столкнулся с неожиданной ошибкой." ], - "%(name)s.csv": ["%(name)s.csv"], - "%(object)s does not exist in this database.": [ - "%(object)s не существует в этой базе данных." + "The username provided when connecting to a database is not valid.": [ + "Имя пользователя, указанное при подключении к базе данных, недействительно" ], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "%(rows)d rows returned": ["Получено строк: %(rows)d"], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ - "%(subtitle)s\nВозможные причины:\n %(issue)s" + "The password provided when connecting to a database is not valid.": [ + "Неверный пароль для базы данных." ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s не смог проверить ваш запрос.\nПожалуйста, перепроверьте ваш запрос.\nОшибка: %(ex)s" + "Either the username or the password is wrong.": [ + "Неверное имя пользователя или пароль" ], - "%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 Виртуальные)" + "Either the database is spelled incorrectly or does not exist.": [ + "Неверное или несуществующее имя базы данных." ], - "%s Selected (Physical)": ["%s Выбрано (Физические)"], - "%s Selected (Virtual)": ["%s Выбрано (Виртуальные)"], - "%s aggregates(s)": ["Агрегатных функций: %s"], - "%s column(s)": ["Столбцов: %s"], - "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "The schema was deleted or renamed in the database.": [ + "Схема была удалена или переименована в базе данных." ], - "%s operator(s)": ["%s параметр(ы)"], - "%s option(s)": ["%s вариант(ов)"], - "%s saved metric(s)": ["Сохраненная мер: %s"], - "%s updated": ["Обновлено: %s"], - "%s%s": ["%s%s"], - "%s-%s of %s": ["%s-%s из %s"], - "(Removed)": ["(Удалено)"], - "(deleted or invalid type)": ["(удалено или невалидный тип)"], - "(no description, click to see stack trace)": [ - "(нет описания, нажмите для просмотра трассировки стека)" + "User doesn't have the proper permissions.": [ + "У пользователя нет надлежащего доступа." ], - "), and they become available in your SQL (example:": [ - "), и они станут доступны в ваших SQL запросах (пример:" + "One or more parameters needed to configure a database are missing.": [ + "Один или несколько параметров, необходимых для настройки базы данных, отсутствуют" ], - "*%(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|Исследовать в Суперсете>\n\n%(table)s\n" + "The submitted payload has the incorrect format.": [ + "Загруженные данные имеют некорректный формат." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nОшибка: %(text)s\n" + "The submitted payload has the incorrect schema.": [ + "Загруженные данные имеют некорректную схему." ], - "+ %s more": ["+ еще %s"], - ",": [","], - "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ - "-- Примечание: Пока вы не сохраните ваш запрос, эти вкладки НЕ будут сохранены, если вы очистите куки или смените браузер.\n\n" + "Results backend needed for asynchronous queries is not configured.": [ + "Сервер, необходимый для асинхронных запросов, не настроен." ], - ".": ["."], - "0 Selected": ["0 выбрано"], - "1 calendar day frequency": ["Дневная частота"], - "1 day": ["1 день"], - "1 day ago": ["1 день назад"], - "1 hour": ["1 час"], - "1 hourly frequency": ["Часовая частота"], - "1 minute": ["1 минута"], - "1 minutely frequency": ["Минутная частота"], - "1 month end frequency": ["Месячная частота (конец месяца)"], - "1 month start frequency": ["Месячная частота (начало месяца)"], - "1 week": ["1 неделя"], - "1 week ago": ["1 неделя назад"], - "1 week starting Monday (freq=W-MON)": [ - "1 неделя с началом в Понедельник (част=W-MON)" + "Database does not allow data manipulation.": [ + "База данных не позволяет изменять свои данные." ], - "1 week starting Sunday (freq=W-SUN)": [ - "1 неделя с началом в Воскресенье (част=W-SUN)" + "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) не содержит SELECT запрос в конце. Пожалуйста, убедитесь, что ваш запрос имеет SELECT запрос в конце. Затем попробуйте повторно выполнить запрос." ], - "1 year": ["1 год"], - "1 year ago": ["1 год назад"], - "1 year end frequency": ["Годовая частота (конец года)"], - "1 year start frequency": ["Годовая частота (начало года)"], - "10 minute": ["10 минут"], - "104 weeks": ["104 недели"], - "104 weeks ago": ["104 недели назад"], - "15 minute": ["15 минут"], - "156 weeks": ["156 недель"], - "156 weeks ago": ["156 недель назад"], - "1AS": ["1С"], - "1D": ["1Д"], - "1H": ["1Ч"], - "1M": ["1М"], - "1T": ["1МИН"], - "2 years": ["2 года"], - "2 years ago": ["2 года назад"], - "2/98 percentiles": ["2/98 перцентели"], - "28 days": ["28 дней"], - "28 days ago": ["28 дней назад"], - "2D": ["2D карты"], - "3 letter code of the country": ["3х буквенный код страны"], - "3 years": ["3 года"], - "3 years ago": ["3 года назад"], - "30 days": ["30 дней"], - "30 days ago": ["30 дней назад"], - "30 minute": ["30 минут"], - "30 minutes": ["30 минут"], - "30 second": ["30 секунд"], - "30 seconds": ["30 секунд"], - "3D": ["3D карты"], - "4 weeks (freq=4W-MON)": ["4 недели (част=4W-MON)"], - "5 minute": ["5 минут"], - "5 minutes": ["5 минут"], - "5 second": ["5 секунд"], - "5 seconds": ["5 секунд"], - "52 weeks": ["52 недели"], - "52 weeks ago": ["52 недели назад"], - "52 weeks starting Monday (freq=52W-MON)": [ - "52 недели с началом в Понедельник (част=52W-MON)" + "CVAS (create view as select) query has more than one statement.": [ + "CVAS (CREATE VIEW AS SELECT) запрос содержит больше одного запроса." ], - "6 hour": ["6 часов"], - "60 days": ["60 дней"], - "7 calendar day frequency": ["Недельная частота"], - "7 days": ["7 дней"], - "7D": ["7Д"], - "9/91 percentiles": ["9/91 перцентели"], - "90 days": ["90 дней"], - ":": [":"], - "< (Smaller than)": ["< (меньше чем)"], - "<= (Smaller or equal)": ["<= (меньше или равно)"], - "": ["<введите SQL выражение>"], - "": ["<новый столбец>"], - "": ["<новая мера>"], - "": ["<новая пространственная мера>"], - "": ["<без типа>"], - "== (Is equal)": ["== (равно)"], - "> (Larger than)": ["> (больше чем)"], - ">= (Larger or equal)": [">= (больше или равно)"], - "A Big Number": ["Карточка"], - "A comma separated list of columns that should be parsed as dates": [ - "Разделённый запятыми список столбцов, которые должны быть интерпретированы как даты." + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS (CREATE VIEW AS SELECT) запрос не является SELECT запросом." ], - "A comma separated list of columns that should be parsed as dates.": [ - "Разделённый запятыми список столбцов, которые должны быть интерпретированы как даты." + "Query is too complex and takes too long to run.": [ + "Запрос слишком тяжелый для выполнения и займет много времени." ], - "A comma-separated list of schemas that files are allowed to upload to.": [ - "Разделённый запятыми список схем, в которые можно загружать файлы." + "The database is currently running too many queries.": [ + "В настоящий момент база данных обрабатывает слишком много запросов." ], - "A database with the same name already exists.": [ - "База данных с таким же именем уже существует" + "The object does not exist in the given database.": [ + "Объект не существует в этой базе данных." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "" + "The query has a syntax error.": ["Запрос имеет синтаксическую ошибку."], + "The results backend no longer has the data from the query.": [ + "Сервер не сохранил данные из этого запроса." ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Полный URL, указывающий на местоположение плагина (например, ссылка на CDN)" + "The query associated with the results was deleted.": [ + "Запрос, связанный с результатами, был удален." ], - "A handlebars template that is applied to the data": [ - "Шаблон handlebars, примененный к данным" + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Данные, сохраненные на сервере, имели другой формат, и не могут быть распознаны." ], - "A human-friendly name": ["Человекочитаемое имя"], - "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ - "Список доменных имен, которые могут встраивать этот дашборд. Если оставить поле пустым, любой домен сможет сделать встраивание." + "The port number is invalid.": ["Недействительный порт."], + "Failed to start remote query on a worker.": [ + "Не удалось запустить удаленный запрос на сервере." ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Владельцы - это пользователи, которые могут изменять график" + "The database was deleted.": ["База данных была удалена"], + "Custom SQL fields cannot contain sub-queries.": [ + "Пользовательские поля SQL не могут содержать подзапросы." ], - "A map of the world, that can indicate values in different countries.": [ - "Карта мира, на которой могут быть указаны значения в разных странах." + "Invalid certificate": ["Неверный сертификат"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Небезопасный возвращаемый тип для функции %(func)s: %(value_type)s" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "На карте отображаются маркеры переменного радиуса и цвета." + "Unsupported return value for method %(name)s": [ + "Неподдерживаемое значение для метода %(name)s" ], - "A metric to use for color": [ - "Показатель, используемый для расчета цвета" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Небезопасное значение шаблона для ключа %(key)s: %(value_type)s" ], - "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.": [ - "" + "Unsupported template value for key %(key)s": [ + "Неподдерживаемое значение шаблона для ключа %(key)s" ], - "A readable URL for your dashboard": ["Читаемый URL-адрес для дашборда"], - "A reference to the [Time] configuration, taking granularity into account": [ + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "A report named \"%(name)s\" already exists": [ - "Рассылка с именем \"%(name)s\" уже существует" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Только SELECT запросы доступны для этой базы данных." ], - "A reusable dataset will be saved with your chart.": [ - "Переиспользуемый датасет будет сохранен с вашим графиком." + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Запрос был прерван после %(sqllab_timeout)s секунд. Он мог быть слишком сложным, или база данных находилась под большой нагрузкой." ], - "A screenshot of the dashboard will be sent to your email at": [ - "Скриншот дашборда будет отправлен на ваш электронный адрес" + "Results backend is not configured.": ["Results backend не нестроен"], + "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) может быть выполнен в запросе с единственным SELECT запросом. Пожалуйста, убедитесь, что запрос содержит только один SELECT запрос. Затем выполните запрос заново." ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Набор параметров, которые доступны в запросе через шаблонизацию Jinja." + "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) может быть выполнен в запросе с единственным SELECT запросом. Пожалуйста, убедитесь, что запрос содержит только один SELECT запрос. Затем выполните запрос заново." ], - "A time column must be specified when using a Time Comparison.": [ - "Столбец даты/времени должен быть указан при использовании сравнения по времени" + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "Viz is missing a datasource": [ + "У визуализации отсутствует источник данных" ], - "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ - "Диаграмма временного ряда, которая визуализирует, как связанная метрика из нескольких групп изменяется с течением времени. Для каждой группы используется свой цвет." + "Applied rolling window did not return any data. Please make sure the source query satisfies the minimum periods defined in the rolling window.": [ + "Применное скользязее окно не вернуло данных. Убедитесь, что исходный запрос удовлетворяет минимальному количеству периодов скользящего окна." ], - "A timeout occurred while executing the query.": [ - "Вышло время исполнения запроса." + "From date cannot be larger than to date": [ + "Дата начала не может быть позже даты конца" ], - "A timeout occurred while generating a csv.": [ - "Вышло время создания CSV файла." + "Cached value not found": ["Кэшированное значение не найдено"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Столбцы отсутствуют в источнике данных: %(invalid_columns)s" ], - "A timeout occurred while generating a dataframe.": [ - "Вышло время создания датафрейма." + "Pick at least one metric": ["Выберите хотя бы одну меру"], + "When using 'Group By' you are limited to use a single metric": [ + "При использовании 'GROUP BY' вы ограничены использованием одной меры" ], - "A timeout occurred while taking a screenshot.": [ - "Вышло время создания скриншота." + "Calendar Heatmap": ["Календарная тепловая карта"], + "Bubble Chart": ["Пузырьковая диаграмма"], + "Please use 3 different metric labels": [""], + "Pick a metric for x, y and size": ["Выберите меру для x, y и размера"], + "Bullet Chart": ["Диаграмма-шкала"], + "Pick a metric to display": ["Выберите меру для отображения"], + "Time Series - Line Chart": ["Линейная диаграмма (временные ряды)"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "При использовании сравнения времени необходимо указать закрытый временной интервал (как начало, так и конец)." ], - "A valid color scheme is required": [ - "Требуется корректная цветовая схема" + "Time Series - Bar Chart": ["Столбчатая диаграмма (временные ряды)"], + "Time Series - Percent Change": ["Процентное изменение (временные ряды)"], + "Time Series - Stacked": ["Диаграмма с накоплением (временные ряды)"], + "Histogram": ["Гистограмма"], + "Must have at least one numeric column specified": [ + "Должен быть указан хотя бы один числовой столбец" ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "Distribution - Bar Chart": ["Распределение - Столбчатая диаграмма"], + "Can't have overlap between Series and Breakdowns": [""], + "Pick at least one field for [Series]": [""], + "Sankey": ["Санкей"], + "Pick exactly 2 columns as [Source / Target]": [""], + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ "" ], - "APPLY": ["ПРИМЕНИТЬ"], - "APR": ["АПР"], - "AQE": ["Асинхронные запросы"], - "AUG": ["АВГ"], - "AXIS TITLE MARGIN": ["ОТСТУП ЗАГОЛОВКА ОСИ"], - "AXIS TITLE POSITION": ["ПОЛОЖЕНИЕ ЗАГОЛОВКА ОСИ"], - "About": ["О программе"], - "Access": ["Доступ"], - "Access token": ["Токен доступа"], - "Action": ["Действие"], - "Action Log": ["Журнал действий"], - "Actions": ["Действия"], - "Active": ["Активен"], - "Actual Values": ["Фактические значения"], - "Actual time range": ["Фактический временной интервал"], - "Actual value": ["Фактическое значение"], - "Actual values": ["Фактические значения"], - "Adaptive formatting": ["Адаптивное форматирование"], - "Add": ["Добавить"], - "Add Alert": ["Добавить оповещение"], - "Add CSS Template": ["Добавить CSS шаблон"], - "Add CSS template": ["Добавить CSS шаблоны"], - "Add Chart": ["Добавить график"], - "Add Column": ["Добавить столбец"], - "Add Dashboard": ["Добавить дашборд"], - "Add Database": ["Добавить базу данных"], - "Add Log": ["Добавить запись"], - "Add Metric": ["Добавить меру"], - "Add Report": ["Добавить рассылку"], - "Add Tag": [""], - "Add a Plugin": ["Добавить плагин"], - "Add a dataset": ["Добавить датасет"], - "Add a new tab": ["Новая вкладка"], - "Add a new tab to create SQL Query": [ - "Откройте новую вкладку для создания SQL запроса" - ], - "Add additional custom parameters": [ - "Добавление дополнительных пользовательских параметров" + "Directed Force Layout": [""], + "Country Map": ["Карта Стран"], + "World Map": ["Карта Мира"], + "Parallel Coordinates": [""], + "Heatmap": ["Тепловая карта"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "[Долгота] и [Широта] должны быть заданы" ], - "Add an annotation layer": ["Добавить слой аннотации"], - "Add an item": ["Добавить запись"], - "Add and edit filters": ["Добавить и изменить фильтры"], - "Add annotation": ["Добавить аннотацию"], - "Add annotation layer": ["Добавить слой аннотации"], - "Add calculated columns to dataset in \"Edit datasource\" modal": [ - "Добавьте новые вычисляемые столбцы в датасет в настройках датасета" + "Must have a [Group By] column to have 'count' as the [Label]": [""], + "Choice of [Label] must be present in [Group By]": [ + "[Метка] должна присутствовать в [Группировать по]" ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Добавьте новые столбцы формата дата/время в датасет в настройках датасета" + "Choice of [Point Radius] must be present in [Group By]": [ + "[Радиус точки] должен присутствовать в [Группировать по]" ], - "Add color for positive/negative change": [""], - "Add custom scoping": [""], - "Add delivery method": ["Добавить способ оповещения"], - "Add extra connection information.": [ - "Дополнительная информация по подключению" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Столбцы [Долгота] и [Широта] должны присутствовать в [Группировать по]" ], - "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.": [ + "Deck.gl - Multiple Layers": ["Deck.gl - Многослойный"], + "Bad spatial key": ["Неподходящий пространственный ключ"], + "Invalid spatial point encountered: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "Add filters and dividers": ["Добавить фильтры и разделители"], - "Add item": ["Добавить запись"], - "Add metric": ["Добавить меру"], - "Add metrics to dataset in \"Edit datasource\" modal": [ - "Добавьте меры в датасет в настройках датасета" + "Deck.gl - Scatter plot": ["Deck.gl - Точечная диаграмма"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D сетка"], + "Deck.gl - Polygon": ["Deck.gl - Полигон"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Arc": ["Deck.gl - Дуга"], + "Time Series - Paired t-test": ["Парный t-test (временные ряды)"], + "Time Series - Nightingale Rose Chart": [ + "Диаграмма Найтингейл (временные ряды)" ], - "Add new color formatter": ["Добавить цветовое форматирование"], - "Add new formatter": ["Добавить форматирование"], - "Add notification method": ["Добавить способ уведомления"], - "Add required control values to preview chart": [ - "Добавьте обязательные значения для предпросмотра графика" + "Invalid advanced data type: %(advanced_data_type)s": [ + "Невалидный расширенный тип данных: %(advanced_data_type)s" ], - "Add required control values to save chart": [ - "Добавьте обязательные значения для сохранения графика" + "Deleted %(num)d annotation layer": [ + "Удалален %(num)d слой аннотаций", + "Удалалены %(num)d слоя аннотаций", + "Удалалено %(num)d слоев аннотаций" ], - "Add sheet": ["Добавить лист"], - "Add tag to entities": [""], - "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": [ - "Дополнительный текст перед значением, например, единица измерения" + "All Text": ["Весь текст"], + "Deleted %(num)d annotation": [ + "Удалалена %(num)d аннотация", + "Удалалены %(num)d аннотации", + "Удалалено %(num)d аннотаций" ], - "Additive": ["Смешанный"], - "Adjust how this database will interact with SQL Lab.": [ - "Настройка взаимодействия базы данных с Лабораторией SQL" + "Deleted %(num)d chart": [ + "Удален %(num)d график", + "Удалены %(num)d графика", + "Удалено %(num)d графиков" ], - "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.": [ - "Агрегатная функция, применяемая для списка точек в каждом кластере для создания метки кластера." + "Is certified": ["Одобрено"], + "Has created by": ["Создан(а)"], + "Created by me": ["Создано мной"], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": ["Подытог"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`доверительный_интервал` должен быть между 0 и 1 (не включая концы)" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Агрегатная функция, применяемая для сводных таблиц и вычислении суммарных значений." + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "Нижний процентиль должен быть больше 0 и меньше 100. Должен быть ниже верхнего процентиля" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "Aggregation function": ["Функция агрегирования"], - "Alert Triggered, In Grace Period": [ - "Оповещение сработало во время перерыва" - ], - "Alert condition": ["Условие оповещения"], - "Alert condition schedule": ["Расписание условия оповещения"], - "Alert ended grace period.": ["У оповещения закончился перерыв."], - "Alert failed": ["Оповещение не сработало"], - "Alert fired during grace period.": [ - "Оповещение сработало во время перерыва" + "`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": [""], + "Chart has no query context saved. Please save the chart again.": [ + "На графике не сохранен контекст запроса. Пожалуйста, сохраните диаграмму еще раз." ], - "Alert found an error while executing a query.": [ - "Возникла ошибка при выполнении запроса для оповещения." + "Request is incorrect: %(error)s": ["Неверный запрос: %(error)s"], + "Request is not JSON": ["Запрос не является JSON"], + "Empty query result": ["Пустой ответ запроса"], + "Owners are invalid": ["Неверный список владельцев"], + "Some roles do not exist": ["Некоторые роли не существуют"], + "Datasource type is invalid": ["Тип источниках данных неверный"], + "Datasource does not exist": ["Источник данных не существует"], + "Query does not exist": ["Запрос не существует"], + "Annotation layer parameters are invalid.": [ + "Параметры слоя аннотаций недействительны" ], - "Alert name": ["Имя оповещения"], - "Alert on grace period": ["Оповещение во время перерыва"], - "Alert query returned a non-number value.": [ - "Запрос оповещения вернул нечисловое значение." + "Annotation layer could not be created.": [ + "Не удалось создать слой аннотации." ], - "Alert query returned more than one column.": [ - "Запрос оповещения вернул больше, чем один столбец." + "Annotation layer could not be updated.": [ + "Не удалось обновить слой аннотации." ], - "Alert query returned more than one row.": [ - "Запрос оповещения вернул больше, чем одну строку." + "Annotation layer not found.": ["Слой аннотации не найден"], + "Annotation layer has associated annotations.": [ + "Слои аннотаций имеет связанные аннотации" ], - "Alert running": ["Выполняется оповещение"], - "Alert triggered, notification sent": [ - "Сработало оповещение, уведомление отправлено" + "Name must be unique": ["Имя должно быть уникальным"], + "End date must be after start date": [ + "Конечная дата должна быть после начальной" ], - "Alert validator config error.": [ - "Неверная конфигурация валидатора оповещений." + "Short description must be unique for this layer": [ + "Содержимое аннотации должно быть уникальным внутри слоя" ], - "Alerts": ["Оповещения"], - "Alerts & Reports": ["Оповещения и отчеты"], - "Alerts & reports": ["Оповещения и отчеты"], - "Align +/-": ["Выровнять +/-"], - "All": ["Все"], - "All Text": ["Весь текст"], - "All charts": ["Все графики"], - "All charts/global scoping": [""], - "All filters": ["Все фильтры"], - "All panels": ["Все панели"], - "All panels with this column will be affected by this filter": [ - "Фильтр будет применён ко всем панелям с этим столбцом" + "Annotation not found.": ["Аннотация не найдена."], + "Annotation parameters are invalid.": [ + "Параметры аннотации недействительны." ], - "Allow CREATE TABLE AS": ["Разрешить CREATE TABLE AS"], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Разрешить CREATE TABLE AS в Лаборатории SQL" + "Annotation could not be created.": ["Не удалось создать аннотацию"], + "Annotation could not be updated.": ["Не удалось обновить аннотацию"], + "Annotations could not be deleted.": ["Не удалось удалить аннотации."], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Временная строка неоднозначна. Пожалуйста, укажите [%(human_readable)s до] или [%(human_readable)s после]." ], - "Allow CREATE VIEW AS": ["Разрешить CREATE VIEW AS"], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Разрешить CREATE VIEW AS в Лаборатории SQL" + "Cannot parse time string [%(human_readable)s]": [ + "Не удается разобрать временную строку [%(human_readable)s]" ], - "Allow Csv Upload": ["Разрешить загрузку CSV"], - "Allow DML": ["Разрешить DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Неоднозначный временной сдвиг. Пожалуйста, укажите [%(human_readable)s до] или [%(human_readable)s после]." ], - "Allow columns to be rearranged": ["Разрешить смену столбцов местами"], - "Allow creation of new tables based on queries": [ - "Разрешить создание новых таблиц на основе запросов" + "Database does not exist": ["База данных не существует"], + "Dashboards do not exist": ["Дашборды не существуют"], + "Datasource type is required when datasource_id is given": [ + "Тип источника данных обязателен, когда дан идентификатор источника данных (datasource_id)" ], - "Allow creation of new views based on queries": [ - "Разрешить создание новых представлений на основе запросов" + "Chart parameters are invalid.": ["Параметры графика недопустимы."], + "Chart could not be created.": ["Не удалось создать график"], + "Chart could not be updated.": ["Не удалось обновить график"], + "Charts could not be deleted.": ["Не удалось удалить графики."], + "There are associated alerts or reports": [ + "Есть связанные оповещения или отчеты" ], - "Allow data manipulation language": [ - "Разрешить операции вставки, обновления и удаления данных" + "You don't have access to this chart.": [ + "Недостаточно прав для доступа к этому графику." ], - "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.": [ - "Разрешить конечному пользователю перемещать столбцы, удерживая их заголовки. Заметьте, такие изменения будут нейтрализованы при следующем обращении к дашборду." + "Changing this chart is forbidden": ["Запрещено изменять этот график"], + "Import chart failed for an unknown reason": [ + "Не удалось импортировать график по неизвестной причине" ], - "Allow file uploads to database": [ - "Разрешить загрузку файлов в базу данных" + "Error: %(error)s": ["Ошибка: %(error)s"], + "CSS template not found.": ["CSS шаблон не найден."], + "Must be unique": ["Должно быть уникальным"], + "Dashboard parameters are invalid.": ["Неверные параметры дашборда"], + "Dashboard could not be updated.": ["Не удалось обновить дашборд"], + "Dashboard could not be deleted.": ["Не удалось удалить дашборд"], + "Changing this Dashboard is forbidden": [ + "Запрещено изменять этот дашборд" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Разрешить управление базой данных, используя запросы UPDATE, DELETE, CREATE и т.п." + "Import dashboard failed for an unknown reason": [ + "Не удалось импортировать дашборд по неизвестной причине" ], - "Allow node selections": ["Разрешить выбор вершин"], - "Allow sending multiple polygons as a filter event": [""], - "Allow this database to be explored": [ - "Разрешить изучение этой базы данных" + "You don't have access to this dashboard.": [ + "Недостаточно прав для доступа к этому дашборду." ], - "Allow this database to be queried in SQL Lab": [ - "Разрешить запросы к этой базе данных в Лаборатории SQL" + "You don't have access to this embedded dashboard config.": [ + "У вас нет прав на редактирование этого встраиваемого дашборда." ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Разрешить управление базой данных, используя запросы UPDATE, DELETE, CREATE и т.п. в Лаборатории SQL" + "No data in file": ["В файле нет данных"], + "Database parameters are invalid.": [ + "Параметры базы данных недействительны." ], - "Allowed Domains (comma separated)": [ - "Разрешенные домены (разделить запятыми)" + "A database with the same name already exists.": [ + "База данных с таким же именем уже существует" ], - "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.": [ + "Field is required": ["Поле обязательно к заполнению"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "поле не может быть декодировано с помощью JSON. %(json_error)s" + ], + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ "" ], - "Altered": ["Измененено"], - "An Error Occurred": ["Произошла ошибка"], - "An alert named \"%(name)s\" already exists": [ - "Оповещение с именем \"%(name)s\" уже существует" + "Database not found.": ["База данных не найдена."], + "Database could not be created.": ["Не удалось создать базу данных."], + "Database could not be updated.": ["Не удалось обновить базу данных."], + "Connection failed, please check your connection settings": [ + "Сбой подключения, пожалуйста, проверьте настройки вашего подключения" ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "При использовании сравнения времени необходимо указать закрытый временной интервал (как начало, так и конец)." + "Cannot delete a database that has datasets attached": [ + "Невозможно удалить базу данных с подключенными датасетами" ], - "An engine must be specified when passing individual parameters to a database.": [ - "Движок должен быть указан при передаче индивидуальных параметров к базе." + "Database could not be deleted.": ["Не удалось удалить базу данных."], + "Stopped an unsafe database connection": [""], + "Could not load database driver": [ + "Не удалось загрузить драйвер базы данных" ], - "An error has occurred": ["Произошла ошибка"], - "An error occurred": ["Произошла ошибка"], - "An error occurred saving dataset": [ - "Произошла ошибка при сохранении датасета" + "Unexpected error occurred, please check your logs for details": [ + "Возникла неожиданная ошибка, пожалуйста, проверьте историю действий для уточнения деталей" ], - "An error occurred while accessing the value.": [ - "Произошла ошибка при доступе к значению" + "no SQL validator is configured": ["не настроен ни один SQL валидатор"], + "No validator found (configured for the engine)": [ + "Не найден валидатор (сконфигурированный для драйвера)" ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Произошла ошибка при сворачивании схемы. Пожалуйста, свяжитесь с администратором." + "Was unable to check your query": ["Не удалось проверить запрос"], + "An unexpected error occurred": ["Произошла неожиданная ошибка"], + "Import database failed for an unknown reason": [ + "Не удалось импортировать базу данных по неизвестной причине" ], - "An error occurred while creating %ss: %s": [ - "Произошла ошибка при создании %sов: %s" + "Could not load database driver: {}": [ + "Не удалось загрузить драйвер базы данных: {}" ], - "An error occurred while creating the data source": [ - "Произошла ошибка при создании источника данных" + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Не удается настроить драйвер \"%(engine)s\" при данных параметрах." ], - "An error occurred while creating the value.": [ - "Произошла ошибка при создании значения" + "Database is offline.": ["База данных сейчас оффлайн."], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s не смог проверить ваш запрос.\nПожалуйста, перепроверьте ваш запрос.\nОшибка: %(ex)s" ], - "An error occurred while deleting the value.": [ - "Произошла ошибка при удалении значения" + "SSH Tunnel could not be deleted.": ["Не удалось удалить SSH туннель."], + "SSH Tunnel not found.": ["SSH туннель не найден."], + "SSH Tunnel parameters are invalid.": [ + "Параметры SSH туннеля недопустимы." ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Произошла ошибка при разворачивании схемы. Пожалуйста, свяжитесь с администратором." + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": ["Не удалось обновить SSH туннель."], + "Creating SSH Tunnel failed for an unknown reason": [ + "Не удалось создать SSH туннель по неизвестной причине" ], - "An error occurred while fetching %s info: %s": [ - "Произошла ошибка при получении информации о %s: %s" + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "The database was not found.": ["Не удалось найти базу данных"], + "Dataset %(name)s already exists": ["Датасет %(name)s уже существует"], + "Database not allowed to change": [ + "База данных недоступна для изменений" ], - "An error occurred while fetching %ss: %s": [ - "Произошла ошибка при получении: %s: %s" + "One or more columns do not exist": [ + "Один или несколько столбцов не существуют" ], - "An error occurred while fetching available CSS templates": [ - "Произошла ошибка при получении доступных CSS-шаблонов" + "One or more columns are duplicated": [ + "Один или несколько столбцов дублируются" ], - "An error occurred while fetching chart owners values: %s": [ - "Произошла ошибка при получении владельцев графика: %s" + "One or more columns already exist": [ + "Один или несколько столбцов уже существуют" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Произошла ошибка при получении владельца дашборда: %s" + "One or more metrics do not exist": [ + "Одна или несколько мер не существуют" ], - "An error occurred while fetching dashboards": [ - "Произошла ошибка при получении дашбордов" + "One or more metrics are duplicated": [ + "Одна или несколько мер дублируются" ], - "An error occurred while fetching dashboards: %s": [ - "Произошла ошибка при получении дашбордов: %s" + "One or more metrics already exist": [ + "Одна или несколько мер уже существуют" ], - "An error occurred while fetching database related data: %s": [ - "Произошла ошибка при получении данных о базе данных: %s" + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Не удается найти таблицу \"%(table_name)s\", пожалуйста, проверьте ваше соединение с базой данных, схему и имя таблицы" ], - "An error occurred while fetching database values: %s": [ - "Произошла ошибка при получении значений базы данных: %s" + "Dataset does not exist": ["Датасет не существует"], + "Dataset parameters are invalid.": ["Параметры датасета неверны."], + "Dataset could not be created.": ["Не удалось создать датасет"], + "Dataset could not be updated.": ["Не удалось обновить датасет"], + "Samples for dataset could not be retrieved.": [ + "Не удалось получить примеры записей датасета." ], - "An error occurred while fetching dataset datasource values: %s": [ - "Произошла ошибка при получении значений датасета: %s" + "Changing this dataset is forbidden": ["Запрещено изменять этот датасет"], + "Import dataset failed for an unknown reason": [ + "Не удалось импортировать датасет по неизвестной причине" ], - "An error occurred while fetching dataset owner values: %s": [ - "Произошла ошибка при получении владельца датасета: %s" + "You don't have access to this dataset.": [ + "Недостаточно прав для доступа к этому датасету." ], - "An error occurred while fetching dataset related data": [ - "Произошла ошибка при получении метаданных датасета" + "Dataset could not be duplicated.": ["Датасет не может быть дублирован."], + "Data URI is not allowed.": [""], + "Dataset column not found.": ["Столбец датасета не найден"], + "Dataset column delete failed.": ["Не удалось удалить столбец датасета"], + "Changing this dataset is forbidden.": [ + "Запрещено изменять этот датасет" ], - "An error occurred while fetching dataset related data: %s": [ - "Произошла ошибка при получении данных о датасете: %s" + "Dataset metric not found.": ["Мера датасета не найдена."], + "Dataset metric delete failed.": ["Не удалось удалить меру датасета."], + "Form data not found in cache, reverting to chart metadata.": [ + "Данные формы не найдены в кэше, возвращение к метаданным графика." ], - "An error occurred while fetching datasets: %s": [ - "Произошла ошибка при получении датасетов: %s" + "Form data not found in cache, reverting to dataset metadata.": [ + "Данные формы не найдены в кэше, возвращение к метаданным датасета." ], - "An error occurred while fetching function names.": [ - "Произошла ошибка при получении имен функций" + "[Missing Dataset]": ["[отсутствующий датасет]"], + "Saved queries could not be deleted.": [ + "Не удалось удалить сохраненные запросы." ], - "An error occurred while fetching owners values: %s": [ - "Произошла ошибка при получении владельцев графика: %s" + "Saved query not found.": ["Сохраненный запрос не найден."], + "Import saved query failed for an unknown reason.": [ + "Не удалось импортировать сохраненный запрос по неизвестной причине" ], - "An error occurred while fetching schema values: %s": [ - "Произошла ошибка при извлечении значений схемы: %s" + "Saved query parameters are invalid.": [ + "Сохраненные параметры запроса недопустимы." ], - "An error occurred while fetching tab state": [ - "Произошла ошибка при получении данных вкладки" + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": ["Дашборд не существует"], + "Chart does not exist": ["График не существует"], + "Database is required for alerts": [ + "Для оповещений требуется база данных" ], - "An error occurred while fetching table metadata": [ - "Произошла ошибка при получении метаданных из таблицы" + "Type is required": ["Поле обязательно"], + "Choose a chart or dashboard not both": [ + "Выберите график или дашборд, не обоих" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Произошла ошибка при получении метаданных таблицы. Пожалуйста, свяжитесь с администратором." + "Must choose either a chart or a dashboard": [ + "Выберите график или дашборд" ], - "An error occurred while fetching user values: %s": [ - "Произошла ошибка при извлечении пользовательских значений: %s" + "Please save your chart first, then try creating a new email report.": [ + "Пожалуйста, сначала сохраните график перед тем, как создавать новую рассылку." ], - "An error occurred while importing %s: %s": [ - "Произошла ошибка при попытке импортировать %s: %s" + "Please save your dashboard first, then try creating a new email report.": [ + "Пожалуйста, сначала сохраните дашборд перед тем, как создавать новую рассылку." ], - "An error occurred while loading the SQL": [ - "Произошла ошибка при загрузке SQL" + "Report Schedule parameters are invalid.": [ + "Параметры расписания отчета неверны." ], - "An error occurred while opening Explore": [ - "Произошла ошибка при открытии режима исследования" + "Report Schedule could not be created.": [ + "Невозможно удалить расписание отчета." ], - "An error occurred while parsing the key.": [ - "Произошла ошибка при парсинге ключа." + "Report Schedule could not be updated.": [ + "Невозможно обновить расписание отчета" ], - "An error occurred while pruning logs ": [ - "Произошла ошибка при удалении журналов " + "Report Schedule not found.": ["Расписание отчета не найдено"], + "Report Schedule delete failed.": [ + "Ошибка при удалении расписания отчета." ], - "An error occurred while removing query. Please contact your administrator.": [ - "Произошла ошибка при удалении запроса. Пожалуйста, свяжитесь с администратором." + "Report Schedule log prune failed.": [""], + "Report Schedule execution failed when generating a screenshot.": [ + "Возникла ошибка при создании скриншота для отправки отчета" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Произошла ошибка при удалении вкладки. Пожалуйста, свяжитесь с администратором." + "Report Schedule execution failed when generating a csv.": [ + "Возникла ошибка при создании csv для отправки отчета" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Произошла ошибка при удалении схемы. Пожалуйста, свяжитесь с администратором." + "Report Schedule execution failed when generating a dataframe.": [ + "Возникла ошибка при создании датафрейма для отправки отчета" ], - "An error occurred while rendering the visualization: %s": [ - "Произошла ошибка при построении графика: %s" + "Report Schedule execution got an unexpected error.": [ + "Возникла неожиданная ошибка при отправке отчета" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Произошла ошибка при установке активной вкладки. Пожалуйста, свяжитесь с администратором." + "Report Schedule is still working, refusing to re-compute.": [ + "Планировщик отчетов все еще работает, не имея возможности отправить отчет" ], - "An error occurred while starring this chart": [ - "Произошла ошибка при добавлении графика в избранное" + "Report Schedule reached a working timeout.": [ + "Достигнут таймаут для отчета" ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Произошла ошибка при сохранении запроса на сервере. Чтобы сохранить изменения, пожалуйста, сохраните ваш запрос через кнопку \"Сохранить как\"." + "A report named \"%(name)s\" already exists": [ + "Рассылка с именем \"%(name)s\" уже существует" ], - "An error occurred while updating the value.": [ - "Произошла ошибка при обновлении значения" + "An alert named \"%(name)s\" already exists": [ + "Оповещение с именем \"%(name)s\" уже существует" ], - "An error occurred while upserting the value.": [ - "Произошла ошибка при вставке значения." + "Resource already has an attached report.": [ + "Для этого компонента уже создан отчет." ], - "An unexpected error occurred": ["Произошла неожиданная ошибка"], - "Anchor to": ["Привязать к"], - "Angle at which to end progress axis": [ - "Угол, под которым заканчивается ось прогресса" + "Alert query returned more than one row.": [ + "Запрос оповещения вернул больше, чем одну строку." ], - "Angle at which to start progress axis": [ - "Угол, с которого начинается ось прогресса" + "Alert validator config error.": [ + "Неверная конфигурация валидатора оповещений." ], - "Animation": ["Анимация"], - "Annotation": ["Аннотация"], - "Annotation Layer %s": ["Слой аннотаций %s"], - "Annotation Layers": ["Слои аннотаций"], - "Annotation Slice Configuration": ["Настройки аннотации из графика"], - "Annotation could not be created.": ["Не удалось создать аннотацию"], - "Annotation could not be updated.": ["Не удалось обновить аннотацию"], - "Annotation layer": ["Слой аннотаций"], - "Annotation layer could not be created.": [ - "Не удалось создать слой аннотации." + "Alert query returned more than one column.": [ + "Запрос оповещения вернул больше, чем один столбец." ], - "Annotation layer could not be updated.": [ - "Не удалось обновить слой аннотации." + "Alert query returned a non-number value.": [ + "Запрос оповещения вернул нечисловое значение." ], - "Annotation layer description columns": [ - "Описательные столбцы слоя аннотаций." + "Alert found an error while executing a query.": [ + "Возникла ошибка при выполнении запроса для оповещения." ], - "Annotation layer has associated annotations.": [ - "Слои аннотаций имеет связанные аннотации" + "A timeout occurred while executing the query.": [ + "Вышло время исполнения запроса." ], - "Annotation layer interval end": ["Конечный интервал слоя аннотации"], - "Annotation layer name": ["Имя слоя аннотаций"], - "Annotation layer not found.": ["Слой аннотации не найден"], - "Annotation layer opacity": ["Непрозрачность слоя аннотации"], - "Annotation layer parameters are invalid.": [ - "Параметры слоя аннотаций недействительны" + "A timeout occurred while taking a screenshot.": [ + "Вышло время создания скриншота." ], - "Annotation layer stroke": ["Штрих слоя аннотации"], - "Annotation layer type": ["Тип слоя аннотации"], - "Annotation layer value": ["Значение слоя аннотации"], - "Annotation layers": ["Слои аннотаций"], - "Annotation layers are still loading.": ["Слои аннотаций загружаются."], - "Annotation not found.": ["Аннотация не найдена."], - "Annotation parameters are invalid.": [ - "Параметры аннотации недействительны." + "A timeout occurred while generating a csv.": [ + "Вышло время создания CSV файла." ], - "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.": [ - "Любые дополнительные сведения для всплывающей подсказки" + "A timeout occurred while generating a dataframe.": [ + "Вышло время создания датафрейма." ], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Любая палитра, выбранная здесь, будет перезаписывать цвета, применённые к отдельным графикам этого дашборда" + "Alert fired during grace period.": [ + "Оповещение сработало во время перерыва" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть добавлены. " + "Alert ended grace period.": ["У оповещения закончился перерыв."], + "Alert on grace period": ["Оповещение во время перерыва"], + "Report Schedule state not found": [ + "Состояние расписания отчета не найдено" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть добавлены. Узнайте больше о том, как подключить драйвер базы данных " + "Report schedule system error": [ + "Возникла ошибка расписания отчета на стороне системы" ], - "Append": ["Добавить"], - "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.": [ - "Применное скользязее окно не вернуло данных. Убедитесь, что исходный запрос удовлетворяет минимальному количеству периодов скользящего окна." + "Report schedule client error": [ + "Возникла ошибка расписания отчета на стороне клиента" ], - "Apply": ["Применить"], - "Apply conditional color formatting to metrics": [ - "Применить условное цветовое форматирование к мерам" + "Report schedule unexpected error": [ + "Неожиданная ошибка расписания отчета" ], - "Apply conditional color formatting to numeric columns": [ - "Применить условное цветовое форматирование к столбцам" + "Changing this report is forbidden": ["Запрещено изменять эту рассылку"], + "An error occurred while pruning logs ": [ + "Произошла ошибка при удалении журналов " ], - "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?": [ - "Вы уверены, что хотите перезаписать эти значения?" + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "База данных, указанная в этом запросе, не найдена. Пожалуйста, обратитесь к своему администратору или попробуйте еще раз." ], - "Are you sure you want to cancel?": ["Вы уверены, что хотите отменить?"], - "Are you sure you want to delete": ["Вы уверены, что хотите удалить"], - "Are you sure you want to delete %s?": [ - "Вы уверены, что хотите удалить %s?" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "" ], - "Are you sure you want to delete the selected %s?": [ - "Вы уверены, что хотите удалить выбранные %s?" + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Не найдены сохраненные результаты на сервере, необходимо повторно выполнить запрос." ], - "Are you sure you want to delete the selected annotations?": [ - "Вы уверены, что хотите удалить выбранные аннотации?" + "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.": [ + "Не удалось распознать данные с сервера . Формат хранилища мог измениться, что привело к потере старых данных. Вам нужно повторно запустить исходный запрос." ], - "Are you sure you want to delete the selected charts?": [ - "Вы уверены, что хотите удалить выбранные графики?" + "An error occurred while creating the value.": [ + "Произошла ошибка при создании значения" ], - "Are you sure you want to delete the selected dashboards?": [ - "Вы уверены, что хотите удалить выбранные дашборды?" + "An error occurred while accessing the value.": [ + "Произошла ошибка при доступе к значению" ], - "Are you sure you want to delete the selected datasets?": [ - "Вы уверены, что хотите удалить выбранные датасеты?" + "An error occurred while deleting the value.": [ + "Произошла ошибка при удалении значения" ], - "Are you sure you want to delete the selected layers?": [ - "Вы уверены, что хотите удалить выбранные слои?" + "An error occurred while updating the value.": [ + "Произошла ошибка при обновлении значения" ], - "Are you sure you want to delete the selected queries?": [ - "Вы уверены, что хотите удалить выбранные запросы?" + "You don't have permission to modify the value.": [ + "Недостаточно прав для редактирования этого значения." ], - "Are you sure you want to delete the selected templates?": [ - "Вы уверены, что хотите удалить выбранные шаблоны?" + "Resource was not found.": ["Источник не был найден."], + "Invalid result type: %(result_type)s": [ + "Недопустимый тип ответа: %(result_type)s" ], - "Are you sure you want to overwrite this dataset?": [ - "Вы уверены, что хотите перезаписать этот датасет?" + "Columns missing in dataset: %(invalid_columns)s": [ + "Столбцы отсутствуют в датасете: %(invalid_columns)s" ], - "Are you sure you want to proceed?": [ - "Вы уверены, что хотите продолжить?" + "A time column must be specified when using a Time Comparison.": [ + "Столбец даты/времени должен быть указан при использовании сравнения по времени" ], - "Are you sure you want to save and apply changes?": [ - "Вы уверены, что хотите сохранить и применить изменения?" + "The chart does not exist": ["График не существует"], + "The chart datasource does not exist": [ + "Источник данных графика не существует" ], - "Area Chart": ["Диаграмма с областями"], - "Time-series 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.": [ - "Диаграммы с областями похожи на линейные диаграммы в том смысле, что они отображают показатели с одинаковым масштабом, но диаграммы областей накладывают эти показатели друг на друга." + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Повторяющиеся метки столбцов/мер: %(labels)s. Пожалуйста, убедитесь, что все столбцы и меры имеют уникальную метку." ], - "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": ["Среднее"], - "Axis": ["Ось"], - "Axis Bounds": ["Границы оси"], - "Axis Format": ["Формат Оси"], - "Axis Title": ["Название оси"], - "Axis ascending": ["Ось по возрастанию"], - "Axis descending": ["Ось по убыванию"], - "BOOLEAN": ["Булевый (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.": [ - "Столбчатые диаграммы используются для отображения показателей в виде серии столбцов." + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "" ], - "Bar Values": ["Значения столбцов"], - "Bar orientation": ["Направление столбцов"], - "Base layer map style. See Mapbox documentation: %s": [""], - "Based on a metric": ["На основе меры"], - "Based on granularity, number of time periods to compare against": [ - "Основываясь на группировке времени, количество периодов времени для сравнения" + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [ + "Неподдерживаемая операция постобработки: %(operation)s" ], - "Based on what should series be ordered on the chart and legend": [""], - "Basic": ["Базовая настройка"], - "Basic information": ["Основная информация"], - "Batch editing %d filters:": [ - "Множественное редактирование фильтров: %d" + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Ошибка в jinja выражении в предикате выборки значений: %(msg)s" ], - "Battery level over time": ["Уровень заряда батареи с течением времени"], - "Be careful.": ["Будьте осторожны."], - "Before": ["До"], - "Big Number": ["Карточка"], - "Big Number Font Size": ["Размер шрифта числа"], - "Big Number with Time Period Comparison": [""], - "Big Number with Trendline": ["Карточка с трендовой линией"], - "Bottom": ["Снизу"], - "Bottom Margin": ["Нижний отступ"], - "Bottom left": ["Снизу слева"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Нижний отступ (в пикселях), дает больше пространства меткам оси" + "Virtual dataset query must be read-only": [ + "Запрос виртуального датасета должен быть доступен только для чтения" ], - "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.": [ - "Границы для оси Y. Если оставить поле пустым, границы динамически определяются на основе минимального/максимального значения данных. Обратите внимание, что эта функция только расширит диапазон осей. Она не изменит размер графика." + "Error in jinja expression in RLS filters: %(msg)s": [ + "Ошибка в jinja выражении в RLS фильтрах: %(msg)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.": [ - "Границы для оси. Если оставить поле пустым, границы динамически определяются на основе минимального/максимального значения данных. Обратите внимание, что эта функция только расширит диапазон осей. Она не изменит размер графика." + "Metric '%(metric)s' does not exist": ["Мера '%(metric)s' не существует"], + "Db engine did not return all queried columns": [ + "драйвер базы данных вернул не все запрошенные столбцы" ], - "Box Plot": ["Ящик с усами"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "Virtual dataset query cannot be empty": [ + "Запрос виртуального датасета не может быть пустым" ], - "Bubble Chart": ["Пузырьковая диаграмма"], - "Bubble Color": ["Цвет пузыря"], - "Bubble Size": ["Размер пузыря"], - "Bubble size": ["Размер маркера"], - "Bucket break points": [""], - "Build": ["Сборка"], - "Bulk select": ["Множественный выбор"], - "Bulk tag": [""], - "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 значений фильтра и вы хотите включить динамический поиск, который загружает значения по мере их ввода пользователем (может увеличить нагрузку на вашу базу данных)." + "Only `SELECT` statements are allowed": [ + "Доступны только SELECT запросы" ], - "By key: use column names as sorting key": [ - "По ключу: использовать имена столбцов как ключ сортировки" + "Only single queries supported": [ + "Поддерживаются только одиночные запросы" ], - "By key: use row names as sorting key": [ - "По ключу: использовать имена строк как ключ сортировки" + "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": [ + "" ], - "By value: use metric values as sorting key": [ - "По значению: использовать значения мер как ключ сортировки" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "" ], - "CANCEL": ["ОТМЕНА"], - "CREATE DATASET": ["СОЗДАТЬ ДАТАСЕТ"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "CREATE VIEW statement": ["Выражение CREATE VIEW"], - "CRON Schedule": ["CRON расписание"], - "CRON expression": ["CRON выражение"], - "CSS": ["CSS"], - "CSS Styles": ["CSS стили"], - "CSS Templates": ["CSS шаблоны"], - "CSS applied to the chart": ["CSS, примененный к графику"], - "CSS template": ["CSS шаблон"], - "CSS template not found.": ["CSS шаблон не найден."], - "CSS templates": ["CSS шаблоны"], - "CSV Upload": ["Загрузка CSV"], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "CSV файл \"%(csv_filename)s\" загружен в таблицу \"%(table_name)s\" в базе данных \"%(db_name)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.": [ + "" ], - "CSV to Database configuration": [ - "Конфигурация CSV файла для импорта в базу данных" + "Column": ["Столбец"], + "Verbose Name": ["Удобочитаемое имя"], + "Description": ["Описание"], + "Groupable": ["Группируемый"], + "Filterable": ["Фильтруемый"], + "Table": ["Таблица"], + "Expression": ["Выражение"], + "Is temporal": ["Содержит дату/время"], + "Datetime Format": ["Формат даты и времени"], + "Type": ["Тип"], + "Business Data Type": ["Тип данных бизнеса"], + "Invalid date/timestamp format": ["Недопустимый формат дата/время"], + "Metrics": ["Меры"], + "Show Metric": ["Показатель меру"], + "Add Metric": ["Добавить меру"], + "Edit Metric": ["Редактировать меру"], + "Metric": ["Мера"], + "SQL Expression": ["SQL выражение"], + "D3 Format": ["Формат даты/времени"], + "Extra": ["Дополнительные параметры"], + "Warning Message": ["Предупреждение"], + "Tables": ["Таблицы"], + "Show Table": ["Показать таблицу"], + "Import a table definition": [""], + "Edit Table": ["Редактировать таблицу"], + "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'": [ + "" ], - "CSV upload": ["Загрузка CSV"], - "CTAS & CVAS 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.": [ - "CTAS (CREATE TABLE AS SELECT) может быть выполнен в запросе с единственным SELECT запросом. Пожалуйста, убедитесь, что запрос содержит только один SELECT запрос. Затем выполните запрос заново." + "Timezone offset (in hours) for this datasource": [ + "Смещение часового пояса (в часах) для этого источника данных" ], - "CTAS 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) может быть выполнен в запросе с единственным SELECT запросом. Пожалуйста, убедитесь, что запрос содержит только один SELECT запрос. Затем выполните запрос заново." + "Name of the table that exists in the source database": [ + "Имя таблицы, которая существует в базе данных" ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS (CREATE VIEW AS SELECT) запрос содержит больше одного запроса." + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "" ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS (CREATE VIEW AS SELECT) запрос не является SELECT запросом." + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "" ], - "Cache Timeout": ["Время жизни кэша"], - "Cache Timeout (seconds)": ["Время жизни кэша (секунды)"], - "Cache timeout": ["Время жизни кэша"], - "Cached": ["Добавлено в кэш"], - "Cached %s": ["Добавлено в кэш %s"], - "Cached value not found": ["Кэшированное значение не найдено"], - "Calculate contribution per series or row": [ - "Вычислить вклад в общую сумму (долю) по категории или строке. Установливает формат показателя в проценты" + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "" ], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "Для вычисляемого столбца [%s] требуется выражение" + "Redirects to this endpoint when clicking on the table from the table list": [ + "" ], - "Calculated columns": ["Вычисляемые столбцы"], - "Calculation type": ["Тип расчёта"], - "Calendar Heatmap": ["Календарная тепловая карта"], - "Can not move top level tab into nested tabs": [ - "Невозможно перенести вкладку верхнего уровня во вложенную вкладку" + "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": [ + "" ], - "Can select multiple values": ["Можно выбрать несколько значений"], - "Can't have overlap between Series and Breakdowns": [""], - "Cancel": ["Отмена"], - "Cancel query on window unload event": [ - "Отменять запрос при закрытии вкладки" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "" ], - "Cannot access the query": [""], - "Cannot delete a database that has datasets attached": [ - "Невозможно удалить базу данных с подключенными датасетами" + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Набор параметров, которые доступны в запросе через шаблонизацию Jinja." ], - "Cannot have multiple credentials for the SSH Tunnel": [""], - "Cannot load filter": ["Невозможно загрузить фильтр"], - "Cannot parse time string [%(human_readable)s]": [ - "Не удается разобрать временную строку [%(human_readable)s]" + "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.": [ + "Продолжительность (в секундах) таймаута кэша для этой таблицы. Обратите внимание, что если значение не задано, применяется значение базы данных." ], - "Categorical": ["Категориальный"], - "Categorical Color": ["Цвет категории"], - "Categories to group by on the x-axis.": [ - "Категории для группировки по оси x" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "Category": ["Категория"], - "Category Name": ["Имя категории"], - "Category and Percentage": ["Категория и процентная доля"], - "Category and Value": ["Категория и значение"], - "Category of target nodes": ["Категория целевых вершин"], - "Category, Value and Percentage": [ - "Категория, значение и процентная доля" + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "Cell Padding": ["Расстояние между ячейками"], - "Cell Radius": ["Радиус ячейки"], - "Cell Size": ["Размер ячейки"], - "Cell bars": ["Гистограммы в ячейках"], - "Cell content": ["Содержимое ячейки"], - "Cell limit": ["Лимит ячеек"], - "Centroid (Longitude and Latitude): ": ["Центроид (Долгота и Широта): "], - "Certification": ["Утверждение"], - "Certification details": ["Детали утверждения"], - "Certified": ["Утверждено"], - "Certified By": ["Кем утверждено"], - "Certified by": ["Кем утверждено"], - "Certified by %s": ["Утверждено: %s"], - "Change order of columns.": ["Сменить порядок столбцов."], - "Change order of rows.": ["Сменить порядок строк."], + "Associated Charts": ["Связанные графики"], "Changed By": ["Кем изменено"], - "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": [ - "Символ десятичного разделителя" + "Database": ["База данных"], + "Last Changed": ["Дата изменения"], + "Schema": ["Схема"], + "Default Endpoint": ["Эндпоинт по умолчанию"], + "Offset": ["Смещение"], + "Cache Timeout": ["Время жизни кэша"], + "Table Name": ["Имя таблицы"], + "Fetch Values Predicate": [""], + "Owners": ["Владельцы"], + "Main Datetime Column": ["Основной столбец с временем"], + "SQL Lab View": [""], + "Template parameters": ["Параметры шаблона"], + "Modified": ["Изменено"], + "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.": [ + "" ], - "Character to interpret as decimal point.": [ - "Символ десятичного разделителя" + "Deleted %(num)d css template": [ + "Удален %(num)d CSS шаблон", + "Удалены %(num)d CSS шаблона", + "Удалено %(num)d CSS шаблонов" ], - "Chart": ["График"], - "Chart %(id)s not found": ["График %(id)s не найден"], - "Chart Cache Timeout": ["Время жизни кэша графика"], - "Chart Data: %s": ["Данные графика: %s"], - "Chart ID": ["ID графика"], - "Chart Options": ["Свойства графика"], - "Chart Orientation": ["Ориентация графика"], - "Chart Title": ["Название графика"], - "Chart [%s] has been overwritten": ["График [%s] перезаписан"], - "Chart [%s] has been saved": ["График [%s] сохранен"], - "Chart [%s] was added to dashboard [%s]": [ - "График [%s] добавлен в дашборд [%s]" + "Dataset schema is invalid, caused by: %(error)s": [ + "Схема датасета невалидна, причина: %(error)s" ], - "Chart [{}] has been overwritten": ["График [{}] перезаписан"], - "Chart [{}] has been saved": ["График [{}] сохранен"], - "Chart [{}] was added to dashboard [{}]": [ - "График [{}] добавлен в дашборд [{}]" + "Deleted %(num)d dashboard": [ + "Удален %(num)d дашборд", + "Удалены %(num)d дашборда", + "Удалено %(num)d дашбордов" ], - "Chart cache timeout": ["Время жизни кэша графика"], - "Chart changes": ["Изменения графика"], - "Chart could not be created.": ["Не удалось создать график"], - "Chart could not be updated.": ["Не удалось обновить график"], - "Chart does not exist": ["График не существует"], - "Chart has no query context saved. Please save the chart again.": [ - "На графике не сохранен контекст запроса. Пожалуйста, сохраните диаграмму еще раз." + "Title or Slug": ["Название или читаемый URL"], + "Role": ["Роль"], + "Invalid state.": [""], + "Table name undefined": ["Имя таблицы не определено"], + "Upload Enabled": ["Загрузка включена"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Недопустимая строка для подключения, валидная строка соответствует шаблону: драйвер://имя-пользователя:пароль@хост/имя-базы-данных" ], - "Chart height": ["Высота графика"], - "Chart imported": ["График импортирован"], - "Chart name": ["Имя графика"], - "Chart options": ["Свойства графика"], - "Chart parameters are invalid.": ["Параметры графика недопустимы."], - "Chart properties updated": ["Свойства графика обновлены"], - "Chart title": ["Название графика"], - "Chart type requires a dataset": [ - "Для данного типа графика необходим датасет" + "Field cannot be decoded by JSON. %(msg)s": [ + "Поле не может быть декодировано с помощью JSON. %(msg)s" ], - "Chart width": ["Ширина графика"], - "Charts": ["Графики"], - "Charts could not be deleted.": ["Не удалось удалить графики."], - "Check for sorting ascending": ["Выберит для сортировки по возрастанию"], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Check out this chart in dashboard:": [ - "Посмотреть этот график в дашборде:" - ], - "Check out this chart: ": ["Посмотреть график: "], - "Check out this dashboard: ": ["Посмотреть дашборд: "], - "Check to force date partitions to have the same height": [""], - "Child label position": ["Положение метки дочернего элемента"], - "Choice of [Label] must be present in [Group By]": [ - "[Метка] должна присутствовать в [Группировать по]" + "An engine must be specified when passing individual parameters to a database.": [ + "Движок должен быть указан при передаче индивидуальных параметров к базе." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "[Радиус точки] должен присутствовать в [Группировать по]" + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "" ], - "Choose File": ["Выберите файл"], - "Choose a chart or dashboard not both": [ - "Выберите график или дашборд, не обоих" + "Deleted %(num)d dataset": [ + "Удален %(num)d датасет", + "Удалены %(num)d датасета", + "Удалено %(num)d датасетов" ], - "Choose a database...": ["Выберите базу данных..."], - "Choose a dataset": ["Выберите датасет"], - "Choose a metric for right axis": ["Выберите меру для правой оси"], - "Choose a number format": ["Выберите числовой формат"], - "Choose a source": ["Выберите источник"], - "Choose a source and a target": ["Выберите источник и цель"], - "Choose a target": ["Выберите цель"], - "Choose chart type": ["Выберите тип графика"], - "Choose one of the available databases from the panel on the left.": [ - "Выберите одну из доступных баз данных из панели слева." + "Null or Empty": ["Null или Пусто"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Пожалуйста, проверьте ваш запрос на синтаксические ошибки возле символа \"%(syntax_error)s\". Затем выполните запрос заново." ], - "Choose the annotation layer type": ["Выбрать тип слоя аннотации"], - "Choose the format for legend values": [ - "Выберите формат значений легенды" + "Second": ["Секунда"], + "5 second": ["5 секунд"], + "30 second": ["30 секунд"], + "Minute": ["Минута"], + "5 minute": ["5 минут"], + "10 minute": ["10 минут"], + "15 minute": ["15 минут"], + "30 minute": ["30 минут"], + "Hour": ["Час"], + "6 hour": ["6 часов"], + "Day": ["День"], + "Week": ["Неделя"], + "Month": ["Месяц"], + "Quarter": ["Квартал"], + "Year": ["Год"], + "Week starting Sunday": ["Неделя, начинающаяся в воскресенье"], + "Week starting Monday": ["Неделя, начинающаяся в понедельник"], + "Week ending Saturday": ["Неделя, заканчивающаяся в субботу"], + "Username": ["Имя пользователя"], + "Password": ["Пароль"], + "Hostname or IP address": ["Имя хоста или IP адрес"], + "Database port": ["Порт базы данных"], + "Database name": ["Имя базы данных"], + "Additional parameters": ["Дополнительные параметры"], + "Use an encrypted connection to the database": [ + "Использовать зашифрованное соединение к Базе Данных" ], - "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": [ + "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\"": [ "" ], - "Chord Diagram": ["Хордовая диаграмма"], - "Chosen non-numeric column": ["Выбран нечисловой столбец"], - "Circle": ["Круг"], - "Circle -> Arrow": ["Круг -> Стрелка"], - "Circle -> Circle": ["Круг -> Круг"], - "Circle radar shape": ["Круглая форма радара"], - "Circular": ["Круглая форма"], - "Classic chart that visualizes how metrics change over time.": [ - "Классическая диаграмма для визуализации изменения показателей со временем." + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "Таблица \"%(table)s\" не существует. Для выполнения запроса должна использоваться существующая таблица" ], - "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.": [ - "Классическое представление таблицы. Используйте таблицы для демонстрации отображения исходных или агрегированных данных." + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Не удалось обнаружить столбец \"%(column)s\" в строке %(location)s." ], - "Clause": ["Оператор"], - "Clear": ["Очистить"], - "Clear all": ["Сбросить фильтры"], - "Clear all data": ["Очистить все данные"], - "Clear form": ["Очистить форму"], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ - "Нажмите на кнопку \"Создать график\" на панели управления слева для просмотра графика или" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Неверное имя пользователя \"%(username)s\" или пароль." ], - "Click the lock to make changes.": [ - "Нажмите на замок для внесения изменений" + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "Хост \"%(hostname)s\" возможно, отключен, и с ним невозможно связаться" ], - "Click the lock to prevent further changes.": [ - "Нажмите на замок для запрета на внос изменений." + "Unable to connect to database \"%(database)s\".": [ + "Невозможно подключиться к базе данных \"%(database)s\"." ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "Нажмите для переключения на альтернативную форму подключения, которая позволит вам вручную ввести SQLAlchemy URL для данной базы данных." + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Пожалуйста, проверьте ваш запрос на наличие синтаксических ошибок рядом с \"%(server_error)s\". Затем выполните запрос заново" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "Нажмите для переключения на альтернативную форму подключения, которая позволит вам ввести все данные в соответствующую форму для данной базы данных." + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Не удалось обнаружить столбец \"%(column_name)s\"" ], - "Click to add a contour": [""], - "Click to cancel sorting": ["Нажмите для отмены сортировки"], - "Click to edit": ["Нажмите для редактирования"], - "Click to edit %s.": ["Нажмите для редактирования %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: ": [ - "" + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Неверное имя пользователя \"%(username)s\", пароль или имя базы данных \"%(database)s\"." ], - "Colors": ["Цвета"], - "Column": ["Столбец"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "Столбец \"%(column)s\" не является числовым или отсутствует в результатах запроса." + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Не удалось обнаружить хост \"%(hostname)s\"" ], - "Column Configuration": ["Свойства столбца"], - "Column Formatting": ["Форматирование столбца(ов)"], - "Column Label(s)": ["Метка(и) столбца(ов)"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "Столбец, содержащий коды ISO 3166-2 региона/республики/области в вашей таблице" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Порт %(port)s хоста \"%(hostname)s\" отказал в подключении." ], - "Column containing latitude data": [ - "Столбец, содержащий данные о широте" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "Хост \"%(hostname)s\" возможно, отключен, и с ним невозможно связаться по порту %(port)s." ], - "Column containing longitude data": [ - "Столбец, содержащий данные о долготе" + "Unknown MySQL server host \"%(hostname)s\".": [ + "Неизвестный хост MySQL \"%(hostname)s\"." ], - "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.": [ - "Метка для индексного(ых) столбца(ов). Если не задано и задан индекс датафрейма, будут использованы имена индексов." + "The username \"%(username)s\" does not exist.": [ + "Пользователь \"%(username)s\" не существует." ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "Метка для индексного(ых) столбца(ов). Если не задано и задан индекс датафрейма, будут использованы имена индексов." - ], - "Column name": ["Имя столбца"], - "Column name [%s] is duplicated": [ - "Имя столбца [%s] является дубликатом" + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "Column referenced by aggregate is undefined: %(column)s": [ - "Столбец, на который ссылается агрегат, не определен: %(column)s" + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "" ], - "Column select": ["Выбор столбца"], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "Столбец для использования в качестве метки для строки датафрейма. Оставьте пустым, если индексный столбец отсутствует." + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [ + "Неверный пароль для пользователя \"%(username)s\"." ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Столбец для использования в качестве метки для строки датафрейма. Оставьте пустым, если индексный столбец отсутствует." + "Please re-enter the password.": ["Пожалуйста, введите пароль еще раз"], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Не удалось обнаружить столбец \"%(column_name)s\" в строке %(location)s." ], - "Columnar File": ["Файл столбчатого формата"], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Файл столбчатого формата \"%(columnar_filename)s\" загружен в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\"" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Таблица \"%(table_name)s\" не существует. Для выполнения запроса должна использоваться существующая таблица" ], - "Columnar to Database configuration": [ - "Конфигурация столбчатого файла для импорта в базу данных" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "" ], - "Columns": ["Столбцы"], - "Columns To Be Parsed as Dates": [ - "Список столбцов, которые должны быть интерпретированы как даты." + "Unable to connect to catalog named \"%(catalog_name)s\".": [""], + "Unknown Presto Error": ["Неизвестная ошибка Presto"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Не удалось подключиться к вашей базе данных с именем \"%(database)s\". Пожалуйста, подтвердите имя вашей базы данных и попробуйте снова." ], - "Columns To Read": ["Столбцы для чтения"], - "Columns missing in dataset: %(invalid_columns)s": [ - "Столбцы отсутствуют в датасете: %(invalid_columns)s" + "%(object)s does not exist in this database.": [ + "%(object)s не существует в этой базе данных." ], - "Columns missing in datasource: %(invalid_columns)s": [ - "Столбцы отсутствуют в источнике данных: %(invalid_columns)s" + "Samples for datasource could not be retrieved.": [ + "Не удалось получить примеры записей для источника данных." ], - "Columns subtotal position": ["Расположение столбцов подытогов"], - "Columns to calculate distribution across.": [""], - "Columns to display": ["Столбцы для отображения"], - "Columns to group by": ["Столбцы для группировки"], - "Columns to group by on the columns": [ - "Столбцы для группировки по столбцам" + "Changing this datasource is forbidden": [ + "Запрещено изменять этот источник данных" ], - "Columns to group by on the rows": ["Столбцы для группировки по строкам"], - "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.": [ - "Номера цветов, разделенные запятой, например, 1,2,4. Целые числа задают цвета из выбранной цветовой схемы и начинаются с 1 (не с нуля). Длина должна соответствовать границам интервала." + "Home": ["Главная"], + "Database Connections": ["Базы данных"], + "Data": ["Данные"], + "Dashboards": ["Дашборды"], + "Charts": ["Графики"], + "Datasets": ["Датасеты"], + "Plugins": ["Плагины"], + "Manage": ["Управление"], + "CSS Templates": ["CSS шаблоны"], + "SQL Lab": ["Лаборатория SQL"], + "SQL": ["SQL"], + "Saved Queries": ["Сохраненные запросы"], + "Query History": ["История запросов"], + "Tags": ["Теги"], + "Action Log": ["Журнал действий"], + "Security": ["Безопасность"], + "Alerts & Reports": ["Оповещения и отчеты"], + "Annotation Layers": ["Слои аннотаций"], + "Row Level Security": ["Безопасность на уровне строк"], + "An error occurred while parsing the key.": [ + "Произошла ошибка при парсинге ключа." ], - "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.": [ - "Границы интервала, разделенные запятой, например, 2,4,5 для интервалов 0-2, 2-4 и 4-5. Последнее число должно быть равно заданному максиму." + "An error occurred while upserting the value.": [ + "Произошла ошибка при вставке значения." ], - "Comparator option": [""], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Быстрое сравнение нескольких графиков временных рядов (в виде спарклайнов) и связанных с ними показателей." + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [ + "Произошла ошибка при выполнении запроса виртуального датасета: %(msg)s" ], - "Compare the same summarized metric across multiple groups.": [ - "Сравнивает один и тот же обобщенный показатель в нескольких группах" + "Virtual dataset query cannot consist of multiple statements": [ + "Запрос виртуального датасета не может содержать несколько запросов" ], - "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.": [ - "" + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Столбец даты/времени не предусмотрен в настройках таблицы и является обязательным для этого типа графика" ], - "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.": [ - "" + "Empty query?": ["Пустой запрос?"], + "Unknown column used in orderby: %(col)s": [ + "Неизвестный столбец использован для упорядочивания: %(col)s" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "" + "Time column \"%(col)s\" does not exist in dataset": [ + "Столбец формата дата/время \"%(col)s\" не существует в датасете" ], - "Comparison": ["Сравнение"], - "Comparison Period Lag": ["Временной лаг для сравнения"], - "Comparison suffix": ["Текст рядом с процентным изменением"], - "Compose multiple layers together to form complex visuals.": [ - "Объединяет несколько слоев вместе для формирования сложных визуальных эффектов." + "Filter value list cannot be empty": [ + "Список для фильтрации не может быть пуст" ], - "Compute the contribution to the total": [ - "Вычислить вклад в общую сумму (долю)" + "Must specify a value for filters with comparison operators": [ + "Необходимо указать значение для фильтров с операторами сравнения" ], - "Condition": ["Условие"], - "Conditional formatting": ["Условное форматирование"], - "Confidence interval": ["Доверительный интервал"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Доверительный интервал должен быть между 0 и 1 (не включая концы)" + "Invalid filter operation type: %(op)s": [""], + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Ошибка в jinja выражении в операторе WHERE: %(msg)s" ], - "Configuration": ["Конфигурация"], - "Configure Advanced Time Range ": [ - "Установить особый временной интервал " + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Ошибка в jinja выражении в операторе HAVING: %(msg)s" ], - "Configure Time Range: Last...": [ - "Установить временной интервал: последний..." + "Database does not support subqueries": [ + "База данных не поддерживает подзапросы" ], - "Configure Time Range: Previous...": [ - "Установить временной интервал: предыдущий..." + "Deleted %(num)d saved query": [ + "Удален %(num)d сохраненный запрос", + "Удалены %(num)d сохраненных запроса", + "Удалено %(num)d сохраненных запросов" ], - "Configure custom time range": [ - "Установить пользовательский временной интервал" + "Deleted %(num)d report schedule": [ + "Удалено %(num)d расписание рассылок", + "Удалены %(num)d расписания рассылок", + "Удалено %(num)d расписаний рассылок" ], - "Configure filter scopes": ["Настроить область действия фильтра"], - "Configure the basics of your Annotation Layer.": [ - "Настройте слой аннотации." + "Value must be greater than 0": ["Значение должно быть больше 0"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [ + "\n Ошибка: %(text)s\n " ], - "Configure this dashboard to embed it into an external web application.": [ - "Настройте этот дашборд для встраивания во внешнее веб-приложение" + "%(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|Исследовать в Суперсете>\n\n%(table)s\n" ], - "Configure your how you overlay is displayed here.": [ - "Настройка отображения слоя аннотации поверх графика." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nОшибка: %(text)s\n" ], - "Confirm overwrite": ["Подтвердить перезапись"], - "Confirm save": ["Подтвердить сохранение"], - "Connect": ["Подключить"], - "Connect Google Sheet": ["Подключить Google Таблицы"], - "Connect Google Sheets as tables to this database": [ - "Подключить Google Таблицы как таблицы для этой базы данных" + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s не может использоваться в качестве источника данных по соображениям безопасности." ], - "Connect a database": ["Подключиться к базе данных"], - "Connect database": ["Подключиться к базе данных"], - "Connect this database using the dynamic form instead": [ - "Подключиться к этой базе, используя динамичную форму" + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [ + "Недостаточно прав для изменения %(resource)s" ], - "Connect this database with a SQLAlchemy URI string instead": [ - "Подключиться к этой базе через SQLAlchemy URI" + "Failed to execute %(query)s": [""], + "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.": [ + "Пожалуйста, проверьте параметры вашего шаблона на наличие синтаксических ошибок и убедитесь, что они совпадают с вашим SQL-запросом и заданными параметрами. Затем попробуйте выполнить свой запрос еще раз." ], - "Connection": ["База данных"], - "Connection failed, please check your connection settings": [ - "Сбой подключения, пожалуйста, проверьте настройки вашего подключения" + "The parameter %(parameters)s in your query is undefined.": [ + "Параметр %(parameters)s в вашем запросе неопределен.", + "Следующие параметры неопределены в вашем запросе: %(parameters)s", + "Следующие параметры неопределены в вашем запросе: %(parameters)s" ], - "Connection looks good!": ["Соединение в порядке!"], - "Continue": ["Продолжить"], - "Continuous": ["Непрерывный"], - "Contribution": ["Режим относительных значений"], - "Contribution Mode": ["Режим относительных значений"], - "Control": ["Элемент"], - "Control labeled ": ["Значение с именем "], - "Controls labeled ": ["Значения с именами "], - "Coordinates": ["Координаты"], - "Copied to clipboard!": ["Скопировано в буфер обмена"], - "Copy": ["Копировать"], - "Copy SELECT statement to the clipboard": [ - "Скопировать выражение SELECT в буфер обмена" + "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.": [ + "Пожалуйста, проверьте ваш запрос и подтвердите, что все параметры шаблона заключены в двойные фигурные скобки, например, \"{{ from_dttm }}\". Затем попробуйте повторно выполнить запрос." ], - "Copy and Paste JSON credentials": ["Скопировать и вставить JSON данные"], - "Copy and paste the entire service account .json file here": [ - "Скопировать и вставить .json файл сервисного аккаунта сюда" + "Tag name is invalid (cannot contain ':')": [""], + "Scheduled task executor not found": [ + "Исполнитель регулярных отчетов не найден" ], - "Copy link": ["Скопировать ссылку"], - "Copy message": ["Скопировать сообщение"], - "Copy of %s": ["Копия %s"], - "Copy partition query to clipboard": [ - "Скопировать часть запроса в буфер обмена" + "Record Count": ["Кол-во записей"], + "No records found": ["Записи не найдены"], + "Filter List": ["Список фильтров"], + "Search": ["Поиск"], + "Refresh": ["Обновить"], + "Import dashboards": ["Импортировать дашборды"], + "Import Dashboard(s)": ["Импортировать дашборд(ы)"], + "File": ["Файл"], + "Choose File": ["Выберите файл"], + "Upload": ["Загрузить"], + "Use the edit button to change this field": [ + "Используйте кнопку редактирования для изменения поля" ], - "Copy permalink to clipboard": ["Скопировать ссылку в буфер обмена"], - "Copy query URL": ["Скопировать ссылку на запрос"], - "Copy query link to your clipboard": [ - "Скопировать ссылку на запрос в буфер обмена" + "Test Connection": ["Тестовое соединение"], + "Unsupported clause type: %(clause)s": [ + "Неподдерживаемый оператор: %(clause)s" ], - "Copy the name of the database you are trying to connect to.": [ - "Впишите имя базы данных, к которой вы пытаетесь подключиться" + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Не удалось найти такой праздник: [%(holiday)s]" ], - "Copy to Clipboard": ["Скопировать в буфер обмена"], - "Copy to clipboard": ["Скопировать в буфер обмена"], - "Correlation": ["Корреляция"], - "Cost estimate": ["Прогноз затрат"], - "Could not determine datasource type": [ - "Не удалось определить тип источника данных" + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "" ], - "Could not fetch all saved charts": [ - "Не удалось получить все сохраненные графики" + "`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.": [ + "Столбец \"%(column)s\" не является числовым или отсутствует в результатах запроса." ], - "Could not find viz object": ["Не удалось найти объект визуализации"], - "Could not load database driver": [ - "Не удалось загрузить драйвер базы данных" + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": ["Недопустимые долгота/широта"], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": ["Единица времени отсутствует"], + "Unsupported time grain: %(time_grain)s": [ + "Неподдерживаемая единица времени: %(time_grain)s" ], - "Could not load database driver: {}": [ - "Не удалось загрузить драйвер базы данных: {}" + "Periods must be a whole number": ["Периоды должны быть целым числом"], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Доверительный интервал должен быть между 0 и 1 (не включая концы)" ], - "Could not resolve hostname: \"%(host)s\".": [""], - "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": ["Создать датасет"], - "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ - "Создайте датасет для визуализации ваших данных на графике или перейдите в Лабораторию SQL для просмотра данных." + "DataFrame must include temporal column": [ + "Датафрейм должен включать временной столбец" ], - "Create a new chart": ["Создать новый график"], - "Create chart": ["Создать график"], - "Create dataset": ["Создать датасет"], - "Create new chart": ["Создать новый график"], - "Create or select schema...": ["Создать или выбрать схему..."], - "Created": ["Создано"], - "Created by": ["Кем создано"], - "Created by me": ["Создано мной"], - "Created on": ["Дата создания"], - "Creating SSH Tunnel failed for an unknown reason": [ - "Не удалось создать SSH туннель по неизвестной причине" + "DataFrame include at least one series": [""], + "Label already exists": ["Метка уже существует"], + "Resample operation requires DatetimeIndex": [ + "Для ресемплирования требуется индекс формата дата/время" ], - "Creating a data source and creating a new tab": [ - "Создание источника данных и добавление новой вкладки..." + "Undefined window for rolling operation": [ + "Неопределенное окно для скольжения" ], - "Creator": ["Автор"], - "Crimson": ["Малиновый"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "" + "Window must be > 0": ["Окно должно быть > 0"], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Недопустимые настройки для %(rolling_type)s: %(options)s" ], - "Cumulative": ["С накоплением"], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "Currently rendered: %s": ["Сейчас отрисовано: %s"], - "Custom": ["Пользовательский"], - "Custom Plugin": ["Пользовательский плагин"], - "Custom Plugins": ["Пользовательские плагины"], - "Custom SQL": ["Через SQL"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Пользовательские ad-hoc меры SQL не разрешены для этого датасета" + "Referenced columns not available in DataFrame.": [""], + "Column referenced by aggregate is undefined: %(column)s": [ + "Столбец, на который ссылается агрегат, не определен: %(column)s" ], - "Custom SQL fields cannot contain sub-queries.": [ - "Пользовательские поля SQL не могут содержать подзапросы." + "Operator undefined for aggregator: %(name)s": [ + "Оператор не определен для агрегатора: %(name)s" ], - "Custom time filter plugin": ["Пользовательский плагин фильтра времени"], - "Custom width of the screenshot in pixels": [""], - "Customize": ["Кастомизация"], - "Customize Metrics": ["Настроить меры"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "" + "Invalid numpy function: %(operator)s": [ + "Недопустимая numpy функция: %(operator)s" ], - "Customize columns": ["Настроить столбцы"], - "Cyclic dependency detected": ["Обнаружена циклическая зависимость"], - "D3 Format": ["Формат даты/времени"], - "D3 format": ["Формат даты/времени"], - "D3 format syntax: https://github.com/d3/d3-format": [ - "Формат D3: https://github.com/d3/d3-format." + "json isn't valid": ["JSON не валиден"], + "Export to YAML": ["Экспорт в YAML"], + "Export to YAML?": ["Экспортировать в YAML?"], + "Delete": ["Удалить"], + "Delete all Really?": ["Действительно удалить все?"], + "Is favorite": ["В избранном"], + "The data source seems to have been deleted": [ + "Источник данных, похоже, был удален" ], - "D3 time format for datetime columns": [ - "Формат времени D3 для столбцов типа дата/время" + "The user seems to have been deleted": [ + "Пользователь, похоже, был удален" ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "Формат времени D3: https://github.com/d3/d3-time-format." + "You don't have the rights to download as csv": [ + "Недостаточно прав для скачивания в CSV" ], - "DATETIME": ["Дата/Время (DATETIME/TIMESTAMP)"], - "DB column %(col_name)s has unknown type: %(value_type)s": [""], - "DD/MM format dates, international and European format": [""], - "DEC": ["ДЕК"], - "DELETE": ["УДАЛИТЬ"], - "DML": ["DML"], - "Daily seasonality": ["Дневная сезонность"], - "Dark": ["Темный"], - "Dark Cyan": ["Темно-голубой"], - "Dark mode": ["Темная тема"], - "Dashboard": ["Дашборд"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "Дашборд [%s] был только что создан и график [%s] был добавлен в него" + "Error: permalink state not found": [""], + "Error: %(msg)s": ["Ошибка: %(msg)s"], + "You don't have the rights to alter this chart": [ + "Недостаточно прав для изменения графика" + ], + "You don't have the rights to create a chart": [ + "Недостаточно прав для создания графика" + ], + "Explore - %(table)s": ["Исследовать - %(table)s"], + "Explore": ["Исследовать"], + "Chart [{}] has been saved": ["График [{}] сохранен"], + "Chart [{}] has been overwritten": ["График [{}] перезаписан"], + "You don't have the rights to alter this dashboard": [ + "Недостаточно прав для изменения дашборда" + ], + "Chart [{}] was added to dashboard [{}]": [ + "График [{}] добавлен в дашборд [{}]" + ], + "You don't have the rights to create a dashboard": [ + "Недостаточно прав для создания дашборда" ], "Dashboard [{}] just got created and chart [{}] was added to it": [ "Дашборд [{}] был только что создан и график [{}] был добавлен в него" ], - "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.": [ - "" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Некорректный запрос. Ожидаются аргументы slice_id или table_name и db_name" ], - "Dashboard title": ["Название дашборда"], - "Dashboards": ["Дашборды"], - "Dashboards added to": ["Добавлено в дашборды"], - "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.": [ - "Не удалось распознать данные с сервера . Формат хранилища мог измениться, что привело к потере старых данных. Вам нужно повторно запустить исходный запрос." + "Chart %(id)s not found": ["График %(id)s не найден"], + "Table %(table)s wasn't found in the database %(db)s": [""], + "permalink state not found": [""], + "Show CSS Template": ["Показать CSS шаблон"], + "Add CSS Template": ["Добавить CSS шаблон"], + "Edit CSS 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": [ + "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "Не найдены сохраненные результаты на сервере, необходимо повторно выполнить запрос." + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Полный URL, указывающий на местоположение плагина (например, ссылка на CDN)" ], - "Data preview": ["Предпросмотр данных"], - "Data refreshed": ["Данные обновлены"], - "Data type": ["Тип данных"], - "DataFrame include at least one series": [""], - "DataFrame must include temporal column": [ - "Датафрейм должен включать временной столбец" + "Custom Plugins": ["Пользовательские плагины"], + "Custom Plugin": ["Пользовательский плагин"], + "Add a Plugin": ["Добавить плагин"], + "Edit Plugin": ["Редактировать плагин"], + "The dataset associated with this chart no longer exists": [ + "Датасет, связанный с этим графиком, больше не существует" ], - "Database": ["База данных"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки файлов столбчатого формата. Пожалуйста, свяжитесь с администратором." + "Could not determine datasource type": [ + "Не удалось определить тип источника данных" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки CSV файлов. Пожалуйста, свяжитесь с администратором." + "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.": [ + "Эти параметры генерируются автоматически при нажатии кнопки сохранения. Опытные пользователи могут изменить определенные объекты в формате JSON." ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки Excel файлов. Пожалуйста, свяжитесь с администратором." + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите внимание, что если значение не задано, применяется значение источника данных/таблицы." ], - "Database Connections": ["Базы данных"], - "Database Creation Error": ["Ошибка создания базы данных"], - "Database connected": ["Соединение с базой данных установлено"], - "Database could not be created.": ["Не удалось создать базу данных."], - "Database could not be deleted.": ["Не удалось удалить базу данных."], - "Database could not be updated.": ["Не удалось обновить базу данных."], - "Database does not allow data manipulation.": [ - "База данных не позволяет изменять свои данные." + "Creator": ["Автор"], + "Datasource": ["Источник данных"], + "Last Modified": ["Дата изменения"], + "Parameters": ["Параметры"], + "Chart": ["График"], + "Name": ["Имя"], + "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": [ + "Этот JSON объект описывает расположение графиков в дашборде. Он генерируется динамически при изменении и перемещении графиков в дашборде." ], - "Database does not exist": ["База данных не существует"], - "Database does not support subqueries": [ - "База данных не поддерживает подзапросы" + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "" ], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ - "Драйвер базы данных для импорта может быть не установлен. Изучите документацию Суперсета для инструкций по установке: " + "To get a readable URL for your dashboard": [ + "Для получения читаемого URL-адреса дашборда" ], - "Database error": ["Ошибка базы данных"], - "Database is offline.": ["База данных сейчас оффлайн."], - "Database is required for alerts": [ - "Для оповещений требуется база данных" + "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-объект генерируется автоматически при сохранении или перезаписи дашборда. Он размещён здесь справочно и для опытных пользователей." ], - "Database name": ["Имя базы данных"], - "Database not allowed to change": [ - "База данных недоступна для изменений" + "Owners is a list of users who can alter the dashboard.": [ + "Владельцы – это список пользователей, которые могут изменять дашборд." ], - "Database not found.": ["База данных не найдена."], - "Database parameters are invalid.": [ - "Параметры базы данных недействительны." + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Определяет, виден ли этот дашборд в списке всех дашбордов" ], - "Database passwords": ["Пароли базы данных"], - "Database port": ["Порт базы данных"], - "Database settings updated": ["Обновлены настройки базы данных"], - "Databases": ["Базы данных"], - "Dataframe Index": ["Индекс датафрейма"], - "Dataset": ["Датасет"], - "Dataset %(name)s already exists": ["Датасет %(name)s уже существует"], - "Dataset Name": ["Имя датасета"], - "Dataset column delete failed.": ["Не удалось удалить столбец датасета"], - "Dataset column not found.": ["Столбец датасета не найден"], - "Dataset could not be created.": ["Не удалось создать датасет"], - "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": [ - "Схема датасета невалидна, причина: %(error)s" + "Dashboard": ["Дашборд"], + "Title": ["Заголовок"], + "Slug": ["Читаемый URL"], + "Roles": ["Роли"], + "Published": ["Опубликовано"], + "CSS": ["CSS"], + "JSON Metadata": ["JSON Метаданные"], + "Export": ["Экспортировать"], + "Export dashboards?": ["Экспортировать дашборды?"], + "CSV Upload": ["Загрузка CSV"], + "Select a file to be uploaded to the database": [ + "Выберите файл для загрузки в базу данных." ], - "Datasets": ["Датасеты"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "Датасеты могут быть созданы из таблиц базы данных или SQL запросов. Выберите таблицу из базы данных слева или " + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Доступные расширения файлов: %(allowed_extensions)s" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "Name of table to be created with CSV file": [ + "Имя таблицы, созданной из CSV файла." + ], + "Table name cannot contain a schema": [ + "Имя таблицы не может содержать схему" + ], + "Select a database to upload the file to": [ + "Выберите базу данных для загрузки файла" + ], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Datasets do not contain a temporal column": [ - "Датасет не содержит столбца формата дата/время" + "Select a schema if the database supports this": [ + "Укажите схему, если она поддерживается базой данных" ], - "Datasource": ["Источник данных"], - "Datasource & Chart Type": ["Источник данных и Тип графика"], - "Datasource does not exist": ["Источник данных не существует"], - "Datasource type is invalid": ["Тип источниках данных неверный"], - "Datasource type is required when datasource_id is given": [ - "Тип источника данных обязателен, когда дан идентификатор источника данных (datasource_id)" + "Delimiter": ["Разделитель"], + "Enter a delimiter for this data": ["Введите разделитель этих данных"], + ",": [","], + ".": ["."], + "Other": ["Прочее"], + "If Table Already Exists": ["Если таблица уже существует"], + "What should happen if the table already exists": [ + "Что должно произойти, если таблица уже существует" ], - "Date Time Format": ["Формат даты и времени"], - "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": [ - "Столбец даты/времени не предусмотрен в настройках таблицы и является обязательным для этого типа графика" + "Fail": ["Ошибка"], + "Replace": ["Заменить"], + "Append": ["Добавить"], + "Skip Initial Space": ["Пропуск начального пробела"], + "Skip spaces after delimiter": ["Пропускать пробелы после разделителя"], + "Skip Blank Lines": ["Пропуск пустых строк"], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Пропускать пустые строки, вместо их перевода в пустые строки (NaN)" ], - "Datetime format": ["Формат даты/времени"], - "Day": ["День"], - "Day (freq=D)": ["День (част=D)"], - "Day First": [""], - "Days %s": ["Дней %s"], - "Db engine did not return all queried columns": [ - "драйвер базы данных вернул не все запрошенные столбцы" + "Columns To Be Parsed as Dates": [ + "Список столбцов, которые должны быть интерпретированы как даты." ], - "Deactivate": ["Выключить"], - "December": ["Декабрь"], - "Decides which column to sort the base axis by.": [""], - "Decides which measure to sort the base axis by.": [""], + "A comma separated list of columns that should be parsed as dates": [ + "Разделённый запятыми список столбцов, которые должны быть интерпретированы как даты." + ], + "Day First": [""], + "DD/MM format dates, international and European format": [""], "Decimal Character": ["Десятичный разделитель"], - "Deck.gl - 3D Grid": ["Deck.gl - 3D сетка"], - "Deck.gl - Arc": ["Deck.gl - Дуга"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Multiple Layers": ["Deck.gl - Многослойный"], - "Deck.gl - Polygon": ["Deck.gl - Полигон"], - "Deck.gl - Scatter plot": ["Deck.gl - Точечная диаграмма"], - "Default Endpoint": ["Эндпоинт по умолчанию"], - "Default URL": ["URL по умолчанию"], - "Default URL to redirect to when accessing from the dataset list page": [ - "URL по умолчанию, на который будет выполнен редирект при доступе из страницы со списком датасетов" + "Character to interpret as decimal point": [ + "Символ десятичного разделителя" ], - "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": [ - "Минимальная ширина столбца (в пикселях). Реальная ширина по-прежнему может быть больше, чем указанная, если остальным столбцам не будет хватать места." + "Null Values": ["Пустые значения"], + "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 значений, которые следует рассматривать как нулевые. Примеры: [\"\"] для пустых строк, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Предупреждение: База данных Hive поддерживает только одно значение." ], - "Default value is required": ["Требуется значение по умолчанию"], - "Default value must be set when \"Filter has default value\" is checked": [ - "Значение по умолчанию должно быть выбрано, когда установлен флаг \"Фильтр имеет значение по умолчанию\"" + "Index Column": ["Индесный столбец"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Столбец для использования в качестве метки для строки датафрейма. Оставьте пустым, если индексный столбец отсутствует." ], - "Default value must be set when \"Filter value is required\" is checked": [ - "Значение по умолчанию должно быть выбрано, когда установлен флаг \"Требуется значение фильтра\"" + "Dataframe Index": ["Индекс датафрейма"], + "Write dataframe index as a column": [ + "Сделать индекс датафрейма столбцом." ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "Значение по умолчанию задается автоматически, когда установлен флаг \"Сделать первое значение фильтра значением по умолчанию\"" + "Column Label(s)": ["Метка(и) столбца(ов)"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Метка для индексного(ых) столбца(ов). Если не задано и задан индекс датафрейма, будут использованы имена индексов." ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "Задайте функцию, которая получает на вход содержимое всплывающей подсказки" + "Columns To Read": ["Столбцы для чтения"], + "Json list of the column names that should be read": [ + "Список столбцов в формате JSON из файла, которые будут использованы." ], - "Define a function that returns a URL to navigate to when user clicks": [ - "Задайте функцию, которая возвращает URL для навигации при пользовательском нажатии" + "Overwrite Duplicate Columns": ["Перезаписать повторяющиеся столбцы"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Если повторяющиеся столбцы не перезаписываются, они будут представлены в формате \"X.0, X.1\"." ], - "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ - "Определите функцию javascript, которая получает массив данных, используемый в визуализации, и, как ожидается, вернет измененную версию этого массива. Это может быть использовано для изменения свойств данных, фильтрации или расширения массива." + "Header Row": ["Строка заголовка"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "Строка, содержащая заголовки для использования в качестве имен столбцов (0, если первая строка в данных). Оставьте пустым, если заголовки отсутствуют" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "Rows to Read": ["Строки для чтения"], + "Number of rows of file to read": ["Количество строк файла для чтения"], + "Skip Rows": ["Пропуск строк"], + "Number of rows to skip at start of file": [ + "Количество строк для пропуска в начале файла" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Определяет функцию скользящего окна для применения, работает вместе с текстовым полем [Периоды]" + "Name of table to be created from excel data.": [ + "Имя таблицы, созданной из Excel файла." ], - "Defines how each series is broken down": [ - "Определяет разложение каждой категории" + "Excel File": ["Excel Файл"], + "Select a Excel file to be uploaded to a database.": [ + "Выберите Excel файл для загрузки в базу данных" ], - "Defines the grid size in pixels": [ - "Определяет размер сетки (в пикселях)" + "Sheet Name": ["Имя листа"], + "Strings used for sheet names (default is the first sheet).": [ + "Имя листа (по умолчанию первый лист)" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "Группировка в ряды данных. Каждая категория отображается в виде определенного цвета на графике и имеет легенду" + "Specify a schema (if database flavor supports this).": [ + "Укажите схему (если она поддерживается базой данных)." ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Определяет размер функции скользящего окна относительно выбранной детализации по времени" + "Table Exists": ["Таблица существует"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Если таблица уже существует, выберите действие: Ошибка (ничего не делать), Заменить (удалить и воссоздать таблицу) или Добавить (вставить данные)." ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Строка, содержащая заголовки для использования в качестве имен столбцов (0, если первая строка в данных). Оставьте пустым, если заголовки отсутствуют." ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Определяет, должен ли шаг отображаться в начале, середине или конце между двумя точками данных" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Столбец для использования в качестве метки для строки датафрейма. Оставьте пустым, если индексный столбец отсутствует." ], - "Delete": ["Удалить"], - "Delete %s?": ["Удалить %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": ["Удалить рассылку по email"], - "Delete query": ["Удалить запрос"], - "Delete template": ["Удалить шаблон"], - "Delete this container and save to remove this message.": [ - "Удалите этот контейнер и сохраните изменения, чтобы убрать это сообщение." + "Number of rows to skip at start of file.": [ + "Количество строк для пропуска в начале файла." ], - "Deleted %(num)d annotation": [ - "Удалалена %(num)d аннотация", - "Удалалены %(num)d аннотации", - "Удалалено %(num)d аннотаций" + "Number of rows of file to read.": ["Количество строк файла для чтения."], + "Parse Dates": ["Парсинг дат"], + "A comma separated list of columns that should be parsed as dates.": [ + "Разделённый запятыми список столбцов, которые должны быть интерпретированы как даты." ], - "Deleted %(num)d annotation layer": [ - "Удалален %(num)d слой аннотаций", - "Удалалены %(num)d слоя аннотаций", - "Удалалено %(num)d слоев аннотаций" + "Character to interpret as decimal point.": [ + "Символ десятичного разделителя" ], - "Deleted %(num)d chart": [ - "Удален %(num)d график", - "Удалены %(num)d графика", - "Удалено %(num)d графиков" + "Write dataframe index as a column.": [ + "Сделать индекс датафрейма столбцом." ], - "Deleted %(num)d css template": [ - "Удален %(num)d CSS шаблон", - "Удалены %(num)d CSS шаблона", - "Удалено %(num)d CSS шаблонов" + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Метка для индексного(ых) столбца(ов). Если не задано и задан индекс датафрейма, будут использованы имена индексов." ], - "Deleted %(num)d dashboard": [ - "Удален %(num)d дашборд", - "Удалены %(num)d дашборда", - "Удалено %(num)d дашбордов" + "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.": [ + "Список JSON значений, которые следует рассматривать как нулевые. Примеры: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Предупреждение: База данных Hive поддерживает только одно значение. Используйте [\"\"] для пустой строки." ], - "Deleted %(num)d dataset": [ - "Удален %(num)d датасет", - "Удалены %(num)d датасета", - "Удалено %(num)d датасетов" + "Name of table to be created from columnar data.": [ + "Имя таблицы, созданной из файла столбчатого формата." ], - "Deleted %(num)d report schedule": [ - "Удалено %(num)d расписание рассылок", - "Удалены %(num)d расписания рассылок", - "Удалено %(num)d расписаний рассылок" + "Columnar File": ["Файл столбчатого формата"], + "Select a Columnar file to be uploaded to a database.": [ + "Выберите файл столбчатого формата, который будет загружен в базу данных." ], - "Deleted %(num)d saved query": [ - "Удален %(num)d сохраненный запрос", - "Удалены %(num)d сохраненных запроса", - "Удалено %(num)d сохраненных запросов" + "Use Columns": ["Используемые столбцы"], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Список столбцов в формате JSON из файла, которые будут использованы. Пример: [\"id\", \"name\", \"gender\", \"age\"]. Если в данном поле указаны названия столбцов, из файла будут загружены только указанные столбцы." ], - "Deleted: %s": ["Удалено: %s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "Удаление вкладки удалит все ее содержимое. Вы можете отменить это действие при помощи сочетания клавиш" + "Databases": ["Базы данных"], + "Show Database": ["Показать базу данных"], + "Add Database": ["Добавить базу данных"], + "Edit Database": ["Редактировать Базу Данных"], + "Expose this DB in SQL Lab": [ + "Предоставить доступ к базе в Лаборатории SQL" ], - "Delimited long & lat single column": [ - "Долгота и широта в одном столбце" + "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. Это подразумевает, что у вас есть установка с воркерами Celery. Обратитесь к документации по настройке за дополнительной информацией." ], - "Delimiter": ["Разделитель"], - "Delivery method": ["Способ оповещения"], - "Demographics": ["Демография"], - "Density": ["Концентрация"], - "Dependent on": ["Зависит от"], - "Deprecated": ["Устарело"], - "Description": ["Описание"], - "Description (this can be seen in the list)": [ - "Описание (будет видно в списке)" + "Allow CREATE TABLE AS option in SQL Lab": [ + "Разрешить CREATE TABLE AS в Лаборатории SQL" ], - "Description Columns": ["Описательные столбцы"], - "Description text that shows up below your Big Number": [ - "Описание, отображаемое под Карточкой" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Разрешить CREATE VIEW AS в Лаборатории SQL" ], - "Deselect all": ["Снять выделение"], - "Details of the certification": ["Детали утверждения"], - "Determines how whiskers and outliers are calculated.": [ - "Определяет формулу расчета \"усов\" и выбросов." + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Разрешить управление базой данных, используя запросы UPDATE, DELETE, CREATE и т.п. в Лаборатории SQL" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Определяет, виден ли этот дашборд в списке всех дашбордов" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "При включении опции CREATE TABLE AS в Лаборатории SQL, новые таблицы будут добавлены в эту схему" ], - "Diamond": ["Ромб"], - "Did you mean:": ["Возможно вы имели в виду:"], - "Difference": ["Разница"], - "Dim Gray": ["Тускло-серый"], - "Dimension": ["Измерение"], - "Dimension to use on x-axis.": ["Измерение для использования на оси X"], - "Dimension to use on y-axis.": ["Измерение для использования на оси Y"], - "Dimensions": ["Измерения"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "" + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Если вы используете Presto, все запросы в Лаборатории SQL будут выполняться от авторизованного пользователя, который должен иметь разрешение на их выполнение.
Если включены Hive и hive.server2.enable.doAs, то запросы будут выполняться через техническую учетную запись, но имперсонировать зарегистрированного пользователя можно через свойство hive.server2.proxy.user." ], - "Directed Force Layout": [""], - "Directional": ["Направленный"], - "Disable SQL Lab data preview queries": [ - "Отключить предпросмотр данных в Лаборатории SQL" + "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 означает, что кэш никогда не очистится. Обратите внимание, что если значение не задано, применяется значение по умолчанию из основной конфигурации." ], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "Отключить предварительный просмотр данных при извлечении метаданных таблицы в SQL Lab. Полезно для избежания проблем с производительностью браузера при использовании баз данных с очень широкими таблицами." + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Если установлено, выберите схемы, в которые разрешена загрузка CSV на вкладке \"Дополнительно\"." ], - "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.": [ - "Отображать меры рядом в каждом столбце, в отличие от отображения каждого столбца рядом для каждой меры." + "Expose in SQL Lab": ["Доступен в SQL редакторе"], + "Allow CREATE TABLE AS": ["Разрешить CREATE TABLE AS"], + "Allow CREATE VIEW AS": ["Разрешить CREATE VIEW AS"], + "Allow DML": ["Разрешить DML"], + "CTAS Schema": ["Схема CTAS"], + "SQLAlchemy URI": ["SQLAlchemy URI"], + "Chart Cache Timeout": ["Время жизни кэша графика"], + "Secure Extra": ["Доп. безопасность"], + "Root certificate": ["Корневой сертификат"], + "Async Execution": ["Асинхронное выполнение"], + "Impersonate the logged on user": ["Имперсонировать пользователя"], + "Allow Csv Upload": ["Разрешить загрузку CSV"], + "Backend": ["Драйвер"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Дополнительное поле не может быть декодировано с помощью JSON. %(msg)s" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "Недопустимая строка для подключения, валидная строка соответствует шаблону:'ДРАЙВЕР://ИМЯ-ПОЛЬЗОВАТЕЛЯ:ПАРОЛЬ@ХОСТ/ИМЯ-БАЗЫ-ДАННЫХ'

Пример:'postgresql://user:password@postgres-db/database'

" ], - "Display row level total": ["Отображать общий итог по строке"], - "Display settings": ["Настройки отображения"], - "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.": [ - "" + "CSV to Database configuration": [ + "Конфигурация CSV файла для импорта в базу данных" ], - "Distribution": ["Распределение"], - "Distribution - Bar Chart": ["Распределение - Столбчатая диаграмма"], - "Divider": ["Разделитель"], - "Do you want a donut or a pie?": ["Круговая/кольцевая диаграмма"], - "Documentation": ["Документация"], - "Domain": ["Блок"], - "Donut": ["Кольцевая диаграмма"], - "Dotted": ["Пунктир"], - "Download": ["Сохранить"], - "Download as image": ["Сохранить как изображение"], - "Download to CSV": ["Сохранить в CSV"], - "Draft": ["Черновик"], - "Drag and drop components and charts to the dashboard": [ - "Переместите элементы оформления и графики на дашборд" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки CSV файлов. Пожалуйста, свяжитесь с администратором." ], - "Drag and drop components to this tab": [ - "Переместите элементы оформления и графики в эту вкладку" + "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\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" ], - "Draw a marker on data points. Only applicable for line types.": [ - "Отобразить маркеры на данных. Применимо только для линий." + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "CSV файл \"%(csv_filename)s\" загружен в таблицу \"%(table_name)s\" в базе данных \"%(db_name)s\"" ], - "Draw area under curves. Only applicable for line types.": [ - "Отобразить область под кривыми. Применимо только для линий\"" + "Excel to Database configuration": [ + "Конфигурация Excel файла для импорта в базу данных" ], - "Draw line from Pie to label when labels outside?": [ - "Проводит линию от диаграммы к метке, когда метки находятся снаружи" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки Excel файлов. Пожалуйста, свяжитесь с администратором." ], - "Draw split lines for minor axis ticks": [ - "Рисует разделительные линии для небольших отметок оси" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Не удалось загрузить Excel файл \"%(filename)s\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" ], - "Draw split lines for minor y-axis ticks": [ - "Рисует разделительные линии для небольших отметок оси Y" + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Excel файл \"%(excel_filename)s\" загружен в таблицу \"%(table_name)s\" в базе данных \"%(db_name)s\"" ], - "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.": [ - "" + "Columnar to Database configuration": [ + "Конфигурация столбчатого файла для импорта в базу данных" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "" + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Несколько расширений файлов столбчатого формата не разрешены к загрузке. Пожалуйста, убедитесь, что все файлы имеют одинаковое расширение." ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [ - "Перетащите столбец формата дата/время сюда" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "Схема \"%(schema_name)s\" базы данных \"%(database_name)s\" не предназначена для загрузки файлов столбчатого формата. Пожалуйста, свяжитесь с администратором." ], - "Drop columns/metrics here or click": ["Перетащите столбцы/меры сюда"], - "Duplicate": ["Дублировать"], + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Не удалось загрузить файл столбчатого типа \"%(filename)s\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" + ], + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Файл столбчатого формата \"%(columnar_filename)s\" загружен в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\"" + ], + "Request missing data field.": ["В запросе отсутствует поле с данными."], "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.": [ - "Повторяющиеся метки столбцов/мер: %(labels)s. Пожалуйста, убедитесь, что все столбцы и меры имеют уникальную метку." - ], - "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. Note this defaults to the global timeout if undefined.": [ - "Продолжительность (в секундах) таймаута кэша для графиков этой базы данных. Таймаут 0 означает, что кэш никогда не очистится. Обратите внимание, что если значение не задано, применяется значение по умолчанию из основной конфигурации." + "Logs": ["Записи"], + "Show Log": ["Показать запись"], + "Add Log": ["Добавить запись"], + "Edit Log": ["Редактировать запись"], + "User": ["Пользователь"], + "Action": ["Действие"], + "dttm": ["Дата/время"], + "JSON": ["JSON"], + "Time Range": ["Временной интервал"], + "Time Column": ["Столбец даты/времени"], + "Time Grain": ["Единица времени"], + "Time Granularity": ["Гранулярность времени"], + "Time": ["Время"], + "A reference to the [Time] configuration, taking granularity into account": [ + "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Продолжительность (в секундах) таймаута кэша для этого графикаОбратите внимание, что если значение не задано, применяется значение источника данных/таблицы." + "Aggregate": ["Агрегация"], + "Raw records": ["Сырые записи"], + "Certified by %s": ["Утверждено: %s"], + "description": ["описание"], + "bolt": [""], + "Changing this control takes effect instantly": [ + "Изменение этого элемента применяется сразу" ], - "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.": [ - "Продолжительность (в секундах) таймаута кэша для этой таблицы. Обратите внимание, что если значение не задано, применяется значение базы данных." + "Show info tooltip": ["Показать информационную подсказку"], + "SQL expression": ["Выражение SQL"], + "Column name": ["Имя столбца"], + "Label": ["Метка"], + "Metric name": ["Имя меры"], + "unknown type icon": [""], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "Advanced analytics": ["Расширенная аналитика"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "В этом разделе содержатся параметры, которые позволяют производить аналитическую постобработку результатов запроса" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Продолжительность (в секундах) таймаута кэша для схем этой базы данных. Обратите внимание, что если значение не задано, кэш никогда не очистится." + "Rolling window": ["Скользящее окно"], + "Rolling function": ["Скользящая средняя"], + "None": ["Пусто"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Определяет функцию скользящего окна для применения, работает вместе с текстовым полем [Периоды]" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "Продолжительность (в секундах) таймаута кэша для таблиц этой базы данных. Обратите внимание, что если значение не задано, кэш никогда не очистится." + "Periods": ["Периоды"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Определяет размер функции скользящего окна относительно выбранной детализации по времени" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Продолжительность в мс (1.40008 => 1ms 400µs 80ns)" + "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": [ + "Минимальное количество скользящих периодов, необходимое для отображения значения. Например, если вы делаете накопительную сумму за 7 дней, вы можете указать, чтобы \"Минимальный период\" был равен 7, так что все показанные точки данных представляют собой общее количество 7 периодов." ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "Продолжительность в мс (100.40008 => 100ms 400µs 80ns)" + "Time comparison": ["Столбец с датой"], + "Time shift": ["Временной сдвиг"], + "1 day ago": ["1 день назад"], + "1 week ago": ["1 неделя назад"], + "28 days ago": ["28 дней назад"], + "30 days ago": ["30 дней назад"], + "52 weeks ago": ["52 недели назад"], + "1 year ago": ["1 год назад"], + "104 weeks ago": ["104 недели назад"], + "2 years ago": ["2 года назад"], + "156 weeks ago": ["156 недель назад"], + "3 years ago": ["3 года назад"], + "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.": [ + "Наложение одной или нескольких временных рядов из относительного периода времени." ], - "Duration in ms (66000 => 1m 6s)": [ - "Продолжительность в мс (66000 => 1m 6s)" - ], - "Dynamic Aggregation Function": ["Динамическая агрегирующая функция"], - "Dynamically search all filter values": [ - "Динамически искать все значения фильтра" + "Calculation type": ["Тип расчёта"], + "Actual values": ["Фактические значения"], + "Difference": ["Разница"], + "Percentage change": ["Процентное изменение"], + "Ratio": ["Отношение"], + "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.": [ + "Как отображать смещения во времени: как отдельные линии; как абсолютную разницу между основным временным рядом и каждым смещением; как процентное изменение; или как соотношение между рядами и смещениями." ], - "ECharts": ["Графики Apache"], - "END (EXCLUSIVE)": ["КОНЕЦ (НЕ ВКЛЮЧИТЕЛЬНО)"], - "ERROR": ["ОШИБКА"], - "ERROR: %s": ["ОШИБКА: %s"], - "Edge length": ["Длина ребер"], - "Edge length between nodes": ["Длина ребер между вершинами"], - "Edge symbols": ["Оформление ребер"], - "Edge width": ["Толщина ребра"], - "Edit": ["Редактировать"], - "Edit Alert": ["Редактировать оповещение"], - "Edit CSS": ["Редактировать CSS"], - "Edit CSS Template": ["Редактировать CSS шаблон"], - "Edit CSS template properties": ["Редактировать свойств CSS шаблона"], - "Edit Chart": ["Редактировать график"], - "Edit Chart Properties": ["Редактировать свойства графика"], - "Edit Column": ["Редактировать столбец"], - "Edit Dashboard": ["Редактировать дашборд"], - "Edit Database": ["Редактировать Базу Данных"], - "Edit Dataset ": ["Редактировать датасет "], - "Edit Log": ["Редактировать запись"], - "Edit Metric": ["Редактировать меру"], - "Edit Plugin": ["Редактировать плагин"], - "Edit Report": ["Редактировать отчет"], - "Edit Table": ["Редактировать таблицу"], - "Edit annotation": ["Редактировать аннотацию"], - "Edit annotation layer": ["Редактировать слой аннотации"], - "Edit annotation layer properties": [ - "Редактировать свойства слоя аннотаций" + "Resample": ["Ресемплирование (изменение частоты данных)"], + "Rule": ["Правило"], + "1 minutely frequency": ["Минутная частота"], + "1 hourly frequency": ["Часовая частота"], + "1 calendar day frequency": ["Дневная частота"], + "7 calendar day frequency": ["Недельная частота"], + "1 month start frequency": ["Месячная частота (начало месяца)"], + "1 month end frequency": ["Месячная частота (конец месяца)"], + "1 year start frequency": ["Годовая частота (начало года)"], + "1 year end frequency": ["Годовая частота (конец года)"], + "Pandas resample rule": [ + "Правило ресемплирования данных библиотеки Pandas" ], - "Edit chart": ["Редактировать график"], - "Edit chart properties": ["Редактировать свойства графика"], - "Edit dashboard": ["Редактировать дашборд"], - "Edit database": ["Редактировать Базу Данных"], - "Edit dataset": ["Редактировать датасет"], - "Edit email report": ["Редактировать рассылку"], - "Edit properties": ["Редактировать свойства"], - "Edit query": ["Редактировать запрос"], - "Edit template": ["Редактировать шаблон"], - "Edit template parameters": [ - "Редактировать параметры шаблонизации Jinja" + "Fill method": ["Метод заполнения пропусков"], + "Null imputation": ["Пустые значения"], + "Zero imputation": ["Нулевые значения"], + "Linear interpolation": ["Линейная интерполяция"], + "Forward values": ["Будущие значения"], + "Backward values": ["Предыдущие значения"], + "Median values": ["Медианные значения"], + "Mean values": ["Средние значения"], + "Sum values": ["Суммарные значения"], + "Pandas resample method": [ + "Метод ресемплирования данных библиотеки Pandas" ], - "Edit the dashboard": ["Редактировать дашборд"], - "Edit time range": ["Изменить временной интервал"], - "Edited": ["Редактировано"], - "Editing 1 filter:": ["Редактирование 1 фильтра:"], - "Either the database is spelled incorrectly or does not exist.": [ - "Неверное или несуществующее имя базы данных." + "Annotations and Layers": ["Аннотации и слои"], + "Left": ["Слева"], + "Top": ["Сверху"], + "Chart Title": ["Название графика"], + "X Axis": ["Ось X"], + "X Axis Title": ["Название оси X"], + "X AXIS TITLE BOTTOM MARGIN": ["Отступ снизу названия оси X"], + "Y Axis": ["Ось Y"], + "Y Axis Title": ["Название оси Y"], + "Y Axis Title Margin": [""], + "Query": ["Запрос"], + "Predictive Analytics": ["Предиктивная аналитика"], + "Enable forecast": ["Включить прогноз в график"], + "Enable forecasting": ["Включить прогнозирование данных"], + "Forecast periods": ["Кол-во прогнозных периодов"], + "How many periods into the future do we want to predict": [ + "На сколько периодов в будущем предсказывать" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Неверное имя пользователя \"%(username)s\" или пароль." + "Confidence interval": ["Доверительный интервал"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Ширина доверительного интервала. Должна быть между 0 и 1" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "Неверное имя пользователя \"%(username)s\", пароль или имя базы данных \"%(database)s\"." + "Yearly seasonality": ["Годовая сезонность"], + "default": ["по умолчанию"], + "Yes": ["Да"], + "No": ["Нет"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Применяется годовая сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." ], - "Either the username or the password is wrong.": [ - "Неверное имя пользователя или пароль" + "Weekly seasonality": ["Недельная сезонность"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Применяется недельная сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." ], - "Email reports active": ["Включить рассылки"], - "Embed": ["Встроить"], - "Embed code": ["Встроенный код"], - "Embed dashboard": ["Встроить дашборд"], - "Embedding deactivated.": ["Встраивание отключено"], - "Emphasis": ["Акцент"], - "Employment and education": ["Трудоустройство и образование"], - "Empty circle": ["Пустой круг"], - "Empty collection": ["Пустая коллекция"], - "Empty query result": ["Пустой ответ запроса"], - "Empty query?": ["Пустой запрос?"], - "Empty row": [""], - "Enable 'Allow file uploads to database' in any database's settings": [ - "Включите \"Разрешить загрузку файлов в базу данных\" в настройках любой базы данных" + "Daily seasonality": ["Дневная сезонность"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Применяется дневная сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." ], - "Enable data zooming controls": [ - "Включить элементы управления масштабированием данных" + "Time related form attributes": ["Параметры, связанные со временем"], + "Datasource & Chart Type": ["Источник данных и Тип графика"], + "Chart ID": ["ID графика"], + "The id of the active chart": ["Идентификатор активного графика"], + "Cache Timeout (seconds)": ["Время жизни кэша (секунды)"], + "The number of seconds before expiring the cache": [ + "Количество секунд до истечения срока действия кэша" ], - "Enable embedding": ["Разрешить встраивание"], - "Enable forecast": ["Включить прогноз в график"], - "Enable forecasting": ["Включить прогнозирование данных"], - "Enable graph roaming": ["Включить перемещение по графику"], - "Enable node dragging": ["Разрешить перемещение вершин"], - "Enable query cost estimation": ["Разрешить оценку стоимости запроса"], - "Enable row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [ - "Включить серверную пагинацию результатов (экспериментально)" + "URL Parameters": ["Параметры URL"], + "Extra url parameters for use in Jinja templated queries": [ + "Дополнительные url параметры для запросов, использующих шаблонизацию Jinja" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "" + "Extra Parameters": ["Доп. параметры"], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Дополнительные параметры для шаблонизации Jinja, которые могут быть использованы в графиках" ], - "End": ["Конец"], - "End (Longitude, Latitude): ": ["Конец (Долгота, Широта)"], - "End Longitude & Latitude": ["Конечные Долгота и Широта"], - "End angle": ["Конечный угол"], - "End date excluded from time range": [ - "Конечная дата исключена из временного интервала" + "Color Scheme": ["Цветовая схема"], + "Contribution Mode": ["Режим относительных значений"], + "Row": ["Строка"], + "Series": ["Ряд"], + "Calculate contribution per series or row": [ + "Вычислить вклад в общую сумму (долю) по категории или строке. Установливает формат показателя в проценты" ], - "End date must be after start date": [ - "Конечная дата должна быть после начальной" + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "X-Axis Sort Ascending": ["Сортировать по возрастанию оси X"], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions": ["Измерения"], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "" ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Не удается настроить драйвер \"%(engine)s\" при данных параметрах." + "Dimension": ["Измерение"], + "Entity": ["Элемент"], + "This defines the element to be plotted on the chart": [ + "Элемент, который будет отражен на графике" ], - "Engine Parameters": ["Параметры драйвера"], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Filters": ["Фильтры"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Enter CA_BUNDLE": ["Введите 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": [ - "Введите обязательные данные для %(dbModelName)s" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Entity": ["Элемент"], - "Entity ID": ["ID элемента"], - "Equal Date Sizes": ["Одинаковые размеры дат"], - "Equal to (=)": [""], - "Error": ["Ошибка"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Ошибка в jinja выражении в операторе HAVING: %(msg)s" + "Right Axis Metric": ["Мера для правой оси"], + "Sort by": ["Сортировка"], + "Bubble Size": ["Размер пузыря"], + "Metric used to calculate bubble size": [ + "Мера, используемая для расчета размера пузыря" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Ошибка в jinja выражении в RLS фильтрах: %(msg)s" + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Ошибка в jinja выражении в операторе WHERE: %(msg)s" + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Ошибка в jinja выражении в предикате выборки значений: %(msg)s" + "Color Metric": ["Цвет меры"], + "A metric to use for color": [ + "Показатель, используемый для расчета цвета" ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Ошибка загрузки источников данных для графиков. Фильтры могут работать некорректно." + "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 message": ["Сообщение об ошибке"], - "Error while fetching charts": ["Возникла ошибка при получении графиков"], - "Error while fetching data: %s": [ - "Возникла ошибка при получении данных: %s" + "Drop a temporal column here or click": [ + "Перетащите столбец формата дата/время сюда" ], - "Error while rendering virtual dataset query: %(msg)s": [ - "Произошла ошибка при выполнении запроса виртуального датасета: %(msg)s" + "Y-axis": ["Ось Y"], + "Dimension to use on y-axis.": ["Измерение для использования на оси Y"], + "X-axis": ["Ось X"], + "Dimension to use on x-axis.": ["Измерение для использования на оси X"], + "The type of visualization to display": [ + "Выберите необходимый тип визуализации" ], - "Error: %(error)s": ["Ошибка: %(error)s"], - "Error: %(msg)s": ["Ошибка: %(msg)s"], - "Error: permalink state not found": [""], - "Estimate cost": ["Оценить стоимость запроса"], - "Estimate selected query cost": ["Оценить стоимость выбранного запроса"], - "Estimate the cost before running a query": [ - "Спрогнозировать стоимость до выполнения запроса" + "Fixed Color": ["Фиксированный цвет"], + "Use this to define a static color for all circles": [ + "Этот цвет используется для заливки" ], - "Event": ["Событие"], - "Event Names": ["Имена событий"], - "Event definition": ["Определение события"], - "Event time column": ["Столбец формата дата/время"], - "Every": ["Каждый(ая)"], - "Evolution": ["Динамика"], - "Exact": ["Точное"], - "Example": ["Пример"], - "Examples": ["Примеры"], - "Excel File": ["Excel Файл"], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel файл \"%(excel_filename)s\" загружен в таблицу \"%(table_name)s\" в базе данных \"%(db_name)s\"" - ], - "Excel to Database configuration": [ - "Конфигурация Excel файла для импорта в базу данных" - ], - "Exclude selected values": ["Исключить выбранные значения"], - "Executed SQL": ["Исполненный SQL"], - "Executed query": ["Выполненный запрос"], - "Execution ID": ["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'": [ - "Формула с зависимой переменной 'x' в милисекундах с 1970 года (Unix-время). Для рассчета используется mathjs. Например: '2x+5'" - ], - "Experimental": ["Экспериментальный"], - "Explore": ["Исследовать"], - "Explore - %(table)s": ["Исследовать - %(table)s"], - "Explore the result set in the data exploration view": [ - "Создать новый график на основе этих данных" + "Linear Color Scheme": ["Линейная цветовая схема"], + "all": ["Все"], + "5 seconds": ["5 секунд"], + "30 seconds": ["30 секунд"], + "1 minute": ["1 минута"], + "5 minutes": ["5 минут"], + "30 minutes": ["30 минут"], + "1 hour": ["1 час"], + "1 day": ["1 день"], + "7 days": ["7 дней"], + "week": ["неделя"], + "week starting Sunday": ["неделя, начинающаяся в воскресенье"], + "week ending Saturday": ["неделя, заканчивающаяся в субботу"], + "month": ["месяц"], + "quarter": ["Квартал"], + "year": ["год"], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "Интервал времени, в границах которого строится график. Обратите внимание, что для определения диапазона времени, вы можете использовать естественный язык. Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»" ], - "Export": ["Экспортировать"], - "Export dashboards?": ["Экспортировать дашборды?"], - "Export query": ["Экспорт запроса"], - "Export to .CSV": ["Экспорт в .CSV"], - "Export to .JSON": ["Экспорт в .JSON"], - "Export to YAML": ["Экспорт в YAML"], - "Export to YAML?": ["Экспортировать в YAML?"], - "Export to full .CSV": ["Экспорт в целый .CSV"], - "Export to original .CSV": ["Экспорт исходных данных в .CSV"], - "Export to pivoted .CSV": ["Экспорт сводной таблицы в .CSV"], - "Expose database in SQL Lab": [ - "Предоставить доступ к базе в Лаборатории SQL" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "" ], - "Expose in SQL Lab": ["Доступен в SQL редакторе"], - "Expose this DB in SQL Lab": [ - "Предоставить доступ к базе в Лаборатории SQL" + "This control filters the whole chart based on the selected time range. 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.": [ + "" ], - "Expression": ["Выражение"], - "Extra": ["Дополнительные параметры"], - "Extra Controls": ["Дополнительные элементы управления"], - "Extra Parameters": ["Доп. параметры"], - "Extra data for JS": ["Доп. данные для 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\": \"Руководитель отдела\", \"details\": \"Эта таблица - источник правды.\" }, \"warning_markdown\": \"Это предупреждение.\" }`." + "Row limit": ["Лимит строк"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Дополнительное поле не может быть декодировано с помощью JSON. %(msg)s" + "Sort Descending": ["Сортировать по убыванию"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "Extra parameters for use in jinja templated queries": [ - "Дополнительные параметры для запросов, использующих шаблонизацию Jinja" + "Series limit": ["Лимит кол-ва категорий"], + "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.": [ + "Ограничивает количество отображаемых категорий. Эта опция полезна для столбцов с большим количеством уникальных значений, т.к. уменьшает сложность и стоимость запроса." ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "Дополнительные параметры для шаблонизации Jinja, которые могут быть использованы в графиках" + "Y Axis Format": ["Формат Оси Y"], + "Time format": ["Формат даты/времени"], + "The color scheme for rendering chart": [ + "Цветовая схема, применяемая для раскрашивания графика" ], - "Extra url parameters for use in Jinja templated queries": [ - "Дополнительные url параметры для запросов, использующих шаблонизацию Jinja" + "Truncate Metric": ["Убрать имя меры"], + "Whether to truncate metrics": [ + "Убирает меру (например, AVG(...)) с легенды рядом с именем измерения и из таблицы результатов" ], - "Extruded": [""], - "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 load dimensions for drill by": [""], - "Failed to retrieve advanced type": [ - "Не удалось получить расширенный тип" + "Show empty columns": ["Показывать пустые столбцы"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "Формат D3: https://github.com/d3/d3-format." ], - "Failed to start remote query on a worker.": [ - "Не удалось запустить удаленный запрос на сервере." + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": ["Адаптивное форматирование"], + "Original value": ["Исходное значение"], + "Duration in ms (66000 => 1m 6s)": [ + "Продолжительность в мс (66000 => 1m 6s)" ], - "Failed to update report": ["Не удалось обновить отчет"], - "Failed to verify select options: %s": [ - "Ошибка при проверке вариантов выбора: %s" + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Продолжительность в мс (1.40008 => 1ms 400µs 80ns)" ], - "Favorite": ["Избранное"], - "February": ["Февраль"], - "Fetch Values Predicate": [""], - "Fetch data preview": ["Получить данные для просмотра"], - "Fetched %s": ["Получено %s"], - "Fetching": ["Получение данных"], - "Field cannot be decoded by JSON. %(json_error)s": [ - "поле не может быть декодировано с помощью JSON. %(json_error)s" + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "Формат времени D3: https://github.com/d3/d3-time-format." ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Поле не может быть декодировано с помощью JSON. %(msg)s" + "Oops! An error occurred!": ["Произошла ошибка!"], + "Stack Trace:": [""], + "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.": [ + "По этому запросу не было возвращено данных. Если вы ожидали увидеть результаты, убедитесь, что все фильтры настроены правильно и источник данных содержит записи для заданного временного интервала." ], - "Field is required": ["Поле обязательно к заполнению"], - "File": ["Файл"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["Цвет заливки"], - "Fill all required fields to enable \"Default Value\"": [ - "Установить все требуемые флаги для включения \"Значения по умолчанию\"" + "No Results": ["Нет результатов"], + "ERROR": ["ОШИБКА"], + "Found invalid orderby options": [""], + "Invalid input": ["Недопустимые входные данные"], + "Unexpected error: ": ["Неожиданная ошибка: "], + "(no description, click to see stack trace)": [ + "(нет описания, нажмите для просмотра трассировки стека)" ], - "Fill method": ["Метод заполнения пропусков"], - "Filled": ["С заливкой"], - "Filter": ["Фильтр"], - "Filter Configuration": ["Конфигурация фильтра"], - "Filter List": ["Список фильтров"], - "Filter Settings": ["Настройки фильтра"], - "Filter Type": ["Тип фильтра"], - "Filter has default value": ["Фильтр имеет значение по умолчанию"], - "Filter name": ["Имя фильтра"], - "Filter only displays values relevant to selections made in other filters.": [ - "Фильтр предлагает только те значения, которые отобраны выбранными фильтрами" + "Network error": ["Ошибка сети"], + "Request timed out": ["Вышло время запроса"], + "Issue 1000 - The dataset is too large to query.": [ + "Ошибка 1000 - Источник данных слишком велик для запроса." ], - "Filter results": ["Фильтровать результаты"], - "Filter type": ["Тип фильтра"], - "Filter value (case sensitive)": [ - "Фильтровать значения (зависит от регистра)" + "Issue 1001 - The database is under an unusual load.": [ + "Ошибка 1001 - Нетипичная загрузка базы данных." ], - "Filter value is required": ["Требуется значение фильтра"], - "Filter value list cannot be empty": [ - "Список для фильтрации не может быть пуст" + "An error occurred": ["Произошла ошибка"], + "Sorry, an unknown error occurred.": [ + "Извините, произошла неизвестная ошибка." ], - "Filter your charts": ["Поиск"], - "Filterable": ["Фильтруемый"], - "Filters": ["Фильтры"], - "Filters by columns": ["Фильтры по столбцам"], - "Filters by metrics": ["Фильтры по мерам"], + "is expected to be an integer": ["Ожидается целое число"], + "is expected to be a number": ["Ожидается число"], + "Value cannot exceed %s": [""], + "cannot be empty": ["Необходимо заполнить"], "Filters for comparison must have a value": [""], - "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').": [ - "" + "Domain": ["Блок"], + "hour": ["час"], + "day": ["день"], + "The time unit used for the grouping of blocks": [ + "Единица времени для группировки блоков" ], - "Finish": ["Завершить"], - "First": ["Первый"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Фиксирует линию тренда в полном временном интервале, указанном в случае, если отфильтрованные результаты не включают даты начала или окончания" + "Subdomain": ["Подблок"], + "min": ["Минимум"], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "Единица времени для каждого подблока. Должна быть меньшей единицей, чем единица времени блока. Должно быть больше или равно единице времени" ], - "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": [ - "Размер шрифта для меток осей, значений деталей и других текстовых элементов" + "Chart Options": ["Свойства графика"], + "Cell Size": ["Размер ячейки"], + "The size of the square cell, in pixels": [ + "Размер квадратной ячейки (в пикселях)" ], - "Font size for the biggest value in the list": [ - "Размер шрифта для наибольшего значения в списке" + "Cell Padding": ["Расстояние между ячейками"], + "The distance between cells, in pixels": [ + "Расстояние между ячейками (в пикселях)" ], - "Font size for the smallest value in the list": [ - "Размер шрифта для наименьшего значения в списке" + "Cell Radius": ["Радиус ячейки"], + "The pixel radius": ["Радиус ячейки (в пикселях)"], + "Color Steps": ["Количество цветов"], + "The number color \"steps\"": ["Количество цветов в цветовой схеме"], + "Time Format": ["Формат даты/времени"], + "Legend": ["Легенда"], + "Whether to display the legend (toggles)": [ + "Отображать легенду (переключатель)" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Для Bigquery, Presto и Postgres, показывать кнопку подсчета стоимости запроса перед его выполнением." + "Show Values": ["Показать значения"], + "Whether to display the numerical values within the cells": [ + "Отображение числовых значений в ячейках" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "" + "Show Metric Names": ["Показать имена мер"], + "Whether to display the metric name as a title": [ + "Отображать имя меры как названия" ], - "For further instructions, consult the": [ - "Для получения дальнейших инструкций обратитесь к" + "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.": [ + "Визуализирует, как показатель изменился с течением времени, используя цветовую шкалу и календарь. Значения серого цвета используются для обозначения отсутствующих значений, а линейная цветовая схема используется для отображения величины значения каждого дня." ], - "For more information about objects are in context in the scope of this function, refer to the": [ - "" + "Business": ["Бизнес"], + "Comparison": ["Сравнение"], + "Intensity": ["Насыщенность"], + "Pattern": ["Паттерн"], + "Report": ["Отчет"], + "Trend": ["Тенденция"], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Sort by metric": ["Сортировка по мере"], + "Whether to sort results by the selected metric in descending order.": [ + "Сортировка результатов по выбранной мере в порядке убывания" ], - "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.": [ + "Number format": ["Числовой формат"], + "Choose a number format": ["Выберите числовой формат"], + "Source": ["Источник"], + "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.": [ "" ], - "Force": ["Силовой алгоритм"], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Принудить создание новых таблиц через CTAS или CVAS в Лаборатории SQL в этой схеме при нажатии соответствующих кнопок" - ], - "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.": [ - "Данные формы не найдены в кэше, возвращение к метаданным датасета." + "Relationships between community channels": [""], + "Chord Diagram": ["Хордовая диаграмма"], + "Circular": ["Круглая форма"], + "Legacy": ["Устарел"], + "Proportional": ["Пропорция"], + "Relational": ["Относительный"], + "Country": ["Страна"], + "Which country to plot the map for?": ["Выбор страны для графика"], + "ISO 3166-2 Codes": ["Коды ISO 3166-2"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Столбец, содержащий коды ISO 3166-2 региона/республики/области в вашей таблице" ], - "Formatted CSV attached in email": [ - "Форматированный CSV, прикрепленный к письму" + "Metric to display bottom title": [ + "Мера для отображения нижнего заголовка" ], - "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": [ - "Дата начала не может быть позже даты конца" + "Map": ["Карта"], + "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.": [ + "" ], - "Full name": ["Полное имя"], - "Funnel Chart": ["Воронка"], - "Further customize how to display each column": [ - "Дальнейшая настройка отображения каждого столбца" + "2D": ["2D карты"], + "Geo": ["Карта"], + "Range": ["Интервал"], + "Stacked": ["С наполнением"], + "Sorry, there appears to be no data": [ + "Извините, похоже, что данные отсутствуют" ], - "Further customize how to display each metric": [ - "Дальнейшая настройка отображения каждой меры" + "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.": [ + "" ], - "GROUP BY": ["GROUP BY"], - "Gauge Chart": ["Индикаторная диаграмма"], - "General": ["Основные свойства"], - "Generating link, please wait..": [ - "Генерация ссылки, пожалуйста, ждите..." + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "" ], - "Generic Chart": ["Общая диаграмма"], - "Geo": ["Карта"], - "GeoJson Column": ["Столбец GeoJson"], - "GeoJson Settings": ["Настройки GeoJson"], - "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": [ - "Перейдите в режим редактирования для изменения дашборда и добавьте графики" + "Additional metadata": ["Дополнительные метаданные"], + "Metadata": ["Метаданные"], + "Select any columns for metadata inspection": [""], + "Entity ID": ["ID элемента"], + "e.g., a \"user id\" column": [ + "например, столбец \"идентификатор пользователя\"" ], - "Gold": ["Золотой"], - "Google Sheet Name and URL": ["Имя или URL Google Таблицы"], - "Grace period": ["Перерыв между оповещением"], - "Graph Chart": ["Сетевой график"], - "Graph layout": ["Формат сетевого графика"], - "Gravity": ["Гравитация"], - "Grid": ["Сетка"], - "Grid Size": ["Размер сетки"], - "Group By": ["Группировать по"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Измерения, Меры или Процентные меры должны иметь значение" + "Max Events": ["Лимит событий"], + "The maximum number of events to return, equivalent to the number of rows": [ + "Максимальное количество возвращаемых событий, эквивалентно количеству строк" ], - "Group by": ["Группировать по"], - "Groupable": ["Группируемый"], - "Guest user cannot modify chart payload": [""], - "Handlebars": ["Handlebars"], - "Handlebars Template": ["Шаблон Handlebars"], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "Has created by": ["Создан(а)"], - "Header": ["Заголовок"], - "Header Row": ["Строка заголовка"], - "Heatmap": ["Тепловая карта"], + "Progressive": ["Постепенный"], + "Axis ascending": ["Ось по возрастанию"], + "Axis descending": ["Ось по убыванию"], + "Metric ascending": ["Мера по возрастанию"], + "Metric descending": ["Мера по убыванию"], "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": ["Главная"], - "Horizontal": ["Горизонтально"], - "Horizontal (Top)": ["Горизонтально (сверху)"], - "Horizontal alignment": ["Выравнивание по горизонтали"], - "Host": ["Хост"], - "Hostname or IP address": ["Имя хоста или IP адрес"], - "Hour": ["Час"], - "Hours %s": ["Часов %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": [ - "На сколько периодов в будущем предсказывать" + "XScale Interval": [""], + "Number of steps to take between ticks when displaying the X scale": [""], + "Number of steps to take between ticks when displaying the Y scale": [""], + "Rendering": ["Отрисовка"], + "pixelated (Sharp)": [""], + "auto (Smooth)": ["Автоматически (плавно)"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "" ], - "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.": [ - "Как отображать смещения во времени: как отдельные линии; как абсолютную разницу между основным временным рядом и каждым смещением; как процентное изменение; или как соотношение между рядами и смещениями." + "Normalize Across": [""], + "heatmap": ["тепловая карта"], + "x": ["x"], + "y": ["y"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "" ], - "Huge": ["Огромный"], - "ISO 3166-2 Codes": ["Коды ISO 3166-2"], - "ISO 8601": ["ISO 8601"], - "Id": ["ID"], - "Id of root node of the tree.": ["Id корневой вершины дерева."], - "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.": [ - "Если вы используете Presto или Trino, все запросы в Лаборатории SQL будут выполняться от авторизованного пользователя, который должен иметь разрешение на их выполнение. Если включены Hive и hive.server2.enable.doAs, то запросы будут выполняться через техническую учетную запись, но имперсонировать зарегистрированного пользователя можно через свойство hive.server2.proxy.user." + "x: values are normalized within each column": [ + "x: значения нормализованы внутри каждого столбца" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Если вы используете Presto, все запросы в Лаборатории SQL будут выполняться от авторизованного пользователя, который должен иметь разрешение на их выполнение.
Если включены Hive и hive.server2.enable.doAs, то запросы будут выполняться через техническую учетную запись, но имперсонировать зарегистрированного пользователя можно через свойство hive.server2.proxy.user." + "y: values are normalized within each row": [ + "y: значения нормализованы внутри каждой строки" ], - "If Table Already Exists": ["Если таблица уже существует"], - "If a metric is specified, sorting will be done based on the metric value": [ - "Если мера задана, сортировка будет произведена на основании значений меры" + "heatmap: values are normalized across the entire heatmap": [ + "тепловая карта: значения нормализованы внутри всей карты" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "Если повторяющиеся столбцы не перезаписываются, они будут представлены в формате \"X.0, X.1\"." + "Left Margin": ["Левый отступ"], + "auto": ["Автоматически"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Левый отступ (в пикселях), дает больше пространства меткам оси" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "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.": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Если установлено, выберите схемы, в которые разрешена загрузка CSV на вкладке \"Дополнительно\"." + "Sort X Axis": ["Сортировка оси X"], + "Sort Y Axis": ["Сортировка оси Y"], + "Show percentage": ["Показывать долю"], + "Whether to include the percentage in the tooltip": [ + "Отображение процентной доли во всплывающей подсказке" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Если таблица уже существует, выберите действие: Ошибка (ничего не делать), Заменить (удалить и воссоздать таблицу) или Добавить (вставить данные)." + "Normalized": ["Нормализовать"], + "Whether to apply a normal distribution based on rank on the color scale": [ + "Применять нормальное распределение на основе ранга в цветовой схеме" ], - "Ignore null locations": ["Игнорировать пустые локации"], - "Ignore time": ["Игнорировать время"], - "Image (PNG) embedded in email": [ - "Изображение (PNG), встроенное в email" + "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.": [ + "" ], - "Image download failed, please refresh and try again.": [ - "Ошибка скачивания изображения, пожалуйста, обновите и попробуйте заново." + "Sizes of vehicles": [""], + "Employment and education": ["Трудоустройство и образование"], + "Density": ["Концентрация"], + "Predictive": ["Прогноз"], + "Single Metric": ["Одна мера"], + "Deprecated": ["Устарело"], + "to": ["по"], + "count": ["количество"], + "cumulative": ["кумулятивно"], + "percentile (exclusive)": ["перцентиль (исключая)"], + "Select the numeric columns to draw the histogram": [ + "Выберите числовые столбцы для отрисовки гистограммы" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Имперсонировать пользователя (Presto, Trino, Drill, Hive, и Google Таблицы)" + "No of Bins": ["Количество столбцов"], + "Select the number of bins for the histogram": [ + "Выберите количество столбцов для гистограммы" ], - "Impersonate the logged on user": ["Имперсонировать пользователя"], - "Import": ["Импорт"], - "Import %s": ["Импортировать %s"], - "Import Dashboard(s)": ["Импортировать дашборд(ы)"], - "Import a table definition": [""], - "Import chart failed for an unknown reason": [ - "Не удалось импортировать график по неизвестной причине" - ], - "Import charts": ["Импортировать графики"], - "Import dashboard failed for an unknown reason": [ - "Не удалось импортировать дашборд по неизвестной причине" + "X Axis Label": ["Метка оси X"], + "Y Axis Label": ["Метка оси Y"], + "Whether to normalize the histogram": ["Нормализовать гистограмму"], + "Cumulative": ["С накоплением"], + "Whether to make the histogram cumulative": [ + "Сделать гистограмму нарастающей" ], - "Import dashboards": ["Импортировать дашборды"], - "Import database failed for an unknown reason": [ - "Не удалось импортировать базу данных по неизвестной причине" + "Distribution": ["Распределение"], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "" ], - "Import database from file": ["Импортировать базу данных из файла"], - "Import dataset failed for an unknown reason": [ - "Не удалось импортировать датасет по неизвестной причине" + "Population age data": [""], + "Contribution": ["Режим относительных значений"], + "Compute the contribution to the total": [ + "Вычислить вклад в общую сумму (долю)" ], - "Import datasets": ["Импортировать датасеты"], - "Import queries": ["Импортировать запросы"], - "Import saved query failed for an unknown reason.": [ - "Не удалось импортировать сохраненный запрос по неизвестной причине" + "Series Height": ["Высота рядов"], + "Pixel height of each series": ["Высота каждого ряда (в пикселях)"], + "Value Domain": [""], + "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": [ + "" ], - "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.": [ + "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.": [ "" ], - "Include Series": [""], - "Include a description that will be sent with your report": [ - "Описание, которое будет отправлено вместе с вашим отчетом" + "Dark Cyan": ["Темно-голубой"], + "Purple": ["Фиолетовый"], + "Gold": ["Золотой"], + "Dim Gray": ["Тускло-серый"], + "Crimson": ["Малиновый"], + "Forest Green": ["Лесной зеленый"], + "Longitude": ["Долгота"], + "Column containing longitude data": [ + "Столбец, содержащий данные о долготе" ], - "Include series name as an axis": [ - "Включить имена категорий в качестве оси" + "Latitude": ["Широта"], + "Column containing latitude data": [ + "Столбец, содержащий данные о широте" ], - "Include time": ["Включить время"], - "Index": ["Индекс"], - "Index Column": ["Индесный столбец"], - "Info": ["Личные данные"], - "Inner Radius": ["Внутренний радиус"], - "Inner radius of donut hole": ["Внутренний радиус отверстия для кольца"], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Поле для ввода поддерживает пользовательские значения, например 30 для 30°" + "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.": [ + "" ], - "Intensity": ["Насыщенность"], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "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": [ + "Радиус маркеров (не находящихся в кластере). Выберите числовой столбец или `Автоматически`, который отмасштабирует маркеры по наибольшему маркеру." + ], + "Auto": ["Автоматически"], + "Point Radius Unit": ["Единица измерения радиуса маркера"], + "Pixels": ["Пиксели"], + "Miles": ["Мили"], + "Kilometers": ["Километры"], + "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.": [ "" ], - "Interval": ["Интервал"], - "Interval End column": ["Столбец с концом интервала"], - "Interval bounds": ["Граница интервала"], - "Interval colors": ["Цвета интервала"], - "Interval start column": ["Столбец с началом интервала"], - "Intervals": ["Интервалы"], - "Invalid JSON": ["Недопустимый формат JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "Невалидный расширенный тип данных: %(advanced_data_type)s" + "Cluster label aggregator": ["Агрегатор меток кластера"], + "sum": ["Сумма"], + "mean": ["Среднее"], + "max": ["Максимум"], + "std": ["Стандартное отклонение"], + "var": ["Дисперсия"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "Агрегатная функция, применяемая для списка точек в каждом кластере для создания метки кластера." ], - "Invalid certificate": ["Неверный сертификат"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "Недопустимая строка для подключения, валидная строка соответствует шаблону: драйвер://имя-пользователя:пароль@хост/имя-базы-данных" + "Visual Tweaks": ["Визуальные настройки"], + "Live render": ["Мгновенная отрисовка"], + "Points and clusters will update as the viewport is being changed": [ + "Точки и кластеры будут обновляться по мере изменения области просмотра" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ - "Недопустимая строка для подключения, валидная строка соответствует шаблону:'ДРАЙВЕР://ИМЯ-ПОЛЬЗОВАТЕЛЯ:ПАРОЛЬ@ХОСТ/ИМЯ-БАЗЫ-ДАННЫХ'

Пример:'postgresql://user:password@postgres-db/database'

" + "Map Style": ["Стиль карты"], + "Streets": ["Схема"], + "Dark": ["Темный"], + "Light": ["Светлый"], + "Satellite Streets": ["Гибридный режим"], + "Satellite": ["Спутник"], + "Outdoors": ["Туристический режим"], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Прозрачность"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "Непрозрачность всех кластеров, точек и меток. Между 0 и 1." ], - "Invalid cron expression": ["Недопустимое CRON выражение"], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["Недопустимый формат дата/время"], - "Invalid filter operation type: %(op)s": [""], - "Invalid geodetic string": [""], - "Invalid geohash string": [""], - "Invalid input": ["Недопустимые входные данные"], - "Invalid lat/long configuration.": [ - "Неверная конфигурация широты и долготы." + "RGB Color": ["Цвет RGB"], + "The color for points and clusters in RGB": [ + "Цвет для маркеров и кластеров в RGB" ], - "Invalid longitude/latitude": ["Недопустимые долгота/широта"], - "Invalid metric object: %(metric)s": [""], - "Invalid numpy function: %(operator)s": [ - "Недопустимая numpy функция: %(operator)s" + "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.": [ + "" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Недопустимые настройки для %(rolling_type)s: %(options)s" + "Light mode": ["Светлый режим"], + "Dark mode": ["Темная тема"], + "MapBox": ["Mapbox"], + "Scatter": ["Точечный"], + "Transformable": ["Трансформируемый"], + "Significance Level": [""], + "Threshold alpha level for determining significance": [ + "Пороговый альфа-уровень для определения значимости" ], - "Invalid permalink key": [""], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [ - "Недопустимый тип ответа: %(result_type)s" + "p-value precision": ["точность p-значения"], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Таблица, визуализирующая парные t-тесты, которые используются для нахождения статистических различий между группами." ], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": ["Выбрать противоположные значения"], - "Invert current page": [""], - "Is certified": ["Одобрено"], - "Is dimension": ["Является измерением"], - "Is favorite": ["В избранном"], - "Is filterable": ["Фильтруемый"], - "Is temporal": ["Содержит дату/время"], - "Issue 1000 - The dataset is too large to query.": [ - "Ошибка 1000 - Источник данных слишком велик для запроса." + "Paired t-test Table": ["Таблица парного t-теста"], + "Statistical": ["Статистический учет"], + "Tabular": ["Таблицы"], + "Options": ["Опции"], + "Data Table": ["Таблица"], + "Whether to display the interactive data table": [ + "Отображать интерактивную таблицу с данными" ], - "Issue 1001 - The database is under an unusual load.": [ - "Ошибка 1001 - Нетипичная загрузка базы данных." + "Include Series": [""], + "Include series name as an axis": [ + "Включить имена категорий в качестве оси" ], - "It’s not recommended to truncate axis in Bar chart.": [ - "Не рекомендуется урезать интервал оси в столбчатой диаграмме" + "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.": [ + "" ], - "JAN": ["ЯНВ"], - "JSON": ["JSON"], - "JSON Metadata": ["JSON Метаданные"], - "JSON metadata": ["JSON метаданные"], - "JSON metadata is invalid!": ["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.": [ - "JSON строка, содержащая дополнительную информацию о соединении. Это используется для указания информации о соединении с такими системами как Hive, Presto и BigQuery, которые не укладываются в шаблон \"пользователь:пароль\", который обычно используется в SQLAlchemy." + "Directional": ["Направленный"], + "Time Series Options": ["Настройки временных рядов"], + "Not Time Series": ["Не временные ряды"], + "Ignore time": ["Игнорировать время"], + "Time Series": ["Временной ряд"], + "Standard time series": [""], + "Aggregate Mean": ["Агрегированное среднее"], + "Mean of values over specified period": [ + "Среднее значений за указанный период" ], - "JUL": ["ИЮЛ"], - "JUN": ["ИЮН"], - "January": ["Январь"], - "Jinja templating": ["Шаблонизацию Jinja."], - "Json list of the column names that should be read": [ - "Список столбцов в формате JSON из файла, которые будут использованы." + "Aggregate Sum": ["Агрегированная сумма"], + "Sum of values over specified period": [ + "Сумма значений за обозначенный период" ], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Список столбцов в формате JSON из файла, которые будут использованы. Пример: [\"id\", \"name\", \"gender\", \"age\"]. Если в данном поле указаны названия столбцов, из файла будут загружены только указанные столбцы." + "Metric change in value from `since` to `until`": [ + "Изменение меры с `до` до `после`" ], - "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 значений, которые следует рассматривать как нулевые. Примеры: [\"\"] для пустых строк, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Предупреждение: База данных Hive поддерживает только одно значение." + "Percent Change": ["Процентное изменение"], + "Metric percent change in value from `since` to `until`": [ + "Процентное изменение меры с `до` до `после`" ], - "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 значений, которые следует рассматривать как нулевые. Примеры: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Предупреждение: База данных Hive поддерживает только одно значение. Используйте [\"\"] для пустой строки." + "Factor": [""], + "Metric factor change from `since` to `until`": [""], + "Advanced Analytics": ["Расширенная аналитика"], + "Use the Advanced Analytics options below": [ + "Используйте настройки Расширенной аналитики ниже" ], - "July": ["Июль"], - "June": ["Июнь"], - "KPI": ["KPI"], - "Keep control settings?": ["Оставить прежние настройки?"], - "Keep editing": ["Продолжить редактирование"], - "Key": ["Ключ"], - "Keyboard shortcuts": [""], - "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": ["Дата изменения %s"], - "Last Updated %s by %s": ["Изменено %s пользователем %s"], - "Last available value seen on %s": ["Последнее доступное значение: %s"], - "Last modified": ["Последнее изменение"], - "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": [ + "Settings for time series": ["Настройки временных рядов"], + "Date Time Format": ["Формат даты и времени"], + "Partition Limit": ["Количество разбиений"], + "The maximum number of subdivisions of each group; lower values are pruned first": [ "" ], - "Least recently modified": ["Измененные давно"], - "Left": ["Слева"], - "Left Margin": ["Левый отступ"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Левый отступ (в пикселях), дает больше пространства меткам оси" + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "" ], - "Left to Right": ["Слева направо"], - "Left value": ["Левое значение"], - "Legacy": ["Устарел"], - "Legend": ["Легенда"], - "Legend Format": ["Формат легенды"], - "Legend Orientation": ["Ориентация легенды"], - "Legend Position": ["Расположение легенды"], - "Legend type": ["Тип легенды"], - "Less than (<)": [""], - "Lift percent precision": [""], - "Light": ["Светлый"], - "Light mode": ["Светлый режим"], - "Like": [""], - "Limit reached": ["Достигнут предел"], - "Limit type": ["Тип ограничения"], + "Log Scale": ["Логарифмическая шкала"], + "Use a log scale": ["Использовать логарифмическую шкалу"], + "Equal Date Sizes": ["Одинаковые размеры дат"], + "Check to force date partitions to have the same height": [""], + "Rich Tooltip": ["Расширенная всплывающая подсказка"], + "The rich tooltip shows a list of all series for that point in time": [ + "Расширенная всплывающая подсказка показывает список всех категорий для этой точки." + ], + "Rolling Window": ["Скользящее окно"], + "Rolling Function": ["Скользящая средняя"], + "cumsum": ["Кумулятивная сумма"], + "Min Periods": ["Минимальный период"], + "Time Comparison": ["Сравнение по времени"], + "Time Shift": ["Временной сдвиг"], + "1 week": ["1 неделя"], + "28 days": ["28 дней"], + "30 days": ["30 дней"], + "52 weeks": ["52 недели"], + "1 year": ["1 год"], + "104 weeks": ["104 недели"], + "2 years": ["2 года"], + "156 weeks": ["156 недель"], + "3 years": ["3 года"], + "Actual Values": ["Фактические значения"], + "1T": ["1МИН"], + "1H": ["1Ч"], + "1D": ["1Д"], + "7D": ["7Д"], + "1M": ["1М"], + "1AS": ["1С"], + "Method": ["Метод"], + "asfreq": ["asfreq (без изменения)"], + "bfill": ["bfill (заполняет пропуски предыдущими значениями)"], + "ffill": ["ffill (заполняет пропуски следующими значениями)"], + "median": ["Медиана"], + "Part of a Whole": ["Покомпонентное сравнение"], + "Compare the same summarized metric across multiple groups.": [ + "Сравнивает один и тот же обобщенный показатель в нескольких группах" + ], + "Categorical": ["Категориальный"], + "Use Area Proportions": ["Использовать пропорции области"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "" + ], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "" + ], + "Nightingale Rose Chart": ["Диаграмма Найтингейл"], + "Advanced-Analytics": ["Продвинутая аналитика"], + "Multi-Layers": ["Многослойный"], + "Source / Target": ["Источник / Цель"], + "Choose a source and a target": ["Выберите источник и цель"], "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.": [ - "Ограничивает количество извлекаемых ячеек" + "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.": [ + "" ], - "Limits the number of rows that get displayed.": [ - "Ограничивает количество отображаемых строк" + "Demographics": ["Демография"], + "Survey Responses": [""], + "Sankey Diagram": ["Диаграмма Санкей"], + "Percentages": ["Проценты"], + "Sankey Diagram with Loops": [""], + "Country Field Type": ["Тип поля страны"], + "Full name": ["Полное имя"], + "code International Olympic Committee (cioc)": [ + "Код Международного Олимпийского Комитета (cioc)" ], - "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.": [ - "Ограничивает количество отображаемых категорий. Эта опция полезна для столбцов с большим количеством уникальных значений, т.к. уменьшает сложность и стоимость запроса." + "code ISO 3166-1 alpha-2 (cca2)": ["Код ISO 3166-1 alpha-2 (cca2)"], + "code ISO 3166-1 alpha-3 (cca3)": ["Код ISO 3166-1 alpha-3 (cca3)"], + "The country code standard that Superset should expect to find in the [country] column": [ + "Код страны, который Суперсет ожидает найти в столбце со страной" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Show Bubbles": ["Показать пузыри"], + "Whether to display bubbles on top of countries": [ + "Отображать пузыри поверх стран" + ], + "Max Bubble Size": ["Максимальный размер пузыря"], + "Color by": ["Выбор цвета по"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "Line": ["Линейный"], - "Line Chart": ["Линейный график"], - "Time-series 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.": [ - "Линейная диаграмма используется для визуализации показателей, полученных в рамках одной категории. Линейная диаграмма - это тип диаграммы, который отображает информацию в виде ряда точек данных, соединенных прямыми отрезками. Это базовый тип диаграммы, распространенный во многих областях." + "Country Column": ["Столбец со страной"], + "3 letter code of the country": ["3х буквенный код страны"], + "Metric that defines the size of the bubble": [ + "Показатель, определяющий размер пузяря" ], - "Line interpolation as defined by d3.js": [ - "Линейная интерполяция, определенная в d3.js" + "Bubble Color": ["Цвет пузыря"], + "Country Color Scheme": ["Цветовая схема страны"], + "A map of the world, that can indicate values in different countries.": [ + "Карта мира, на которой могут быть указаны значения в разных странах." ], - "Line width": ["Толщина линии"], - "Linear Color Scheme": ["Линейная цветовая схема"], - "Linear color scheme": ["Линейная цветовая схема"], - "Linear interpolation": ["Линейная интерполяция"], - "Link Copied!": ["Ссылка скопирована"], - "List Unique Values": ["Список уникальных значений"], - "List of n+1 values for bucketing metric into n buckets.": [""], - "List of values to mark with lines": [ - "Список числовых значений для отображения в виде линий на графике. Например, 10,20,30" + "Multi-Dimensions": ["Многомерный"], + "Multi-Variables": ["Несколько переменных"], + "Popular": ["Популярно"], + "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.": [ + "Объединяет несколько слоев вместе для формирования сложных визуальных эффектов." ], - "List of values to mark with triangles": [ - "Список числовых значений для отображения в виде треугольников на графике. Например, 10,20,30" + "deck.gl Multiple Layers": ["deck.gl Многослойный"], + "deckGL": ["Карта deckGL"], + "Start (Longitude, Latitude): ": ["Старт (Долгота, Широта): "], + "End (Longitude, Latitude): ": ["Конец (Долгота, Широта)"], + "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": [ + "Выберите измерение, на основе которого определяются категориальные цвета" ], - "List updated": ["Список обновлен"], - "Live CSS editor": ["Редактор CSS"], - "Live render": ["Мгновенная отрисовка"], - "Load a CSS template": ["Загрузить CSS шаблон"], - "Loaded data cached": ["Данные загружены в кэш"], - "Loaded from cache": ["Загружено из кэша"], - "Loading": ["Загрузка"], - "Loading...": ["Загрузка..."], - "Log Scale": ["Логарифмическая шкала"], - "Log retention": ["Хранение журнала"], - "Logarithmic axis": ["Логарифмическая ось"], - "Logarithmic scale on primary y-axis": [ - "Логарифмическая шкала для главной оси Y" + "Stroke Width": ["Ширина обводки"], + "Advanced": ["Продвинутая настройка"], + "Plot the distance (like flight paths) between origin and destination.": [ + "" ], - "Logarithmic scale on secondary y-axis": [ - "Логарифмическая шкала для вторичной оси Y" + "deck.gl Arc": ["deck.gl Дуга"], + "3D": ["3D карты"], + "Web": ["Сеть"], + "Centroid (Longitude and Latitude): ": ["Центроид (Долгота и Широта): "], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], - "Logarithmic y-axis": ["Логарифмическая ось Y"], - "Login": ["Вход в систему"], - "Login with": ["Войти при помощи"], - "Logout": ["Выход из системы"], - "Logs": ["Записи"], - "Long dashed": ["Длинный штрих"], - "Longitude": ["Долгота"], - "Longitude & Latitude": ["Долгота и Широта"], - "Longitude & Latitude columns": ["Долгота и Широта"], - "Longitude and Latitude": ["Долгота и Широта"], - "Longitude of default viewport": ["Долгота для области просмотра"], - "Lower threshold must be lower than upper threshold": [""], - "MAR": ["МАР"], - "MAY": ["МАЙ"], - "MON": ["ПН"], - "Main Datetime Column": ["Основной столбец с временем"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "Убедитесь, что настройки графика верно сконфигурированы и источник данных содержит данные для выбранного временного интервала." + "Weight": ["Вес"], + "Metric used as a weight for the grid's coloring": [ + "Мера, используемая как вес для раскрашивания сетки" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Некорректный запрос. Ожидаются аргументы slice_id или table_name и db_name" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "" ], - "Manage": ["Управление"], - "Manage email report": ["Управление рассылкой по почте"], - "Manage your databases": ["Управляйте своими базами данных"], - "Mandatory": ["Обязательно"], - "Manually set min/max values for the y-axis.": [ - "Вручную задать мин./макс. значения для оси Y" + "Spatial": [""], + "GeoJson Settings": ["Настройки GeoJson"], + "Point Radius Scale": ["Шкала радиуса маркера"], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Диаграмма принимает данные в формате GeoJSON и отображает их в виде интерактивных полигонов, линий и точек (кругов, значков и/или текста)." ], - "Map": ["Карта"], - "Map Style": ["Стиль карты"], - "MapBox": ["Mapbox"], - "Mapbox": ["Mapbox"], - "March": ["Март"], - "Margin": ["Отступ"], - "Mark a column as temporal in \"Edit datasource\" modal": [ - "Присвойте столбцу формат даты/времени в настройках датасета" + "deck.gl Geojson": ["deck.gl GeoJSON"], + "Longitude and Latitude": ["Долгота и Широта"], + "Height": ["Высота"], + "Metric used to control height": [ + "Мера, используемая для регулирования высоты" ], - "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 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.": [ - "Медианная толщина ребра, самое толстое ребро будет в 4 раза толще самой тонкой." - ], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "Медианный размер вершины, самая большая вершина будет в 4 раза больше самой маленькой." - ], - "Median values": ["Медианные значения"], - "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": ["Показатель, отраженный на оси X"], - "Metric assigned to the [Y] axis": ["Показатель, отраженный на оси Y"], - "Metric change in value from `since` to `until`": [ - "Изменение меры с `до` до `после`" - ], - "Metric currency": [""], - "Metric descending": ["Мера по убыванию"], - "Metric factor change from `since` to `until`": [""], - "Metric for node values": ["Мера для значений вершин"], - "Metric name": ["Имя меры"], - "Metric name [%s] is duplicated": ["Дубль имени меры [%s]"], - "Metric percent change in value from `since` to `until`": [ - "Процентное изменение меры с `до` до `после`" - ], - "Metric that defines the size of the bubble": [ - "Показатель, определяющий размер пузяря" - ], - "Metric to display bottom title": [ - "Мера для отображения нижнего заголовка" + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Визуализирует геопространственные данные, такие как 3D-здания, ландшафты или объекты в виде сетки." ], - "Metric used as a weight for the grid's coloring": [ - "Мера, используемая как вес для раскрашивания сетки" + "deck.gl Grid": ["deck.gl Сетка"], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "" ], - "Metric used to calculate bubble size": [ - "Мера, используемая для расчета размера пузыря" + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": ["Динамическая агрегирующая функция"], + "variance": ["Дисперсия"], + "p1": ["p1"], + "p5": ["p5"], + "p95": ["p95"], + "p99": ["p99"], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" ], - "Metric used to control height": [ - "Мера, используемая для регулирования высоты" + "deck.gl 3D Hexagon": ["deck.gl 3D Шестигранники"], + "Visualizes connected points, which form a path, on a map.": [ + "Визуализирует связанные точки, которые образуют путь, на карте." ], - "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).": [ - "Мера, используемая для определения того, как сортируются верхние категории, если присутствует ограничение по категории или ячейке. Если не определено, возвращается к первой мере (где это уместно)." + "name": ["имя"], + "Polygon Settings": ["Настройки полигона"], + "Opacity, expects values between 0 and 100": [ + "Непрозрачность, принимаются значения от 0 до 100" ], - "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).": [ - "Мера, используемая для определения того, как сортируются верхние категории, если присутствует ограничение по категории или строке. Если не определено, возвращается к первой мере (где это уместно)." + "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.": [""], + "Whether to apply filter when items are clicked": [ + "Применять фильтр при щелчке по элементам" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "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.": [ "" ], - "Metrics": ["Меры"], - "Middle": ["Середина"], - "Midnight": ["Полночь"], - "Miles": ["Мили"], - "Min": ["Минимум"], - "Min Periods": ["Минимальный период"], - "Min Width": ["Минимальная ширина"], - "Min periods": ["Минимальный период"], - "Min/max (no outliers)": ["Мин/макс (без выбросов)"], - "Mine": ["Мои"], - "Minimum": ["Минимум"], - "Minimum Font Size": ["Минимальный размер шрифта"], + "deck.gl Polygon": ["deck.gl Полигон"], + "Category": ["Категория"], + "Point Size": ["Размер маркера"], + "Point Unit": ["Единица измерения маркера"], + "Square meters": ["Квадратные метры"], + "Square kilometers": ["Квадратные километры"], + "Square miles": ["Квадратные мили"], + "Radius in meters": ["Радиус в метрах"], + "Radius in kilometers": ["Радиус в километрах"], + "Radius in miles": ["Радиус в милях"], "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.": [ - "Минимальный порог в процентных пунктах для отображения меток" + "Maximum Radius": ["Максимальный радиус"], + "Point Color": ["Цвет маркера"], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "На карте отображаются маркеры переменного радиуса и цвета." ], - "Minimum value for label to be displayed on graph.": [ - "Минимальное значение метки для отображения на графике." + "deck.gl Scatterplot": ["deck.gl Точечная карта"], + "Grid": ["Сетка"], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "Minimum value on the gauge axis": ["Минимальное значение индикатора"], - "Minor Split Line": ["Разметка полотна линиями"], - "Minute": ["Минута"], - "Minutes %s": ["Минут %s"], - "Missing URL parameters": ["Пропущенные параметры URL"], - "Missing dataset": ["Отсутствующий датасет"], - "Mixed Chart": ["Смешанный график"], - "Modified": ["Изменено"], - "Modified %s": ["Изменено %s"], - "Modified by": ["Кем изменено"], - "Modified columns: %s": ["Изменённые столбцы: %s"], - "Monday": ["Понедельник"], - "Month": ["Месяц"], - "Months %s": ["Месяцев %s"], - "More": ["Подробнее"], - "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.": [ - "Несколько расширений файлов столбчатого формата не разрешены к загрузке. Пожалуйста, убедитесь, что все файлы имеют одинаковое расширение." + "For more information about objects are in context in the scope of this function, refer to the": [ + "" ], - "Multiple filtering": ["Множественная фильтрация"], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Для уточнения форматов и получения более подробной информации, посмотрите Python-библиотеку geopy.points" + " source code of Superset's sandboxed parser": [ + " исходный код sandboxed парсера Суперсета" ], - "Multiplier": ["Мультипликатор"], - "Must be unique": ["Должно быть уникальным"], - "Must choose either a chart or a dashboard": [ - "Выберите график или дашборд" + "This functionality is disabled in your environment for security reasons.": [ + "Эта функция отключена в вашей среде по соображениям безопасности." ], - "Must have a [Group By] column to have 'count' as the [Label]": [""], - "Must have at least one numeric column specified": [ - "Должен быть указан хотя бы один числовой столбец" + "Ignore null locations": ["Игнорировать пустые локации"], + "Whether to ignore locations that are null": [ + "Игнорировать местоположения, которые не содержат данных о расположении" ], - "Must provide credentials for the SSH Tunnel": [""], - "Must specify a value for filters with comparison operators": [ - "Необходимо указать значение для фильтров с операторами сравнения" + "Auto Zoom": ["Авто масштабирование"], + "When checked, the map will zoom to your data after each query": [ + "Если отмечено, карта будет смасштабирована к вашим данным после каждого запроса" ], - "My beautiful colors": ["Мои красивые цвета"], - "My column": ["Мой столбец"], - "My metric": ["Моя мера"], - "N/A": ["Пусто"], - "NOT GROUPED BY": [""], - "NOV": ["НОЯ"], - "NOW": ["СЕЙЧАС"], - "NUMERIC": ["Числовой (NUMERIC/DECIMAL)"], - "Name": ["Имя"], - "Name is required": ["Имя обязательно"], - "Name must be unique": ["Имя должно быть уникальным"], - "Name of table to be created from columnar data.": [ - "Имя таблицы, созданной из файла столбчатого формата." + "Select a dimension": ["Выберете измерение"], + "Extra data for JS": ["Доп. данные для JS"], + "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ + "Определите функцию javascript, которая получает массив данных, используемый в визуализации, и, как ожидается, вернет измененную версию этого массива. Это может быть использовано для изменения свойств данных, фильтрации или расширения массива." ], - "Name of table to be created from excel data.": [ - "Имя таблицы, созданной из Excel файла." + "Define a function that receives the input and outputs the content for a tooltip": [ + "Задайте функцию, которая получает на вход содержимое всплывающей подсказки" ], - "Name of table to be created with CSV file": [ - "Имя таблицы, созданной из CSV файла." + "Define a function that returns a URL to navigate to when user clicks": [ + "Задайте функцию, которая возвращает URL для навигации при пользовательском нажатии" ], - "Name of the column containing the id of the parent node": [ - "Имя столбца, содержащее id родительской вершины" + "Legend Format": ["Формат легенды"], + "Choose the format for legend values": [ + "Выберите формат значений легенды" ], - "Name of the id column": ["Имя столбца id"], - "Name of the source nodes": ["Имя исходных вершин"], - "Name of the table that exists in the source database": [ - "Имя таблицы, которая существует в базе данных" + "Legend Position": ["Расположение легенды"], + "Choose the position of the legend": ["Выберите позицию легенды"], + "Top left": ["Сверху слева"], + "Top right": ["Сверху справа"], + "Bottom left": ["Снизу слева"], + "Bottom right": ["Снизу справа"], + "The database columns that contains lines information": [""], + "Line width": ["Толщина линии"], + "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": [ + " Установите прозрачность 0, если вы не хотите переписывать цвет, указанный в GeoJSON" ], - "Name of the target nodes": ["Имя конечных вершин"], - "Name your database": ["Дайте имя базе данных"], - "Need help? Learn how to connect your database": [ - "Нужна помощь? Узнайте, как подключаться к вашей базе данных" + "Stroke Color": ["Цвет обводки"], + "Filled": ["С заливкой"], + "Whether to fill the objects": ["Использовать заливку для объектов"], + "Stroked": ["С обводкой"], + "Whether to display the stroke": ["Отображение обводки"], + "Extruded": [""], + "Whether to make the grid 3D": ["Сделать сетку 3D"], + "Grid Size": ["Размер сетки"], + "Defines the grid size in pixels": [ + "Определяет размер сетки (в пикселях)" ], - "Need help? Learn more about": ["Нужна помощь? Узнайте больше о"], - "Network error": ["Ошибка сети"], - "Network error.": ["Ошибка сети."], - "New chart": ["Новый график"], - "New columns added: %s": ["Добавленные столбцы: %s"], - "New dataset": ["Новый датасет"], - "New dataset name": ["Новое имя датасета"], - "New tab": ["Новая вкладка"], - "New tab (Ctrl + q)": ["Новая вкладка (CTRL + Q)"], - "New tab (Ctrl + t)": ["Новая вкладка (CTRL + T)"], - "Next": ["Следующий"], - "Nightingale Rose Chart": ["Диаграмма Найтингейл"], - "No": ["Нет"], - "No %s yet": ["Пока нет %s"], - "No Data": ["Нет данных"], - "No Results": ["Нет результатов"], - "No annotation layers": ["Нет слоев аннотаций"], - "No annotation layers yet": ["Пока нет слоев аннотаций"], - "No annotation yet": ["Пока нет аннотаций"], - "No applied filters": ["Фильтры не применены"], - "No available filters.": ["Нет доступных фильтров."], - "No charts": ["Нет графиков"], - "No compatible columns found": ["Не найдено подходящих столбцов"], - "No data": ["Нет данных"], - "No data after filtering or data is NULL for the latest time record": [ - "Нет данных после фильтрации или данные отсутствуют за последний отрезок времени" + "Parameters related to the view and perspective on the map": [""], + "Longitude & Latitude": ["Долгота и Широта"], + "Fixed point radius": ["Фиксированный радиус"], + "Multiplier": ["Мультипликатор"], + "Factor to multiply the metric by": ["Число, на которое умножается мера"], + "geohash (square)": [""], + "Reverse Lat & Long": ["Поменять местами широту и долготу"], + "GeoJson Column": ["Столбец GeoJson"], + "Select the geojson column": ["Выберите geojson столбец"], + "Right Axis Format": ["Формат правой оси"], + "Show Markers": ["Показать маркеры"], + "Show data points as circle markers on the lines": [""], + "Y bounds": ["Показывать границы оси Y"], + "Whether to display the min and max values of the Y-axis": [ + "Отображать минимальное и максимальное значение на оси Y" ], - "No data in file": ["В файле нет данных"], - "No databases match your search": [ - "Нет баз данных, удовлетворяющих вашему поиску" + "Y 2 bounds": ["Границы оси Y 2"], + "Line Style": ["Тип линии"], + "step-before": [""], + "step-after": [""], + "Line interpolation as defined by d3.js": [ + "Линейная интерполяция, определенная в d3.js" ], - "No description available.": ["Описание отсутствует."], - "No entities have this tag currently assigned": [""], - "No filter": ["Без фильтрации"], - "No filter is selected.": ["Не выбраны фильтры."], - "No filters": ["Нет фильтров"], - "No filters are currently added to this dashboard.": [ - "Не применено ни одного фильтра к данному дашборду." + "Show Range Filter": ["Показать фильтр Диапазон"], + "Whether to display the time range interactive selector": [ + "Отображение интерактивного селектора временного интервала" ], - "No form settings were maintained": [ - "Конфигурация графика не сохранилась" + "Extra Controls": ["Дополнительные элементы управления"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Отображает дополнительные элементы управления на самом графике и позволяет менять отображение столбцов: без накопления и с ним." ], - "No of Bins": ["Количество столбцов"], - "No records found": ["Записи не найдены"], - "No results": ["Нет результатов"], - "No results found": ["Записи не найдены"], - "No results match your filter criteria": [ - "Не найдено результатов по вашим критериям" + "X Tick Layout": ["Расположение делений оси X"], + "flat": [""], + "The way the ticks are laid out on the X-axis": [ + "Способ расположения делений по оси X" ], - "No results were returned for this query": [ - "Не было получено данных по этому запросу" + "X Axis Format": ["Формат оси X"], + "Y Log Scale": ["Логарифмическая ось Y"], + "Use a log scale for the Y-axis": [ + "Использовать логарифмическую шкалу для оси Y" ], - "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.": [ - "По этому запросу не было возвращено данных. Если вы ожидали увидеть результаты, убедитесь, что все фильтры настроены правильно и источник данных содержит записи для заданного временного интервала." + "Y Axis Bounds": ["Границы оси Y"], + "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "Границы для оси Y. Если оставить поле пустым, границы динамически определяются на основе минимального/максимального значения данных. Обратите внимание, что эта функция только расширит диапазон осей. Она не изменит размер графика." ], - "No rows were returned for this dataset": [ - "Не было получено данных для этого датасета" + "Y Axis 2 Bounds": ["Границы оси Y 2"], + "X bounds": ["Показывать границы оси X"], + "Whether to display the min and max values of the X-axis": [ + "Отображать минимальное и максимальное значение на оси X" ], - "No samples were returned for this dataset": [ - "Не было получено данных для этого датасета" + "Bar Values": ["Значения столбцов"], + "Show the value on top of the bar": [ + "Показать значение в верхней части столбца" ], - "No saved expressions found": ["Не найдено сохраненных выражений"], - "No saved metrics found": ["Не найдено сохраненных мер"], - "No stored results found, you need to re-run your query": [ - "Не найдены сохраненные результаты, необходимо повторно выполнить запрос" + "Stacked Bars": ["Столбцы с накоплением"], + "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. Если флажок установлен, некоторые метки могут быть не отображены. " ], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Такой столбец не найден. Чтобы фильтровать по мере, попробуйте использовать вкладку Свой SQL." + "You cannot use 45° tick layout along with the time range filter": [ + "Вы не можете использовать расположение делений под углом 45° при использовании временного фильтра" ], - "No temporal columns found": ["Столбцы формата дата/время не найдены"], - "No time columns": ["Нет столбцов формата дата/время"], - "No validator found (configured for the engine)": [ - "Не найден валидатор (сконфигурированный для драйвера)" + "Stacked Style": [""], + "stream": ["поток"], + "expand": ["развернуть"], + "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.": [ + "Диаграмма временного ряда, которая визуализирует, как связанная метрика из нескольких групп изменяется с течением времени. Для каждой группы используется свой цвет." ], - "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 null": ["Не пусто"], - "Not triggered": ["Условие не выполнялось"], - "Not up to date": ["Не актуально"], - "Nothing triggered": ["Не срабатывало"], - "Notification method": ["Способ уведомления"], - "November": ["Ноябрь"], - "Now": ["Сейчас"], - "Null Values": ["Пустые значения"], - "Null imputation": ["Пустые значения"], - "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.": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": ["Игровые приставки"], + "Vehicle Types": [""], + "Time-series Area Chart (legacy)": ["Диаграмма с областями (устарело)"], + "Continuous": ["Непрерывный"], + "Line": ["Линейный"], + "nvd3": ["Графики nvd3"], + "Series Limit Sort By": ["Сортировка категорий по"], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Number format": ["Числовой формат"], - "Number format string": ["Числовой формат"], - "Number of buckets to group data": [""], - "Number of decimal digits to round numbers to": [ - "Кол-во десятичных разрядов для округления числа" + "Whether to sort descending or ascending if a series limit is present": [ + "Сортировка по убыванию или по возрастанию, если есть ограничение на количество категорий" ], - "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. You can use negative numbers to compare from the beginning of the time range.": [ - "" + "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.": [ + "Визуализирует изменение меры с течением времени, используя столбцы. Добавьте столбец для группировки, чтобы визуализировать показатели уровня группы и то, как они меняются с течением времени." ], - "Number of periods to ratio against": [ - "Количество периодов для сравнения" + "Time-series Bar Chart (legacy)": ["Столбчатая диаграмма (устарело)"], + "Bar": ["Столбчатая"], + "Box Plot": ["Ящик с усами"], + "X Log Scale": ["Логарифмическая ось X"], + "Use a log scale for the X-axis": [ + "Использовать логарифмическую шкалу для оси X" ], - "Number of rows of file to read": ["Количество строк файла для чтения"], - "Number of rows of file to read.": ["Количество строк файла для чтения."], - "Number of rows to skip at start of file": [ - "Количество строк для пропуска в начале файла" + "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.": [ + "" ], - "Number of rows to skip at start of file.": [ - "Количество строк для пропуска в начале файла." + "Ranges": ["Диапазоны"], + "Ranges to highlight with shading": [ + "Диапазоны для выделения с помощью затенения" ], - "Number of split segments on the axis": [ - "Количество разделенных сегментов на индикаторе" + "Range labels": ["Метки диапазона"], + "Labels for the ranges": ["Метки для диапазонов"], + "Markers": ["Маркеры"], + "List of values to mark with triangles": [ + "Список числовых значений для отображения в виде треугольников на графике. Например, 10,20,30" ], - "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.": [ - "Один или несколько столбцов для группировки. Столбцы с множеством уникальных значений должны включать порог количества категорий для снижения нагрузку на базу данных и на ускорения отображения графика." + "Marker labels": ["Метки маркера"], + "Labels for the markers": ["Метки для маркеров"], + "Marker lines": ["Линии маркеров"], + "List of values to mark with lines": [ + "Список числовых значений для отображения в виде линий на графике. Например, 10,20,30" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Marker line labels": ["Метки линий маркера"], + "Labels for the marker lines": ["Метки для линий маркера"], + "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.": [ + "Демонстрирует прогресс одного показателя по отношению к заданной цели. Чем больше заполнение, тем ближе показатель к целевому показателю." + ], + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "One or many metrics to display": [ - "Выберите одну или несколько мер для отображения" + "Time-series Percent Change": ["Процентное изменение (временные ряды)"], + "Sort Bars": ["Сортировать столбцы"], + "Sort bars by x labels.": ["Сортировать столбцы по меткам на оси X"], + "Defines how each series is broken down": [ + "Определяет разложение каждой категории" ], - "One or more columns already exist": [ - "Один или несколько столбцов уже существуют" + "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.": [ + "" ], - "One or more columns are duplicated": [ - "Один или несколько столбцов дублируются" + "Bar Chart (legacy)": ["Столбчатая диаграмма (устарело)"], + "Additive": ["Смешанный"], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [ + "Классическая диаграмма для визуализации изменения показателей со временем." ], - "One or more columns do not exist": [ - "Один или несколько столбцов не существуют" + "Battery level over time": ["Уровень заряда батареи с течением времени"], + "Time-series Line Chart (legacy)": ["Линейный график (устарело)"], + "Label Type": ["Тип метки"], + "Category Name": ["Имя категории"], + "Value": ["Значение"], + "Percentage": ["Процентная доля"], + "Category and Value": ["Категория и значение"], + "Category and Percentage": ["Категория и процентная доля"], + "Category, Value and Percentage": [ + "Категория, значение и процентная доля" ], - "One or more metrics already exist": [ - "Одна или несколько мер уже существуют" + "What should be shown on the label?": ["Текст, отображаемый на метке"], + "Donut": ["Кольцевая диаграмма"], + "Do you want a donut or a pie?": ["Круговая/кольцевая диаграмма"], + "Show Labels": ["Показывать метки"], + "Put labels outside": ["Вынести метки наружу"], + "Put the labels outside the pie?": ["Вынести метки за пределы диаграммы"], + "Frequency": ["Частота"], + "Year (freq=AS)": ["Год (част=AS)"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 недели с началом в Понедельник (част=52W-MON)" ], - "One or more metrics are duplicated": [ - "Одна или несколько мер дублируются" + "1 week starting Sunday (freq=W-SUN)": [ + "1 неделя с началом в Воскресенье (част=W-SUN)" ], - "One or more metrics do not exist": [ - "Одна или несколько мер не существуют" + "1 week starting Monday (freq=W-MON)": [ + "1 неделя с началом в Понедельник (част=W-MON)" ], - "One or more parameters needed to configure a database are missing.": [ - "Один или несколько параметров, необходимых для настройки базы данных, отсутствуют" + "Day (freq=D)": ["День (част=D)"], + "4 weeks (freq=4W-MON)": ["4 недели (част=4W-MON)"], + "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.": [ + "Периодичность для группировки по времени. Пользователи могут задавать собственную частоту. Для этого нажмите на иконку с информацией." ], - "One or more parameters specified in the query are missing.": [ - "Один или несколько параметров, указанных в запросе, отсутствуют" + "Formula": ["Формула"], + "Event": ["Событие"], + "Interval": ["Интервал"], + "Stack": [""], + "Expand": ["Расширить"], + "Show legend": ["Показывать легенду"], + "Whether to display a legend for the chart": [ + "Отображать легенду для графика" ], - "One ore more annotation layers failed loading.": [ - "Один или несколько слоев аннотации не удалось загрузить." + "Margin": ["Отступ"], + "Additional padding for legend.": ["Дополнительный отступ для легенды"], + "Scroll": ["Прокрутка"], + "Plain": ["Отобразить все"], + "Legend type": ["Тип легенды"], + "Orientation": ["Ориентация"], + "Bottom": ["Снизу"], + "Right": ["Справа"], + "Legend Orientation": ["Ориентация легенды"], + "Show Value": ["Показать значение"], + "Show series values on the chart": [ + "Показать значения категорий на графике" ], - "Only SELECT statements are allowed against this database.": [ - "Только SELECT запросы доступны для этой базы данных." + "Stack series on top of each other": [ + "Совместить столбцы в один с накоплением" ], "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": [ - "Поддерживаются только одиночные запросы" + "Percentage threshold": ["Процентный порог"], + "Minimum threshold in percentage points for showing labels.": [ + "Минимальный порог в процентных пунктах для отображения меток" ], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Доступные расширения файлов: %(allowed_extensions)s" + "Rich tooltip": ["Расширенная всплывающая подсказка"], + "Shows a list of all series available at that point in time": [ + "Показывает список всех данных, доступных в определенный момент времени" ], - "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.": [ - "Непрозрачность всех кластеров, точек и меток. Между 0 и 1." + "Tooltip time format": ["Формат времени всплывающей подсказки"], + "Tooltip sort by metric": ["Сортировка данных подсказки по мере"], + "Whether to sort tooltip by the selected metric in descending order.": [ + "Сортировка выбранных мер по убыванию во всплывающей подсказке" ], - "Opacity of area chart.": ["Непрозрачность диаграммы областей"], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" + "Tooltip": ["Всплывающая подсказка"], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": ["Повернуть метку оси X"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "Поле для ввода поддерживает пользовательские значения, например 30 для 30°" ], - "Opacity, expects values between 0 and 100": [ - "Непрозрачность, принимаются значения от 0 до 100" + "Make the x-axis categorical": [""], + "Last available value seen on %s": ["Последнее доступное значение: %s"], + "Not up to date": ["Не актуально"], + "No data": ["Нет данных"], + "No data after filtering or data is NULL for the latest time record": [ + "Нет данных после фильтрации или данные отсутствуют за последний отрезок времени" ], - "Open Datasource 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.": [ - "Работа с базой данных в асинхронном режиме означает, что запросы исполняются на удалённых воркерах, а не на веб-сервере Superset. Это подразумевает, что у вас есть установка с воркерами Celery. Обратитесь к документации по настройке за дополнительной информацией." + "Try applying different filters or ensuring your datasource has data": [ + "Попробуйте использовать другие фильтры или убедитесь, что в вашем источнике данных есть данные" ], - "Operator": ["Оператор"], - "Operator undefined for aggregator: %(name)s": [ - "Оператор не определен для агрегатора: %(name)s" + "Big Number Font Size": ["Размер шрифта числа"], + "Tiny": ["Крошечный"], + "Small": ["Маленький"], + "Normal": ["Обычный"], + "Large": ["Большой"], + "Huge": ["Огромный"], + "Subheader Font Size": ["Размер шрифта подзаголовка"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Необязательное содержимое CA_BUNDLE для валидации HTTPS запросов. Доступно только в определенных драйверах баз данных" + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Optional d3 date format string": ["Формат временной строки"], - "Optional d3 number format string": ["Формат числовой строки"], - "Optional name of the data column.": [ - "Необязательное имя столбца данныхэ" + "Big Number with Time Period Comparison": [""], + "Display settings": ["Настройки отображения"], + "Subheader": ["Подзаголовок"], + "Description text that shows up below your Big Number": [ + "Описание, отображаемое под Карточкой" ], - "Optional warning about use of this metric": [ - "Необязательное предупреждение об использовании этой меры" + "Date format": ["Форматы даты"], + "Force date format": ["Принудительный перевод к формату дата/время"], + "Use date formatting even when metric value is not a timestamp": [ + "Использовать перевод к формату дата/время даже если мера представляет другой тип данных" ], - "Options": ["Опции"], - "Or choose from a list of other databases we support:": [ - "Или выберите из списка других поддерживаемых баз данных:" + "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.": [ + "Отображает один показатель по центру. Карточку лучше всего использовать, чтобы привлечь внимание к KPI." ], - "Order by entity id": [""], - "Order results by selected columns": [ - "Упорядочить результаты по выбранным столбцам" + "A Big Number": ["Карточка"], + "With a subheader": ["С подзаголовком"], + "Big Number": ["Карточка"], + "Comparison Period Lag": ["Временной лаг для сравнения"], + "Based on granularity, number of time periods to compare against": [ + "Основываясь на группировке времени, количество периодов времени для сравнения" ], - "Ordering": ["Упорядочивание"], - "Orientation": ["Ориентация"], - "Orientation of bar chart": ["Ориентация диаграммы"], - "Orientation of tree": ["Ориентация дерева"], - "Original": ["Исходные данные"], - "Original table column order": [ - "Расположение столбцов как в исходной таблице" + "Comparison suffix": ["Текст рядом с процентным изменением"], + "Suffix to apply after the percentage display": [ + "Текст после отображения процентной доли" ], - "Original value": ["Исходное значение"], - "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.": [ - "Наложение одной или нескольких временных рядов из относительного периода времени." + "Show Timestamp": ["Показать метку времени"], + "Whether to display the timestamp": ["Отображение временную метку"], + "Show Trend Line": ["Показать трендовую линию"], + "Whether to display the trend line": ["Отображение трендовой линии"], + "Start y-axis at 0": ["Начать ось Y с 0"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Начать ось Y в нуле. Снимите флаг, чтобы ось Y начиналась на минимальном значении данных" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ - "" + "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": [ + "Фиксирует линию тренда в полном временном интервале, указанном в случае, если отфильтрованные результаты не включают даты начала или окончания" ], - "Override time grain": ["Переопределить единицу времени"], - "Override time range": ["Переопределить временной интервал"], - "Overwrite": ["Перезаписать"], - "Overwrite & Explore": ["Перезаписать и исследовать"], - "Overwrite Dashboard [%s]": ["Перезаписать дашборд [%s]"], - "Overwrite Duplicate Columns": ["Перезаписать повторяющиеся столбцы"], - "Overwrite existing": ["Перезаписать существующий"], - "Overwrite text in the editor with a query on this table": [ - "Вставить этот запрос в редактор SQL" + "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.": [ + "Отображает один показатель, сопровождаемый простой линейной диаграммой, чтобы привлечь внимание к KPI наряду с его изменением с течением времени или другим измерением." ], - "Owned Created or Favored": [""], - "Owner": ["Владелец"], - "Owners": ["Владельцы"], - "Owners are invalid": ["Неверный список владельцев"], - "Owners is a list of users who can alter the dashboard.": [ - "Владельцы – это список пользователей, которые могут изменять дашборд." + "Big Number with Trendline": ["Карточка с трендовой линией"], + "Whisker/outlier options": ["Настройки усов/выбросов"], + "Determines how whiskers and outliers are calculated.": [ + "Определяет формулу расчета \"усов\" и выбросов." ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Владельцы – это список пользователей, которые могут изменять дашборд. Можно искать по имени или никнейму." + "Min/max (no outliers)": ["Мин/макс (без выбросов)"], + "2/98 percentiles": ["2/98 перцентели"], + "9/91 percentiles": ["9/91 перцентели"], + "Categories to group by on the x-axis.": [ + "Категории для группировки по оси x" ], - "Page length": ["Размер страницы"], - "Paired t-test Table": ["Таблица парного t-теста"], - "Pandas resample method": [ - "Метод ресемплирования данных библиотеки Pandas" + "Columns to calculate distribution across.": [""], + "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.": [ + "" ], - "Pandas resample rule": [ - "Правило ресемплирования данных библиотеки Pandas" + "ECharts": ["Графики Apache"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Parallel Coordinates": [""], - "Parameter error": ["Ошибка параметра"], - "Parameters": ["Параметры"], - "Parameters ": ["Параметры "], - "Parameters related to the view and perspective on the map": [""], - "Parent": ["Родитель"], - "Parse Dates": ["Парсинг дат"], - "Part of a Whole": ["Покомпонентное сравнение"], - "Partition Limit": ["Количество разбиений"], - "Partition Threshold": [""], - "Partitions whose height to parent height proportions are below this value are pruned": [ + "X AXIS TITLE MARGIN": [""], + "Y AXIS TITLE MARGIN": ["Отступ названия оси Y"], + "Logarithmic y-axis": ["Логарифмическая ось Y"], + "Truncate Y Axis": ["Урезать интервал оси Y"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Уменьшить интервал по умолчанию для оси Y. Необходимо задать минимальную и максимальную границы. Обратите внимание, что некоторые линии могут пропасть из области видимости." + ], + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "Password": ["Пароль"], - "Paste Private Key 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.": [ - "Лицо или группа, которые утвердили этот график" + "Calculate from first step": [""], + "Calculate from previous step": [""], + "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.": [ + "Отображает изменение показателя по мере сужения воронки. Эта классическая диаграмма полезна для визуализации перехода между этапами процесса или жизненного цикла." ], - "Person or group that has certified this dashboard.": [ - "Лицо или группа, которые утвердили этот дашборд" + "Funnel Chart": ["Воронка"], + "Sequential": ["Последовательность"], + "Columns to group by": ["Столбцы для группировки"], + "General": ["Основные свойства"], + "Min": ["Минимум"], + "Minimum value on the gauge axis": ["Минимальное значение индикатора"], + "Max": ["Максимум"], + "Maximum value on the gauge axis": ["Максимальное значение индикатора"], + "Start angle": ["Начальный угол"], + "Angle at which to start progress axis": [ + "Угол, с которого начинается ось прогресса" ], - "Person or group that has certified this metric": [ - "Лицо или группа, которые утвердили этот показатель" + "End angle": ["Конечный угол"], + "Angle at which to end progress axis": [ + "Угол, под которым заканчивается ось прогресса" ], - "Physical": ["Физический"], - "Physical (table or view)": ["Физический (таблица или представление)"], - "Physical dataset": ["Физический датасет"], - "Pick a dimension from which categorical colors are defined": [ - "Выберите измерение, на основе которого определяются категориальные цвета" + "Font size": ["Размер шрифта"], + "Font size for axis labels, detail value and other text elements": [ + "Размер шрифта для меток осей, значений деталей и других текстовых элементов" ], - "Pick a metric for x, y and size": ["Выберите меру для x, y и размера"], - "Pick a metric to display": ["Выберите меру для отображения"], - "Pick a name to help you identify this database.": [ - "Выберите имя для базы данных." + "Value format": ["Формат значения"], + "Additional text to add before or after the value, e.g. unit": [ + "Дополнительный текст перед значением, например, единица измерения" ], - "Pick a nickname for how the database will display in Superset.": [ - "Выберите имя для базы данных, которое будет отображаться в Суперсете." + "Show pointer": ["Показывать указатель"], + "Whether to show the pointer": ["Отображение указателя"], + "Animation": ["Анимация"], + "Whether to animate the progress and the value or just display them": [ + "Анимировать прогресс и значение или просто отображать их" ], - "Pick a set of deck.gl charts to layer on top of one another": [""], - "Pick a title for you annotation.": [ - "Выберите название для вашей аннотации" + "Axis": ["Ось"], + "Show axis line ticks": ["Показывать деления на оси"], + "Whether to show minor ticks on the axis": [ + "Отображение мелких отметок на оси" ], - "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.": [ - "Выберите один или несколько столбцов, которые должны отображаться в аннотации. Если вы не выберите столбец, все столбцы будут отображены." + "Show split lines": ["Показывать разделительные линии"], + "Whether to show the split lines on the axis": [ + "Отображение линий разделения на оси" ], - "Pick your favorite markup language": [ - "Выберите свой любимый язык разметки" + "Split number": ["Количество разделителей"], + "Number of split segments on the axis": [ + "Количество разделенных сегментов на индикаторе" ], - "Pie Chart": ["Круговая диаграмма"], - "Pie shape": ["Форма круговой диаграммы"], - "Pin": ["Закрепить"], - "Pivot Table": ["Сводная таблица"], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "Пожалуйста, проверьте ваш запрос и подтвердите, что все параметры шаблона заключены в двойные фигурные скобки, например, \"{{ from_dttm }}\". Затем попробуйте повторно выполнить запрос." + "Progress": ["Прогресс"], + "Show progress": ["Показывать прогресс"], + "Whether to show the progress of gauge chart": [""], + "Overlap": ["Перекрывание"], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Индикатор прогресса накладывается при наличии нескольких групп данных" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Пожалуйста, проверьте ваш запрос на синтаксические ошибки возле символа \"%(syntax_error)s\". Затем выполните запрос заново." + "Round cap": ["Закругление на концах"], + "Style the ends of the progress bar with a round cap": [ + "Оформление концов индикатора круглыми заглушками" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "Пожалуйста, проверьте ваш запрос на наличие синтаксических ошибок рядом с \"%(server_error)s\". Затем выполните запрос заново" + "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.": [ + "Границы интервала, разделенные запятой, например, 2,4,5 для интервалов 0-2, 2-4 и 4-5. Последнее число должно быть равно заданному максиму." ], - "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.": [ - "Пожалуйста, проверьте параметры вашего шаблона на наличие синтаксических ошибок и убедитесь, что они совпадают с вашим SQL-запросом и заданными параметрами. Затем попробуйте выполнить свой запрос еще раз." + "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.": [ + "Номера цветов, разделенные запятой, например, 1,2,4. Целые числа задают цвета из выбранной цветовой схемы и начинаются с 1 (не с нуля). Длина должна соответствовать границам интервала." ], - "Please confirm": ["Пожалуйста, подтвердите действие"], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [ - "Введите SQLAlchemy URI для тестирования" + "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.": [ + "Использует индикатор для демонстрации прогресса показателя в достижении цели. Положение циферблата показывает ход выполнения, а конечное значение на индикаторе представляет целевое значение." ], - "Please re-enter the password.": ["Пожалуйста, введите пароль еще раз"], - "Please re-export your file and try importing again": [""], - "Please save the query to enable sharing": [ - "Пожалуйста, сохраните запрос, чтобы включить функцию \"поделиться\"" + "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.": [ + "Категория исходных вершин предназначена для задания цветов. Если вершина связана более, чем с одной категорией, только первая будет использована." ], - "Please save your chart first, then try creating a new email report.": [ - "Пожалуйста, сначала сохраните график перед тем, как создавать новую рассылку." + "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.": [ + "Включить перемещение вершин в режиме силового алгоритма." ], - "Please save your dashboard first, then try creating a new email report.": [ - "Пожалуйста, сначала сохраните дашборд перед тем, как создавать новую рассылку." + "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.": [ + "Минимальное значение метки для отображения на графике." ], - "Please select both a Dataset and a Chart type to proceed": [ - "Пожалуйста, для продолжения выберите и датасет, и тип графика" + "Node size": ["Размер вершины"], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "Медианный размер вершины, самая большая вершина будет в 4 раза больше самой маленькой." ], - "Please use 3 different metric labels": [""], - "Plot the distance (like flight paths) between origin and destination.": [ - "" + "Edge width": ["Толщина ребра"], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Медианная толщина ребра, самое толстое ребро будет в 4 раза толще самой тонкой." ], - "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.": [ + "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.": [ "" ], - "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": [ - "Точки и кластеры будут обновляться по мере изменения области просмотра" + "Graph Chart": ["Сетевой график"], + "Structural": ["Структура"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Сортировка по убыванию или по возрастанию" ], - "Polygon Settings": ["Настройки полигона"], - "Popular": ["Популярно"], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port": ["Порт"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Порт %(port)s хоста \"%(hostname)s\" отказал в подключении." + "Smooth Line": ["Гладкая линия"], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": ["Использовать накопление"], + "Area chart": ["Диаграмма с областями"], + "Draw area under curves. Only applicable for line types.": [ + "Отобразить область под кривыми. Применимо только для линий\"" ], - "Port out of range 0-65535": [""], - "Position of child node label on tree": [ - "Расположение метки дочерней вершины на дереве" + "Opacity of area chart.": ["Непрозрачность диаграммы областей"], + "Marker": ["Маркер"], + "Draw a marker on data points. Only applicable for line types.": [ + "Отобразить маркеры на данных. Применимо только для линий." ], - "Position of column level subtotal": [ - "Расположение промежуточного итога на уровне столбца" + "Marker size": ["Размер маркера"], + "Size of marker. Also applies to forecast observations.": [ + "Размер маркера. Также применяется к прогнозным значениям." ], - "Position of row level subtotal": [ - "Расположение промежуточного итога на уровне строки" + "Primary": ["Первичная"], + "Secondary": ["Вторичная"], + "Primary or secondary y-axis": ["Первичная или вторичная ось Y"], + "Shared query fields": ["Поля общедоступного запроса"], + "Query A": ["Запрос А"], + "Advanced analytics Query A": ["Расширенный анализ: запрос А"], + "Query B": ["Запрос Б"], + "Advanced analytics Query B": ["Расширенный анализ: запрос Б"], + "Data Zoom": ["Масштабирование графика"], + "Enable data zooming controls": [ + "Включить элементы управления масштабированием данных" ], - "Powered by Apache Superset": ["На базе Apache Superset"], - "Pre-filter": ["Предварительная фильтрация"], - "Pre-filter available values": [ - "Предварительно выбрать доступные значения для фильтра" + "Minor Split Line": ["Разметка полотна линиями"], + "Draw split lines for minor y-axis ticks": [ + "Рисует разделительные линии для небольших отметок оси Y" ], - "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.": [ + "Primary y-axis format": ["Формат первичной оси Y"], + "Logarithmic scale on primary y-axis": [ + "Логарифмическая шкала для главной оси Y" + ], + "Secondary y-axis format": ["Формат вторичной оси Y"], + "Secondary y-axis title": ["Название вторичной оси Y"], + "Logarithmic scale on secondary y-axis": [ + "Логарифмическая шкала для вторичной оси Y" + ], + "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).": [ "" ], - "Predictive": ["Прогноз"], - "Predictive Analytics": ["Предиктивная аналитика"], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Предпросмотр"], - "Preview: `%s`": ["Предпросмотр «%s»"], - "Previous": ["Предыдущий"], - "Previous Line": ["Предыдущая строка"], - "Primary": ["Первичная"], - "Primary Metric": ["Основная мера"], - "Primary key": ["Первичный ключ"], - "Primary or secondary y-axis": ["Первичная или вторичная ось Y"], - "Primary y-axis format": ["Формат первичной оси Y"], - "Private Key": ["Приватный ключ"], - "Private Key & Password": ["Приватный ключ и пароль"], - "Private Key Password": ["Пароль приватного ключа"], - "Proceed": ["Продолжить"], - "Progress": ["Прогресс"], - "Progressive": ["Постепенный"], - "Propagate": [""], - "Proportional": ["Пропорция"], - "Public and privately shared sheets": [""], - "Publicly shared sheets only": [""], - "Published": ["Опубликовано"], - "Purple": ["Фиолетовый"], - "Put labels outside": ["Вынести метки наружу"], + "Mixed Chart": ["Смешанный график"], "Put the labels outside of the pie?": [ "Вынести метки за пределы диаграммы" ], - "Put the labels outside the pie?": ["Вынести метки за пределы диаграммы"], - "Put your code here": [ - "Введите произвольный текст в формате html или markdown" - ], - "Python datetime string pattern": ["Шаблон строки даты и времени Python"], - "QUERY DATA IN SQL LAB": [""], - "Quarter": ["Квартал"], - "Quarters %s": ["Кварталов %s"], - "Query": ["Запрос"], - "Query %s: %s": ["Запрос %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": ["Цвет RGB"], - "Radar": ["Радар"], - "Radar Chart": ["Диаграмма радар"], - "Radar render type, whether to display 'circle' shape.": [""], - "Radius in kilometers": ["Радиус в километрах"], - "Radius in meters": ["Радиус в метрах"], - "Radius in miles": ["Радиус в милях"], - "Ran %s": ["Запущен %s"], - "Range": ["Интервал"], - "Range filter": ["Диапазон"], - "Range filter plugin using AntD": [""], - "Range labels": ["Метки диапазона"], - "Ranges": ["Диапазоны"], - "Ranges to highlight with shading": [ - "Диапазоны для выделения с помощью затенения" + "Label Line": ["Линия метки"], + "Draw line from Pie to label when labels outside?": [ + "Проводит линию от диаграммы к метке, когда метки находятся снаружи" ], - "Ranking": ["Ранжирование"], - "Ratio": ["Отношение"], - "Raw records": ["Сырые записи"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Недавно созданные графики, дашборды и сохраненные запросы" + "Show Total": ["Показать общий итог"], + "Whether to display the aggregate count": [ + "Отображать совокупное количество" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Недавно измененные графики, дашборды и сохраненные запросы" + "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.": [ + "Классическая круговая/кольцевая диаграмма." ], - "Recently modified": ["Измененные недавно"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Недавно просмотренные графики, дашборды и сохраненные запросы" + "Pie Chart": ["Круговая диаграмма"], + "Total: %s": ["Итого: %s"], + "The maximum value of metrics. It is an optional configuration": [ + "Максимальное значение мер. Это необязательная настройка" ], - "Recents": ["Недавние"], - "Recipients are separated by \",\" or \";\"": [ - "Получатели, разделенные \",\" или \";\"" + "Label position": ["Положение метки"], + "Radar": ["Радар"], + "Customize Metrics": ["Настроить меры"], + "Further customize how to display each metric": [ + "Дальнейшая настройка отображения каждой меры" ], - "Recommended tags": ["Рекомендованные теги"], - "Record Count": ["Кол-во записей"], - "Rectangle": ["Прямоугольник"], - "Redirects to this endpoint when clicking on the table from the table list": [ + "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.": [ "" ], - "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. Если флажок установлен, некоторые метки могут быть не отображены. " - ], - "Refer to the": ["Обратитесь к"], - "Referenced columns not available in DataFrame.": [""], - "Refetch results": ["Выполнить запрос повторно"], - "Refresh": ["Обновить"], - "Refresh dashboard": ["Обновить дашборд"], - "Refresh frequency": ["Частота обновления"], - "Refresh interval": ["Интервал обновления"], - "Refresh interval saved": ["Интервал обновления сохранен"], - "Refresh the default values": ["Обновить значения по умолчанию"], - "Refreshing charts": ["Обновление графиков"], - "Refreshing columns": ["Обновление столбцов"], - "Relational": ["Относительный"], - "Relationships between community channels": [""], - "Relative Date/Time": ["Относительная дата/время"], - "Relative period": ["Относительный период"], - "Relative quantity": ["Относительное количество"], - "Reload": ["Обновить"], - "Remove": ["Удалить"], - "Remove item": ["Удалить элемент"], - "Remove query from log": ["Удалить запрос из истории"], - "Remove table preview": ["Убрать предпросмотр таблицы"], - "Removed columns: %s": ["Удалённые столбцы: %s"], - "Rename tab": ["Переименовать вкладку"], - "Rendering": ["Отрисовка"], - "Replace": ["Заменить"], - "Report": ["Отчет"], - "Report Name": ["Имя отчета"], - "Report Schedule could not be created.": [ - "Невозможно удалить расписание отчета." + "Radar Chart": ["Диаграмма радар"], + "Primary Metric": ["Основная мера"], + "The primary metric is used to define the arc segment sizes": [ + "Основная мера используется для определения размера сегмента дуги" ], - "Report Schedule could not be updated.": [ - "Невозможно обновить расписание отчета" + "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": [ + "[необязательно] вторичная мера используется для определения цвета как доли по отношению к основной мере. Если не выбрано, цвет задается согласно имени категории" ], - "Report Schedule delete failed.": [ - "Ошибка при удалении расписания отчета." + "When only a primary metric is provided, a categorical color scale is used.": [ + "Когда предоставляется только основная мера, используется категориальная цветовая схема." ], - "Report Schedule execution failed when generating a csv.": [ - "Возникла ошибка при создании csv для отправки отчета" + "When a secondary metric is provided, a linear color scale is used.": [ + "Когда предоставляется вторичная мера, используется линейная цветовая схема." ], - "Report Schedule execution failed when generating a dataframe.": [ - "Возникла ошибка при создании датафрейма для отправки отчета" + "Hierarchy": ["Иерархия"], + "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.": [ + "" ], - "Report Schedule execution failed when generating a screenshot.": [ - "Возникла ошибка при создании скриншота для отправки отчета" + "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 Schedule execution got an unexpected error.": [ - "Возникла неожиданная ошибка при отправке отчета" + "Sunburst Chart": ["Диаграмма Солнечные лучи"], + "Multi-Levels": ["Многоуровневый"], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "" ], - "Report Schedule is still working, refusing to re-compute.": [ - "Планировщик отчетов все еще работает, не имея возможности отправить отчет" + "Generic Chart": ["Общая диаграмма"], + "zoom area": [""], + "restore zoom": ["восстановить масштабирование"], + "Series Style": ["Стиль категорий"], + "Area chart opacity": ["Непрозрачность диаграммы с областями"], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": ["Размер маркера"], + "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.": [ + "Диаграммы с областями похожи на линейные диаграммы в том смысле, что они отображают показатели с одинаковым масштабом, но диаграммы областей накладывают эти показатели друг на друга." ], - "Report Schedule log prune failed.": [""], - "Report Schedule not found.": ["Расписание отчета не найдено"], - "Report Schedule parameters are invalid.": [ - "Параметры расписания отчета неверны." + "Area Chart": ["Диаграмма с областями"], + "Axis Title": ["Название оси"], + "AXIS TITLE MARGIN": ["ОТСТУП ЗАГОЛОВКА ОСИ"], + "AXIS TITLE POSITION": ["ПОЛОЖЕНИЕ ЗАГОЛОВКА ОСИ"], + "Axis Format": ["Формат Оси"], + "Logarithmic axis": ["Логарифмическая ось"], + "Draw split lines for minor axis ticks": [ + "Рисует разделительные линии для небольших отметок оси" ], - "Report Schedule reached a working timeout.": [ - "Достигнут таймаут для отчета" + "Truncate Axis": ["Настройка интервала оси"], + "It’s not recommended to truncate axis in Bar chart.": [ + "Не рекомендуется урезать интервал оси в столбчатой диаграмме" ], - "Report Schedule state not found": [ - "Состояние расписания отчета не найдено" + "Axis Bounds": ["Границы оси"], + "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.": [ + "Границы для оси. Если оставить поле пустым, границы динамически определяются на основе минимального/максимального значения данных. Обратите внимание, что эта функция только расширит диапазон осей. Она не изменит размер графика." ], - "Report a bug": ["Сообщить об ошибке"], - "Report failed": ["Рассылка не удалась"], - "Report name": ["Имя отчета"], - "Report schedule": ["Расписание отчета"], - "Report schedule client error": [ - "Возникла ошибка расписания отчета на стороне клиента" + "Chart Orientation": ["Ориентация графика"], + "Bar orientation": ["Направление столбцов"], + "Vertical": ["Вертикально"], + "Horizontal": ["Горизонтально"], + "Orientation of bar chart": ["Ориентация диаграммы"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Столбчатые диаграммы используются для отображения показателей в виде серии столбцов." ], - "Report schedule system error": [ - "Возникла ошибка расписания отчета на стороне системы" + "Bar Chart": ["Столбчатая диаграмма"], + "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.": [ + "Линейная диаграмма используется для визуализации показателей, полученных в рамках одной категории. Линейная диаграмма - это тип диаграммы, который отображает информацию в виде ряда точек данных, соединенных прямыми отрезками. Это базовый тип диаграммы, распространенный во многих областях." ], - "Report schedule unexpected error": [ - "Неожиданная ошибка расписания отчета" + "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.": [ + "" ], - "Report sending": ["Отчет выполняется"], - "Report sent": ["Отчет отправлен"], - "Report updated": ["Отчет обновлен"], - "Reports": ["Отчеты"], - "Repulsion": ["Отталкивание"], - "Repulsion strength between nodes": ["Сила отталкивания вершин"], - "Request is incorrect: %(error)s": ["Неверный запрос: %(error)s"], - "Request is not JSON": ["Запрос не является JSON"], - "Request missing data field.": ["В запросе отсутствует поле с данными."], - "Request timed out": ["Вышло время запроса"], - "Required": ["Обязательно"], - "Required control values have been removed": [ - "Обязательные значения были удалены" + "Scatter Plot": ["Точечная диаграмма"], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "" ], - "Resample": ["Ресемплирование (изменение частоты данных)"], - "Resample method should in ": [""], - "Resample operation requires DatetimeIndex": [ - "Для ресемплирования требуется индекс формата дата/время" + "Start": ["Начало"], + "Middle": ["Середина"], + "End": ["Конец"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Определяет, должен ли шаг отображаться в начале, середине или конце между двумя точками данных" ], - "Reset": ["Сбросить"], - "Reset state": ["Сбросить текущее состояние"], - "Resource already has an attached report.": [ - "Для этого компонента уже создан отчет." + "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.": [ + "" ], - "Resource was not found.": ["Источник не был найден."], - "Restore Filter": ["Восстановить фильтр"], - "Results": ["Результаты"], - "Results %s": ["Результаты %s"], - "Results backend is not configured.": ["Results backend не нестроен"], - "Results backend needed for asynchronous queries is not configured.": [ - "Сервер, необходимый для асинхронных запросов, не настроен." + "Id": ["ID"], + "Name of the id column": ["Имя столбца id"], + "Parent": ["Родитель"], + "Name of the column containing the id of the parent node": [ + "Имя столбца, содержащее id родительской вершины" ], - "Return to specific datetime.": [""], - "Reverse Lat & Long": ["Поменять местами широту и долготу"], - "Reverse lat/long ": ["Поменять местами широту и долготу"], - "Rich Tooltip": ["Расширенная всплывающая подсказка"], - "Rich tooltip": ["Расширенная всплывающая подсказка"], - "Right": ["Справа"], - "Right Axis Format": ["Формат правой оси"], - "Right Axis Metric": ["Мера для правой оси"], - "Right axis metric": ["Мера для правой оси"], - "Right to Left": ["Справа налево"], - "Right value": ["Правое значение"], - "Right-click on a dimension value to drill to detail by that value.": [ - "" + "Optional name of the data column.": [ + "Необязательное имя столбца данныхэ" ], - "Role": ["Роль"], - "Roles": ["Роли"], - "Rolling Function": ["Скользящая средняя"], - "Rolling Window": ["Скользящее окно"], - "Rolling function": ["Скользящая средняя"], - "Rolling window": ["Скользящее окно"], - "Root certificate": ["Корневой сертификат"], "Root node id": [""], - "Rotate x axis label": ["Повернуть метку оси X"], - "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": [ - "Строка, содержащая заголовки для использования в качестве имен столбцов (0, если первая строка в данных). Оставьте пустым, если заголовки отсутствуют" - ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "Строка, содержащая заголовки для использования в качестве имен столбцов (0, если первая строка в данных). Оставьте пустым, если заголовки отсутствуют." + "Id of root node of the tree.": ["Id корневой вершины дерева."], + "Metric for node values": ["Мера для значений вершин"], + "Tree layout": ["Оформление дерева"], + "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": ["снизу"], + "Child label position": ["Положение метки дочернего элемента"], + "Position of child node label on tree": [ + "Расположение метки дочерней вершины на дереве" ], - "Row limit": ["Лимит строк"], - "Rows": ["Строки"], - "Rows per page, 0 means no pagination": [ - "Строчек на странице, 0 означает все строки" + "Emphasis": ["Акцент"], + "ancestor": ["предок"], + "descendant": ["потомок"], + "Which relatives to highlight on hover": ["Подсвечивается при наведении"], + "Symbol": [""], + "Empty circle": ["Пустой круг"], + "Circle": ["Круг"], + "Rectangle": ["Прямоугольник"], + "Triangle": ["Треугольник"], + "Diamond": ["Ромб"], + "Pin": ["Закрепить"], + "Arrow": ["Стрела"], + "Size of edge symbols": [""], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Визуализирует несколько уровней иерархии, используя древовидную структуру." ], - "Rows subtotal position": ["Расположение строк подытогов"], - "Rows to Read": ["Строки для чтения"], - "Rule": ["Правило"], - "Rule added": [""], - "Run": ["Выполнить"], - "Run a query to display query history": [ - "Выполните запрос для отображения истории" + "Tree Chart": ["Древовидная диаграмма"], + "Show Upper Labels": ["Показать верхние метки"], + "Show labels when the node has children.": [ + "Показывать метки, когда у вершины есть дочерние элементы." ], - "Run a query to display results": [ - "Выполните запрос для отображения результатов" + "Key": ["Ключ"], + "Treemap": ["Плоское дерево"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "" ], - "Run in SQL Lab": ["Открыть в SQL редакторе"], - "Run query": ["Выполнить запрос"], - "Run query (Ctrl + Return)": ["Выполнить запрос (Ctrl + Enter)"], - "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 Expression": ["SQL выражение"], - "SQL Lab": ["Лаборатория SQL"], - "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 Lab использует локальное хранилище вашего браузера для хранения запросов и результатов.\nВ настоящее время вы используете %(currentUsage)s КБ из %(maxStorage)d КБ дискового пространства.\n Чтобы предотвратить сбой Лаборатории SQL, пожалуйста, удалите некоторые вкладки запросов.\n Вы можете повторно получить доступ к этим запросам, используя функцию сохранения перед удалением вкладки.\n Обратите внимание, что перед этим вам нужно будет закрыть другие окна Лаборатории SQL." + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "" ], - "SQL Query": ["SQL запрос"], - "SQL expression": ["Выражение SQL"], - "SQL query": ["SQL запрос"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": [""], - "SSH Password": ["Пароль SSH"], - "SSH Port": ["SSH порт"], - "SSH Tunnel": [""], - "SSH Tunnel configuration parameters": [ - "Параметры конфигурации SSH туннеля" + "page_size.all": [""], + "Loading...": ["Загрузка..."], + "Write a handlebars template to render the data": [""], + "Handlebars": ["Handlebars"], + "must have a value": ["значение обязательно"], + "Handlebars Template": ["Шаблон Handlebars"], + "A handlebars template that is applied to the data": [ + "Шаблон handlebars, примененный к данным" ], - "SSH Tunnel could not be deleted.": ["Не удалось удалить SSH туннель."], - "SSH Tunnel could not be updated.": ["Не удалось обновить SSH туннель."], - "SSH Tunnel not found.": ["SSH туннель не найден."], - "SSH Tunnel parameters are invalid.": [ - "Параметры SSH туннеля недопустимы." + "Include time": ["Включить время"], + "Whether to include the time granularity as defined in the time section": [ + "Добавляет столбец даты/времени с группировкой дат, как определено в разделе Время" ], - "SSH Tunneling is not enabled": [""], - "SSL Mode \"require\" will be used.": [ - "Будет использовано шифрование SSL" + "Percentage metrics": ["Процентные меры"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "" ], - "START (INCLUSIVE)": ["НАЧАЛО (ВКЛЮЧИТЕЛЬНО)"], - "STEP %(stepCurr)s OF %(stepLast)s": ["ШАГ %(stepCurr)s ИЗ %(stepLast)s"], - "STRING": ["Строчный (STRING/VARCHAR)"], - "SUN": ["ВС"], - "Sample Standard Deviation": ["Стандартное отклонение"], - "Sample Variance": ["Дисперсия"], - "Samples": ["Примеры данных"], - "Samples for dataset could not be retrieved.": [ - "Не удалось получить примеры записей датасета." + "Show totals": ["Показывать общий итог"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Показать общие итоговые значения выбранных показателей. Обратите внимание, что ограничение количества строк не применяется к результату." ], - "Samples for datasource could not be retrieved.": [ - "Не удалось получить примеры записей для источника данных." + "Ordering": ["Упорядочивание"], + "Order results by selected columns": [ + "Упорядочить результаты по выбранным столбцам" ], - "Sankey": ["Санкей"], - "Sankey Diagram": ["Диаграмма Санкей"], - "Sankey Diagram with Loops": [""], - "Satellite": ["Спутник"], - "Satellite Streets": ["Гибридный режим"], - "Saturday": ["Суббота"], - "Save": ["Сохранить"], - "Save & Explore": ["Сохранить и исследовать"], - "Save & go to dashboard": ["Сохранить и перейти к дашборду"], - "Save (Overwrite)": ["Сохранить (Перезаписать)"], - "Save as": ["Сохранить как"], - "Save as Dataset": ["Сохранить как датасет"], - "Save as dataset": ["Сохранить как датасет"], - "Save as new": ["Сохранить как новый"], - "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": [ - "Сохраните запрос для включения этой опции" + "Sort descending": ["Сортировка по убыванию"], + "Server pagination": ["Серверная пагинация"], + "Enable server side pagination of results (experimental feature)": [ + "Включить серверную пагинацию результатов (экспериментально)" ], - "Save this query as a virtual dataset to continue exploring": [ - "Сохраните данный запрос как виртуальный датасет для создания графика" + "Server Page Length": ["Серверный размер страницы"], + "Rows per page, 0 means no pagination": [ + "Строчек на странице, 0 означает все строки" ], - "Saved": ["Сохранено"], - "Saved Queries": ["Сохраненные запросы"], - "Saved expressions": ["Сохраненные выражения"], - "Saved metric": ["Сохраненная мера"], - "Saved queries": ["Сохраненные запросы"], - "Saved queries could not be deleted.": [ - "Не удалось удалить сохраненные запросы." + "Query mode": ["Режим запроса"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "Измерения, Меры или Процентные меры должны иметь значение" ], - "Saved query not found.": ["Сохраненный запрос не найден."], - "Saved query parameters are invalid.": [ - "Сохраненные параметры запроса недопустимы." + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": ["CSS стили"], + "CSS applied to the chart": ["CSS, примененный к графику"], + "Columns to group by on the columns": [ + "Столбцы для группировки по столбцам" ], - "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.": [ - "" + "Rows": ["Строки"], + "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.": [ + "Ограничивает количество извлекаемых ячеек" ], - "Schedule": ["Расписание"], - "Schedule a new email report": ["Запланировать новую рассылку по почте"], - "Schedule email report": ["Запланировать рассылку по почте"], - "Schedule query": ["Сохранить запрос"], - "Schedule settings": ["Настройки расписания"], - "Schedule the query periodically": [ - "Запланировать периодическое выполнение запроса" + "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).": [ + "Мера, используемая для определения того, как сортируются верхние категории, если присутствует ограничение по категории или ячейке. Если не определено, возвращается к первой мере (где это уместно)." ], - "Scheduled": ["Запланировано"], - "Scheduled at (UTC)": ["Запланировано на (часовой пояс UTC)"], - "Scheduled task executor not found": [ - "Исполнитель регулярных отчетов не найден" + "Aggregation function": ["Функция агрегирования"], + "Count": ["Количество"], + "Count Unique Values": ["Количество уникальных значений"], + "List Unique Values": ["Список уникальных значений"], + "Sum": ["Сумма"], + "Average": ["Среднее"], + "Median": ["Медиана"], + "Sample Variance": ["Дисперсия"], + "Sample Standard Deviation": ["Стандартное отклонение"], + "Minimum": ["Минимум"], + "Maximum": ["Максимум"], + "First": ["Первый"], + "Last": ["Последний"], + "Sum as Fraction of Total": ["Сумма как доля целого"], + "Sum as Fraction of Rows": ["Сумма как доля строк"], + "Sum as Fraction of Columns": ["Сумма как доля столбцов"], + "Count as Fraction of Total": ["Количество, как доля от целого"], + "Count as Fraction of Rows": ["Количество, как доля от строк"], + "Count as Fraction of Columns": ["Количество, как доля от столбцов"], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "Агрегатная функция, применяемая для сводных таблиц и вычислении суммарных значений." ], - "Schema": ["Схема"], - "Schema cache timeout": ["Время жизни кэша схемы"], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "" + "Show rows total": ["Показать общий итог по строкам"], + "Display row level total": ["Отображать общий итог по строке"], + "Show columns total": ["Показать общий итог по столбцам"], + "Display column level total": ["Отображать общий итог по столбцу"], + "Transpose pivot": ["Транспонировать таблицу"], + "Swap rows and columns": ["Поменять местами строки и столбцы"], + "Combine metrics": ["Объединить меры"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "Отображать меры рядом в каждом столбце, в отличие от отображения каждого столбца рядом для каждой меры." ], - "Schemas allowed for File upload": [ - "Схемы, в которые разрешена загрузка файлов" + "D3 time format for datetime columns": [ + "Формат времени D3 для столбцов типа дата/время" ], - "Scope": ["Область"], - "Scoping": ["Область применения"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": ["Прокрутка"], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": ["Поиск"], - "Search / Filter": ["Поиск / Фильтр"], - "Search Metrics & Columns": ["Поиск по мерам и столбцам"], - "Search all charts": ["Поиск по всем графикам"], - "Search box": ["Строка поиска"], - "Search by query text": ["Поиск по тексту запроса"], - "Search...": ["Поиск..."], - "Second": ["Секунда"], - "Secondary": ["Вторичная"], - "Secondary Metric": ["Вторичная мера"], - "Secondary y-axis format": ["Формат вторичной оси Y"], - "Secondary y-axis title": ["Название вторичной оси Y"], - "Seconds %s": ["Секунд %s"], - "Secure Extra": ["Доп. безопасность"], - "Secure extra": ["Безопасность"], - "Security": ["Безопасность"], - "See all %(tableName)s": ["Список %(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.": [ - "Выберите Excel файл для загрузки в базу данных" + "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": [ + "По ключу: использовать имена строк как ключ сортировки" ], - "Select a column": ["Выберите столбец"], - "Select a dashboard": ["Выбрать дашборд"], - "Select a database table and create dataset": [ - "Выберите базу данных и создайте датасет" + "By value: use metric values as sorting key": [ + "По значению: использовать значения мер как ключ сортировки" ], - "Select a database table.": ["Выберите таблицу в базе данных."], - "Select a database to connect": ["Выберите базу данных для подключения"], - "Select a database to upload the file to": [ - "Выберите базу данных для загрузки файла" + "Sort columns by": ["Сортировать столбцы по"], + "Change order of columns.": ["Сменить порядок столбцов."], + "By key: use column names as sorting key": [ + "По ключу: использовать имена столбцов как ключ сортировки" ], - "Select a database to write a query": [ - "Выберите базу данных для написания запроса" + "Rows subtotal position": ["Расположение строк подытогов"], + "Position of row level subtotal": [ + "Расположение промежуточного итога на уровне строки" ], - "Select a dimension": ["Выберете измерение"], - "Select a file to be uploaded to the database": [ - "Выберите файл для загрузки в базу данных." + "Columns subtotal position": ["Расположение столбцов подытогов"], + "Position of column level subtotal": [ + "Расположение промежуточного итога на уровне столбца" ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Conditional formatting": ["Условное форматирование"], + "Apply conditional color formatting to metrics": [ + "Применить условное цветовое форматирование к мерам" ], - "Select a schema if the database supports this": [ - "Укажите схему, если она поддерживается базой данных" + "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.": [ + "Используется для обобщения набора данных путем группировки нескольких показателей по двум осям. Примеры: показатели продаж по регионам и месяцам, задачи по статусу и назначенному лицу, активные пользователи по возрасту и местоположению." ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "" + "Pivot Table": ["Сводная таблица"], + "metric": ["мера"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": ["Неизвестный формат ввода"], + "search.num_records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [ + "Shift + Нажать для сортировки по нескольким столбцам" ], - "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 databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ - "Некоторые базы данных требуют ручной настройки во вкладке Продвинутая настройка для успешного подключения. Вы можете ознакомиться с требованиями к вашей базе данных " + "Totals": ["Общая сумма"], + "Timestamp format": ["Формат даты и времени"], + "Page length": ["Размер страницы"], + "Search box": ["Строка поиска"], + "Whether to include a client-side search box": [ + "Отображение строки поиска" ], - "Select dataset source": ["Выберите источник датасета"], - "Select file": ["Выбрать файл"], - "Select filter": ["Селектор"], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [ - "Сделать первое значение фильтра значением по умолчанию" + "Cell bars": ["Гистограммы в ячейках"], + "Whether to display a bar chart background in table columns": [ + "Отображать гистограмм в колонках таблицы" ], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Align +/-": ["Выровнять +/-"], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Color +/-": ["Раскрасить +/-"], + "Allow columns to be rearranged": ["Разрешить смену столбцов местами"], + "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.": [ + "Разрешить конечному пользователю перемещать столбцы, удерживая их заголовки. Заметьте, такие изменения будут нейтрализованы при следующем обращении к дашборду." ], - "Select operator": ["Выбрать оператор"], - "Select or type a value": ["Выберите значение"], - "Select or type dataset name": ["Выберите/введите имя датасета"], - "Select owners": ["Выбрать владельцев"], - "Select saved metrics": ["Выберите сохраненные меры"], - "Select scheme": ["Выберите схему"], - "Select subject": [""], - "Select the Annotation Layer you would like to use.": [ - "Выбрать слой аннотации, который вы хотите использовать." + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["Настроить столбцы"], + "Further customize how to display each column": [ + "Дальнейшая настройка отображения каждого столбца" ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "Apply conditional color formatting to numeric columns": [ + "Применить условное цветовое форматирование к столбцам" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "" + "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.": [ + "Классическое представление таблицы. Используйте таблицы для демонстрации отображения исходных или агрегированных данных." ], - "Select the geojson column": ["Выберите geojson столбец"], - "Select the number of bins for the histogram": [ - "Выберите количество столбцов для гистограммы" + "Word Cloud": ["Облако слов"], + "Minimum Font Size": ["Минимальный размер шрифта"], + "Font size for the smallest value in the list": [ + "Размер шрифта для наименьшего значения в списке" ], - "Select the numeric columns to draw the histogram": [ - "Выберите числовые столбцы для отрисовки гистограммы" + "Maximum Font Size": ["Максимальный размер шрифта"], + "Font size for the biggest value in the list": [ + "Размер шрифта для наибольшего значения в списке" ], - "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ - "Выберите значения в обязательных полях на панели управления. Затем запустите запрос, нажав на кнопку %s." + "Word Rotation": ["Поворот текста"], + "random": ["случайно"], + "Rotation to apply to words in the cloud": [ + "Вращение для применения к словам в облаке" ], - "Send as CSV": ["Отправить в формате CSV"], - "Send as PNG": ["Отправить в формате PNG"], - "Send as text": ["Отправить текстом"], - "Send range filter events to other charts": [""], - "September": ["Сентябрь"], - "Sequential": ["Последовательность"], - "Series": ["Ряд"], - "Series Height": ["Высота рядов"], - "Series Limit Sort By": ["Сортировка категорий по"], - "Series Style": ["Стиль категорий"], - "Series chart type (line, bar etc)": [""], - "Series limit": ["Лимит кол-ва категорий"], - "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.": [ - "" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Визуализирует слова в столбце, которые появляются чаще всего. Более крупный шрифт соответствует более высокой частоте" ], - "Settings": ["Настройки"], - "Settings for time series": ["Настройки временных рядов"], - "Share": ["Поделиться"], - "Share chart by email": ["Поделиться графиком по email"], - "Share permalink by email": ["Поделиться ссылкой по email"], - "Shared query": ["Общедоступный запрос"], - "Shared query fields": ["Поля общедоступного запроса"], - "Sheet Name": ["Имя листа"], - "Shift + Click to sort by multiple columns": [ - "Shift + Нажать для сортировки по нескольким столбцам" + "N/A": ["Пусто"], + "The query couldn't be loaded": ["Запрос невозможно загрузить"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Запрос был запланирован. Чтобы посмотреть детали запроса, перейдите в Сохраненные запросы" ], - "Short description must be unique for this layer": [ - "Содержимое аннотации должно быть уникальным внутри слоя" + "Your query could not be scheduled": [ + "Не удалось запланировать ваш запрос" ], - "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Применяется дневная сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." + "Failed at retrieving results": ["Невозможно выполнить запрос"], + "Unknown error": ["Неизвестная ошибка"], + "Query was stopped.": ["Запрос прерван"], + "Failed at stopping query. %s": ["Не удалось остановить запрос. %s"], + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не удается перенести состояние схемы таблицы на сервер. Суперсет повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта проблема не устранена." ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Применяется недельная сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не удается перенести состояние запроса на сервер. Суперсет повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта проблема не устранена." ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ - "Применяется годовая сезонность. Целочисленное значение будет указывать порядок сезонности Фурье." + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не удается перенести состояние редактора запроса на сервер. Суперсет повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта проблема не устранена." ], - "Show Bubbles": ["Показать пузыри"], - "Show CREATE VIEW statement": ["Показать выражение CREATE VIEW"], - "Show CSS Template": ["Показать CSS шаблон"], - "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 Table": ["Показать таблицу"], - "Show Timestamp": ["Показать метку времени"], - "Show Total": ["Показать общий итог"], - "Show Trend Line": ["Показать трендовую линию"], - "Show Upper Labels": ["Показать верхние метки"], - "Show Value": ["Показать значение"], - "Show Values": ["Показать значения"], - "Show Y-axis": ["Показать ось Y"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "Показывать ось Y на спарклайне." + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Не удается добавить новую вкладку на сервер. Пожалуйста, свяжитесь с администратором." ], - "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 info tooltip": ["Показать информационную подсказку"], - "Show label": ["Показывать метку"], - "Show labels when the node has children.": [ - "Показывать метки, когда у вершины есть дочерние элементы." + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "-- Примечание: Пока вы не сохраните ваш запрос, эти вкладки НЕ будут сохранены, если вы очистите куки или смените браузер.\n\n" ], - "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": [ - "Показать значение в верхней части столбца" + "Copy of %s": ["Копия %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Произошла ошибка при установке активной вкладки. Пожалуйста, свяжитесь с администратором." ], - "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ - "Показать общие итоговые значения выбранных показателей. Обратите внимание, что ограничение количества строк не применяется к результату." + "An error occurred while fetching tab state": [ + "Произошла ошибка при получении данных вкладки" ], - "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.": [ - "Отображает один показатель по центру. Карточку лучше всего использовать, чтобы привлечь внимание к KPI." + "An error occurred while removing tab. Please contact your administrator.": [ + "Произошла ошибка при удалении вкладки. Пожалуйста, свяжитесь с администратором." ], - "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.": [ - "Отображает один показатель, сопровождаемый простой линейной диаграммой, чтобы привлечь внимание к KPI наряду с его изменением с течением времени или другим измерением." + "An error occurred while removing query. Please contact your administrator.": [ + "Произошла ошибка при удалении запроса. Пожалуйста, свяжитесь с администратором." ], - "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.": [ - "Отображает изменение показателя по мере сужения воронки. Эта классическая диаграмма полезна для визуализации перехода между этапами процесса или жизненного цикла." + "Your query could not be saved": ["Не удалось сохранить ваш запрос"], + "Your query was not properly saved": [ + "Ваш запрос не был сохранен должным образом" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "" + "Your query was 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.": [ + "Произошла ошибка при сохранении запроса на сервере. Чтобы сохранить изменения, пожалуйста, сохраните ваш запрос через кнопку \"Сохранить как\"." ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "Демонстрирует прогресс одного показателя по отношению к заданной цели. Чем больше заполнение, тем ближе показатель к целевому показателю." + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Произошла ошибка при получении метаданных таблицы. Пожалуйста, свяжитесь с администратором." ], - "Showing %s of %s": ["Отображено %s из %s"], - "Shows a list of all series available at that point in time": [ - "Показывает список всех данных, доступных в определенный момент времени" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Произошла ошибка при разворачивании схемы. Пожалуйста, свяжитесь с администратором." ], - "Shows or hides markers for the time series": [ - "Показывает или скрывает маркеры для временных рядов" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Произошла ошибка при сворачивании схемы. Пожалуйста, свяжитесь с администратором." ], - "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.": [ - "Размер маркера. Также применяется к прогнозным значениям." + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Произошла ошибка при удалении схемы. Пожалуйста, свяжитесь с администратором." ], - "Sizes of vehicles": [""], - "Skip Blank Lines": ["Пропуск пустых строк"], - "Skip Initial Space": ["Пропуск начального пробела"], - "Skip Rows": ["Пропуск строк"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "Пропускать пустые строки, вместо их перевода в пустые строки (NaN)" + "Shared query": ["Общедоступный запрос"], + "The datasource couldn't be loaded": [ + "Невозможно загрузить источник данных" ], - "Skip spaces after delimiter": ["Пропускать пробелы после разделителя"], - "Slug": ["Читаемый URL"], - "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 error occurred while creating the data source": [ + "Произошла ошибка при создании источника данных" ], - "Solid": ["Сплошной"], - "Some roles do not exist": ["Некоторые роли не существуют"], - "Something went wrong.": [""], - "Sorry there was an error fetching database information: %s": [ - "К сожалению, произошла ошибка при получении информации о базе данных: %s" + "An error occurred while fetching function names.": [ + "Произошла ошибка при получении имен функций" ], - "Sorry there was an error fetching saved charts: ": [ - "Извините, произошла ошибка при загрузке графиков: " + "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 Lab использует локальное хранилище вашего браузера для хранения запросов и результатов.\nВ настоящее время вы используете %(currentUsage)s КБ из %(maxStorage)d КБ дискового пространства.\n Чтобы предотвратить сбой Лаборатории SQL, пожалуйста, удалите некоторые вкладки запросов.\n Вы можете повторно получить доступ к этим запросам, используя функцию сохранения перед удалением вкладки.\n Обратите внимание, что перед этим вам нужно будет закрыть другие окна Лаборатории SQL." ], - "Sorry, An error occurred": ["Извините, произошла ошибка"], - "Sorry, an error occurred": ["Извините, произошла ошибка"], - "Sorry, an unknown error occurred": [ - "Извините, произошла неизвестная ошибка" + "Primary key": ["Первичный ключ"], + "Foreign key": ["Внешний ключ"], + "Index": ["Индекс"], + "Estimate selected query cost": ["Оценить стоимость выбранного запроса"], + "Estimate cost": ["Оценить стоимость запроса"], + "Cost estimate": ["Прогноз затрат"], + "Creating a data source and creating a new tab": [ + "Создание источника данных и добавление новой вкладки..." ], - "Sorry, an unknown error occurred.": [ - "Извините, произошла неизвестная ошибка." + "Explore the result set in the data exploration view": [ + "Создать новый график на основе этих данных" ], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Извините, что-то пошло не так. Встраивание не может быть деактивировано." + "explore": ["исследовать"], + "Create Chart": ["Создать график"], + "Source SQL": ["Исходный SQL"], + "Executed SQL": ["Исполненный SQL"], + "Run query": ["Выполнить запрос"], + "Stop query": ["Остановить запрос"], + "New tab": ["Новая вкладка"], + "Previous Line": ["Предыдущая строка"], + "Keyboard shortcuts": [""], + "Run a query to display query history": [ + "Выполните запрос для отображения истории" ], - "Sorry, something went wrong. Try again later.": [ - "Извините, что-то пошло не так. Попробуйте еще раз позже." + "LIMIT": ["ОГРАНИЧЕНИЕ"], + "State": ["Состояние"], + "Duration": ["Продолжительность"], + "Results": ["Результаты"], + "Actions": ["Действия"], + "Success": ["Успешно"], + "Failed": ["Ошибка"], + "Running": ["Выполняется"], + "Fetching": ["Получение данных"], + "Offline": ["Оффлайн"], + "Scheduled": ["Запланировано"], + "Unknown Status": ["Неизвестный статус"], + "Edit": ["Редактировать"], + "View": ["Показать"], + "Data preview": ["Предпросмотр данных"], + "Overwrite text in the editor with a query on this table": [ + "Вставить этот запрос в редактор SQL" ], - "Sorry, there appears to be no data": [ - "Извините, похоже, что данные отсутствуют" + "Run query in a new tab": ["Выполнить запрос на новой вкладке"], + "Remove query from log": ["Удалить запрос из истории"], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["Сохранить и исследовать"], + "Overwrite & Explore": ["Перезаписать и исследовать"], + "Save this query as a virtual dataset to continue exploring": [ + "Сохраните данный запрос как виртуальный датасет для создания графика" ], - "Sorry, there was an error saving this dashboard: %s": [ - "Извините, произошла ошибка при сохранении дашборда: %s" + "Download to CSV": ["Сохранить в CSV"], + "Copy to Clipboard": ["Скопировать в буфер обмена"], + "Filter results": ["Фильтровать результаты"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Количество отображаемых результатов ограничено %(rows)d переменной DISPLAY_MAX_ROW. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d." ], - "Sorry, your browser does not support copying.": [ - "Извините, Ваш браузер не поддерживание копирование. Используйте сочетание клавиш [CTRL + C] для WIN или [CMD + C] для MAC." + "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.": [ + "Количество отображаемых результатов ограничено %(rows)d. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d.\"" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Извините, Ваш браузер не поддерживание копирование. Используйте сочетание клавиш [CTRL + C] для WIN или [CMD + C] для MAC!" + "The number of rows displayed is limited to %(rows)d by the query": [ + "Количество отображаемых строк ограничено: не более %(rows)d." ], - "Sort": ["Сортировка"], - "Sort Bars": ["Сортировать столбцы"], - "Sort Descending": ["Сортировать по убыванию"], - "Sort Metric": ["Мера для сортировки"], - "Sort X Axis": ["Сортировка оси X"], - "Sort Y Axis": ["Сортировка оси Y"], - "Sort ascending": ["Сортировать по возрастанию"], - "Sort bars by x labels.": ["Сортировать столбцы по меткам на оси X"], - "Sort by": ["Сортировка"], - "Sort by %s": ["Сорт. по %s"], - "Sort by metric": ["Сортировка по мере"], - "Sort columns alphabetically": [ - "Отсортировать столбцы в алфавитном порядке" + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Количество отображаемых строк ограничено: не более %(rows)d." ], - "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": ["Исходный SQL"], - "Source category": ["Исходная категория"], - "Sparkline": ["Спарклайн"], - "Spatial": [""], - "Specific Date/Time": ["Конкретная дата/время"], - "Specify a schema (if database flavor supports this).": [ - "Укажите схему (если она поддерживается базой данных)." + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "Количество отображаемых строк ограничено: не более %(rows)d." ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Укажите имя новой таблицы для CREATE TABLE AS" + "%(rows)d rows returned": ["Получено строк: %(rows)d"], + "Track job": ["Отслеживать работу"], + "See query details": ["Показать детали запроса"], + "Query was stopped": ["Запрос прерван"], + "Database error": ["Ошибка базы данных"], + "was created": ["создан(а)"], + "Query in a new tab": ["Запрос в отдельной вкладке"], + "The query returned no data": ["Запрос не вернул данных"], + "Fetch data preview": ["Получить данные для просмотра"], + "Refetch results": ["Выполнить запрос повторно"], + "Stop": ["Стоп"], + "Run selection": ["Выполнить выбранное"], + "Run": ["Выполнить"], + "Stop running (Ctrl + x)": ["Остановить выполнение (CTRL + X)"], + "Stop running (Ctrl + e)": ["Остановить выполнение (CTRL + X)"], + "Run query (Ctrl + Return)": ["Выполнить запрос (Ctrl + Enter)"], + "Save": ["Сохранить"], + "Untitled Dataset": ["Безымянный датасет"], + "An error occurred saving dataset": [ + "Произошла ошибка при сохранении датасета" ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Укажите имя нового представления для CREATE VIEW AS" + "Save or Overwrite Dataset": ["Сохранить или перезаписать датасет"], + "Back": ["Назад"], + "Save as new": ["Сохранить как новый"], + "Overwrite existing": ["Перезаписать существующий"], + "Select or type dataset name": ["Выберите/введите имя датасета"], + "Existing dataset": ["Существующий датасет"], + "Are you sure you want to overwrite this dataset?": [ + "Вы уверены, что хотите перезаписать этот датасет?" ], - "Split number": ["Количество разделителей"], - "Square kilometers": ["Квадратные километры"], - "Square meters": ["Квадратные метры"], - "Square miles": ["Квадратные мили"], - "Stack": [""], - "Stack Trace:": [""], - "Stack series": ["Использовать накопление"], - "Stack series on top of each other": [ - "Совместить столбцы в один с накоплением" + "Undefined": ["Не определено"], + "Save dataset": ["Сохранить датасет"], + "Save as": ["Сохранить как"], + "Save query": ["Сохранить запрос"], + "Cancel": ["Отмена"], + "Update": ["Обновить"], + "Label for your query": ["Метка для вашего запроса"], + "Write a description for your query": [ + "Заполните описание к вашему запросу" ], - "Stacked": ["С наполнением"], - "Stacked Bars": ["Столбцы с накоплением"], - "Stacked Style": [""], - "Stacked style": [""], - "Standard time series": [""], - "Start": ["Начало"], - "Start (Longitude, Latitude): ": ["Старт (Долгота, Широта): "], - "Start Longitude & Latitude": ["Начальные долгота и широта"], - "Start angle": ["Начальный угол"], - "Start at (UTC)": ["Время начала (UTC)"], - "Start date included in time range": [ - "Начальная дата включена во временной интервал" - ], - "Start y-axis at 0": ["Начать ось Y с 0"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "Начать ось Y в нуле. Снимите флаг, чтобы ось Y начиналась на минимальном значении данных" + "Submit": ["Отправить"], + "Schedule query": ["Сохранить запрос"], + "Schedule": ["Расписание"], + "There was an error with your request": [ + "Произошла ошибка с вашим запросом" ], - "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.": [ - "" + "Please save the query to enable sharing": [ + "Пожалуйста, сохраните запрос, чтобы включить функцию \"поделиться\"" ], - "Stop": ["Стоп"], - "Stop query": ["Остановить запрос"], - "Stop running (Ctrl + e)": ["Остановить выполнение (CTRL + X)"], - "Stop running (Ctrl + x)": ["Остановить выполнение (CTRL + X)"], - "Stopped an unsafe database connection": [""], - "Streets": ["Схема"], - "Strength to pull the graph toward center": [ - "Сила притяжения вершин к центру" + "Copy query link to your clipboard": [ + "Скопировать ссылку на запрос в буфер обмена" ], - "Stretched style": [""], - "Strings used for sheet names (default is the first sheet).": [ - "Имя листа (по умолчанию первый лист)" + "Save the query to enable this feature": [ + "Сохраните запрос для включения этой опции" ], - "Stroke Color": ["Цвет обводки"], - "Stroke Width": ["Ширина обводки"], - "Stroked": ["С обводкой"], - "Structural": ["Структура"], - "Style": ["Стиль"], - "Style the ends of the progress bar with a round cap": [ - "Оформление концов индикатора круглыми заглушками" + "Copy link": ["Скопировать ссылку"], + "Run a query to display results": [ + "Выполните запрос для отображения результатов" ], - "Subdomain": ["Подблок"], - "Subheader": ["Подзаголовок"], - "Subheader Font Size": ["Размер шрифта подзаголовка"], - "Submit": ["Отправить"], - "Subtotal": ["Подытог"], - "Success": ["Успешно"], - "Successfully changed dataset!": [""], - "Suffix": [""], - "Suffix to apply after the percentage display": [ - "Текст после отображения процентной доли" + "No stored results found, you need to re-run your query": [ + "Не найдены сохраненные результаты, необходимо повторно выполнить запрос" ], - "Sum": ["Сумма"], - "Sum as Fraction of Columns": ["Сумма как доля столбцов"], - "Sum as Fraction of Rows": ["Сумма как доля строк"], - "Sum as Fraction of Total": ["Сумма как доля целого"], - "Sum of values over specified period": [ - "Сумма значений за обозначенный период" + "Query history": ["История запросов"], + "Preview: `%s`": ["Предпросмотр «%s»"], + "Schedule the query periodically": [ + "Запланировать периодическое выполнение запроса" ], - "Sum values": ["Суммарные значения"], - "Sunburst Chart": ["Диаграмма Солнечные лучи"], - "Sunday": ["Воскресенье"], - "Superset Chart": ["График Superset"], - "Superset Embedded SDK documentation.": [""], - "Superset chart": ["График Superset"], - "Superset dashboard": ["Дашборд Superset"], - "Superset encountered an error while running a command.": [ - "Суперсет столкнулся с ошибкой во время выполнения команды." + "You must run the query successfully first": [ + "Сначала необходимо успешно выполнить запрос" ], - "Superset encountered an unexpected error.": [ - "Суперсет столкнулся с неожиданной ошибкой." + "Render HTML": [""], + "Autocomplete": ["Автозаполнение"], + "CREATE TABLE AS": ["CREATE TABLE AS"], + "CREATE VIEW AS": ["CREATE VIEW AS"], + "Estimate the cost before running a query": [ + "Спрогнозировать стоимость до выполнения запроса" ], - "Supported databases": ["Поддерживаемые базы данных"], - "Survey Responses": [""], - "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.": [ - "" + "Specify name to CREATE VIEW AS schema in: public": [ + "Укажите имя нового представления для CREATE VIEW AS" ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Sync columns from source": ["Синхронизировать столбцы из источника"], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "" + "Specify name to CREATE TABLE AS schema in: public": [ + "Укажите имя новой таблицы для CREATE TABLE AS" ], - "TABLES": ["ТАБЛИЦЫ"], - "THU": ["ЧТ"], - "TUE": ["ВТ"], - "Tab name": ["Имя вкладки"], - "Tab title": ["Имя вкладки"], - "Table": ["Таблица"], - "Table %(table)s wasn't found in the database %(db)s": [""], - "Table Exists": ["Таблица существует"], - "Table Name": ["Имя таблицы"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Не удается найти таблицу \"%(table_name)s\", пожалуйста, проверьте ваше соединение с базой данных, схему и имя таблицы" + "Select a database to write a query": [ + "Выберите базу данных для написания запроса" ], - "Table cache timeout": ["Время жизни кэша таблицы"], - "Table columns": ["Столбцы таблицы"], - "Table name cannot contain a schema": [ - "Имя таблицы не может содержать схему" + "Choose one of the available databases from the panel on the left.": [ + "Выберите одну из доступных баз данных из панели слева." ], - "Table name undefined": ["Имя таблицы не определено"], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "Таблица, визуализирующая парные t-тесты, которые используются для нахождения статистических различий между группами." + "Create": ["Создать"], + "Collapse table preview": ["Свернуть предпросмотр таблицы"], + "Expand table preview": ["Расширить предпросмотр таблицы"], + "Reset state": ["Сбросить текущее состояние"], + "Enter a new title for the tab": ["Введите новое название для вкладки"], + "Close tab": ["Закрыть вкладку"], + "Rename tab": ["Переименовать вкладку"], + "Expand tool bar": ["Показать панель инструментов"], + "Hide tool bar": ["Скрыть панель инструментов"], + "Close all other tabs": ["Закрыть остальные вкладки"], + "Duplicate tab": ["Дублировать вкладку"], + "Add a new tab": ["Новая вкладка"], + "New tab (Ctrl + q)": ["Новая вкладка (CTRL + Q)"], + "New tab (Ctrl + t)": ["Новая вкладка (CTRL + T)"], + "Add a new tab to create SQL Query": [ + "Откройте новую вкладку для создания SQL запроса" ], - "Tables": ["Таблицы"], - "Tabs": ["Вкладки"], - "Tabular": ["Таблицы"], - "Tag": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tagged %s %ss": [""], - "Tags": ["Теги"], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "" + "An error occurred while fetching table metadata": [ + "Произошла ошибка при получении метаданных из таблицы" ], - "Target": ["Цель"], - "Target Color": ["Целевой цвет"], - "Target category": ["Целевая категория"], - "Target value": ["Целевое значение"], - "Template Name": ["Имя шаблона"], - "Template parameters": ["Параметры шаблона"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Шаблонная ссылка, можно включить {{ metric }} или другие значения, поступающие из элементов управления." + "Copy partition query to clipboard": [ + "Скопировать часть запроса в буфер обмена" ], - "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." + "latest partition:": ["последний раздел:"], + "View keys & indexes (%s)": ["Показать ключи и индексы (%s)"], + "Original table column order": [ + "Расположение столбцов как в исходной таблице" ], - "Test Connection": ["Тестовое соединение"], - "Test connection": ["Тестовое соединение"], - "Text": ["Текст"], - "Text align": ["Выравнивание текста"], - "Text embedded in email": ["Текст, включенный в email"], - "The API response from %s does not match the IDatabaseTable interface.": [ - "" + "Sort columns alphabetically": [ + "Отсортировать столбцы в алфавитном порядке" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "" + "Copy SELECT statement to the clipboard": [ + "Скопировать выражение SELECT в буфер обмена" ], - "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) не содержит SELECT запрос в конце. Пожалуйста, убедитесь, что ваш запрос имеет SELECT запрос в конце. Затем попробуйте повторно выполнить запрос." + "Show CREATE VIEW statement": ["Показать выражение CREATE VIEW"], + "CREATE VIEW statement": ["Выражение CREATE VIEW"], + "Remove table preview": ["Убрать предпросмотр таблицы"], + "Assign a set of parameters as": ["Задайте набор параметров в формате"], + "below (example:": ["ниже (пример:"], + "), and they become available in your SQL (example:": [ + "), и они станут доступны в ваших SQL запросах (пример:" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "Диаграмма принимает данные в формате GeoJSON и отображает их в виде интерактивных полигонов, линий и точек (кругов, значков и/или текста)." + "by using": [", используя"], + "Jinja templating": ["Шаблонизацию Jinja."], + "syntax.": [""], + "Edit template parameters": [ + "Редактировать параметры шаблонизации Jinja" ], - "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?": [ - "" + "Parameters ": ["Параметры "], + "Invalid JSON": ["Недопустимый формат JSON"], + "Untitled query": ["Безымянный запрос"], + "%s%s": ["%s%s"], + "Control": ["Элемент"], + "Before": ["До"], + "After": ["После"], + "Click to see difference": ["Нажмите для просмотра изменений"], + "Altered": ["Измененено"], + "Chart changes": ["Изменения графика"], + "Loaded data cached": ["Данные загружены в кэш"], + "Loaded from cache": ["Загружено из кэша"], + "Click to force-refresh": ["Нажмите для принудительного обновления"], + "Cached": ["Добавлено в кэш"], + "Add required control values to preview chart": [ + "Добавьте обязательные значения для предпросмотра графика" ], - "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.": [ - "Категория исходных вершин предназначена для задания цветов. Если вершина связана более, чем с одной категорией, только первая будет использована." + "Your chart is ready to go!": ["Ваш график готов!"], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Нажмите на кнопку \"Создать график\" на панели управления слева для просмотра графика или" ], - "The chart datasource does not exist": [ - "Источник данных графика не существует" + "click here": ["нажмите сюда"], + "No results were returned for this query": [ + "Не было получено данных по этому запросу" ], - "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.": [ - "Классическая круговая/кольцевая диаграмма." + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Убедитесь, что настройки графика верно сконфигурированы и источник данных содержит данные для выбранного временного интервала." ], - "The color for points and clusters in RGB": [ - "Цвет для маркеров и кластеров в RGB" + "An error occurred while loading the SQL": [ + "Произошла ошибка при загрузке SQL" ], - "The color scheme for rendering chart": [ - "Цветовая схема, применяемая для раскрашивания графика" + "Sorry, an error occurred": ["Извините, произошла ошибка"], + "Updating chart was stopped": ["Обновление графика остановлено"], + "An error occurred while rendering the visualization: %s": [ + "Произошла ошибка при построении графика: %s" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "Цветовая схема определена соответствующим дашбордом.\n Измените цветовую схему в свойствах дашборда." + "Network error.": ["Ошибка сети."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "The column header label": ["Заголовок столбца"], - "The column was deleted or renamed in the database.": [ - "Столбец был удален или переименован в базе данных." + "You can also just click on the chart to apply cross-filter.": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Edit chart": ["Редактировать график"], + "Close": ["Закрыть"], + "Failed to load chart data.": ["Не удалось загрузить данные графика."], + "Results %s": ["Результаты %s"], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "The country code standard that Superset should expect to find in the [country] column": [ - "Код страны, который Суперсет ожидает найти в столбце со страной" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "" ], - "The dashboard has been saved": ["Дашборд сохранен"], - "The data source seems to have been deleted": [ - "Источник данных, похоже, был удален" + "Right-click on a dimension value to drill to detail by that value.": [ + "" ], - "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.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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 открытую(-ых) вкладку(-ок) в Лаборатории SQL. Вы уверены, что хотите продолжить? Удаление базы данных приведёт к неработоспособности этих компонентов." + "Drill to detail: %s": [""], + "Formatting": ["Форматирование"], + "Formatted value": ["Форматированное значение"], + "No rows were returned for this dataset": [ + "Не было получено данных для этого датасета" ], - "The database columns that contains lines information": [""], - "The database is currently running too many queries.": [ - "В настоящий момент база данных обрабатывает слишком много запросов." + "Reload": ["Обновить"], + "Copy": ["Копировать"], + "Copy to clipboard": ["Скопировать в буфер обмена"], + "Copied to clipboard!": ["Скопировано в буфер обмена"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Извините, Ваш браузер не поддерживание копирование. Используйте сочетание клавиш [CTRL + C] для WIN или [CMD + C] для MAC!" ], - "The database is under an unusual load.": [ - "Нетипично высокая загрузка базы данных" + "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": ["каждая минута"], + "minute": ["минута"], + "reboot": ["обновить"], + "Every": ["Каждый(ая)"], + "in": ["в"], + "on": ["по"], + "at": ["в"], + ":": [":"], + "minute(s)": ["минут"], + "Invalid cron expression": ["Недопустимое CRON выражение"], + "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": ["ДЕК"], + "There was an error loading the schemas": [ + "Возникла ошибка при загрузке схем" ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "База данных, указанная в этом запросе, не найдена. Пожалуйста, обратитесь к своему администратору или попробуйте еще раз." + "Force refresh schema list": ["Принудительно обновить список схем"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "Внимание! Изменение датасета может привести к тому, что график станет нерабочим, если будут отсутствовать метаданные." ], - "The database returned an unexpected error.": [ - "База данных вернула неожиданную ошибку" + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Изменение датасета может привести к тому, что график станет нерабочим, если график использует несуществующие в целевом датасете столбцы или метаданные" ], - "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.": [ - "Датасет %s привязан к %s графику(-ам), который(-ые) используется(-ются) в %s дашборде(-ах). Вы уверены, что хотите продолжить? Удаление датасета приведёт к неработоспособности этих объектов." + "dataset": ["датасет"], + "Successfully changed dataset!": [""], + "Connection": ["База данных"], + "Swap dataset": ["Сменить датасет"], + "Proceed": ["Продолжить"], + "Warning!": ["Предупреждение!"], + "Search / Filter": ["Поиск / Фильтр"], + "Add item": ["Добавить запись"], + "STRING": ["Строчный (STRING/VARCHAR)"], + "NUMERIC": ["Числовой (NUMERIC/DECIMAL)"], + "DATETIME": ["Дата/Время (DATETIME/TIMESTAMP)"], + "BOOLEAN": ["Булевый (BOOLEAN)"], + "Physical (table or view)": ["Физический (таблица или представление)"], + "Virtual (SQL)": ["Виртуальный (SQL)"], + "Data type": ["Тип данных"], + "Advanced data type": ["Расширенный тип данных"], + "Advanced Data type": ["Расширенный тип данных"], + "Datetime format": ["Формат даты/времени"], + "The pattern of timestamp format. For strings use ": [ + "Шаблон формата отметки времени (таймштампа). Для строк используйте " ], - "The dataset associated with this chart no longer exists": [ - "Датасет, связанный с этим графиком, больше не существует" + "Python datetime string pattern": ["Шаблон строки даты и времени Python"], + " expression which needs to adhere to the ": [ + ", который должен придерживаться " ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "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.": [ + " стандарта для обеспечения того, чтобы лексикографический порядок совпадал с хронологическим порядком. Если формат временной метки не соответствует стандарту ISO 8601, вам нужно будет определить выражение и тип для преобразования строки в дату или временную метку. В настоящее время часовые пояса не поддерживаются. Если время хранится в формате эпохи, введите \\`epoch_s\\` или \\`epoch_ms\\`. Если шаблон не указан, будут использованы необязательные значения по умолчанию на уровне имен для каждой базы данных/столбца с помощью дополнительного параметра." ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "" + "Certified By": ["Кем утверждено"], + "Person or group that has certified this metric": [ + "Лицо или группа, которые утвердили этот показатель" ], - "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.": [ - "Представленная здесь конфигурация датасета\n влияет на все графики, использующие этот датасет.\n Помните, что изменение настроек\n может иметь неожиданный эффект\n на другие графики." + "Certified by": ["Кем утверждено"], + "Certification details": ["Детали утверждения"], + "Details of the certification": ["Детали утверждения"], + "Is dimension": ["Является измерением"], + "Default datetime": ["Дата и время по умолчанию"], + "Is filterable": ["Фильтруемый"], + "": ["<новый столбец>"], + "Select owners": ["Выбрать владельцев"], + "Modified columns: %s": ["Изменённые столбцы: %s"], + "Removed columns: %s": ["Удалённые столбцы: %s"], + "New columns added: %s": ["Добавленные столбцы: %s"], + "Metadata has been synced": ["Метаданные синхронизированы"], + "An error has occurred": ["Произошла ошибка"], + "Column name [%s] is duplicated": [ + "Имя столбца [%s] является дубликатом" ], - "The dataset has been saved": ["Датасет сохранен"], - "The dataset linked to this chart may have been deleted.": [ - "Датасет, связанный с этим графиком, похоже, был удален." + "Metric name [%s] is duplicated": ["Дубль имени меры [%s]"], + "Calculated column [%s] requires an expression": [ + "Для вычисляемого столбца [%s] требуется выражение" ], - "The datasource couldn't be loaded": [ - "Невозможно загрузить источник данных" + "Invalid currency code in saved metrics": [""], + "Basic": ["Базовая настройка"], + "Default URL": ["URL по умолчанию"], + "Default URL to redirect to when accessing from the dataset list page": [ + "URL по умолчанию, на который будет выполнен редирект при доступе из страницы со списком датасетов" ], - "The datasource is too large to query.": [ - "Источник данных слишком велик для запроса." + "Autocomplete filters": ["Фильтры автозаполнения"], + "Whether to populate autocomplete filters options": [ + "Распространить настройки фильтров автозаполнения" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "Описание может быть отображено как заголовок графика в дашборде. Поддерживает markdown-разметку" + "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.": [ + "При использовании \"Фильтров автозаполнения\" это может использоваться для улучшения быстродействия запроса. Используйте эту опцию для настройки предиката (оператор WHERE) запроса для уникальных значений из таблицы. Обычно целью является ограничение сканирования путем применения относительного временного фильтра к секционированному или индексированному полю типа дата/время." ], - "The distance between cells, in pixels": [ - "Расстояние между ячейками (в пикселях)" + "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\": \"Руководитель отдела\", \"details\": \"Эта таблица - источник правды.\" }, \"warning_markdown\": \"Это предупреждение.\" }`." ], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "Объект engine_params вызывает sqlalchemy.create_engine" + "Cache timeout": ["Время жизни кэша"], + "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.": [ + "Количество часов, отрицательное или положительное, для сдвига столбца формата дата/время. Это может быть использовано для приведения часового пояса UTC к местному времени." ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "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\" возможно, отключен, и с ним невозможно связаться по порту %(port)s." - ], - "The host might be down, and can't be reached on the provided port.": [ - "Хост возможно, отключен, и с ним невозможно связаться по заданному порту." - ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Не удалось обнаружить хост \"%(hostname)s\"" + "": ["<новая пространственная мера>"], + "": ["<без типа>"], + "Click the lock to make changes.": [ + "Нажмите на замок для внесения изменений" ], - "The hostname provided can't be resolved.": [ - "Не удалось обнаружить хост." + "Click the lock to prevent further changes.": [ + "Нажмите на замок для запрета на внос изменений." ], - "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'": [ - "" + "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.": [ + "Когда указан SQL, источник данных работает как представление. Superset будет использовать это выражение в подзапросе, при необходимости группировки и фильтрации." ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "Максимальное количество возвращаемых событий, эквивалентно количеству строк" + "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.": [ + "Указатель на физическую таблицу (или представление). Следует помнить, что график связан с логической таблицей Superset, а эта логическая таблица указывает на физическую таблицу, указанную здесь." ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "The maximum value of metrics. It is an optional configuration": [ - "Максимальное значение мер. Это необязательная настройка" + "D3 format": ["Формат даты/времени"], + "Metric currency": [""], + "Warning": ["Предупреждение"], + "Optional warning about use of this metric": [ + "Необязательное предупреждение об использовании этой меры" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "" + "": ["<новая мера>"], + "Be careful.": ["Будьте осторожны."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Изменение этих настроек будет влиять на все графики, использующие этот датасет, включая графики других пользователей." ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Sync columns from source": ["Синхронизировать столбцы из источника"], + "Calculated columns": ["Вычисляемые столбцы"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "Объект metadata_params вызывает sqlalchemy.MetaData" - ], - "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [ - "Минимальное количество скользящих периодов, необходимое для отображения значения. Например, если вы делаете накопительную сумму за 7 дней, вы можете указать, чтобы \"Минимальный период\" был равен 7, так что все показанные точки данных представляют собой общее количество 7 периодов." - ], - "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.": [ - "Количество часов, отрицательное или положительное, для сдвига столбца формата дата/время. Это может быть использовано для приведения часового пояса UTC к местному времени." - ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "Количество отображаемых результатов ограничено %(rows)d переменной DISPLAY_MAX_ROW. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d." + "": ["<введите SQL выражение>"], + "Settings": ["Настройки"], + "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.": [ + "Представленная здесь конфигурация датасета\n влияет на все графики, использующие этот датасет.\n Помните, что изменение настроек\n может иметь неожиданный эффект\n на другие графики." ], - "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.": [ - "Количество отображаемых результатов ограничено %(rows)d. Пожалуйста, добавьте дополнительные ограничения/фильтры или загрузите в csv, чтобы увидеть больше строк до предела %(limit)d.\"" + "Are you sure you want to save and apply changes?": [ + "Вы уверены, что хотите сохранить и применить изменения?" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Количество отображаемых строк ограничено: не более %(rows)d." + "Confirm save": ["Подтвердить сохранение"], + "OK": ["ОК"], + "Edit Dataset ": ["Редактировать датасет "], + "Use legacy datasource editor": ["Использовать старый редактор"], + "This dataset is managed externally, and can't be edited in Superset": [ + "Этот датасет управляется извне и не может быть изменена в Суперсете" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Количество отображаемых строк ограничено: не более %(rows)d." + "DELETE": ["УДАЛИТЬ"], + "delete": ["удалить"], + "Type \"%s\" to confirm": ["Введите \"%s\" для подтверждения"], + "More": ["Подробнее"], + "Click to edit": ["Нажмите для редактирования"], + "You don't have the rights to alter this title.": [ + "Недостаточно прав для изменения названия." ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "Количество отображаемых строк ограничено: не более %(rows)d." + "No databases match your search": [ + "Нет баз данных, удовлетворяющих вашему поиску" ], - "The number of seconds before expiring the cache": [ - "Количество секунд до истечения срока действия кэша" + "There are no databases available": ["Нет доступных баз данных"], + "Manage your databases": ["Управляйте своими базами данных"], + "here": ["здесь"], + "Unexpected error": ["Неожиданная ошибка"], + "This may be triggered by:": ["Возможные причины:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nВозможные причины: \n%(issues)s" ], - "The object does not exist in the given database.": [ - "Объект не существует в этой базе данных." + "%s Error": ["%s Ошибка"], + "Missing dataset": ["Отсутствующий датасет"], + "See more": ["Подробнее"], + "See less": ["Скрыть подробности"], + "Copy message": ["Скопировать сообщение"], + "Authorization needed": [""], + "Did you mean:": ["Возможно вы имели в виду:"], + "Parameter error": ["Ошибка параметра"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nВозможные причины:\n %(issue)s" ], - "The parameter %(parameters)s in your query is undefined.": [ - "Параметр %(parameters)s в вашем запросе неопределен.", - "Следующие параметры неопределены в вашем запросе: %(parameters)s", - "Следующие параметры неопределены в вашем запросе: %(parameters)s" + "Timeout error": ["Ошибка таймаута"], + "Click to favorite/unfavorite": ["Добавить в избранное"], + "Cell content": ["Содержимое ячейки"], + "Hide password.": ["Скрыть пароль."], + "Show password.": ["Показать пароль."], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "Драйвер базы данных для импорта может быть не установлен. Изучите документацию Суперсета для инструкций по установке: " ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Неверный пароль для пользователя \"%(username)s\"." + "OVERWRITE": ["ПЕРЕЗАПИСАТЬ"], + "Database passwords": ["Пароли базы данных"], + "%s PASSWORD": ["%s ПАРОЛЬ"], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "Overwrite": ["Перезаписать"], + "Import": ["Импорт"], + "Import %s": ["Импортировать %s"], + "Select file": ["Выбрать файл"], + "Last Updated %s": ["Дата изменения %s"], + "Sort": ["Сортировка"], + "+ %s more": ["+ еще %s"], + "%s Selected": ["%s Выбрано"], + "Deselect all": ["Снять выделение"], + "Add Tag": [""], + "No results match your filter criteria": [ + "Не найдено результатов по вашим критериям" ], - "The password provided when connecting to a database is not valid.": [ - "Неверный пароль для базы данных." + "Try different criteria to display results.": [ + "Попробуйте использовать другии критерии фильтрации" ], - "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.": [ - "Для баз данных нужны пароли, чтобы импортировать их вместе с графиками. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлов и должны быть добавлены вручную после импорта, если необходимо." + "clear all filters": ["Сбросить все фильтры"], + "No Data": ["Нет данных"], + "%s-%s of %s": ["%s-%s из %s"], + "Type a value": ["Введите значение"], + "Filter": ["Фильтр"], + "Select or type a value": ["Выберите значение"], + "Last modified": ["Последнее изменение"], + "Modified by": ["Кем изменено"], + "Created by": ["Кем создано"], + "Created on": ["Дата создания"], + "Menu actions trigger": [""], + "Select ...": ["Выбрать ..."], + "Reset": ["Сбросить"], + "No filters": ["Нет фильтров"], + "Select all items": ["Выбрать все записи"], + "Select current page": ["Выбрать текущую страницу"], + "Invert current page": [""], + "Clear all data": ["Очистить все данные"], + "Select all data": ["Выбрать все данные"], + "Expand row": ["Развернуть строку"], + "Collapse row": ["Свернуть строку"], + "Click to sort descending": ["Нажмите для сортировки по убыванию"], + "Click to sort ascending": ["Нажмите для сортировки по возрастанию"], + "Click to cancel sorting": ["Нажмите для отмены сортировки"], + "List updated": ["Список обновлен"], + "There was an error loading the tables": [ + "Возникла ошибка при загрузке таблиц" ], - "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.": [ - "Для баз данных нужны пароли, чтобы импортировать их вместе с дашбордами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." + "See table schema": ["Таблица"], + "Force refresh table list": ["Принудительно обновить список таблиц"], + "Timezone selector": ["Выбор часового пояса"], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Недостаточно пространства для этого компонента. Попробуйте уменьшить ширину или увеличить целевую ширину." ], - "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.": [ - "Пароли к базам данных требуются, чтобы импортировать их вместе с датасетами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены после импорта вручную, если необходимо." + "Can not move top level tab into nested tabs": [ + "Невозможно перенести вкладку верхнего уровня во вложенную вкладку" ], - "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.": [ - "Для баз данных нужны пароли, чтобы импортировать их вместе с сохраненными запросами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." + "This chart has been moved to a different filter scope.": [ + "Этот график был перемещён в другой набор фильтров." ], - "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.": [ - "Пароли к базам данных требуются, чтобы импортировать их. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в импортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." + "There was an issue fetching the favorite status of this dashboard.": [ + "Произошла ошибка с получением статуса избранного для этого дашборда." ], - "The pattern of timestamp format. For strings use ": [ - "Шаблон формата отметки времени (таймштампа). Для строк используйте " + "There was an issue favoriting this dashboard.": [ + "Произошла ошибка при добавлении этого дашборда в избранное." ], - "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.": [ - "Периодичность для группировки по времени. Пользователи могут задавать собственную частоту. Для этого нажмите на иконку с информацией." + "This dashboard is now published": ["Дашборд теперь опубликован"], + "This dashboard is now hidden": ["Дашборд теперь скрыт"], + "You do not have permissions to edit this dashboard.": [ + "У вас нет прав на редактирование этого дашборда." ], - "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.": [ - "Указатель на физическую таблицу (или представление). Следует помнить, что график связан с логической таблицей Superset, а эта логическая таблица указывает на физическую таблицу, указанную здесь." + "[ untitled dashboard ]": ["[ безымянный дашборд ]"], + "This dashboard was saved successfully.": ["Дашборд успешно сохранен"], + "Sorry, an unknown error occurred": [ + "Извините, произошла неизвестная ошибка" ], - "The port is closed.": ["Порт закрыт."], - "The port number is invalid.": ["Недействительный порт."], - "The primary metric is used to define the arc segment sizes": [ - "Основная мера используется для определения размера сегмента дуги" + "Sorry, there was an error saving this dashboard: %s": [ + "Извините, произошла ошибка при сохранении дашборда: %s" ], - "The query associated with the results was deleted.": [ - "Запрос, связанный с результатами, был удален." + "You do not have permission to edit this dashboard": [ + "У вас нет прав на редактирование этого дашборда" ], - "The query associated with these results could not be found. You need to re-run the original query.": [ + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "The query contains one or more malformed template parameters.": [""], - "The query couldn't be loaded": ["Запрос невозможно загрузить"], - "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.": [ - "Запрос был прерван после %(sqllab_timeout)s секунд. Он мог быть слишком сложным, или база данных находилась под большой нагрузкой." - ], - "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.": [ - "" + "Could not fetch all saved charts": [ + "Не удалось получить все сохраненные графики" ], - "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": [ - "Радиус маркеров (не находящихся в кластере). Выберите числовой столбец или `Автоматически`, который отмасштабирует маркеры по наибольшему маркеру." + "Sorry there was an error fetching saved charts: ": [ + "Извините, произошла ошибка при загрузке графиков: " ], - "The report has been created": ["Рассылка создана"], - "The result of this query should be a numeric-esque value": [""], - "The results backend no longer has the data from the query.": [ - "Сервер не сохранил данные из этого запроса." + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Любая палитра, выбранная здесь, будет перезаписывать цвета, применённые к отдельным графикам этого дашборда" ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Данные, сохраненные на сервере, имели другой формат, и не могут быть распознаны." + "You have unsaved changes.": ["У вас есть несохраненные изменения."], + "Drag and drop components and charts to the dashboard": [ + "Переместите элементы оформления и графики на дашборд" ], - "The rich tooltip shows a list of all series for that point in time": [ - "Расширенная всплывающая подсказка показывает список всех категорий для этой точки." + "You can create a new chart or use existing ones from the panel on the right": [ + "Вы можете создать новый график или использовать существующие из панели справа" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "" + "Create a new chart": ["Создать новый график"], + "Drag and drop components to this tab": [ + "Переместите элементы оформления и графики в эту вкладку" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "" + "There are no components added to this tab": [ + "В этой вкладке нет компонентов" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "Схема была удалена или переименована в базе данных." + "You can add the components in the edit mode.": [ + "Вы можете добавить компоненты в режиме редактирования." ], - "The size of the square cell, in pixels": [ - "Размер квадратной ячейки (в пикселях)" + "Edit the dashboard": ["Редактировать дашборд"], + "There is no chart definition associated with this component, could it have been deleted?": [ + "С этим компонентом не связан ни один график, возможно, он был удален." ], - "The submitted payload has the incorrect format.": [ - "Загруженные данные имеют некорректный формат." + "Delete this container and save to remove this message.": [ + "Удалите этот контейнер и сохраните изменения, чтобы убрать это сообщение." ], - "The submitted payload has the incorrect schema.": [ - "Загруженные данные имеют некорректную схему." + "Refresh interval saved": ["Интервал обновления сохранен"], + "Refresh interval": ["Интервал обновления"], + "Refresh frequency": ["Частота обновления"], + "Are you sure you want to proceed?": [ + "Вы уверены, что хотите продолжить?" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "Таблица \"%(table)s\" не существует. Для выполнения запроса должна использоваться существующая таблица" + "Save for this session": ["Сохранить на время текущей сессии"], + "You must pick a name for the new dashboard": [ + "Вы должны выбрать имя для нового дашборда" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "Таблица \"%(table_name)s\" не существует. Для выполнения запроса должна использоваться существующая таблица" + "Save dashboard": ["Сохранить дашборд"], + "Overwrite Dashboard [%s]": ["Перезаписать дашборд [%s]"], + "Save as:": ["Сохранить как:"], + "[dashboard name]": ["[имя дашборда]"], + "also copy (duplicate) charts": [ + "также копировать (дублировать) графики" ], - "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.": [ + "viz type": ["тип визуализации"], + "recent": ["недавние"], + "Create new chart": ["Создать новый график"], + "Filter your charts": ["Поиск"], + "Sort by %s": ["Сорт. по %s"], + "Show only my charts": [""], + "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.": [ "" ], - "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`": [ - "Интервал времени, в границах которого строится график. Обратите внимание, что для определения диапазона времени, вы можете использовать естественный язык. Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»" + "Added": ["Добавлено"], + "Viz type": ["Тип визуализации"], + "Dataset": ["Датасет"], + "Superset chart": ["График Superset"], + "Check out this chart in dashboard:": [ + "Посмотреть этот график в дашборде:" ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ - "Интервал времени, в границах которого строится график. Обратите внимание, что для определения диапазона времени, вы можете использовать естественный язык. Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»" + "Layout elements": ["Оформление"], + "An error occurred while fetching available CSS templates": [ + "Произошла ошибка при получении доступных CSS-шаблонов" ], - "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 для каждого типа драйвера базы данных." + "Load a CSS template": ["Загрузить CSS шаблон"], + "Live CSS editor": ["Редактор CSS"], + "Collapse tab content": ["Свернуть содержимое вкладки"], + "There are no charts added to this dashboard": [ + "В этот дашборд еще не добавлен ни один график." ], - "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.": [ - "Временной интервал для визуализации. Относительно время, например, \"Последний месяц\", \"Последние 7 дней\" и т.д. рассчитываются на сервере, используя локальное время сервера. Обратите внимание, что вы можете самостоятельно задать часовой пояс по формату ISO 8601 при пользовательской настройке, задав время начала и/или конца." + "Go to the edit mode to configure the dashboard and add charts": [ + "Перейдите в режим редактирования для изменения дашборда и добавьте графики" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "Единица времени для каждого подблока. Должна быть меньшей единицей, чем единица времени блока. Должно быть больше или равно единице времени" + "Changes saved.": ["Изменения сохранены."], + "Disable embedding?": ["Выключить встраивание?"], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": ["Встраивание отключено"], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Извините, что-то пошло не так. Встраивание не может быть деактивировано." ], - "The time unit used for the grouping of blocks": [ - "Единица времени для группировки блоков" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "" ], - "The type of visualization to display": [ - "Выберите необходимый тип визуализации" + "Configure this dashboard to embed it into an external web application.": [ + "Настройте этот дашборд для встраивания во внешнее веб-приложение" ], - "The unit of measure for the specified point radius": [ - "Единица измерения для указанного радиуса маркера" + "For further instructions, consult the": [ + "Для получения дальнейших инструкций обратитесь к" ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [ - "Пользователь, похоже, был удален" + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [ + "Разрешенные домены (разделить запятыми)" ], - "The user/password combination is not valid (Incorrect password for user).": [ - "" + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Список доменных имен, которые могут встраивать этот дашборд. Если оставить поле пустым, любой домен сможет сделать встраивание." ], - "The username \"%(username)s\" does not exist.": [ - "Пользователь \"%(username)s\" не существует." + "Deactivate": ["Выключить"], + "Save changes": ["Сохранить изменения"], + "Enable embedding": ["Разрешить встраивание"], + "Embed": ["Встроить"], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "В настоящий момент дашборд обновляется; следующее обновление будет через %s" ], - "The username provided when connecting to a database is not valid.": [ - "Имя пользователя, указанное при подключении к базе данных, недействительно" + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Дашборд слишком большой. Пожалуйста, уменьшите его размер перед сохранением." ], - "The way the ticks are laid out on the X-axis": [ - "Способ расположения делений по оси X" + "Add the name of the dashboard": ["Задайте имя дашборда"], + "Dashboard title": ["Название дашборда"], + "Undo the action": ["Отменить действие"], + "Redo the action": ["Повторить действие"], + "Discard": ["Отменить изменения"], + "Edit dashboard": ["Редактировать дашборд"], + "Refreshing charts": ["Обновление графиков"], + "Superset dashboard": ["Дашборд Superset"], + "Check out this dashboard: ": ["Посмотреть дашборд: "], + "Refresh dashboard": ["Обновить дашборд"], + "Exit fullscreen": ["Выйти из полноэкранного режима"], + "Enter fullscreen": ["Полноэкранный режим"], + "Edit properties": ["Редактировать свойства"], + "Edit CSS": ["Редактировать CSS"], + "Download": ["Сохранить"], + "Share": ["Поделиться"], + "Copy permalink to clipboard": ["Скопировать ссылку в буфер обмена"], + "Share permalink by email": ["Поделиться ссылкой по email"], + "Embed dashboard": ["Встроить дашборд"], + "Manage email report": ["Управление рассылкой по почте"], + "Set filter mapping": ["Установить действие фильтра"], + "Set auto-refresh interval": ["Задать интервал обновления"], + "Confirm overwrite": ["Подтвердить перезапись"], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": ["Да, перезаписать изменения"], + "Are you sure you intend to overwrite the following values?": [ + "Вы уверены, что хотите перезаписать эти значения?" ], - "The width of the lines": ["Ширина линий"], - "There are associated alerts or reports": [ - "Есть связанные оповещения или отчеты" + "Last Updated %s by %s": ["Изменено %s пользователем %s"], + "Apply": ["Применить"], + "Error": ["Ошибка"], + "A valid color scheme is required": [ + "Требуется корректная цветовая схема" ], - "There are no charts added to this dashboard": [ - "В этот дашборд еще не добавлен ни один график." + "JSON metadata is invalid!": ["JSON метаданные не валидны!"], + "Dashboard properties updated": ["Свойства дашборда обновлены"], + "The dashboard has been saved": ["Дашборд сохранен"], + "Access": ["Доступ"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Владельцы – это список пользователей, которые могут изменять дашборд. Можно искать по имени или никнейму." ], - "There are no components added to this tab": [ - "В этой вкладке нет компонентов" + "Colors": ["Цвета"], + "Dashboard properties": ["Свойства дашборда"], + "This dashboard is managed externally, and can't be edited in Superset": [ + "" ], - "There are no databases available": ["Нет доступных баз данных"], - "There are no filters in this dashboard.": [ - "В этом дашборде нет фильтров." + "Basic information": ["Основная информация"], + "URL slug": ["Читаемый URL"], + "A readable URL for your dashboard": ["Читаемый URL-адрес для дашборда"], + "Certification": ["Утверждение"], + "Person or group that has certified this dashboard.": [ + "Лицо или группа, которые утвердили этот дашборд" ], - "There are unsaved changes.": ["У вас есть несохраненные изменения."], - "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ - "В SQL-запросе имеется синтаксическая ошибка. Возможно, это орфографическая ошибка или опечатка." + "Any additional detail to show in the certification tooltip.": [ + "Любые дополнительные сведения для всплывающей подсказки" ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "С этим компонентом не связан ни один график, возможно, он был удален." + "JSON metadata": ["JSON метаданные"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [ + "Использовать меню \"%(menuName)s\" взамен." ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Недостаточно пространства для этого компонента. Попробуйте уменьшить ширину или увеличить целевую ширину." + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Этот дашборд не опубликован, он не будет отображён в списке дашбордов. Нажмите, чтобы опубликовать этот дашборд." ], - "There was an error fetching the favorite status: %s": [ - "Произошла ошибка при получении статуса избранного: %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 error fetching your recent activity:": [ - "Произошла ошибка при получении вашей недавней активности:" + "This dashboard is published. Click to make it a draft.": [ + "Дашборд опубликован. Нажмите, чтобы сделать черновиком." ], - "There was an error loading the dataset metadata": [ - "Возникла ошибка при загрузке метаданных датасета" + "Draft": ["Черновик"], + "Annotation layers are still loading.": ["Слои аннотаций загружаются."], + "One ore more annotation layers failed loading.": [ + "Один или несколько слоев аннотации не удалось загрузить." ], - "There was an error loading the schemas": [ - "Возникла ошибка при загрузке схем" + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "" ], - "There was an error loading the tables": [ - "Возникла ошибка при загрузке таблиц" + "Data refreshed": ["Данные обновлены"], + "Cached %s": ["Добавлено в кэш %s"], + "Fetched %s": ["Получено %s"], + "Query %s: %s": ["Запрос %s: %s"], + "Force refresh": ["Обновить"], + "Hide chart description": ["Скрыть описание графика"], + "Show chart description": ["Показать описание графика"], + "View query": ["Показать SQL запрос"], + "View as table": ["Показать в виде таблицы"], + "Chart Data: %s": ["Данные графика: %s"], + "Share chart by email": ["Поделиться графиком по email"], + "Check out this chart: ": ["Посмотреть график: "], + "Export to .CSV": ["Экспорт в .CSV"], + "Export to full .CSV": ["Экспорт в целый .CSV"], + "Download as image": ["Сохранить как изображение"], + "Something went wrong.": [""], + "Search...": ["Поиск..."], + "No filter is selected.": ["Не выбраны фильтры."], + "Editing 1 filter:": ["Редактирование 1 фильтра:"], + "Batch editing %d filters:": [ + "Множественное редактирование фильтров: %d" ], - "There was an error saving the favorite status: %s": [ - "Произошла ошибка при сохранении статуса избранного: %s" + "Configure filter scopes": ["Настроить область действия фильтра"], + "There are no filters in this dashboard.": [ + "В этом дашборде нет фильтров." ], - "There was an error with your request": [ - "Произошла ошибка с вашим запросом" + "Expand all": ["Расширить все"], + "Collapse all": ["Свернуть всё"], + "An error occurred while opening Explore": [ + "Произошла ошибка при открытии режима исследования" ], - "There was an issue deleting %s: %s": [ - "Произошла ошибка при удалении %s: %s" + "This markdown component has an error.": [ + "Этот компонент содержит ошибки." ], - "There was an issue deleting the selected %s: %s": [ - "Произошла ошибка при удалении выбранных %s: %s" + "This markdown component has an error. Please revert your recent changes.": [ + "Этот компонент содержит ошибки. Пожалуйста, отмените последние изменения." ], - "There was an issue deleting the selected annotations: %s": [ - "Произошла ошибка при удалении выбранных аннотаций: %s" + "Empty row": [""], + "You can": ["Вы можете"], + "create a new chart": ["создать новый график"], + "or use existing ones from the panel on the right": [ + "или использовать уже существующие из панели справа" ], - "There was an issue deleting the selected charts: %s": [ - "Произошла ошибка при удалении выбранных графиков: %s" + "You can add the components in the": ["Вы можете добавить компоненты в"], + "edit mode": ["режиме редактирования"], + "Delete dashboard tab?": ["Удалить вкладку дашборда?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Удаление вкладки удалит все ее содержимое. Вы можете отменить это действие при помощи сочетания клавиш" ], - "There was an issue deleting the selected dashboards: ": [ - "Произошла ошибка при удалении выбранных дашбордов: " + "undo": ["отмены"], + "button (cmd + z) until you save your changes.": [ + "(CTRL + Z), пока вы не сохраните изменения." ], - "There was an issue deleting the selected datasets: %s": [ - "Произошла ошибка при удалении выбранных датасетов: %s" + "CANCEL": ["ОТМЕНА"], + "Divider": ["Разделитель"], + "Header": ["Заголовок"], + "Text": ["Текст"], + "Tabs": ["Вкладки"], + "background": [""], + "Preview": ["Предпросмотр"], + "Sorry, something went wrong. Try again later.": [ + "Извините, что-то пошло не так. Попробуйте еще раз позже." ], - "There was an issue deleting the selected layers: %s": [ - "Произошла ошибка при удалении выбранных слоёв: %s" + "Unknown value": ["Неизвестная ошибка"], + "Add/Edit Filters": ["Добавить/изменить фильтры"], + "No filters are currently added to this dashboard.": [ + "Не применено ни одного фильтра к данному дашборду." ], - "There was an issue deleting the selected queries: %s": [ - "Произошла ошибка при удалении выбранных запросов: %s" + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "" ], - "There was an issue deleting the selected templates: %s": [ - "Произошла ошибка при удалении выбранных шаблонов: %s" + "Apply filters": ["Применить фильтры"], + "Clear all": ["Сбросить фильтры"], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "There was an issue deleting: %s": ["Произошла ошибка при удалении: %s"], - "There was an issue duplicating the dataset.": [ - "Произошла ошибка при дублировании датасета." + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "" ], - "There was an issue duplicating the selected datasets: %s": [ - "Произошла ошибка при дублировании выбранных датасетов: %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": [ - "Произошла ошибка при получении вашего графика: %s" - ], - "There was an issue fetching your dashboards: %s": [ - "Произошла ошибка при получении вашего дашборда: %s" - ], - "There was an issue fetching your recent activity: %s": [ - "Произошла ошибка при получении вашей последней активности: %s" + "All charts": ["Все графики"], + "Vertical (Left)": ["Вертикально (слева)"], + "Horizontal (Top)": ["Горизонтально (сверху)"], + "No applied filters": ["Фильтры не применены"], + "Applied filters: %s": ["Применены фильтры: %s"], + "Cannot load filter": ["Невозможно загрузить фильтр"], + "Filters out of scope (%d)": ["Фильтры вне рамок дашборда (%d)"], + "Dependent on": ["Зависит от"], + "Filter only displays values relevant to selections made in other filters.": [ + "Фильтр предлагает только те значения, которые отобраны выбранными фильтрами" ], - "There was an issue fetching your saved queries: %s": [ - "Произошла ошибка при получении ваших сохраненных запросов: %s" + "Scope": ["Область"], + "Filter type": ["Тип фильтра"], + "Title is required": ["Название обязательно"], + "(Removed)": ["(Удалено)"], + "Undo?": ["Отменить?"], + "Add filters and dividers": ["Добавить фильтры и разделители"], + "[untitled]": ["[без названия]"], + "Cyclic dependency detected": ["Обнаружена циклическая зависимость"], + "Add and edit filters": ["Добавить и изменить фильтры"], + "Column select": ["Выбор столбца"], + "Select a column": ["Выберите столбец"], + "No compatible columns found": ["Не найдено подходящих столбцов"], + "Value is required": ["Значение обязательно"], + "(deleted or invalid type)": ["(удалено или невалидный тип)"], + "Limit type": ["Тип ограничения"], + "No available filters.": ["Нет доступных фильтров."], + "Add filter": ["Добавить фильтр"], + "Values are dependent on other filters": [ + "Значения зависят от других фильтров" ], - "There was an issue previewing the selected query %s": [ - "Произошла ошибка при предпросмотре выбранного запроса %s" + "Values selected in other filters will affect the filter options to only show relevant values": [ + "" ], - "There was an issue previewing the selected query. %s": [ - "Произошла ошибка при предпросмотре выбранного запроса: %s" + "Values dependent on": ["Значения зависят от"], + "Scoping": ["Область применения"], + "Filter Configuration": ["Конфигурация фильтра"], + "Filter Settings": ["Настройки фильтра"], + "Select filter": ["Селектор"], + "Range filter": ["Диапазон"], + "Numerical range": ["Числовой диапазон"], + "Time filter": ["Временной фильтр"], + "Time range": ["Временной интервал"], + "Time column": ["Столбец даты/времени"], + "Time grain": ["Единица времени"], + "Group By": ["Группировать по"], + "Group by": ["Группировать по"], + "Pre-filter is required": ["Предварительная фильтрация обязательна"], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": ["Имя фильтра"], + "Name is required": ["Имя обязательно"], + "Filter Type": ["Тип фильтра"], + "Datasets do not contain a temporal column": [ + "Датасет не содержит столбца формата дата/время" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "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.": [ "" ], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Эти параметры генерируются автоматически при нажатии кнопки сохранения. Опытные пользователи могут изменить определенные объекты в формате JSON." + "Dataset is required": ["Требуется датасет"], + "Pre-filter available values": [ + "Предварительно выбрать доступные значения для фильтра" ], - "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-объект генерируется автоматически при сохранении или перезаписи дашборда. Он размещён здесь справочно и для опытных пользователей." + "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.": [ + "" ], - "This action will permanently delete %s.": [ - "Это действие навсегда удалит %s." + "Pre-filter": ["Предварительная фильтрация"], + "No filter": ["Без фильтрации"], + "Sort filter values": ["Сортировать отфильтрованные значения"], + "Sort type": ["Тип сортировки"], + "Sort ascending": ["Сортировать по возрастанию"], + "Sort Metric": ["Мера для сортировки"], + "If a metric is specified, sorting will be done based on the metric value": [ + "Если мера задана, сортировка будет произведена на основании значений меры" ], - "This action will permanently delete the layer.": [ - "Это действие навсегда удалит слой." + "Sort metric": ["Показатель для сортировки"], + "Single Value": ["Единственное значение"], + "Single value type": ["Тип единственного значения"], + "Exact": ["Точное"], + "Filter has default value": ["Фильтр имеет значение по умолчанию"], + "Default Value": ["Значение по умолчанию"], + "Default value is required": ["Требуется значение по умолчанию"], + "Refresh the default values": ["Обновить значения по умолчанию"], + "Fill all required fields to enable \"Default Value\"": [ + "Установить все требуемые флаги для включения \"Значения по умолчанию\"" ], - "This action will permanently delete the saved query.": [ - "Это действие навсегда удалит сохранённый запрос." + "You have removed this filter.": ["Вы удалили фильтр."], + "Restore 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 action will permanently delete the template.": [ - "Это действие навсегда удалит шаблон." + "Default value must be set when \"Filter value is required\" is checked": [ + "Значение по умолчанию должно быть выбрано, когда установлен флаг \"Требуется значение фильтра\"" ], - "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), так и доменное имя (например, моябазаданных.рф)." + "Default value must be set when \"Filter has default value\" is checked": [ + "Значение по умолчанию должно быть выбрано, когда установлен флаг \"Фильтр имеет значение по умолчанию\"" ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ - "" + "Apply to all panels": ["Применить ко всем панелям"], + "Apply to specific panels": ["Применить к выбранным панелям"], + "Only selected panels will be affected by this filter": [ + "Фильтр будет применён только к выбранным панелям" ], - "This chart has been moved to a different filter scope.": [ - "Этот график был перемещён в другой набор фильтров." + "All panels with this column will be affected by this filter": [ + "Фильтр будет применён ко всем панелям с этим столбцом" ], - "This chart is managed externally, and can't be edited in Superset": [""], + "All panels": ["Все панели"], "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": [ - "Этот график может быть несовместим с этим датасетом" + "Keep editing": ["Продолжить редактирование"], + "Yes, cancel": ["Да, отменить"], + "There are unsaved changes.": ["У вас есть несохраненные изменения."], + "Are you sure you want to cancel?": ["Вы уверены, что хотите отменить?"], + "Error loading chart datasources. Filters may not work correctly.": [ + "Ошибка загрузки источников данных для графиков. Фильтры могут работать некорректно." ], - "This column must contain date/time information.": [ - "В этом столбец должны быть данные формата дата/время." + "Transparent": ["Прозрачный"], + "White": ["Белый"], + "All filters": ["Все фильтры"], + "Click to edit %s.": ["Нажмите для редактирования %s."], + "Click to edit chart.": ["Нажмите для редактирования графика."], + "Use %s to open in a new tab.": [ + "Используйте %s для открытия в отдельной вкладке." ], - "This control filters the whole chart based on the selected time range. 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.": [ + "Medium": ["Средний"], + "Tab title": ["Имя вкладки"], + "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_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Должен ли временной интервал из этого представления переписать временной интервал графика, содержащего данные аннотации." + "Equal to (=)": [""], + "Not equal to (≠)": ["Не равно (≠)"], + "Less than (<)": [""], + "Like": [""], + "Time granularity": ["Гранулярность времени"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Продолжительность в мс (100.40008 => 100ms 400µs 80ns)" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Должен ли единица времени из этой таблицы переписать единицу времени графика." + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "Один или несколько столбцов для группировки. Столбцы с множеством уникальных значений должны включать порог количества категорий для снижения нагрузку на базу данных и на ускорения отображения графика." ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "В настоящий момент дашборд обновляется; следующее обновление будет через %s" + "One or many metrics to display": [ + "Выберите одну или несколько мер для отображения" ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "" + "Fixed color": ["Фиксированный цвет"], + "Right axis metric": ["Мера для правой оси"], + "Choose a metric for right axis": ["Выберите меру для правой оси"], + "Linear color scheme": ["Линейная цветовая схема"], + "Color metric": ["Мера для цвета"], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ + "Интервал времени, в границах которого строится график. Обратите внимание, что для определения диапазона времени, вы можете использовать естественный язык. Например, можно указать словосочетания - «10 seconds», «1 day» или «56 weeks»" ], - "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 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 для каждого типа драйвера базы данных." ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Этот дашборд не опубликован, он не будет отображён в списке дашбордов. Нажмите, чтобы опубликовать этот дашборд." + "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.": [ + "Временной интервал для визуализации. Относительно время, например, \"Последний месяц\", \"Последние 7 дней\" и т.д. рассчитываются на сервере, используя локальное время сервера. Обратите внимание, что вы можете самостоятельно задать часовой пояс по формату ISO 8601 при пользовательской настройке, задав время начала и/или конца." ], - "This dashboard is now hidden": ["Дашборд теперь скрыт"], - "This dashboard is now published": ["Дашборд теперь опубликован"], - "This dashboard is published. Click to make it a draft.": [ - "Дашборд опубликован. Нажмите, чтобы сделать черновиком." + "Limits the number of rows that get displayed.": [ + "Ограничивает количество отображаемых строк" ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "" + "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 dashboard was saved successfully.": ["Дашборд успешно сохранен"], - "This database is managed externally, and can't be edited in Superset": [ - "Эта база данных управляется извне и не может быть изменена в Суперсете" + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Группировка в ряды данных. Каждая категория отображается в виде определенного цвета на графике и имеет легенду" ], - "This database table does not contain any data. Please select a different table.": [ - "" + "Metric assigned to the [X] axis": ["Показатель, отраженный на оси X"], + "Metric assigned to the [Y] axis": ["Показатель, отраженный на оси Y"], + "Bubble size": ["Размер маркера"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Когда `Тип расчёта` установлен в \"Процентное изменение\", формат оси Y устанавливается в `.1%`" ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Этот датасет управляется извне и не может быть изменена в Суперсете" + "Color scheme": ["Цветовая схема"], + "An error occurred while starring this chart": [ + "Произошла ошибка при добавлении графика в избранное" ], - "This dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [ - "Элемент, который будет отражен на графике" + "Chart [%s] has been saved": ["График [%s] сохранен"], + "Chart [%s] has been overwritten": ["График [%s] перезаписан"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "Дашборд [%s] был только что создан и график [%s] был добавлен в него" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "" + "Chart [%s] was added to dashboard [%s]": [ + "График [%s] добавлен в дашборд [%s]" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "GROUP BY": ["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": [""], + "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?": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "This filter might be incompatible with current dataset": [ - "Этот фильтр может быть несовместим с этим датасетом" + "This section contains validation errors": [ + "В этом разделе содержатся ошибки валидации" ], - "This functionality is disabled in your environment for security reasons.": [ - "Эта функция отключена в вашей среде по соображениям безопасности." + "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).": [ - "Это условие, которое будет добавлено к оператору WHERE. Например, чтобы возвращать строки только для определенного клиента, вы можете определить обычный фильтр с условием `client_id = 9`. Чтобы не отображать строки, если пользователь не принадлежит к роли фильтра RLS, можно создать базовый фильтр с предложением `1 = 0` (всегда false)." + "Continue": ["Продолжить"], + "Clear form": ["Очистить форму"], + "No form settings were maintained": [ + "Конфигурация графика не сохранилась" ], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "Этот JSON объект описывает расположение графиков в дашборде. Он генерируется динамически при изменении и перемещении графиков в дашборде." + "We were unable to carry over any controls when switching to this new dataset.": [ + "Не удалось перенести настройки прошлого графика при переключении датасета." ], - "This markdown component has an error.": [ - "Этот компонент содержит ошибки." + "Customize": ["Кастомизация"], + "Generating link, please wait..": [ + "Генерация ссылки, пожалуйста, ждите..." ], - "This markdown component has an error. Please revert your recent changes.": [ - "Этот компонент содержит ошибки. Пожалуйста, отмените последние изменения." + "Chart height": ["Высота графика"], + "Chart width": ["Ширина графика"], + "Save (Overwrite)": ["Сохранить (Перезаписать)"], + "Save as...": ["Сохранить как..."], + "Chart name": ["Имя графика"], + "Dataset Name": ["Имя датасета"], + "A reusable dataset will be saved with your chart.": [ + "Переиспользуемый датасет будет сохранен с вашим графиком." ], - "This may be triggered by:": ["Возможные причины:"], - "This metric might be incompatible with current dataset": [ - "Эта мера может быть несовместима с этим датасетом" + "Add to dashboard": ["Добавить в дашборд"], + "Select a dashboard": ["Выбрать дашборд"], + "Select": ["Выбрать"], + " a dashboard OR ": [" дашборд или "], + "create": ["создать"], + " a new one": [" новый"], + "Save & go to dashboard": ["Сохранить и перейти к дашборду"], + "Save chart": ["Сохранить график"], + "Formatted date": ["Форматированная дата"], + "Column Formatting": ["Форматирование столбца(ов)"], + "Collapse data panel": ["Свернуть панель управления"], + "Expand data panel": ["Расширить панель данных"], + "Samples": ["Примеры данных"], + "No samples were returned for this dataset": [ + "Не было получено данных для этого датасета" ], - "This section contains options that allow for advanced analytical post processing of query results": [ - "В этом разделе содержатся параметры, которые позволяют производить аналитическую постобработку результатов запроса" + "No results": ["Нет результатов"], + "Showing %s of %s": ["Отображено %s из %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Показать меньше..."], + "Show all...": ["Показать все..."], + "Search Metrics & Columns": ["Поиск по мерам и столбцам"], + "Create a dataset": ["Создать датасет"], + " to edit or add columns and metrics.": [ + " для редактирования или добавления столбцов и мер." ], - "This section contains validation errors": [ - "В этом разделе содержатся ошибки валидации" + "Unable to retrieve dashboard colors": [ + "Не удалось получать цветовую схему дашборда" ], - "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.": [ + "Not added to any dashboard": ["Не добавлен ни в один дашборд"], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "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": [ + "Not available": ["Не доступно"], + "Add the name of the chart": ["Задайте имя графика"], + "Chart title": ["Название графика"], + "Add required control values to save chart": [ + "Добавьте обязательные значения для сохранения графика" + ], + "Chart type requires a dataset": [ + "Для данного типа графика необходим датасет" + ], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "This value should be greater than the left target value": [ - "Это значение должно быть больше чем левое целевое значение" + " to visualize your data.": [" для визуализации ваших данных."], + "Required control values have been removed": [ + "Обязательные значения были удалены" ], - "This value should be smaller than the right target value": [ - "Это значение должно быть больше чем правое целевое значение" + "Your chart is not up to date": ["Ваш график не актуален"], + "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 visualization type is not supported.": [ - "Этот тип визуализации не поддерживается." + "Controls labeled ": ["Значения с именами "], + "Control labeled ": ["Значение с именем "], + "Open Datasource tab": ["Открыть вкладку источника данных"], + "Original": ["Исходные данные"], + "Pivoted": ["Сводные данные"], + "You do not have permission to edit this chart": [ + "У вас нет прав на редактирование этого графика" ], - "This will remove your current embed configuration.": [""], - "Threshold alpha level for determining significance": [ - "Пороговый альфа-уровень для определения значимости" + "Chart properties updated": ["Свойства графика обновлены"], + "Edit Chart Properties": ["Редактировать свойства графика"], + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Описание может быть отображено как заголовок графика в дашборде. Поддерживает markdown-разметку" ], - "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 - Line Chart": ["Линейная диаграмма (временные ряды)"], - "Time Series - Nightingale Rose Chart": [ - "Диаграмма Найтингейл (временные ряды)" + "Person or group that has certified this chart.": [ + "Лицо или группа, которые утвердили этот график" ], - "Time Series - Paired t-test": ["Парный t-test (временные ряды)"], - "Time Series - Percent Change": ["Процентное изменение (временные ряды)"], - "Time Series - Stacked": ["Диаграмма с накоплением (временные ряды)"], - "Time Series Options": ["Настройки временных рядов"], - "Time Shift": ["Временной сдвиг"], - "Time column": ["Столбец даты/времени"], - "Time column \"%(col)s\" does not exist in dataset": [ - "Столбец формата дата/время \"%(col)s\" не существует в датасете" + "Configuration": ["Конфигурация"], + "A list of users who can alter the chart. Searchable by name or username.": [ + "Владельцы - это пользователи, которые могут изменять график" ], - "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)" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "Неоднозначный временной сдвиг. Пожалуйста, укажите [%(human_readable)s до] или [%(human_readable)s после]." + "Create chart": ["Создать график"], + "Update chart": ["Обновить график"], + "Invalid lat/long configuration.": [ + "Неверная конфигурация широты и долготы." ], - "Time filter": ["Временной фильтр"], - "Time format": ["Формат даты/времени"], - "Time grain": ["Единица времени"], - "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].": [ - "Временная строка неоднозначна. Пожалуйста, укажите [%(human_readable)s до] или [%(human_readable)s после]." + "Reverse lat/long ": ["Поменять местами широту и долготу"], + "Longitude & Latitude columns": ["Долгота и Широта"], + "Delimited long & lat single column": [ + "Долгота и широта в одном столбце" ], - "Time-series Bar Chart (legacy)": ["Столбчатая диаграмма (устарело)"], - "Time-series Percent Change": ["Процентное изменение (временные ряды)"], - "Time-series Table": ["Таблица временных рядов"], - "Timeout error": ["Ошибка таймаута"], - "Timestamp format": ["Формат даты и времени"], - "Timezone": ["Часовой пояс"], - "Timezone offset (in hours) for this datasource": [ - "Смещение часового пояса (в часах) для этого источника данных" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Для уточнения форматов и получения более подробной информации, посмотрите Python-библиотеку geopy.points" ], - "Timezone selector": ["Выбор часового пояса"], - "Tiny": ["Крошечный"], - "Title": ["Заголовок"], - "Title Column": ["Столбец с названием"], - "Title is required": ["Название обязательно"], - "Title or Slug": ["Название или читаемый URL"], - "To filter on a metric, use Custom SQL tab.": [ - "Для фильтрации по мере используйте вкладку Свой SQL." + "Geohash": ["Geohash"], + "textarea": ["текстовая область"], + "in modal": ["в модальном окне"], + "Sorry, An error occurred": ["Извините, произошла ошибка"], + "Save as Dataset": ["Сохранить как датасет"], + "Open in SQL Lab": ["Открыть в SQL редакторе"], + "Failed to verify select options: %s": [ + "Ошибка при проверке вариантов выбора: %s" ], - "To get a readable URL for your dashboard": [ - "Для получения читаемого URL-адреса дашборда" + "No annotation layers": ["Нет слоев аннотаций"], + "Add an annotation layer": ["Добавить слой аннотации"], + "Annotation layer": ["Слой аннотаций"], + "Select the Annotation Layer you would like to use.": [ + "Выбрать слой аннотации, который вы хотите использовать." ], - "Tooltip": ["Всплывающая подсказка"], - "Tooltip sort by metric": ["Сортировка данных подсказки по мере"], - "Tooltip time format": ["Формат времени всплывающей подсказки"], - "Top": ["Сверху"], - "Top left": ["Сверху слева"], - "Top right": ["Сверху справа"], - "Top to Bottom": ["Сверху вниз"], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": ["Итого: %s"], - "Totals": ["Общая сумма"], - "Track job": ["Отслеживать работу"], - "Transformable": ["Трансформируемый"], - "Transparent": ["Прозрачный"], - "Transpose pivot": ["Транспонировать таблицу"], - "Treat values as categorical.": [""], - "Tree Chart": ["Древовидная диаграмма"], - "Tree layout": ["Оформление дерева"], - "Tree orientation": ["Ориентация дерева"], - "Treemap": ["Плоское дерево"], - "Trend": ["Тенденция"], - "Triangle": ["Треугольник"], - "Trigger Alert If...": ["Оповестить, если..."], - "Truncate Axis": ["Настройка интервала оси"], - "Truncate Metric": ["Убрать имя меры"], - "Truncate Y Axis": ["Урезать интервал оси Y"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "Уменьшить интервал по умолчанию для оси Y. Необходимо задать минимальную и максимальную границы. Обратите внимание, что некоторые линии могут пропасть из области видимости." + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Усекает указанную дату с точностью, указанной в единице измерения даты." + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Формула с зависимой переменной 'x' в милисекундах с 1970 года (Unix-время). Для рассчета используется mathjs. Например: '2x+5'" ], - "Try applying different filters or ensuring your datasource has data": [ - "Попробуйте использовать другие фильтры или убедитесь, что в вашем источнике данных есть данные" + "Annotation layer value": ["Значение слоя аннотации"], + "Bad formula.": ["Неверная формула."], + "Annotation Slice Configuration": ["Настройки аннотации из графика"], + "Interval start column": ["Столбец с началом интервала"], + "Event time column": ["Столбец формата дата/время"], + "This column must contain date/time information.": [ + "В этом столбец должны быть данные формата дата/время." ], - "Try different criteria to display results.": [ - "Попробуйте использовать другии критерии фильтрации" + "Annotation layer interval end": ["Конечный интервал слоя аннотации"], + "Interval End column": ["Столбец с концом интервала"], + "Title Column": ["Столбец с названием"], + "Pick a title for you annotation.": [ + "Выберите название для вашей аннотации" ], - "Tuesday": ["Вторник"], - "Type": ["Тип"], - "Type \"%s\" to confirm": ["Введите \"%s\" для подтверждения"], - "Type a value": ["Введите значение"], - "Type a value here": ["Введите значение здесь"], - "Type is required": ["Поле обязательно"], - "Type of Google Sheets allowed": ["Допустимый тип Google Таблиц"], - "Type of comparison, value difference or percentage": [ - "Тип сравнения, разница значений или доля" + "Annotation layer description columns": [ + "Описательные столбцы слоя аннотаций." ], - "UI Configuration": ["Конфигурация UI"], - "URL": ["Ссылка (URL)"], - "URL Parameters": ["Параметры URL"], - "URL parameters": ["Параметры URL"], - "URL slug": ["Читаемый URL"], - "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\".": [ - "Невозможно подключиться к базе данных \"%(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 decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "Не удалось найти такой праздник: [%(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.": [ - "Не удается перенести состояние схемы таблицы на сервер. Суперсет повторит попытку позже. Пожалуйста, свяжитесь с вашим администратором, если эта проблема не устранена." + "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.": [ + "Выберите один или несколько столбцов, которые должны отображаться в аннотации. Если вы не выберите столбец, все столбцы будут отображены." ], - "Unable to retrieve dashboard colors": [ - "Не удалось получать цветовую схему дашборда" + "Override time range": ["Переопределить временной интервал"], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Должен ли временной интервал из этого представления переписать временной интервал графика, содержащего данные аннотации." ], - "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\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" + "Override time grain": ["Переопределить единицу времени"], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Должен ли единица времени из этой таблицы переписать единицу времени графика." ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Не удалось загрузить файл столбчатого типа \"%(filename)s\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "Временной сдвиг на естественном языке (например: 24 hours, 7 days, 56 weeks, 365 days)" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Не удалось загрузить Excel файл \"%(filename)s\" в таблицу \"%(table_name)s\" в базу данных \"%(db_name)s\". Ошибка: %(error_msg)s" + "Display configuration": ["Настройки отображения"], + "Configure your how you overlay is displayed here.": [ + "Настройка отображения слоя аннотации поверх графика." ], - "Undefined": ["Не определено"], - "Undefined window for rolling operation": [ - "Неопределенное окно для скольжения" + "Annotation layer stroke": ["Штрих слоя аннотации"], + "Style": ["Стиль"], + "Solid": ["Сплошной"], + "Dashed": ["Штрих"], + "Long dashed": ["Длинный штрих"], + "Dotted": ["Пунктир"], + "Annotation layer opacity": ["Непрозрачность слоя аннотации"], + "Color": ["Цвет"], + "Automatic Color": ["Автоматический цвет"], + "Shows or hides markers for the time series": [ + "Показывает или скрывает маркеры для временных рядов" ], - "Undo the action": ["Отменить действие"], - "Undo?": ["Отменить?"], - "Unexpected error": ["Неожиданная ошибка"], - "Unexpected error occurred, please check your logs for details": [ - "Возникла неожиданная ошибка, пожалуйста, проверьте историю действий для уточнения деталей" + "Hide Line": ["Скрыть линию"], + "Hides the Line for the time series": [""], + "Layer configuration": ["Настройки слоя"], + "Configure the basics of your Annotation Layer.": [ + "Настройте слой аннотации." ], - "Unexpected error: ": ["Неожиданная ошибка: "], - "Unknown": ["Неизвестно"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Неизвестный хост MySQL \"%(hostname)s\"." + "Mandatory": ["Обязательно"], + "Hide layer": ["Скрыть слой"], + "Show label": ["Показывать метку"], + "Whether to always show the annotation label": [ + "Всегда показывать метку аннотации" ], - "Unknown Presto Error": ["Неизвестная ошибка Presto"], - "Unknown Status": ["Неизвестный статус"], - "Unknown column used in orderby: %(col)s": [ - "Неизвестный столбец использован для упорядочивания: %(col)s" + "Annotation layer type": ["Тип слоя аннотации"], + "Choose the annotation layer type": ["Выбрать тип слоя аннотации"], + "Annotation source type": ["Тип источника аннотации"], + "Choose the source of your annotations": ["Выберите источник аннотаций"], + "Annotation source": ["Источник аннотации"], + "Remove": ["Удалить"], + "Time series": ["Временной ряд"], + "Edit annotation layer": ["Редактировать слой аннотации"], + "Add annotation layer": ["Добавить слой аннотации"], + "Empty collection": ["Пустая коллекция"], + "Add an item": ["Добавить запись"], + "Remove item": ["Удалить элемент"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "" ], - "Unknown error": ["Неизвестная ошибка"], - "Unknown input format": ["Неизвестный формат ввода"], - "Unknown value": ["Неизвестная ошибка"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Небезопасный возвращаемый тип для функции %(func)s: %(value_type)s" + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "Цветовая схема определена соответствующим дашбордом.\n Измените цветовую схему в свойствах дашборда." ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Небезопасное значение шаблона для ключа %(key)s: %(value_type)s" + "dashboard": ["дашборд"], + "Dashboard scheme": ["Схема дашборда"], + "Select color scheme": ["Выберите цветовую схему"], + "Select scheme": ["Выберите схему"], + "Show less columns": ["Показать меньше столбцов"], + "Show all columns": ["Показать все столбцы"], + "Fraction digits": ["Десятичные знаки"], + "Number of decimal digits to round numbers to": [ + "Кол-во десятичных разрядов для округления числа" ], - "Unsupported clause type: %(clause)s": [ - "Неподдерживаемый оператор: %(clause)s" + "Min Width": ["Минимальная ширина"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Минимальная ширина столбца (в пикселях). Реальная ширина по-прежнему может быть больше, чем указанная, если остальным столбцам не будет хватать места." ], - "Unsupported post processing operation: %(operation)s": [ - "Неподдерживаемая операция постобработки: %(operation)s" + "Text align": ["Выравнивание текста"], + "Horizontal alignment": ["Выравнивание по горизонтали"], + "Show cell bars": ["Наложить гистограммы на ячейки"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "Выравнивание гистограммы внутри ячеек по горизонтали слева" ], - "Unsupported return value for method %(name)s": [ - "Неподдерживаемое значение для метода %(name)s" + "Whether to colorize numeric values by if they are positive or negative": [ + "Окрашивать ячейки с числами в зависимости от их знака" ], - "Unsupported template value for key %(key)s": [ - "Неподдерживаемое значение шаблона для ключа %(key)s" + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "" ], - "Unsupported time grain: %(time_grain)s": [ - "Неподдерживаемая единица времени: %(time_grain)s" + "Small number format": ["Форматирование маленьких чисел"], + "Add new formatter": ["Добавить форматирование"], + "Add new color formatter": ["Добавить цветовое форматирование"], + "alert": ["оповещение"], + "error dark": [""], + "This value should be smaller than the right target value": [ + "Это значение должно быть больше чем правое целевое значение" ], - "Untitled Dataset": ["Безымянный датасет"], - "Untitled query": ["Безымянный запрос"], - "Update": ["Обновить"], - "Update chart": ["Обновить график"], - "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 columnar file": ["Загрузить файл столбчатого формата"], - "Upload columnar file to database": [ - "Загрузить файл столбчатого формата в базу данных" + "This value should be greater than the left target value": [ + "Это значение должно быть больше чем левое целевое значение" ], - "Upload file to database": ["Загрузить файл в базу данных"], + "Required": ["Обязательно"], + "Operator": ["Оператор"], + "Left value": ["Левое значение"], + "Right value": ["Правое значение"], + "Target value": ["Целевое значение"], + "Select column": ["Выберите столбец"], + "Lower threshold must be lower than upper threshold": [""], "Upper threshold must be greater than lower threshold": [""], - "Use \"%(menuName)s\" menu instead.": [ - "Использовать меню \"%(menuName)s\" взамен." + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "Use %s to open in a new tab.": [ - "Используйте %s для открытия в отдельной вкладке." + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Редактировать датасет"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Вы должны быть владельцем датасета для его редактирования. Пожалуйста, обратитесь к владельцу с просьбой предоставить доступ." ], - "Use Area Proportions": ["Использовать пропорции области"], - "Use Columns": ["Используемые столбцы"], - "Use a log scale": ["Использовать логарифмическую шкалу"], - "Use a log scale for the X-axis": [ - "Использовать логарифмическую шкалу для оси X" + "View in SQL Lab": ["Открыть в Лаборатории SQL"], + "Query preview": ["Предпросмотр запроса"], + "Save as dataset": ["Сохранить как датасет"], + "Missing URL parameters": ["Пропущенные параметры URL"], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [ + "Датасет, связанный с этим графиком, похоже, был удален." ], - "Use a log scale for the Y-axis": [ - "Использовать логарифмическую шкалу для оси Y" + "RANGE TYPE": ["ТИП ИНТЕРВАЛА"], + "Actual time range": ["Фактический временной интервал"], + "APPLY": ["ПРИМЕНИТЬ"], + "Edit time range": ["Изменить временной интервал"], + "Configure Advanced Time Range ": [ + "Установить особый временной интервал " ], - "Use an encrypted connection to the database": [ - "Использовать зашифрованное соединение к Базе Данных" + "START (INCLUSIVE)": ["НАЧАЛО (ВКЛЮЧИТЕЛЬНО)"], + "Start date included in time range": [ + "Начальная дата включена во временной интервал" ], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ - "" + "END (EXCLUSIVE)": ["КОНЕЦ (НЕ ВКЛЮЧИТЕЛЬНО)"], + "End date excluded from time range": [ + "Конечная дата исключена из временного интервала" ], - "Use date formatting even when metric value is not a timestamp": [ - "Использовать перевод к формату дата/время даже если мера представляет другой тип данных" + "Configure Time Range: Previous...": [ + "Установить временной интервал: предыдущий..." ], - "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": [ - "Используйте настройки Расширенной аналитики ниже" + "Configure Time Range: Last...": [ + "Установить временной интервал: последний..." ], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "" + "Configure custom time range": [ + "Установить пользовательский временной интервал" ], - "Use the edit button to change this field": [ - "Используйте кнопку редактирования для изменения поля" + "Relative quantity": ["Относительное количество"], + "Relative period": ["Относительный период"], + "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.": [ + "Усекает указанную дату с точностью, указанной в единице измерения даты." ], - "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": [ - "Этот цвет используется для заливки" + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": ["Предыдущий"], + "Custom": ["Пользовательский"], + "previous calendar week": ["предыдущая календарная неделя"], + "previous calendar month": ["предыдущий календарный месяц"], + "previous calendar year": ["предыдущий календарный год"], + "Seconds %s": ["Секунд %s"], + "Minutes %s": ["Минут %s"], + "Hours %s": ["Часов %s"], + "Days %s": ["Дней %s"], + "Weeks %s": ["Недель %s"], + "Months %s": ["Месяцев %s"], + "Quarters %s": ["Кварталов %s"], + "Years %s": ["Лет %s"], + "Specific Date/Time": ["Конкретная дата/время"], + "Relative Date/Time": ["Относительная дата/время"], + "Now": ["Сейчас"], + "Midnight": ["Полночь"], + "Saved expressions": ["Сохраненные выражения"], + "Saved": ["Сохранено"], + "%s column(s)": ["Столбцов: %s"], + "No temporal columns found": ["Столбцы формата дата/время не найдены"], + "No saved expressions found": ["Не найдено сохраненных выражений"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Добавьте новые столбцы формата дата/время в датасет в настройках датасета" ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "" + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Добавьте новые вычисляемые столбцы в датасет в настройках датасета" ], - "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.": [ - "Используется для обобщения набора данных путем группировки нескольких показателей по двум осям. Примеры: показатели продаж по регионам и месяцам, задачи по статусу и назначенному лицу, активные пользователи по возрасту и местоположению." + " to mark a column as a time column": [ + ", чтобы пометить столбец как столбец даты/времени" ], - "User": ["Пользователь"], - "User doesn't have the proper permissions.": [ - "У пользователя нет надлежащего доступа." + " to add calculated columns": [" для добавления вычисляемых столбцов"], + "Simple": ["Столбец"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Присвойте столбцу формат даты/времени в настройках датасета" ], - "User must select a value before applying the filter": [ - "Для использования фильтра пользователь будет обязан выбрать значение" + "Custom SQL": ["Через SQL"], + "My column": ["Мой столбец"], + "This filter might be incompatible with current dataset": [ + "Этот фильтр может быть несовместим с этим датасетом" ], - "User query": ["Пользовательский запрос"], - "Username": ["Имя пользователя"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "" + "This column might be incompatible with current dataset": [ + "Этот график может быть несовместим с этим датасетом" ], - "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.": [ - "Использует индикатор для демонстрации прогресса показателя в достижении цели. Положение циферблата показывает ход выполнения, а конечное значение на индикаторе представляет целевое значение." + "Click to edit label": ["Нажмите для редактирования метки"], + "Drop columns/metrics here or click": ["Перетащите столбцы/меры сюда"], + "This metric might be incompatible with current dataset": [ + "Эта мера может быть несовместима с этим датасетом" ], - "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.": [ - "" + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Фильтр был наследован из контекста дашборда.\n Он не будет сохранен при сохранении графика.\n " ], - "Value": ["Значение"], - "Value Domain": [""], - "Value Format": ["Формат значения"], - "Value bounds": ["Ограничения для значения"], - "Value cannot exceed %s": [""], - "Value format": ["Формат значения"], - "Value is required": ["Значение обязательно"], - "Value must be greater than 0": ["Значение должно быть больше 0"], - "Values are dependent on other filters": [ - "Значения зависят от других фильтров" + "%s option(s)": ["%s вариант(ов)"], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Такой столбец не найден. Чтобы фильтровать по мере, попробуйте использовать вкладку Свой SQL." ], - "Values dependent on": ["Значения зависят от"], - "Values selected in other filters will affect the filter options to only show relevant values": [ - "" + "To filter on a metric, use Custom SQL tab.": [ + "Для фильтрации по мере используйте вкладку Свой SQL." ], - "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": ["Открыть в Лаборатории SQL"], - "View keys & indexes (%s)": ["Показать ключи и индексы (%s)"], - "View query": ["Показать SQL запрос"], - "Viewed": ["Просмотрено"], - "Viewed %s": ["Просмотрено %s"], - "Viewport": ["Область просмотра"], - "Virtual": ["Виртуальный"], - "Virtual (SQL)": ["Виртуальный (SQL)"], - "Virtual dataset": ["Виртуальный датасет"], - "Virtual dataset query cannot be empty": [ - "Запрос виртуального датасета не может быть пустым" + "%s operator(s)": ["%s параметр(ы)"], + "Select operator": ["Выбрать оператор"], + "Comparator option": [""], + "Type a value here": ["Введите значение здесь"], + "Filter value (case sensitive)": [ + "Фильтровать значения (зависит от регистра)" ], - "Virtual dataset query cannot consist of multiple statements": [ - "Запрос виртуального датасета не может содержать несколько запросов" + "Failed to retrieve advanced type": [ + "Не удалось получить расширенный тип" ], - "Virtual dataset query must be read-only": [ - "Запрос виртуального датасета должен быть доступен только для чтения" + "choose WHERE or HAVING...": ["выберите WHERE или HAVING..."], + "Filters by columns": ["Фильтры по столбцам"], + "Filters by metrics": ["Фильтры по мерам"], + "Fixed": ["Фиксированный"], + "Based on a metric": ["На основе меры"], + "My metric": ["Моя мера"], + "Add metric": ["Добавить меру"], + "Select aggregate options": ["Выберите настройки агрегации"], + "%s aggregates(s)": ["Агрегатных функций: %s"], + "Select saved metrics": ["Выберите сохраненные меры"], + "%s saved metric(s)": ["Сохраненная мер: %s"], + "Saved metric": ["Сохраненная мера"], + "No saved metrics found": ["Не найдено сохраненных мер"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Добавьте меры в датасет в настройках датасета" ], - "Visual Tweaks": ["Визуальные настройки"], - "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.": [ - "" + " to add metrics": [" для добавления мер"], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": ["столбец"], + "aggregate": ["агрегатная функция"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Пользовательские ad-hoc меры SQL не разрешены для этого датасета" ], - "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.": [ + "Error while fetching data: %s": [ + "Возникла ошибка при получении данных: %s" + ], + "Time series columns": ["Столбцы временных рядов"], + "Actual value": ["Фактическое значение"], + "Sparkline": ["Спарклайн"], + "Period average": ["Среднее за период"], + "The column header label": ["Заголовок столбца"], + "Column header tooltip": ["Всплывающая подсказка заголовка столбца"], + "Type of comparison, value difference or percentage": [ + "Тип сравнения, разница значений или доля" + ], + "Width": ["Ширина"], + "Width of the sparkline": ["Ширина спарклайна"], + "Height of the sparkline": ["Высота спарклайна"], + "Time lag": ["Временной лаг"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ - "Визуализирует геопространственные данные, такие как 3D-здания, ландшафты или объекты в виде сетки." + "Time Lag": ["Временной лаг"], + "Time ratio": ["Соотношение времени"], + "Number of periods to ratio against": [ + "Количество периодов для сравнения" ], - "Visualize how a metric changes over time using bars. Add a group by column to visualize group level metrics and how they change over time.": [ - "Визуализирует изменение меры с течением времени, используя столбцы. Добавьте столбец для группировки, чтобы визуализировать показатели уровня группы и то, как они меняются с течением времени." + "Time Ratio": ["Соотношение времени"], + "Show Y-axis": ["Показать ось Y"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Показывать ось Y на спарклайне." ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Визуализирует несколько уровней иерархии, используя древовидную структуру." + "Y-axis bounds": ["Границы оси Y"], + "Manually set min/max values for the y-axis.": [ + "Вручную задать мин./макс. значения для оси Y" ], - "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).": [ + "Color bounds": ["Границы цвета"], + "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.": [ "" ], - "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.": [ - "" + "Optional d3 number format string": ["Формат числовой строки"], + "Number format string": ["Числовой формат"], + "Optional d3 date format string": ["Формат временной строки"], + "Date format string": ["Формат временной строки"], + "Column Configuration": ["Свойства столбца"], + "Select Viz Type": ["Выберите тип визуализации"], + "Currently rendered: %s": ["Сейчас отрисовано: %s"], + "Search all charts": ["Поиск по всем графикам"], + "No description available.": ["Описание отсутствует."], + "Examples": ["Примеры"], + "This visualization type is not supported.": [ + "Этот тип визуализации не поддерживается." ], - "Visualizes connected points, which form a path, on a map.": [ - "Визуализирует связанные точки, которые образуют путь, на карте." + "View all charts": ["Показать все графики"], + "Select a visualization type": ["Выберите тип визуализации"], + "No results found": ["Записи не найдены"], + "Superset Chart": ["График Superset"], + "New chart": ["Новый график"], + "Edit chart properties": ["Редактировать свойства графика"], + "Export to original .CSV": ["Экспорт исходных данных в .CSV"], + "Export to pivoted .CSV": ["Экспорт сводной таблицы в .CSV"], + "Export to .JSON": ["Экспорт в .JSON"], + "Embed code": ["Встроенный код"], + "Run in SQL Lab": ["Открыть в SQL редакторе"], + "Code": ["Редактор"], + "Markup type": ["Тип разметки"], + "Pick your favorite markup language": [ + "Выберите свой любимый язык разметки" ], - "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ - "" + "Put your code here": [ + "Введите произвольный текст в формате html или markdown" ], - "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.": [ - "Визуализирует, как показатель изменился с течением времени, используя цветовую шкалу и календарь. Значения серого цвета используются для обозначения отсутствующих значений, а линейная цветовая схема используется для отображения величины значения каждого дня." + "URL parameters": ["Параметры URL"], + "Extra parameters for use in jinja templated queries": [ + "Дополнительные параметры для запросов, использующих шаблонизацию Jinja" ], - "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.": [ + "Annotations and layers": ["Аннотации и слои"], + "Annotation layers": ["Слои аннотаций"], + "My beautiful colors": ["Мои красивые цвета"], + "< (Smaller than)": ["< (меньше чем)"], + "> (Larger than)": ["> (больше чем)"], + "<= (Smaller or equal)": ["<= (меньше или равно)"], + ">= (Larger or equal)": [">= (больше или равно)"], + "== (Is equal)": ["== (равно)"], + "!= (Is not equal)": ["!= (не равно)"], + "Not null": ["Не пусто"], + "60 days": ["60 дней"], + "90 days": ["90 дней"], + "Send as PNG": ["Отправить в формате PNG"], + "Send as CSV": ["Отправить в формате CSV"], + "Send as text": ["Отправить текстом"], + "Alert condition": ["Условие оповещения"], + "Notification method": ["Способ уведомления"], + "database": ["база данных"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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 delivery method": ["Добавить способ оповещения"], + "report": ["рассылка"], + "%s updated": ["Обновлено: %s"], + "Edit Report": ["Редактировать отчет"], + "Edit Alert": ["Редактировать оповещение"], + "Add Report": ["Добавить рассылку"], + "Add Alert": ["Добавить оповещение"], + "Add": ["Добавить"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Имя отчета"], + "Alert name": ["Имя оповещения"], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "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.": [ + "SQL Query": ["SQL запрос"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Визуализирует слова в столбце, которые появляются чаще всего. Более крупный шрифт соответствует более высокой частоте" - ], - "Viz is missing a datasource": [ - "У визуализации отсутствует источник данных" + "Trigger Alert If...": ["Оповестить, если..."], + "Condition": ["Условие"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Часовой пояс"], + "Log retention": ["Хранение журнала"], + "Working timeout": ["Время на рассылку"], + "Time in seconds": ["Время в секундах"], + "seconds": ["секунд"], + "Grace period": ["Перерыв между оповещением"], + "Recurring (every)": [""], + "CRON Schedule": ["CRON расписание"], + "CRON expression": ["CRON выражение"], + "Report sent": ["Отчет отправлен"], + "Alert triggered, notification sent": [ + "Сработало оповещение, уведомление отправлено" ], - "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.": [ - "Внимание! Изменение датасета может привести к тому, что график станет нерабочим, если будут отсутствовать метаданные." + "Report sending": ["Отчет выполняется"], + "Alert running": ["Выполняется оповещение"], + "Report failed": ["Рассылка не удалась"], + "Alert failed": ["Оповещение не сработало"], + "Nothing triggered": ["Не срабатывало"], + "Alert Triggered, In Grace Period": [ + "Оповещение сработало во время перерыва" ], - "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.": [ - "Не удалось подключиться к базе данных. Нажмите \"Подробнее\" для информации, предоставленной базой данных в ответ, для решения проблемы." + "Delivery method": ["Способ оповещения"], + "Select Delivery Method": ["Выберите способ оповещения"], + "Recipients are separated by \",\" or \";\"": [ + "Получатели, разделенные \",\" или \";\"" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "Не удалось обнаружить столбец \"%(column)s\" в строке %(location)s." + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["слой_аннотации"], + "Annotation template updated": ["Шаблон аннотации обновлен"], + "Annotation template created": ["Шаблон аннотации создан"], + "Edit annotation layer properties": [ + "Редактировать свойства слоя аннотаций" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Не удалось обнаружить столбец \"%(column_name)s\"" + "Annotation layer name": ["Имя слоя аннотаций"], + "Description (this can be seen in the list)": [ + "Описание (будет видно в списке)" ], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Не удалось обнаружить столбец \"%(column_name)s\" в строке %(location)s." + "annotation": ["аннотация"], + "The annotation has been updated": ["Аннотация обновлена"], + "The annotation has been saved": ["Аннотация сохранена"], + "Edit annotation": ["Редактировать аннотацию"], + "Add annotation": ["Добавить аннотацию"], + "date": ["дата"], + "Additional information": ["Дополнительная информация"], + "Please confirm": ["Пожалуйста, подтвердите действие"], + "Are you sure you want to delete": ["Вы уверены, что хотите удалить"], + "Modified %s": ["Изменено %s"], + "css_template": ["шаблон_css"], + "Edit CSS template properties": ["Редактировать свойств CSS шаблона"], + "Add CSS template": ["Добавить CSS шаблоны"], + "css": ["css"], + "published": ["опубликовано"], + "draft": ["черновик"], + "Adjust how this database will interact with SQL Lab.": [ + "Настройка взаимодействия базы данных с Лабораторией SQL" ], - "We have the following keys: %s": ["У нас есть следующие ключи: %s"], - "We were unable to active or deactivate this report.": [ - "Не удалось включить или выключить эту рассылку." + "Expose database in SQL Lab": [ + "Предоставить доступ к базе в Лаборатории SQL" ], - "We were unable to carry over any controls when switching to this new dataset.": [ - "Не удалось перенести настройки прошлого графика при переключении датасета." + "Allow this database to be queried in SQL Lab": [ + "Разрешить запросы к этой базе данных в Лаборатории SQL" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "Не удалось подключиться к вашей базе данных с именем \"%(database)s\". Пожалуйста, подтвердите имя вашей базы данных и попробуйте снова." + "Allow creation of new tables based on queries": [ + "Разрешить создание новых таблиц на основе запросов" ], - "Web": ["Сеть"], - "Wednesday": ["Среда"], - "Week": ["Неделя"], - "Week ending Saturday": ["Неделя, заканчивающаяся в субботу"], - "Week starting Monday": ["Неделя, начинающаяся в понедельник"], - "Week starting Sunday": ["Неделя, начинающаяся в воскресенье"], - "Weekly Report": ["Еженедельный отчет"], - "Weekly Report for %s": ["Еженедельный отчет для %s"], - "Weekly seasonality": ["Недельная сезонность"], - "Weeks %s": ["Недель %s"], - "Weight": ["Вес"], - "What should be shown on the label?": ["Текст, отображаемый на метке"], - "What should happen if the table already exists": [ - "Что должно произойти, если таблица уже существует" + "Allow creation of new views based on queries": [ + "Разрешить создание новых представлений на основе запросов" ], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Когда `Тип расчёта` установлен в \"Процентное изменение\", формат оси Y устанавливается в `.1%`" + "CTAS & CVAS SCHEMA": ["СХЕМА CTAS & CVAS"], + "Create or select schema...": ["Создать или выбрать схему..."], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Принудить создание новых таблиц через CTAS или CVAS в Лаборатории SQL в этой схеме при нажатии соответствующих кнопок" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Когда предоставляется вторичная мера, используется линейная цветовая схема." + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Разрешить управление базой данных, используя запросы UPDATE, DELETE, CREATE и т.п." ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "При включении опции CREATE TABLE AS в Лаборатории SQL, новые таблицы будут добавлены в эту схему" + "Enable query cost estimation": ["Разрешить оценку стоимости запроса"], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Для Bigquery, Presto и Postgres, показывать кнопку подсчета стоимости запроса перед его выполнением." ], - "When checked, the map will zoom to your data after each query": [ - "Если отмечено, карта будет смасштабирована к вашим данным после каждого запроса" + "Allow this database to be explored": [ + "Разрешить изучение этой базы данных" ], "When enabled, users are able to visualize SQL Lab results in Explore.": [ "Если этот параметр включен, пользователи могут смотреть ответ запросов Лаборатории SQL в режиме исследования." ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Когда предоставляется только основная мера, используется категориальная цветовая схема." + "Disable SQL Lab data preview queries": [ + "Отключить предпросмотр данных в Лаборатории SQL" ], - "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.": [ - "Когда указан SQL, источник данных работает как представление. Superset будет использовать это выражение в подзапросе, при необходимости группировки и фильтрации." + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Отключить предварительный просмотр данных при извлечении метаданных таблицы в SQL Lab. Полезно для избежания проблем с производительностью браузера при использовании баз данных с очень широкими таблицами." ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "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.": [ - "При использовании \"Фильтров автозаполнения\" это может использоваться для улучшения быстродействия запроса. Используйте эту опцию для настройки предиката (оператор WHERE) запроса для уникальных значений из таблицы. Обычно целью является ограничение сканирования путем применения относительного временного фильтра к секционированному или индексированному полю типа дата/время." - ], - "When using 'Group By' you are limited to use a single metric": [ - "При использовании 'GROUP BY' вы ограничены использованием одной меры" + "Performance": ["Производительность"], + "Adjust performance settings of this database.": [""], + "Chart 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.": [ + "Продолжительность (в секундах) таймаута кэша для схем этой базы данных. Обратите внимание, что если значение не задано, кэш никогда не очистится." ], - "When using other than adaptive formatting, labels may overlap": [""], - "When using this option, default value can’t be set": [ - "При включении этой опции нельзя установить значение по умолчанию" + "Table cache timeout": ["Время жизни кэша таблицы"], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Продолжительность (в секундах) таймаута кэша для таблиц этой базы данных. Обратите внимание, что если значение не задано, кэш никогда не очистится." ], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Индикатор прогресса накладывается при наличии нескольких групп данных" + "Asynchronous query execution": ["Асинхронное выполнение запросов"], + "Cancel query on window unload event": [ + "Отменять запрос при закрытии вкладки" ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "" + "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." ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "" + "Add extra connection information.": [ + "Дополнительная информация по подключению" ], - "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.": [ + "JSON строка, содержащая дополнительную информацию о соединении. Это используется для указания информации о соединении с такими системами как Hive, Presto и BigQuery, которые не укладываются в шаблон \"пользователь:пароль\", который обычно используется в SQLAlchemy." ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Выравнивание гистограммы внутри ячеек по горизонтали слева" + "Enter CA_BUNDLE": ["Введите CA_BUNDLE"], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Необязательное содержимое CA_BUNDLE для валидации HTTPS запросов. Доступно только в определенных драйверах баз данных" ], - "Whether to always show the annotation label": [ - "Всегда показывать метку аннотации" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Имперсонировать пользователя (Presto, Trino, Drill, Hive, и Google Таблицы)" ], - "Whether to animate the progress and the value or just display them": [ - "Анимировать прогресс и значение или просто отображать их" + "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.": [ + "Если вы используете Presto или Trino, все запросы в Лаборатории SQL будут выполняться от авторизованного пользователя, который должен иметь разрешение на их выполнение. Если включены Hive и hive.server2.enable.doAs, то запросы будут выполняться через техническую учетную запись, но имперсонировать зарегистрированного пользователя можно через свойство hive.server2.proxy.user." ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Применять нормальное распределение на основе ранга в цветовой схеме" + "Allow file uploads to database": [ + "Разрешить загрузку файлов в базу данных" ], - "Whether to apply filter when items are clicked": [ - "Применять фильтр при щелчке по элементам" + "Schemas allowed for File upload": [ + "Схемы, в которые разрешена загрузка файлов" ], - "Whether to colorize numeric values by if they are positive or negative": [ - "Окрашивать ячейки с числами в зависимости от их знака" + "A comma-separated list of schemas that files are allowed to upload to.": [ + "Разделённый запятыми список схем, в которые можно загружать файлы." ], - "Whether to display a bar chart background in table columns": [ - "Отображать гистограмм в колонках таблицы" + "Additional settings.": ["Дополнительная настройка"], + "Metadata Parameters": ["Параметры метаданных"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Объект metadata_params вызывает sqlalchemy.MetaData" ], - "Whether to display a legend for the chart": [ - "Отображать легенду для графика" + "Engine Parameters": ["Параметры драйвера"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Объект engine_params вызывает sqlalchemy.create_engine" ], - "Whether to display bubbles on top of countries": [ - "Отображать пузыри поверх стран" + "Version": ["Версия"], + "Version number": ["Номер версии"], + "Disable drill to detail": [""], + "STEP %(stepCurr)s OF %(stepLast)s": ["ШАГ %(stepCurr)s ИЗ %(stepLast)s"], + "Enter Primary Credentials": ["Введите основные учетные данные"], + "Need help? Learn how to connect your database": [ + "Нужна помощь? Узнайте, как подключаться к вашей базе данных" ], - "Whether to display the aggregate count": [ - "Отображать совокупное количество" + "Database connected": ["Соединение с базой данных установлено"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Создайте датасет для визуализации ваших данных на графике или перейдите в Лабораторию SQL для просмотра данных." ], - "Whether to display the interactive data table": [ - "Отображать интерактивную таблицу с данными" + "Enter the required %(dbModelName)s credentials": [ + "Введите обязательные данные для %(dbModelName)s" ], - "Whether to display the labels.": ["Отображать метки"], - "Whether to display the legend (toggles)": [ - "Отображать легенду (переключатель)" + "Need help? Learn more about": ["Нужна помощь? Узнайте больше о"], + "connecting to %(dbModelName)s.": ["подключении к %(dbModelName)s"], + "Select a database to connect": ["Выберите базу данных для подключения"], + "SSH Host": [""], + "e.g. 127.0.0.1": ["например, 127.0.0.1"], + "SSH Port": ["SSH порт"], + "e.g. Analytics": ["например, Analytics"], + "Login with": ["Войти при помощи"], + "Private Key & Password": ["Приватный ключ и пароль"], + "SSH Password": ["Пароль SSH"], + "e.g. ********": ["например, ********"], + "Private Key": ["Приватный ключ"], + "Paste Private Key here": [""], + "Private Key Password": ["Пароль приватного ключа"], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [ + "Параметры конфигурации SSH туннеля" ], - "Whether to display the metric name as a title": [ - "Отображать имя меры как названия" + "Display Name": ["Отображаемое имя"], + "Name your database": ["Дайте имя базе данных"], + "Pick a name to help you identify this database.": [ + "Выберите имя для базы данных." ], - "Whether to display the min and max values of the X-axis": [ - "Отображать минимальное и максимальное значение на оси X" + "dialect+driver://username:password@host:port/database": [ + "диалект+драйвер://пользователь:пароль@хост:порт/схема" ], - "Whether to display the min and max values of the Y-axis": [ - "Отображать минимальное и максимальное значение на оси Y" + "Refer to the": ["Обратитесь к"], + "for more information on how to structure your URI.": [ + " за подробной информацией по тому, как структурировать ваш URI" ], - "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.": [ - "Включить перемещение вершин в режиме силового алгоритма." + "Test connection": ["Тестовое соединение"], + "Please enter a SQLAlchemy URI to test": [ + "Введите SQLAlchemy URI для тестирования" ], - "Whether to fill the objects": ["Использовать заливку для объектов"], - "Whether to ignore locations that are null": [ - "Игнорировать местоположения, которые не содержат данных о расположении" + "e.g. world_population": ["например, health_medicine"], + "Database settings updated": ["Обновлены настройки базы данных"], + "Sorry there was an error fetching database information: %s": [ + "К сожалению, произошла ошибка при получении информации о базе данных: %s" ], - "Whether to include a client-side search box": [ - "Отображение строки поиска" + "Or choose from a list of other databases we support:": [ + "Или выберите из списка других поддерживаемых баз данных:" ], - "Whether to include the percentage in the tooltip": [ - "Отображение процентной доли во всплывающей подсказке" + "Supported databases": ["Поддерживаемые базы данных"], + "Choose a database...": ["Выберите базу данных..."], + "Want to add a new database?": ["Хотите добавить новую базу данных?"], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть добавлены. " ], - "Whether to include the time granularity as defined in the time section": [ - "Добавляет столбец даты/времени с группировкой дат, как определено в разделе Время" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Любые базы данных, подключаемые через SQL Alchemy URI, могут быть добавлены. Узнайте больше о том, как подключить драйвер базы данных " ], - "Whether to make the grid 3D": ["Сделать сетку 3D"], - "Whether to make the histogram cumulative": [ - "Сделать гистограмму нарастающей" + "Connect": ["Подключить"], + "Finish": ["Завершить"], + "This database is managed externally, and can't be edited in Superset": [ + "Эта база данных управляется извне и не может быть изменена в Суперсете" ], - "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "" + "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.": [ + "Пароли к базам данных требуются, чтобы импортировать их. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в импортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." ], - "Whether to normalize the histogram": ["Нормализовать гистограмму"], - "Whether to populate autocomplete filters options": [ - "Распространить настройки фильтров автозаполнения" + "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 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": [ - "" + "Database Creation Error": ["Ошибка создания базы данных"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Не удалось подключиться к базе данных. Нажмите \"Подробнее\" для информации, предоставленной базой данных в ответ, для решения проблемы." ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Отображает дополнительные элементы управления на самом графике и позволяет менять отображение столбцов: без накопления и с ним." + "CREATE DATASET": ["СОЗДАТЬ ДАТАСЕТ"], + "QUERY DATA IN SQL LAB": [""], + "Connect a database": ["Подключиться к базе данных"], + "Edit database": ["Редактировать Базу Данных"], + "Connect this database using the dynamic form instead": [ + "Подключиться к этой базе, используя динамичную форму" ], - "Whether to show minor ticks on the axis": [ - "Отображение мелких отметок на оси" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Нажмите для переключения на альтернативную форму подключения, которая позволит вам ввести все данные в соответствующую форму для данной базы данных." ], - "Whether to show the pointer": ["Отображение указателя"], - "Whether to show the progress of gauge chart": [""], - "Whether to show the split lines on the axis": [ - "Отображение линий разделения на оси" + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "Некоторые базы данных требуют ручной настройки во вкладке Продвинутая настройка для успешного подключения. Вы можете ознакомиться с требованиями к вашей базе данных " ], - "Whether to sort descending or ascending": [ - "Сортировка по убыванию или по возрастанию" + "Import database from file": ["Импортировать базу данных из файла"], + "Connect this database with a SQLAlchemy URI string instead": [ + "Подключиться к этой базе через SQLAlchemy URI" ], - "Whether to sort descending or ascending if a series limit is present": [ - "Сортировка по убыванию или по возрастанию, если есть ограничение на количество категорий" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Нажмите для переключения на альтернативную форму подключения, которая позволит вам вручную ввести SQLAlchemy URL для данной базы данных." ], - "Whether to sort results by the selected metric in descending order.": [ - "Сортировка результатов по выбранной мере в порядке убывания" + "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), так и доменное имя (например, моябазаданных.рф)." ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Сортировка выбранных мер по убыванию во всплывающей подсказке" + "Host": ["Хост"], + "e.g. 5432": ["например, 5432"], + "Port": ["Порт"], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the database you are trying to connect to.": [ + "Впишите имя базы данных, к которой вы пытаетесь подключиться" ], - "Whether to truncate metrics": [ - "Убирает меру (например, AVG(...)) с легенды рядом с именем измерения и из таблицы результатов" + "Access token": ["Токен доступа"], + "Pick a nickname for how the database will display in Superset.": [ + "Выберите имя для базы данных, которое будет отображаться в Суперсете." ], - "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": [ - "Ширина доверительного интервала. Должна быть между 0 и 1" + "e.g. param1=value1¶m2=value2": [ + "например, параметр1=значение1&параметр2=значение2" ], - "Width of the sparkline": ["Ширина спарклайна"], - "Window must be > 0": ["Окно должно быть > 0"], - "With a subheader": ["С подзаголовком"], - "Word Cloud": ["Облако слов"], - "Word Rotation": ["Поворот текста"], - "Working": ["Обрабатывается"], - "Working timeout": ["Время на рассылку"], - "World Map": ["Карта Мира"], - "Write a description for your query": [ - "Заполните описание к вашему запросу" + "Additional Parameters": ["Дополнительные параметры"], + "Add additional custom parameters": [ + "Добавление дополнительных пользовательских параметров" ], - "Write a handlebars template to render the data": [""], - "Write dataframe index as a column": [ - "Сделать индекс датафрейма столбцом." + "SSL Mode \"require\" will be used.": [ + "Будет использовано шифрование SSL" ], - "Write dataframe index as a column.": [ - "Сделать индекс датафрейма столбцом." + "Type of Google Sheets allowed": ["Допустимый тип Google Таблиц"], + "Publicly shared sheets only": [""], + "Public and privately shared sheets": [""], + "How do you want to enter service account credentials?": [""], + "Upload JSON file": ["Загрузить JSON файл"], + "Copy and Paste JSON credentials": ["Скопировать и вставить JSON данные"], + "Service Account": ["Сервисный аккаунт"], + "Copy and paste the entire service account .json file here": [ + "Скопировать и вставить .json файл сервисного аккаунта сюда" ], - "X AXIS TITLE BOTTOM MARGIN": ["Отступ снизу названия оси X"], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["Ось X"], - "X Axis Format": ["Формат оси X"], - "X Axis Label": ["Метка оси X"], - "X Axis Title": ["Название оси X"], - "X Log Scale": ["Логарифмическая ось X"], - "X Tick Layout": ["Расположение делений оси X"], - "X bounds": ["Показывать границы оси X"], - "X-Axis Sort Ascending": ["Сортировать по возрастанию оси X"], - "X-Axis Sort By": [""], - "X-axis": ["Ось X"], - "XScale Interval": [""], - "Y 2 bounds": ["Границы оси Y 2"], - "Y AXIS TITLE MARGIN": ["Отступ названия оси Y"], - "Y Axis": ["Ось Y"], - "Y Axis 2 Bounds": ["Границы оси Y 2"], - "Y Axis Bounds": ["Границы оси Y"], - "Y Axis Format": ["Формат Оси Y"], - "Y Axis Label": ["Метка оси Y"], - "Y Axis Title": ["Название оси Y"], - "Y Axis Title Margin": [""], - "Y Log Scale": ["Логарифмическая ось Y"], - "Y bounds": ["Показывать границы оси Y"], - "Y-Axis Sort By": [""], - "Y-axis": ["Ось Y"], - "Y-axis bounds": ["Границы оси Y"], - "Year": ["Год"], - "Year (freq=AS)": ["Год (част=AS)"], - "Yearly seasonality": ["Годовая сезонность"], - "Years %s": ["Лет %s"], - "Yes": ["Да"], - "Yes, cancel": ["Да, отменить"], - "Yes, overwrite changes": ["Да, перезаписать изменения"], - "You are adding tags to %s %ss": [""], - "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?": [ - "Вы импортируете один или несколько графиков, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите перезаписать?" + "Upload Credentials": ["Загрузить учетные данные"], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" ], - "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?": [ - "Вы импортируете один или несколько дашбордов, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите перезаписать?" + "Connect Google Sheets as tables to this database": [ + "Подключить Google Таблицы как таблицы для этой базы данных" ], - "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?": [ - "Вы импортируете одну или несколько баз данных, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите перезаписать?" + "Google Sheet Name and URL": ["Имя или URL Google Таблицы"], + "Enter a name for this sheet": ["Введите название для этого листа"], + "Paste the shareable Google Sheet URL here": [""], + "Add sheet": ["Добавить лист"], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate dataset": ["Дублировать датасет"], + "Duplicate": ["Дублировать"], + "New dataset name": ["Новое имя датасета"], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Пароли к базам данных требуются, чтобы импортировать их вместе с датасетами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены после импорта вручную, если необходимо." ], "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Вы импортируете один или несколько датасетов, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите продолжить?" ], - "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 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.": [ + "Refreshing columns": ["Обновление столбцов"], + "Table columns": ["Столбцы таблицы"], + "Loading": ["Загрузка"], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Вы можете создать новый график или использовать существующие из панели справа" + "View Dataset": ["Посмотреть датасет"], + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Датасеты могут быть созданы из таблиц базы данных или SQL запросов. Выберите таблицу из базы данных слева или " ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "" + "create dataset from SQL query": ["создайте датасет из SQL запроса"], + " to open SQL Lab. From there you can save the query as a dataset.": [ + " в Лаборатории SQL. Там вы сможете сохранить запрос как датасет." ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Select dataset source": ["Выберите источник датасета"], + "This database table does not contain any data. Please select a different table.": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [ - "Вы не можете использовать расположение делений под углом 45° при использовании временного фильтра" - ], - "You do not have permission to edit this chart": [ - "У вас нет прав на редактирование этого графика" - ], - "You do not have permission to edit this dashboard": [ - "У вас нет прав на редактирование этого дашборда" + "An Error Occurred": ["Произошла ошибка"], + "Unable to load columns for the selected table. Please select a different table.": [ + "Не удалось загрузить столбцы для выбранной таблицы. Пожалуйста, выберите другую таблицу." ], - "You do not have permissions to edit this dashboard.": [ - "У вас нет прав на редактирование этого дашборда." + "The API response from %s does not match the IDatabaseTable interface.": [ + "" ], - "You don't have access to this chart.": [ - "Недостаточно прав для доступа к этому графику." + "chart": ["график"], + "No charts": ["Нет графиков"], + "This dataset is not used to power any charts.": [""], + "Select a database table.": ["Выберите таблицу в базе данных."], + "New dataset": ["Новый датасет"], + "Select a database table and create dataset": [ + "Выберите базу данных и создайте датасет" ], - "You don't have access to this dashboard.": [ - "Недостаточно прав для доступа к этому дашборду." + "dataset name": ["Имя датасета"], + "There was an error loading the dataset metadata": [ + "Возникла ошибка при загрузке метаданных датасета" ], - "You don't have access to this dataset.": [ - "Недостаточно прав для доступа к этому датасету." - ], - "You don't have access to this embedded dashboard config.": [ - "У вас нет прав на редактирование этого встраиваемого дашборда." + "[Untitled]": ["[Без названия]"], + "Unknown": ["Неизвестно"], + "Viewed %s": ["Просмотрено %s"], + "Edited": ["Редактировано"], + "Created": ["Создано"], + "Viewed": ["Просмотрено"], + "Favorite": ["Избранное"], + "Mine": ["Мои"], + "View All »": ["Смотреть все »"], + "An error occurred while fetching dashboards: %s": [ + "Произошла ошибка при получении дашбордов: %s" ], - "You don't have any favorites yet!": ["У вас пока нет избранных!"], - "You don't have permission to modify the value.": [ - "Недостаточно прав для редактирования этого значения." + "charts": ["графики(ов)"], + "dashboards": ["дашборды(ов)"], + "recents": ["недавние(их)"], + "saved queries": ["сохраненные(ых) запросы(ов)"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Недавно просмотренные графики, дашборды и сохраненные запросы" ], - "You don't have the rights to alter %(resource)s": [ - "Недостаточно прав для изменения %(resource)s" + "Recently created charts, dashboards, and saved queries will appear here": [ + "Недавно созданные графики, дашборды и сохраненные запросы" ], - "You don't have the rights to alter this chart": [ - "Недостаточно прав для изменения графика" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Недавно измененные графики, дашборды и сохраненные запросы" ], - "You don't have the rights to alter this dashboard": [ - "Недостаточно прав для изменения дашборда" + "SQL query": ["SQL запрос"], + "You don't have any favorites yet!": ["У вас пока нет избранных!"], + "See all %(tableName)s": ["Список %(tableName)s"], + "Connect database": ["Подключиться к базе данных"], + "Create dataset": ["Создать датасет"], + "Connect Google Sheet": ["Подключить Google Таблицы"], + "Upload CSV to database": ["Загрузить файл CSV в базу данных"], + "Upload columnar file to database": [ + "Загрузить файл столбчатого формата в базу данных" ], - "You don't have the rights to alter this title.": [ - "Недостаточно прав для изменения названия." + "Upload Excel file to database": ["Загрузить файл Excel в базу данных"], + "Enable 'Allow file uploads to database' in any database's settings": [ + "Включите \"Разрешить загрузку файлов в базу данных\" в настройках любой базы данных" ], - "You don't have the rights to create a chart": [ - "Недостаточно прав для создания графика" + "Info": ["Личные данные"], + "Logout": ["Выход из системы"], + "About": ["О программе"], + "Powered by Apache Superset": ["На базе Apache Superset"], + "SHA": [""], + "Build": ["Сборка"], + "Documentation": ["Документация"], + "Report a bug": ["Сообщить об ошибке"], + "Login": ["Вход в систему"], + "query": ["запрос"], + "Deleted: %s": ["Удалено: %s"], + "There was an issue deleting %s: %s": [ + "Произошла ошибка при удалении %s: %s" ], - "You don't have the rights to create a dashboard": [ - "Недостаточно прав для создания дашборда" + "This action will permanently delete the saved query.": [ + "Это действие навсегда удалит сохранённый запрос." ], - "You don't have the rights to download as csv": [ - "Недостаточно прав для скачивания в CSV" + "Delete Query?": ["Удалить запрос?"], + "Ran %s": ["Запущен %s"], + "Saved queries": ["Сохраненные запросы"], + "Next": ["Следующий"], + "Tab name": ["Имя вкладки"], + "User query": ["Пользовательский запрос"], + "Executed query": ["Выполненный запрос"], + "Query name": ["Имя запроса"], + "SQL Copied!": ["SQL запрос скопирован!"], + "Sorry, your browser does not support copying.": [ + "Извините, Ваш браузер не поддерживание копирование. Используйте сочетание клавиш [CTRL + C] для WIN или [CMD + C] для MAC." ], - "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.": [ - "" + "There was an issue fetching reports attached to this dashboard.": [ + "Произошла ошибка с получением рассылок, связанных с этим дашбордом." ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "Вы должны быть владельцем датасета для его редактирования. Пожалуйста, обратитесь к владельцу с просьбой предоставить доступ." + "The report has been created": ["Рассылка создана"], + "Report updated": ["Отчет обновлен"], + "We were unable to active or deactivate this report.": [ + "Не удалось включить или выключить эту рассылку." ], - "You must pick a name for the new dashboard": [ - "Вы должны выбрать имя для нового дашборда" + "Your report could not be deleted": ["Не удается удалить рассылку"], + "Weekly Report for %s": ["Еженедельный отчет для %s"], + "Weekly Report": ["Еженедельный отчет"], + "Edit email report": ["Редактировать рассылку"], + "Schedule a new email report": ["Запланировать новую рассылку по почте"], + "Message content": ["Содержимое сообщения"], + "Text embedded in email": ["Текст, включенный в email"], + "Image (PNG) embedded in email": [ + "Изображение (PNG), встроенное в email" ], - "You must run the query successfully first": [ - "Сначала необходимо успешно выполнить запрос" + "Formatted CSV attached in email": [ + "Форматированный CSV, прикрепленный к письму" ], - "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": [ - "Вы обновили значения в панели управления, но график не был обновлен автоматически. Сделайте запрос, нажав на кнопку \"Обновить график\" или" + "Report Name": ["Имя отчета"], + "Include a description that will be sent with your report": [ + "Описание, которое будет отправлено вместе с вашим отчетом" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "Вы изменили датасеты. Все элементы управления с данными (столбцами, мерами), которые соответствуют новому датасету, были сохранены." + "Failed to update report": ["Не удалось обновить отчет"], + "Failed to create report": ["Не удалось создать рассылку"], + "Set up an email report": ["Запланировать рассылку по почте"], + "Email reports active": ["Включить рассылки"], + "Delete email report": ["Удалить рассылку по email"], + "Schedule email report": ["Запланировать рассылку по почте"], + "This action will permanently delete %s.": [ + "Это действие навсегда удалит %s." ], - "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.": [ - "Дашборд слишком большой. Пожалуйста, уменьшите его размер перед сохранением." + "Delete Report?": ["Удалить рассылку?"], + "Rule added": [""], + "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.": [ + "" ], - "Your query could not be saved": ["Не удалось сохранить ваш запрос"], - "Your query could not be scheduled": [ - "Не удалось запланировать ваш запрос" + "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').": [ + "" ], - "Your query could not be updated": ["Не удалось обновить ваш запрос"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Запрос был запланирован. Чтобы посмотреть детали запроса, перейдите в Сохраненные запросы" + "Clause": ["Оператор"], + "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)." ], - "Your query was not properly saved": [ - "Ваш запрос не был сохранен должным образом" + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" ], - "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]": [ - "Столбцы [Долгота] и [Широта] должны присутствовать в [Группировать по]" + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": ["Выбран нечисловой столбец"], + "UI Configuration": ["Конфигурация UI"], + "Filter value is required": ["Требуется значение фильтра"], + "User must select a value before applying the filter": [ + "Для использования фильтра пользователь будет обязан выбрать значение" ], - "[Longitude] and [Latitude] must be set": [ - "[Долгота] и [Широта] должны быть заданы" + "Single value": ["Единственное значение"], + "Use only a single value.": ["Используйте только одно значение."], + "Range filter plugin using AntD": [""], + "Experimental": ["Экспериментальный"], + " (excluded)": [" (исключено)"], + "Check for sorting ascending": ["Выберит для сортировки по возрастанию"], + "Can select multiple values": ["Можно выбрать несколько значений"], + "Select first filter value by default": [ + "Сделать первое значение фильтра значением по умолчанию" ], - "[Missing Dataset]": ["[отсутствующий датасет]"], - "[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": [ - "[необязательно] вторичная мера используется для определения цвета как доли по отношению к основной мере. Если не выбрано, цвет задается согласно имени категории" + "When using this option, default value can’t be set": [ + "При включении этой опции нельзя установить значение по умолчанию" ], - "[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)": [ - "`доверительный_интервал` должен быть между 0 и 1 (не включая концы)" + "Inverse selection": ["Выбрать противоположные значения"], + "Exclude selected values": ["Исключить выбранные значения"], + "Dynamically search all filter values": [ + "Динамически искать все значения фильтра" ], - "`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.": [ - "" + "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 значений фильтра и вы хотите включить динамический поиск, который загружает значения по мере их ввода пользователем (может увеличить нагрузку на вашу базу данных)." ], - "`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": ["оповещение"], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": ["Пользовательский плагин фильтра времени"], + "No time columns": ["Нет столбцов формата дата/время"], + "Time column filter plugin": [""], + "Working": ["Обрабатывается"], + "Not triggered": ["Условие не выполнялось"], + "On Grace": ["На перерыве"], + "reports": ["рассылки"], "alerts": ["оповещений"], - "all": ["Все"], - "also copy (duplicate) charts": [ - "также копировать (дублировать) графики" + "There was an issue deleting the selected %s: %s": [ + "Произошла ошибка при удалении выбранных %s: %s" ], - "ancestor": ["предок"], - "and": ["и"], - "annotation": ["аннотация"], - "annotation_layer": ["слой_аннотации"], - "asfreq": ["asfreq (без изменения)"], - "at": ["в"], - "auto": ["Автоматически"], - "auto (Smooth)": ["Автоматически (плавно)"], - "background": [""], - "below (example:": ["ниже (пример:"], - "between {down} and {up} {name}": [""], - "bfill": ["bfill (заполняет пропуски предыдущими значениями)"], - "bolt": [""], - "boolean type icon": [""], - "bottom": ["снизу"], - "button (cmd + z) until you save your changes.": [ - "(CTRL + Z), пока вы не сохраните изменения." + "Last run": ["Последнее изменение"], + "Active": ["Активен"], + "Execution log": ["Журнал Действий"], + "Bulk select": ["Множественный выбор"], + "No %s yet": ["Пока нет %s"], + "Owner": ["Владелец"], + "All": ["Все"], + "An error occurred while fetching owners values: %s": [ + "Произошла ошибка при получении владельцев графика: %s" ], - "by using": [", используя"], - "cannot be empty": ["Необходимо заполнить"], - "chart": ["график"], - "charts": ["графики(ов)"], - "choose WHERE or HAVING...": ["выберите WHERE или HAVING..."], - "clear all filters": ["Сбросить все фильтры"], - "click here": ["нажмите сюда"], - "code ISO 3166-1 alpha-2 (cca2)": ["Код ISO 3166-1 alpha-2 (cca2)"], - "code ISO 3166-1 alpha-3 (cca3)": ["Код ISO 3166-1 alpha-3 (cca3)"], - "code International Olympic Committee (cioc)": [ - "Код Международного Олимпийского Комитета (cioc)" + "Status": ["Статус"], + "An error occurred while fetching dataset datasource values: %s": [ + "Произошла ошибка при получении значений датасета: %s" ], - "column": ["столбец"], - "connecting to %(dbModelName)s.": ["подключении к %(dbModelName)s"], - "count": ["количество"], - "create": ["создать"], - "create a new chart": ["создать новый график"], - "create dataset from SQL query": ["создайте датасет из SQL запроса"], - "css": ["css"], - "css_template": ["шаблон_css"], - "cumsum": ["Кумулятивная сумма"], - "cumulative": ["кумулятивно"], - "dashboard": ["дашборд"], - "dashboards": ["дашборды(ов)"], - "database": ["база данных"], - "dataset": ["датасет"], - "dataset name": ["Имя датасета"], - "date": ["дата"], - "day": ["день"], - "day of the month": ["день месяца"], - "day of the week": ["день недели"], - "deck.gl 3D Hexagon": ["deck.gl 3D Шестигранники"], - "deck.gl Arc": ["deck.gl Дуга"], - "deck.gl Geojson": ["deck.gl GeoJSON"], - "deck.gl Grid": ["deck.gl Сетка"], - "deck.gl Multiple Layers": ["deck.gl Многослойный"], - "deck.gl Polygon": ["deck.gl Полигон"], - "deck.gl Scatterplot": ["deck.gl Точечная карта"], - "deckGL": ["Карта deckGL"], - "default": ["по умолчанию"], - "delete": ["удалить"], - "descendant": ["потомок"], - "description": ["описание"], - "dialect+driver://username:password@host:port/database": [ - "диалект+драйвер://пользователь:пароль@хост:порт/схема" + "Alerts & reports": ["Оповещения и отчеты"], + "Alerts": ["Оповещения"], + "Reports": ["Отчеты"], + "Delete %s?": ["Удалить %s?"], + "Are you sure you want to delete the selected %s?": [ + "Вы уверены, что хотите удалить выбранные %s?" ], - "draft": ["черновик"], - "dttm": ["Дата/время"], - "e.g. ********": ["например, ********"], - "e.g. 127.0.0.1": ["например, 127.0.0.1"], - "e.g. 5432": ["например, 5432"], - "e.g. AccountAdmin": [""], - "e.g. Analytics": ["например, Analytics"], - "e.g. compute_wh": [""], - "e.g. param1=value1¶m2=value2": [ - "например, параметр1=значение1&параметр2=значение2" + "There was an issue deleting the selected layers: %s": [ + "Произошла ошибка при удалении выбранных слоёв: %s" ], - "e.g. sql/protocolv1/o/12345": [""], - "e.g. world_population": ["например, health_medicine"], - "e.g. xy12345.us-east-2.aws": [""], - "e.g., a \"user id\" column": [ - "например, столбец \"идентификатор пользователя\"" + "Edit template": ["Редактировать шаблон"], + "Delete template": ["Удалить шаблон"], + "No annotation layers yet": ["Пока нет слоев аннотаций"], + "This action will permanently delete the layer.": [ + "Это действие навсегда удалит слой." ], - "edit mode": ["режиме редактирования"], - "error dark": [""], - "every": ["каждые"], - "every day of the month": ["каждый день месяца"], - "every day of the week": ["каждый день недели"], - "every hour": ["каждый час"], - "every minute": ["каждая минута"], - "every month": ["каждый месяц"], - "expand": ["развернуть"], - "explore": ["исследовать"], - "ffill": ["ffill (заполняет пропуски следующими значениями)"], - "flat": [""], - "for more information on how to structure your URI.": [ - " за подробной информацией по тому, как структурировать ваш URI" + "Delete Layer?": ["Удалить слой?"], + "Are you sure you want to delete the selected layers?": [ + "Вы уверены, что хотите удалить выбранные слои?" ], - "function type icon": [""], - "geohash (square)": [""], - "heatmap": ["тепловая карта"], - "heatmap: values are normalized across the entire heatmap": [ - "тепловая карта: значения нормализованы внутри всей карты" + "There was an issue deleting the selected annotations: %s": [ + "Произошла ошибка при удалении выбранных аннотаций: %s" ], - "here": ["здесь"], - "hour": ["час"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "" + "Delete annotation": ["Удалить аннотацию"], + "Annotation": ["Аннотация"], + "No annotation yet": ["Пока нет аннотаций"], + "Annotation Layer %s": ["Слой аннотаций %s"], + "Back to all": ["Вернуться ко всем"], + "Are you sure you want to delete %s?": [ + "Вы уверены, что хотите удалить %s?" + ], + "Delete Annotation?": ["Удалить аннотацию?"], + "Are you sure you want to delete the selected annotations?": [ + "Вы уверены, что хотите удалить выбранные аннотации?" + ], + "Failed to load chart data": ["Не удалось загрузить данные графика"], + "Add a dataset": ["Добавить датасет"], + "Choose a dataset": ["Выберите датасет"], + "Choose chart type": ["Выберите тип графика"], + "Please select both a Dataset and a Chart type to proceed": [ + "Пожалуйста, для продолжения выберите и датасет, и тип графика" + ], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Для баз данных нужны пароли, чтобы импортировать их вместе с графиками. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлов и должны быть добавлены вручную после импорта, если необходимо." + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Вы импортируете один или несколько графиков, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите перезаписать?" + ], + "Chart imported": ["График импортирован"], + "There was an issue deleting the selected charts: %s": [ + "Произошла ошибка при удалении выбранных графиков: %s" + ], + "An error occurred while fetching dashboards": [ + "Произошла ошибка при получении дашбордов" + ], + "Any": ["Любой"], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [ + "Произошла ошибка при получении владельцев графика: %s" + ], + "Certified": ["Утверждено"], + "Alphabetical": ["В алфавитном порядке"], + "Recently modified": ["Измененные недавно"], + "Least recently modified": ["Измененные давно"], + "Import charts": ["Импортировать графики"], + "Are you sure you want to delete the selected charts?": [ + "Вы уверены, что хотите удалить выбранные графики?" + ], + "CSS templates": ["CSS шаблоны"], + "There was an issue deleting the selected templates: %s": [ + "Произошла ошибка при удалении выбранных шаблонов: %s" + ], + "CSS template": ["CSS шаблон"], + "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.": [ + "Для баз данных нужны пароли, чтобы импортировать их вместе с дашбордами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." + ], + "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?": [ + "Вы импортируете один или несколько дашбордов, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите перезаписать?" + ], + "Dashboard imported": ["Дашборд импортирован"], + "There was an issue deleting the selected dashboards: ": [ + "Произошла ошибка при удалении выбранных дашбордов: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Произошла ошибка при получении владельца дашборда: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Вы уверены, что хотите удалить выбранные дашборды?" + ], + "An error occurred while fetching database related data: %s": [ + "Произошла ошибка при получении данных о базе данных: %s" + ], + "Upload file to database": ["Загрузить файл в базу данных"], + "Upload CSV": ["Загрузить CSV"], + "Upload columnar file": ["Загрузить файл столбчатого формата"], + "Upload Excel file": ["Загрузить файл Excel"], + "AQE": ["Асинхронные запросы"], + "Allow data manipulation language": [ + "Разрешить операции вставки, обновления и удаления данных" + ], + "DML": ["DML"], + "CSV upload": ["Загрузка CSV"], + "Delete 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.": [ + "База данных %s привязана к %s графику(-ам), который(-ые) используется(-ются) в %s дашборде(-ах), и пользователи имеют %s открытую(-ых) вкладку(-ок) в Лаборатории SQL. Вы уверены, что хотите продолжить? Удаление базы данных приведёт к неработоспособности этих компонентов." + ], + "Delete Database?": ["Удалить базу данных?"], + "Dataset imported": ["Импортирован датасет"], + "An error occurred while fetching dataset related data": [ + "Произошла ошибка при получении метаданных датасета" + ], + "An error occurred while fetching dataset related data: %s": [ + "Произошла ошибка при получении данных о датасете: %s" + ], + "Physical dataset": ["Физический датасет"], + "Virtual dataset": ["Виртуальный датасет"], + "Virtual": ["Виртуальный"], + "An error occurred while fetching datasets: %s": [ + "Произошла ошибка при получении датасетов: %s" + ], + "An error occurred while fetching schema values: %s": [ + "Произошла ошибка при извлечении значений схемы: %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Произошла ошибка при получении владельца датасета: %s" + ], + "Import datasets": ["Импортировать датасеты"], + "There was an issue deleting the selected datasets: %s": [ + "Произошла ошибка при удалении выбранных датасетов: %s" + ], + "There was an issue duplicating the dataset.": [ + "Произошла ошибка при дублировании датасета." + ], + "There was an issue duplicating the selected datasets: %s": [ + "Произошла ошибка при дублировании выбранных датасетов: %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.": [ + "Датасет %s привязан к %s графику(-ам), который(-ые) используется(-ются) в %s дашборде(-ах). Вы уверены, что хотите продолжить? Удаление датасета приведёт к неработоспособности этих объектов." + ], + "Delete Dataset?": ["Удалить датасет?"], + "Are you sure you want to delete the selected datasets?": [ + "Вы уверены, что хотите удалить выбранные датасеты?" + ], + "0 Selected": ["0 выбрано"], + "%s Selected (Virtual)": ["%s Выбрано (Виртуальные)"], + "%s Selected (Physical)": ["%s Выбрано (Физические)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s Выбрано (%s Физические, %s Виртуальные)" ], - "in": ["в"], - "in modal": ["в модальном окне"], - "is expected to be a number": ["Ожидается число"], - "is expected to be an integer": ["Ожидается целое число"], - "json isn't valid": ["JSON не валиден"], - "key a-z": ["По алфавиту А-Я"], - "key z-a": ["По алфавиту Я-А"], - "label": ["метка"], - "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. Должен быть ниже верхнего процентиля" + "Execution ID": ["ID исполнения"], + "Scheduled at (UTC)": ["Запланировано на (часовой пояс UTC)"], + "Start at (UTC)": ["Время начала (UTC)"], + "Error message": ["Сообщение об ошибке"], + "There was an issue fetching your recent activity: %s": [ + "Произошла ошибка при получении вашей последней активности: %s" ], - "max": ["Максимум"], - "mean": ["Среднее"], - "median": ["Медиана"], - "metric": ["мера"], - "min": ["Минимум"], - "minute": ["минута"], - "minute(s)": ["минут"], - "month": ["месяц"], - "more than {max} {name}": [""], - "must have a value": ["значение обязательно"], - "name": ["имя"], - "no SQL validator is configured": ["не настроен ни один SQL валидатор"], - "numeric type icon": [""], - "nvd3": ["Графики nvd3"], - "on": ["по"], - "or use existing ones from the panel on the right": [ - "или использовать уже существующие из панели справа" + "There was an issue fetching your dashboards: %s": [ + "Произошла ошибка при получении вашего дашборда: %s" ], - "p-value precision": ["точность p-значения"], - "p1": ["p1"], - "p5": ["p5"], - "p95": ["p95"], - "p99": ["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": [ - "" + "There was an issue fetching your chart: %s": [ + "Произошла ошибка при получении вашего графика: %s" ], - "permalink state not found": [""], - "pixelated (Sharp)": [""], - "previous calendar month": ["предыдущий календарный месяц"], - "previous calendar week": ["предыдущая календарная неделя"], - "previous calendar year": ["предыдущий календарный год"], - "published": ["опубликовано"], - "quarter": ["Квартал"], - "queries": ["запросы"], - "query": ["запрос"], - "random": ["случайно"], - "reboot": ["обновить"], - "recent": ["недавние"], - "recents": ["недавние(их)"], - "report": ["рассылка"], - "reports": ["рассылки"], - "restore zoom": ["восстановить масштабирование"], - "right": ["справа"], - "saved queries": ["сохраненные(ых) запросы(ов)"], - "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": [ - "" + "There was an issue fetching your saved queries: %s": [ + "Произошла ошибка при получении ваших сохраненных запросов: %s" ], - "std": ["Стандартное отклонение"], - "step-after": [""], - "step-before": [""], - "stream": ["поток"], - "string type icon": [""], - "sum": ["Сумма"], - "syntax.": [""], + "Thumbnails": ["Миниатюры"], + "Recents": ["Недавние"], + "There was an issue previewing the selected query. %s": [ + "Произошла ошибка при предпросмотре выбранного запроса: %s" + ], + "TABLES": ["ТАБЛИЦЫ"], + "Open query in SQL Lab": ["Открыть в SQL редакторе"], + "An error occurred while fetching database values: %s": [ + "Произошла ошибка при получении значений базы данных: %s" + ], + "An error occurred while fetching user values: %s": [ + "Произошла ошибка при извлечении пользовательских значений: %s" + ], + "Search by query text": ["Поиск по тексту запроса"], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Для баз данных нужны пароли, чтобы импортировать их вместе с сохраненными запросами. Пожалуйста, обратите внимание, что разделы \"Безопасность\" и \"Утверждение\" в настройках конфигурации базы данных отсутствуют в экспортируемых файлах и должны быть добавлены вручную после импорта, если необходимо." + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Вы импортируете один или несколько сохраненных запросов, которые уже существуют. Перезапись может привести к потере части вашей работы. Вы уверены, что хотите продолжить?" + ], + "Query imported": ["Запрос импортирован"], + "There was an issue previewing the selected query %s": [ + "Произошла ошибка при предпросмотре выбранного запроса %s" + ], + "Import queries": ["Импортировать запросы"], + "Link Copied!": ["Ссылка скопирована"], + "There was an issue deleting the selected queries: %s": [ + "Произошла ошибка при удалении выбранных запросов: %s" + ], + "Edit query": ["Редактировать запрос"], + "Copy query URL": ["Скопировать ссылку на запрос"], + "Export query": ["Экспорт запроса"], + "Delete query": ["Удалить запрос"], + "Are you sure you want to delete the selected queries?": [ + "Вы уверены, что хотите удалить выбранные запросы?" + ], + "queries": ["запросы"], "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.": [ - "" + "Image download failed, please refresh and try again.": [ + "Ошибка скачивания изображения, пожалуйста, обновите и попробуйте заново." ], - "value ascending": ["Значение по возрастанию"], - "value descending": ["Значение по убыванию"], - "var": ["Дисперсия"], - "variance": ["Дисперсия"], - "virtual": ["Виртуальный"], - "viz type": ["тип визуализации"], - "was created": ["создан(а)"], - "week": ["неделя"], - "week ending Saturday": ["неделя, заканчивающаяся в субботу"], - "week starting Sunday": ["неделя, начинающаяся в воскресенье"], - "x": ["x"], - "x: values are normalized within each column": [ - "x: значения нормализованы внутри каждого столбца" + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Выберите значения в обязательных полях на панели управления. Затем запустите запрос, нажав на кнопку %s." ], - "y": ["y"], - "y: values are normalized within each row": [ - "y: значения нормализованы внутри каждой строки" + "An error occurred while fetching %s info: %s": [ + "Произошла ошибка при получении информации о %s: %s" ], - "year": ["год"], - "zoom area": [""] + "An error occurred while fetching %ss: %s": [ + "Произошла ошибка при получении: %s: %s" + ], + "An error occurred while creating %ss: %s": [ + "Произошла ошибка при создании %sов: %s" + ], + "Please re-export your file and try importing again": [""], + "An error occurred while importing %s: %s": [ + "Произошла ошибка при попытке импортировать %s: %s" + ], + "There was an error fetching the favorite status: %s": [ + "Произошла ошибка при получении статуса избранного: %s" + ], + "There was an error saving the favorite status: %s": [ + "Произошла ошибка при сохранении статуса избранного: %s" + ], + "Connection looks good!": ["Соединение в порядке!"], + "ERROR: %s": ["ОШИБКА: %s"], + "There was an error fetching your recent activity:": [ + "Произошла ошибка при получении вашей недавней активности:" + ], + "There was an issue deleting: %s": ["Произошла ошибка при удалении: %s"], + "URL": ["Ссылка (URL)"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Шаблонная ссылка, можно включить {{ metric }} или другие значения, поступающие из элементов управления." + ], + "Time-series Table": ["Таблица временных рядов"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Быстрое сравнение нескольких графиков временных рядов (в виде спарклайнов) и связанных с ними показателей." + ], + "We have the following keys: %s": ["У нас есть следующие ключи: %s"] } } } diff --git a/superset/translations/sk/LC_MESSAGES/messages.json b/superset/translations/sk/LC_MESSAGES/messages.json index 22f9aef1294c5..13628e9daead4 100644 --- a/superset/translations/sk/LC_MESSAGES/messages.json +++ b/superset/translations/sk/LC_MESSAGES/messages.json @@ -8,4670 +8,4738 @@ "plural_forms": "nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2)", "lang": "sk" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "" - ], - "\n Error: %(text)s\n ": [""], - " (excluded)": [""], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - "" - ], - " 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.": [ - "" - ], - " 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)": [""], - "% calculation": [""], - "%(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": [""], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "The datasource is too large to query.": [""], + "The database is under an unusual load.": [""], + "The database returned an unexpected error.": [""], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ "" ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "The column was deleted or renamed in the database.": [""], + "The table was deleted or renamed in the database.": [""], + "One or more parameters specified in the query are missing.": [""], + "The hostname provided can't be resolved.": [""], + "The port is closed.": [""], + "The host might be down, and can't be reached on the provided port.": [ "" ], - "%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)": [""], - "), 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": [ + "Superset encountered an error while running a command.": [""], + "Superset encountered an unexpected error.": [""], + "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.": [""], + "Either the database is spelled incorrectly or does not exist.": [""], + "The schema was deleted or renamed in the database.": [""], + "User doesn't have the proper permissions.": [""], + "One or more parameters needed to configure a database are missing.": [ "" ], - "*%(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 submitted payload has the incorrect format.": [""], + "The submitted payload has the incorrect schema.": [""], + "Results backend needed for asynchronous queries is not configured.": [ "" ], - ".": [""], - "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.": [ + "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.": [ "" ], - "A database with the same name already exists.": [""], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "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 malformed.": [""], + "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.": [ "" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "The port number is invalid.": [""], + "Failed to start remote query on a worker.": [""], + "The database was deleted.": [""], + "Custom SQL fields cannot contain sub-queries.": [""], + "The submitted payload failed validation.": [""], + "Invalid certificate": [""], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "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.": [ + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [""], + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" ], - "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.": [ + "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 map of the world, that can indicate values in different countries.": [ + "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 that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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 metric to use for color": [""], - "A new chart and dashboard will be created.": [""], - "A new chart will be created.": [""], - "A new dashboard will be created.": [""], - "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.": [ + "From date cannot be larger than to date": [""], + "Cached value not found": [""], + "Columns missing in datasource: %(invalid_columns)s": [""], + "Time Table View": [""], + "Pick at least one metric": [""], + "When using 'Group By' you are limited to use a single metric": [""], + "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": [""], + "Time Series - Line Chart": [""], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ "" ], - "A readable URL for your dashboard": [""], - "A reference to the [Time] configuration, taking granularity into account": [ + "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]": [""], + "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 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": [ + "Directed Force Layout": [""], + "Country Map": [""], + "World Map": [""], + "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: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ "" ], - "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.": [ - "" + "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": [""], + "Please choose at least one groupby": [""], + "Invalid advanced data type: %(advanced_data_type)s": [""], + "Deleted %(num)d annotation layer": [ + "", + "Deleted %(num)d annotation layers", + "Deleted %(num)d annotation layers" ], - "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": [""], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "All Text": [""], + "Deleted %(num)d annotation": [ + "", + "Deleted %(num)d annotations", + "Deleted %(num)d annotations" ], - "APPLY": [""], - "APR": [""], - "AQE": [""], - "AUG": [""], - "AXIS TITLE MARGIN": [""], - "AXIS TITLE POSITION": [""], - "About": [""], - "Access": [""], - "Access token": [""], - "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 Rule": [""], - "Add Tag": [""], - "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": [ - "" + "Deleted %(num)d chart": [ + "", + "Deleted %(num)d charts", + "Deleted %(num)d charts" ], - "Add color for positive/negative change": [""], - "Add cross-filter": [""], - "Add custom scoping": [""], - "Add dataset columns here to group the pivot table columns.": [""], - "Add delivery method": [""], - "Add description of your tag": [""], - "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.": [ + "Is certified": [""], + "Has created by": [""], + "Created by me": [""], + "Owned Created or Favored": [""], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`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.": [ "" ], - "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 tag to entities": [""], - "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.": [ + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ "" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "`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": [""], + "orderby column must be populated": [""], + "Chart has no query context saved. Please save the chart again.": [""], + "Request is incorrect: %(error)s": [""], + "Request is not JSON": [""], + "Empty query result": [""], + "Owners are invalid": [""], + "Some roles do not exist": [""], + "Datasource type is invalid": [""], + "Datasource does not exist": [""], + "Query does not exist": [""], + "Annotation layer parameters are invalid.": [""], + "Annotation layer could not be created.": [""], + "Annotation layer could not be updated.": [""], + "Annotation layer not found.": [""], + "Annotation layers could not be deleted.": [""], + "Annotation layer has associated annotations.": [""], + "Name must be unique": [""], + "End date must be after start date": [""], + "Short description must be unique for this layer": [""], + "Annotation not found.": [""], + "Annotation parameters are invalid.": [""], + "Annotation could not be created.": [""], + "Annotation could not be updated.": [""], + "Annotations could not be deleted.": [""], + "There are associated alerts or reports: %(report_names)s": [""], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Cannot parse time string [%(human_readable)s]": [""], + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ "" ], - "Aggregation": [""], - "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. %(num_cols)s columns returned": [ + "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.": [""], + "Charts could not be deleted.": [""], + "There are associated alerts or reports": [""], + "You don't have access to this chart.": [""], + "Changing this chart is forbidden": [""], + "Import chart failed for an unknown reason": [""], + "Changing one or more of these dashboards is forbidden": [""], + "Chart not found": [""], + "Error: %(error)s": [""], + "CSS templates could not be deleted.": [""], + "CSS template not found.": [""], + "Must be unique": [""], + "Dashboard parameters are invalid.": [""], + "Dashboards could not be created.": [""], + "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.": [""], + "You don't have access to this embedded dashboard config.": [""], + "No data in file": [""], + "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.": [ "" ], - "Alert query returned more than one row.": [""], - "Alert query returned more than one row. %(num_rows)s rows returned": [ + "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 datasets 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": [""], + "no SQL validator is configured": [""], + "No validator found (configured for the engine)": [""], + "Was unable to check your query": [""], + "An unexpected error occurred": [""], + "Import database failed for an unknown reason": [""], + "Could not load database driver: {}": [""], + "Engine \"%(engine)s\" cannot be configured through parameters.": [""], + "Database is offline.": [""], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "" ], - "Alert running": [""], - "Alert triggered, notification sent": [""], - "Alert validator config error.": [""], - "Alerts": [""], - "Alerts & Reports": [""], - "Alerts & reports": [""], - "Align +/-": [""], - "All": [""], - "All Text": [""], - "All charts": [""], - "All charts/global scoping": [""], - "All filters": [""], - "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 column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "no SQL validator is configured for %(engine_spec)s": [""], + "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ "" ], - "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 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": [ - "" - ], - "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.": [ + "SSH Tunnel could not be deleted.": [""], + "SSH Tunnel not found.": [""], + "SSH Tunnel parameters are invalid.": [""], + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": [""], + "Creating SSH Tunnel failed for an unknown reason": [""], + "SSH Tunneling is not enabled": [""], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "The database was not found.": [""], + "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": [ "" ], - "Altered": [""], - "Always filter main datetime column": [""], - "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.": [ + "Dataset does not exist": [""], + "Dataset parameters are invalid.": [""], + "Dataset could not be created.": [""], + "Dataset could not be updated.": [""], + "Datasets could not be deleted.": [""], + "Samples for dataset could not be retrieved.": [""], + "Changing this dataset is forbidden": [""], + "Import dataset failed for an unknown reason": [""], + "You don't have access to this dataset.": [""], + "Dataset could not be duplicated.": [""], + "Data URI is not allowed.": [""], + "The provided table was not found in the provided database": [""], + "Dataset column not found.": [""], + "Dataset column delete failed.": [""], + "Changing this dataset is forbidden.": [""], + "Dataset metric not found.": [""], + "Dataset metric delete failed.": [""], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": [""], + "Saved queries could not be deleted.": [""], + "Saved query not found.": [""], + "Import saved query failed for an unknown reason.": [""], + "Saved query parameters are invalid.": [""], + "Alert query returned more than one row. %(num_rows)s rows returned": [ "" ], - "An engine must be specified when passing individual parameters to a database.": [ + "Alert query returned more than one column. %(num_cols)s columns returned": [ "" ], - "An error has occurred": [""], - "An error occurred": [""], - "An error occurred saving dataset": [""], "An error occurred when running alert query": [""], - "An error occurred while accessing the value.": [""], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "" - ], - "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.": [ + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": [""], + "Chart does not exist": [""], + "Database is required for alerts": [""], + "Type is required": [""], + "Choose a chart or dashboard not both": [""], + "Must choose either a chart or a dashboard": [""], + "Please save your chart first, then try creating a new email report.": [ "" ], - "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 owners 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.": [ + "Please save your dashboard first, then try creating a new email report.": [ "" ], - "An error occurred while fetching user values: %s": [""], - "An error occurred while importing %s: %s": [""], - "An error occurred while loading dashboard information.": [""], - "An error occurred while loading the SQL": [""], - "An error occurred while opening Explore": [""], - "An error occurred while parsing the key.": [""], + "Report Schedule parameters are invalid.": [""], + "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 pdf.": [""], + "Report Schedule execution failed when generating a csv.": [""], + "Report Schedule execution failed when generating a dataframe.": [""], + "Report Schedule execution got an unexpected error.": [""], + "Report Schedule is still working, refusing to re-compute.": [""], + "Report Schedule reached a working timeout.": [""], + "A report named \"%(name)s\" already exists": [""], + "An alert named \"%(name)s\" already exists": [""], + "Resource already has an attached report.": [""], + "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.": [""], + "A timeout occurred while generating a dataframe.": [""], + "Alert fired during grace period.": [""], + "Alert ended grace period.": [""], + "Alert on grace period": [""], + "Report Schedule state not found": [""], + "Report schedule system error": [""], + "Report schedule client error": [""], + "Report schedule unexpected error": [""], + "Changing this report is forbidden": [""], "An error occurred while pruning logs ": [""], - "An error occurred while removing query. Please contact your administrator.": [ + "RLS Rule not found.": [""], + "RLS rules could not be deleted.": [""], + "The database could not be found": [""], + "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 tab. Please contact your administrator.": [ + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ "" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ + "The query associated with these results could not be found. You need to re-run the original query.": [ "" ], - "An error occurred while rendering the visualization: %s": [""], - "An error occurred while setting the active tab. Please contact your administrator.": [ + "Cannot access the query": [""], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ "" ], - "An error occurred while starring this chart": [""], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ + "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.": [ "" ], + "Tag parameters are invalid.": [""], + "Tag could not be created.": [""], + "Tag could not be updated.": [""], + "Tag could not be deleted.": [""], + "Tagged Object could not be deleted.": [""], + "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.": [""], - "An error occurred while upserting the value.": [""], - "An unexpected error occurred": [""], - "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 layer": [""], - "Annotation layer could not be created.": [""], - "Annotation layer could not be updated.": [""], - "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 layers could not be deleted.": [""], - "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": [ + "You don't have permission to modify the value.": [""], + "Resource was not found.": [""], + "Invalid result type: %(result_type)s": [""], + "Columns missing in dataset: %(invalid_columns)s": [""], + "Time Grain must be specified when using Time Shift.": [""], + "A time column must be specified when using a Time Comparison.": [""], + "The chart does not exist": [""], + "The chart datasource does not exist": [""], + "The chart query context does not exist": [""], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ "" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "`operation` property of post processing object undefined": [""], + "Unsupported post processing operation: %(operation)s": [""], + "[asc]": [""], + "[desc]": [""], + "Error in jinja expression in fetch values predicate: %(msg)s": [""], + "Virtual dataset query must be read-only": [""], + "Error in jinja expression in RLS filters: %(msg)s": [""], + "Metric '%(metric)s' does not exist": [""], + "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [""], + "Only `SELECT` statements are allowed": [""], + "Only single queries supported": [""], + "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": [ "" ], - "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.": [ + "Whether this column is exposed in the `Filters` section of the explore view.": [ "" ], - "Apply": [""], - "Apply conditional color formatting to metric": [""], - "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 rules?": [""], - "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": [""], - "Time-series 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.": [ + "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.": [ "" ], - "Arrow": [""], - "Assign a set of parameters as": [""], - "Assist": [""], - "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. See Mapbox documentation: %s": [""], - "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 Time Period Comparison": [""], - "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 numerical X axis. Not applicable for temporal or categorical axes. 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.": [ + "Column": [""], + "Verbose Name": [""], + "Description": [""], + "Groupable": [""], + "Filterable": [""], + "Table": [""], + "Expression": [""], + "Is temporal": [""], + "Datetime Format": [""], + "Type": [""], + "Business Data Type": [""], + "Invalid date/timestamp format": [""], + "Metrics": [""], + "Show Metric": [""], + "Add Metric": [""], + "Edit Metric": [""], + "Metric": [""], + "SQL Expression": [""], + "D3 Format": [""], + "Extra": [""], + "Warning Message": [""], + "Tables": [""], + "Show Table": [""], + "Import a table definition": [""], + "Edit Table": [""], + "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'": [ "" ], - "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.": [ + "Timezone offset (in hours) for this datasource": [""], + "Name of the table that exists in the source database": [""], + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ "" ], - "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 fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ "" ], - "Bounds for the primary 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.": [ + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ "" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Redirects to this endpoint when clicking on the table from the table list": [ "" ], - "Box Plot": [""], - "Breakdowns": [""], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "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": [ "" ], - "Bubble Chart": [""], - "Bubble Chart (legacy)": [""], - "Bubble Color": [""], - "Bubble Opacity": [""], - "Bubble Size": [""], - "Bubble size": [""], - "Bubble size number format": [""], - "Bucket break points": [""], - "Build": [""], - "Bulk select": [""], - "Bulk tag": [""], - "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).": [ + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ "" ], - "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 not found.": [""], - "CSS templates": [""], - "CSS templates could not be deleted.": [""], - "CSV Upload": [""], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "A set of parameters that become available in the query using Jinja templating syntax": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ "" ], - "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": [""], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "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 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": [""], - "Centroid (Longitude and Latitude): ": [""], - "Certification": [""], - "Certification details": [""], - "Certified": [""], - "Certified By": [""], - "Certified by": [""], - "Certified by %s": [""], - "Change order of columns.": [""], - "Change order of rows.": [""], + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" + ], + "Associated Charts": [""], "Changed By": [""], - "Changes saved.": [""], - "Changing one or more of these dashboards is forbidden": [""], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Database": [""], + "Last Changed": [""], + "Enable Filter Select": [""], + "Schema": [""], + "Default Endpoint": [""], + "Offset": [""], + "Cache Timeout": [""], + "Table Name": [""], + "Fetch Values Predicate": [""], + "Owners": [""], + "Main Datetime Column": [""], + "SQL Lab View": [""], + "Template parameters": [""], + "Modified": [""], + "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.": [ + "Deleted %(num)d css template": [ + "", + "Deleted %(num)d css templates", + "Deleted %(num)d css templates" + ], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": [ + "", + "Deleted %(num)d dashboards", + "Deleted %(num)d dashboards" + ], + "Title or Slug": [""], + "Role": [""], + "Invalid state.": [""], + "Table name undefined": [""], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ "" ], - "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 could not be created.": [""], - "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 not found": [""], - "Chart options": [""], - "Chart parameters are invalid.": [""], - "Chart properties updated": [""], - "Chart title": [""], - "Chart type requires a dataset": [""], - "Chart width": [""], - "Charts": ["Grafy"], - "Charts could not be deleted.": [""], - "Check for sorting ascending": [""], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Field cannot be decoded by JSON. %(msg)s": [""], + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ "" ], - "Check out this chart in dashboard:": [""], - "Check out this chart: ": [""], - "Check out this dashboard: ": [""], - "Check to force date partitions to have the same height": [""], - "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 right axis": [""], - "Choose a number format": [""], - "Choose a source": [""], - "Choose a source and a target": [""], - "Choose a target": [""], - "Choose chart type": [""], - "Choose one of the available databases from the panel on the left.": [""], - "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": [ + "An engine must be specified when passing individual parameters to a database.": [ "" ], - "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.": [ + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ "" ], - "Clause": [""], - "Clear": [""], - "Clear all": [""], - "Clear all data": [""], - "Clear form": [""], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Deleted %(num)d dataset": [ + "", + "Deleted %(num)d datasets", + "Deleted %(num)d datasets" + ], + "Null or Empty": [""], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ "" ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Second": [""], + "5 second": [""], + "30 second": [""], + "Minute": [""], + "5 minute": [""], + "10 minute": [""], + "15 minute": [""], + "30 minute": [""], + "Hour": [""], + "6 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": [""], + "Additional parameters": [""], + "Use an encrypted connection to the database": [""], + "Use an ssh tunnel connection to the database": [""], + "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\"": [ "" ], - "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 table \"%(table)s\" does not exist. A valid table 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.": [ + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ "" ], - "Click to add a contour": [""], - "Click to cancel sorting": [""], - "Click to edit": [""], - "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: ": [ + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "Color: ": [""], - "Colors": [""], - "Column": [""], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Either the username \"%(username)s\" or the password is incorrect.": [ "" ], - "Column Configuration": [""], - "Column Data Types": [""], - "Column Formatting": [""], - "Column Label(s)": [""], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Unknown Doris server host \"%(hostname)s\".": [""], + "The host \"%(hostname)s\" might be down and can't be reached.": [""], + "Unable to connect to database \"%(database)s\".": [""], + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "" ], - "Column containing latitude data": [""], - "Column containing longitude data": [""], - "Column datatype": [""], - "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.": [ + "We can't seem to resolve the column \"%(column_name)s\"": [""], + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ "" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "The hostname \"%(hostname)s\" cannot be resolved.": [""], + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ "" ], - "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": [ + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ "" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Unknown MySQL server host \"%(hostname)s\".": [""], + "The username \"%(username)s\" does not exist.": [""], + "The user/password combination is not valid (Incorrect password for user).": [ "" ], - "Columnar File": [""], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Could not connect to database: \"%(database)s\"": [""], + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": [""], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ "" ], - "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": [""], - "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.": [ + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ "" ], - "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.": [ + "Table or View \"%(table)s\" does not exist.": [""], + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [""], + "Please re-enter the password.": [""], + "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.": [ + "Users are not allowed to set a search path for security reasons.": [""], + "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.": [ + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ "" ], - "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.": [ + "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.": [ "" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ + "%(object)s does not exist in this database.": [""], + "Samples for datasource could not be retrieved.": [""], + "Changing this datasource is forbidden": [""], + "Home": ["Domov"], + "Database Connections": [""], + "Data": ["Dáta"], + "Dashboards": [""], + "Charts": ["Grafy"], + "Datasets": ["Datasety"], + "Plugins": ["Pluginy"], + "Manage": ["Spravovať"], + "CSS Templates": ["CSS šablóny"], + "SQL Lab": [""], + "SQL": [""], + "Saved Queries": ["Uložené dotazy"], + "Query History": ["História dotazov"], + "Tags": [""], + "Action Log": [""], + "Security": ["Bezpečnosť"], + "Alerts & Reports": [""], + "Annotation Layers": ["Anotačná vrstva"], + "An error occurred while parsing the key.": [""], + "An error occurred while upserting the value.": [""], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Virtual dataset query cannot consist of multiple statements": [""], + "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], - "Comparison": [""], - "Comparison Period Lag": [""], - "Comparison suffix": [""], - "Compose multiple layers together to form complex visuals.": [""], - "Compute the contribution to the total": [""], - "Condition": [""], - "Conditional Formatting": [""], - "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 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": [""], - "Contours": [""], - "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 identifier of the account 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 connect to database: \"%(database)s\"": [""], - "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: {}": [""], - "Could not resolve hostname: \"%(host)s\".": [""], - "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.": [ - "" + "Empty query?": [""], + "Unknown column used in orderby: %(col)s": [""], + "Time column \"%(col)s\" does not exist in dataset": [""], + "error_message": [""], + "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": [""], + "Deleted %(num)d saved query": [ + "", + "Deleted %(num)d saved queries", + "Deleted %(num)d saved queries" ], - "Create a new chart": [""], - "Create chart": [""], - "Create chart with dataset": [""], - "Create dataset": [""], - "Create dataset and create chart": [""], - "Create new chart": [""], - "Create or select schema...": [""], - "Created": [""], - "Created by": [""], - "Created by me": [""], - "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.": [ - "" + "Deleted %(num)d report schedule": [ + "", + "Deleted %(num)d report schedules", + "Deleted %(num)d report schedules" ], - "Cross-filtering is not enabled for this dashboard.": [""], - "Cross-filtering is not enabled in this dashboard": [""], - "Cross-filtering scoping": [""], - "Cross-filters": [""], - "Cumulative": [""], - "Currency": [""], - "Currency format": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "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": [""], + "Value must be greater than 0": [""], "Custom width of the screenshot in pixels": [""], - "Customize": [""], - "Customize Metrics": [""], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "" - ], - "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": [ - "" - ], - "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": [""], - "DD/MM format dates, international and European format": [""], - "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 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.": [ - "" - ], - "Dashboards": [""], - "Dashboards could not be created.": [""], - "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.": [ + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [""], + "EMAIL_REPORTS_CTA": [""], + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [""], + "%(dialect)s cannot be used as a data source for security reasons.": [""], + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [""], + "Failed to execute %(query)s": [""], + "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.": [ "" ], - "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.": [ - "" + "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." ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "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 \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "Tag name is invalid (cannot contain ':')": [""], + "Tag could not be found.": [""], + "Is custom tag": [""], + "Scheduled task executor not found": [""], + "Record Count": [""], + "No records found": [""], + "Filter List": [""], + "Search": [""], + "Refresh": [""], + "Import dashboards": [""], + "Import Dashboard(s)": [""], + "File": [""], + "Choose File": [""], + "Upload": [""], + "Use the edit button to change this field": [""], + "Test Connection": [""], + "Unsupported clause type: %(clause)s": [""], + "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [""], + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ "" ], - "Database Connections": [""], - "Database Creation Error": [""], - "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: ": [ + "`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.": [ "" ], - "Database error": [""], - "Database is offline.": [""], - "Database is required for alerts": [""], - "Database name": [""], - "Database not allowed to change": [""], - "Database not found.": [""], - "Database parameters are invalid.": [""], - "Database passwords": [""], - "Database port": [""], - "Database settings updated": [""], - "Databases": ["Databázy"], - "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 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": [""], - "Datasets": ["Datasety"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "`rename_columns` must have the same length as `columns`.": [""], + "Invalid cumulative operator: %(operator)s": [""], + "Invalid geohash string": [""], + "Invalid longitude/latitude": [""], + "Invalid geodetic string": [""], + "Pivot operation requires at least one index": [""], + "Pivot operation must include at least one aggregate": [""], + "`prophet` package not installed": [""], + "Time grain missing": [""], + "Unsupported time grain: %(time_grain)s": [""], + "Periods must be a whole number": [""], + "Confidence interval must be between 0 and 1 (exclusive)": [""], + "DataFrame must include temporal column": [""], + "DataFrame include at least one series": [""], + "Label already exists": [""], + "Resample operation requires DatetimeIndex": [""], + "Resample method should be in ": [""], + "Undefined window for rolling operation": [""], + "Window must be > 0": [""], + "Invalid rolling_type: %(type)s": [""], + "Invalid options for %(rolling_type)s: %(options)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": [""], + "Unexpected time range: %(error)s": [""], + "json isn't valid": [""], + "Export to YAML": [""], + "Export to YAML?": [""], + "Delete": [""], + "Delete all Really?": [""], + "Is favorite": [""], + "Is tagged": [""], + "The data source seems to have been deleted": [""], + "The user seems to have been deleted": [""], + "You don't have the rights to download as csv": [""], + "Error: permalink state not found": [""], + "Error: %(msg)s": [""], + "You don't have the rights to alter this chart": [""], + "You don't have the rights to create a chart": [""], + "Explore - %(table)s": [""], + "Explore": [""], + "Chart [{}] has been saved": [""], + "Chart [{}] has been overwritten": [""], + "You don't have the rights to alter this dashboard": [""], + "Chart [{}] was added to dashboard [{}]": [""], + "You don't have the rights to create a dashboard": [""], + "Dashboard [{}] just got created and chart [{}] was added to it": [""], + "Malformed request. slice_id or table_name and db_name arguments are expected": [ "" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "Chart %(id)s not found": [""], + "Table %(table)s wasn't found in the database %(db)s": [""], + "permalink state not found": [""], + "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": [ "" ], - "Datasets could not be deleted.": [""], - "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 format": [""], - "Date format string": [""], - "Date/Time": [""], - "Datetime Format": [""], - "Datetime column not provided as part table configuration and is required by this type of chart": [ + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ "" ], - "Datetime format": [""], - "Day": [""], - "Day (freq=D)": [""], - "Day First": [""], - "Days %s": [""], - "Db engine did not return all queried columns": [""], - "Deactivate": [""], - "December": [""], - "Decides which column to sort the base axis by.": [""], - "Decides which measure 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": [""], - "Decrease": [""], - "Default Endpoint": [""], - "Default URL": [""], - "Default URL to redirect to when accessing from the dataset list page": [ + "Custom Plugins": [""], + "Custom Plugin": [""], + "Add a Plugin": [""], + "Edit Plugin": [""], + "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.": [ "" ], - "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": [ + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ "" ], - "Default value is required": [""], - "Default value must be set when \"Filter has default value\" is checked": [ + "Creator": [""], + "Datasource": [""], + "Last Modified": [""], + "Parameters": [""], + "Chart": [""], + "Name": [""], + "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": [ "" ], - "Default value must be set when \"Filter value is required\" is checked": [ + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ "" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ + "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.": [ "" ], - "Define a function that receives the input and outputs the content for a tooltip": [ + "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 are defined, regular access permissions apply.": [ "" ], - "Define a function that returns a URL to navigate to when user clicks": [ + "Determines whether or not this dashboard is visible in the list of all dashboards": [ "" ], - "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.": [ + "Dashboard": [""], + "Title": [""], + "Slug": [""], + "Roles": [""], + "Published": [""], + "Position JSON": [""], + "CSS": [""], + "JSON Metadata": [""], + "Export": [""], + "Export dashboards?": [""], + "CSV Upload": [""], + "Select a file to be uploaded to the database": [""], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ "" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "Name of table to be created with CSV file": [""], + "Table name cannot contain a schema": [""], + "Select a database to upload the file to": [""], + "Column Data Types": [""], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Select a schema if the database supports this": [""], + "Delimiter": [""], + "Enter a delimiter for this data": [""], + ",": [""], + ".": [""], + "Other": [""], + "If Table Already Exists": [""], + "What should happen if the table already exists": [""], + "Fail": [""], + "Replace": [""], + "Append": [""], + "Skip Initial Space": [""], + "Skip spaces after delimiter": [""], + "Skip Blank Lines": [""], + "Skip blank lines rather than interpreting them as Not A Number values": [ "" ], - "Defines how each series is broken down": [""], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ + "Columns To Be Parsed as Dates": [""], + "A comma separated list of columns that should be parsed as dates": [""], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": [""], + "Character to interpret as decimal point": [""], + "Null Values": [""], + "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": [ "" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Index Column": [""], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ "" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ + "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 checked, Index Names are used": [ "" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ + "Columns To Read": [""], + "Json list of the column names that should be read": [""], + "Overwrite Duplicate Columns": [""], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ "" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "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": [ "" ], - "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": [""], - "Deleted %(num)d annotation": [ - "", - "Deleted %(num)d annotations", - "Deleted %(num)d annotations" - ], - "Deleted %(num)d annotation layer": [ - "", - "Deleted %(num)d annotation layers", - "Deleted %(num)d annotation layers" + "Rows to Read": [""], + "Number of rows of file to read": [""], + "Skip Rows": [""], + "Number of rows to skip at start of file": [""], + "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).": [""], + "Specify a schema (if database flavor supports this).": [""], + "Table Exists": [""], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "" ], - "Deleted %(num)d chart": [ - "", - "Deleted %(num)d charts", - "Deleted %(num)d charts" + "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 css template": [ - "", - "Deleted %(num)d css templates", - "Deleted %(num)d css templates" - ], - "Deleted %(num)d dashboard": [ - "", - "Deleted %(num)d dashboards", - "Deleted %(num)d dashboards" - ], - "Deleted %(num)d dataset": [ - "", - "Deleted %(num)d datasets", - "Deleted %(num)d datasets" - ], - "Deleted %(num)d report schedule": [ - "", - "Deleted %(num)d report schedules", - "Deleted %(num)d report schedules" - ], - "Deleted %(num)d saved query": [ - "", - "Deleted %(num)d saved queries", - "Deleted %(num)d saved queries" - ], - "Deleted %s": [""], - "Deleted: %s": [""], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ "" ], - "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": [""], - "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": [ + "Number of rows to skip at start of file.": [""], + "Number of rows of file to read.": [""], + "Parse Dates": [""], + "A comma separated list of columns that should be parsed as dates.": [""], + "Character to interpret as decimal point.": [""], + "Write dataframe index as a column.": [""], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ "" ], - "Diamond": [""], - "Did you mean:": [""], - "Difference": [""], - "Dim Gray": [""], - "Dimension": [""], - "Dimension to use on x-axis.": [""], - "Dimension to use on y-axis.": [""], - "Dimensions": [""], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "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.": [ "" ], - "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.": [ + "Name of table to be created from columnar data.": [""], + "Columnar File": [""], + "Select a Columnar file to be uploaded to a database.": [""], + "Use Columns": [""], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ "" ], - "Disable embedding?": [""], - "Disabled": [""], - "Discard": [""], - "Discrete": [""], - "Display": [""], - "Display Name": [""], - "Display column level subtotal": [""], - "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.": [ + "Databases": ["Databázy"], + "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.": [ "" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "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": [ "" ], - "Display row level subtotal": [""], - "Display row level total": [""], - "Display settings": [""], - "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.": [ + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ "" ], - "Distribute across": [""], - "Distribution": [""], - "Distribution - Bar Chart": [""], - "Divider": [""], - "Do you want a donut or a pie?": [""], - "Documentation": [""], - "Domain": [""], - "Donut": [""], - "Dotted": [""], - "Download": [""], - "Download as Image": [""], - "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.": [ + "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.": [ "" ], - "Drill to detail is disabled because this chart does not group data by dimension 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.": [ "" ], - "Drill to detail: %s": [""], - "Drop a temporal column here or click": [""], - "Drop columns/metrics here or click": [""], - "Duplicate": [""], - "Duplicate column name(s): %(columns)s": [""], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "If selected, please set the schemas allowed for csv upload in Extra.": [ "" ], - "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.": [ + "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": [""], + "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'

": [ "" ], - "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.": [ + "CSV to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Unable to upload CSV file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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.": [ + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "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.": [ + "Excel to Database configuration": [""], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ "" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [""], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], - "Duration in ms (66000 => 1m 6s)": [""], - "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 Rule": [""], - "Edit Table": [""], - "Edit Tag": [""], - "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:": [""], - "Either the database is spelled incorrectly or does not exist.": [""], - "Either the username \"%(username)s\" or the password is incorrect.": [ + "Columnar to Database configuration": [""], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ "" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ "" ], - "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": [ + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ "" ], - "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 row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [""], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ "" ], - "End": [""], - "End (Longitude, Latitude): ": [""], - "End Longitude & Latitude": [""], - "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 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 Fetching Tagged Objects": [""], - "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": [""], - "Excluded roles": [""], - "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 PDF": [""], - "Export to YAML": [""], - "Export to YAML?": [""], - "Export to full .CSV": [""], - "Export to full Excel": [""], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to retrieve advanced type": [""], - "Failed to save cross-filter scoping": [""], - "Failed to start remote query on a worker.": [""], - "Failed to tag items": [""], - "Failed to update report": [""], - "Failed to verify select options: %s": [""], - "Favorite": [""], - "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": [""], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": [""], - "Fill all required fields to enable \"Default Value\"": [""], - "Fill method": [""], - "Filled": [""], - "Filter": [""], - "Filter Configuration": [""], - "Filter List": [""], - "Filter Settings": [""], - "Filter Type": [""], - "Filter has default value": [""], - "Filter menu": [""], - "Filter name": [""], - "Filter only displays values relevant to selections made in other filters.": [ - "" - ], - "Filter results": [""], - "Filter type": [""], - "Filter value (case sensitive)": [""], - "Filter value is required": [""], - "Filter value list cannot be empty": [""], - "Filter your charts": [""], - "Filterable": [""], - "Filters": [""], - "Filters by columns": [""], - "Filters by metrics": [""], - "Filters for Comparison": [""], - "Filters for comparison must have a value": [""], - "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').": [ + "Request missing data field.": [""], + "Duplicate column name(s): %(columns)s": [""], + "Logs": [""], + "Show Log": [""], + "Add Log": [""], + "Edit Log": [""], + "User": [""], + "Action": [""], + "dttm": [""], + "JSON": [""], + "Untitled Query": [""], + "Time Range": [""], + "Time Column": [""], + "Time Grain": [""], + "Time Granularity": [""], + "Time": [""], + "A reference to the [Time] configuration, taking granularity into account": [ "" ], - "Find": [""], - "Finish": [""], - "First": [""], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Aggregate": [""], + "Raw records": [""], + "Minimum value": [""], + "Maximum value": [""], + "Certified by %s": [""], + "description": [""], + "bolt": [""], + "Changing this control takes effect instantly": [""], + "Show info tooltip": [""], + "SQL expression": [""], + "Column datatype": [""], + "Column name": [""], + "Label": [""], + "Metric name": [""], + "unknown type icon": [""], + "function type icon": [""], + "string type icon": [""], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": [""], + "Advanced analytics": [""], + "This section contains options that allow for advanced analytical post processing of query results": [ "" ], - "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.": [ + "Rolling window": [""], + "Rolling function": [""], + "None": [""], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ "" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Periods": [""], + "Defines the size of the rolling window function, relative to the time granularity selected": [ "" ], - "For further instructions, consult the": [""], - "For more information about objects are in context in the scope of this function, refer to the": [ + "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": [ "" ], - "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.": [ + "Time comparison": [""], + "Time shift": [""], + "1 day ago": [""], + "1 week ago": [""], + "28 days ago": [""], + "30 days ago": [""], + "52 weeks ago": [""], + "1 year ago": [""], + "104 weeks ago": [""], + "2 years ago": [""], + "156 weeks ago": [""], + "3 years ago": [""], + "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.": [ "" ], - "Force": [""], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Calculation type": [""], + "Actual values": [""], + "Difference": [""], + "Percentage change": [""], + "Ratio": [""], + "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.": [ "" ], - "Force categorical": [""], - "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.": [""], - "Format SQL": [""], - "Formatted CSV attached in email": [""], - "Formatted date": [""], - "Formatted value": [""], - "Formatting": [""], - "Formula": [""], + "Resample": [""], + "Rule": [""], + "1 minutely frequency": [""], + "1 hourly frequency": [""], + "1 calendar day frequency": [""], + "7 calendar day frequency": [""], + "1 month start frequency": [""], + "1 month end frequency": [""], + "1 year start frequency": [""], + "1 year end frequency": [""], + "Pandas resample rule": [""], + "Fill method": [""], + "Null imputation": [""], + "Zero imputation": [""], + "Linear interpolation": [""], "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, Metrics or Percentage Metrics must have a value": [""], - "Group Key": [""], - "Group by": [""], - "Groupable": [""], - "Guest user cannot modify chart payload": [""], - "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.": [""], + "Backward values": [""], + "Median values": [""], + "Mean values": [""], + "Sum values": [""], + "Pandas resample method": [""], + "Left": [""], + "Top": [""], + "Chart Title": [""], + "X Axis": [""], + "X Axis Title": [""], + "X AXIS TITLE BOTTOM MARGIN": [""], + "Y Axis": [""], + "Y Axis Title": [""], + "Y Axis Title Margin": [""], + "Y Axis Title Position": [""], + "Query": [""], + "Predictive Analytics": [""], + "Enable forecast": [""], + "Enable forecasting": [""], + "Forecast periods": [""], "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.": [ + "Confidence interval": [""], + "Width of the confidence interval. Should be between 0 and 1": [""], + "Yearly seasonality": [""], + "default": [""], + "Yes": [""], + "No": [""], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "If Table Already Exists": [""], - "If a metric is specified, sorting will be done based on the metric value": [ + "Weekly seasonality": [""], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Daily seasonality": [""], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ "" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Time related form attributes": [""], + "Datasource & Chart Type": [""], + "Chart ID": [""], + "The id of the active chart": [""], + "Cache Timeout (seconds)": [""], + "The number of seconds before expiring the cache": [""], + "URL Parameters": [""], + "Extra url parameters for use in Jinja templated queries": [""], + "Extra Parameters": [""], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ "" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Color Scheme": [""], + "Contribution Mode": [""], + "Row": [""], + "Series": [""], + "Calculate contribution per series or row": [""], + "Y-Axis Sort By": [""], + "X-Axis Sort By": [""], + "Decides which column to sort the base axis by.": [""], + "Y-Axis Sort Ascending": [""], + "X-Axis Sort Ascending": [""], + "Whether to sort ascending or descending on the base Axis.": [""], + "Force categorical": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [""], + "Dimensions": [""], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ "" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Add dataset columns here to group the pivot table columns.": [""], + "Dimension": [""], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ "" ], - "Ignore cache when generating report": [""], - "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)": [ + "Entity": [""], + "This defines the element to be plotted on the chart": [""], + "Filters": [""], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "Impersonate the logged on user": [""], - "Import": [""], - "Import %s": [""], - "Import Dashboard(s)": [""], - "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.": [ + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ "" ], - "In": [""], - "Include Series": [""], - "Include a description that will be sent with your report": [""], - "Include series name as an axis": [""], - "Include time": [""], - "Increase": [""], - "Index": [""], - "Index Column": [""], - "Info": [""], - "Inner Radius": [""], - "Inner radius of donut hole": [""], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [""], - "Intensity": [""], - "Intensity Radius": [""], - "Intensity Radius is the radius at which the weight is distributed": [""], - "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Right Axis Metric": [""], + "Select a metric to display on the right axis": [""], + "Sort by": [""], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ "" ], - "Interval": [""], - "Interval End column": [""], - "Interval bounds": [""], - "Interval colors": [""], - "Interval start column": [""], - "Intervals": [""], - "Intesity": [""], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Bubble Size": [""], + "Metric used to calculate bubble size": [""], + "The dataset column/metric that returns the values on your chart's x-axis.": [ "" ], - "Invalid JSON": [""], - "Invalid advanced data type: %(advanced_data_type)s": [""], - "Invalid certificate": [""], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "The dataset column/metric that returns the values on your chart's y-axis.": [ "" ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "Color Metric": [""], + "A metric to use for color": [""], + "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": [ "" ], - "Invalid cron expression": [""], - "Invalid cumulative operator: %(operator)s": [""], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [""], - "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 reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [""], - "Invalid rolling_type: %(type)s": [""], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": [""], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": [""], - "Invert current page": [""], - "Is certified": [""], - "Is custom tag": [""], - "Is dimension": [""], - "Is false": [""], - "Is favorite": [""], - "Is filterable": [""], - "Is not null": [""], - "Is null": [""], - "Is tagged": [""], - "Is temporal": [""], - "Is true": [""], - "Isoband": [""], - "Isoline": [""], - "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.": [ + "Drop a temporal column here or click": [""], + "Y-axis": [""], + "Dimension to use on y-axis.": [""], + "X-axis": [""], + "Dimension to use on x-axis.": [""], + "The type of visualization to display": [""], + "Fixed Color": [""], + "Use this to define a static color for all circles": [""], + "Linear Color Scheme": [""], + "all": [""], + "5 seconds": [""], + "30 seconds": [""], + "1 minute": [""], + "5 minutes": [""], + "30 minutes": [""], + "1 hour": [""], + "1 day": [""], + "7 days": [""], + "week": [""], + "week starting Sunday": [""], + "week ending Saturday": [""], + "month": [""], + "quarter": [""], + "year": [""], + "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`": [ "" ], - "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.": [ + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], - "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": [ + "This control filters the whole chart based on the selected time range. 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.": [ "" ], - "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.": [ + "Row limit": [""], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "" ], - "July": [""], - "June": [""], - "KPI": [""], - "Keep control settings?": [""], - "Keep editing": [""], - "Key": [""], - "Keyboard shortcuts": [""], - "Keys for table": [""], - "Kilometers": [""], - "LIMIT": [""], - "Label": [""], - "Label Contents": [""], - "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 day": [""], - "Last modified": [""], - "Last month": [""], - "Last quarter": [""], - "Last run": [""], - "Last week": [""], - "Last year": [""], - "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": [ + "Sort Descending": [""], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ "" ], - "Least recently modified": [""], - "Left": [""], - "Left Margin": [""], - "Left margin, in pixels, allowing for more room for axis labels": [""], - "Left to Right": [""], - "Left value": [""], - "Legacy": [""], + "Series limit": [""], + "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": [""], + "Currency format": [""], + "Time format": [""], + "The color scheme for rendering chart": [""], + "Truncate Metric": [""], + "Whether to truncate metrics": [""], + "Show empty columns": [""], + "D3 format syntax: https://github.com/d3/d3-format": [""], + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": [""], + "Original value": [""], + "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": [""], + "Oops! An error occurred!": [""], + "Stack Trace:": [""], + "No results were returned for this query. If you expected results to be returned, ensure any filters are configured properly and the datasource contains data for the selected time range.": [ + "" + ], + "No Results": [""], + "ERROR": [""], + "Found invalid orderby options": [""], + "Invalid input": [""], + "Unexpected error: ": [""], + "(no description, click to see stack trace)": [""], + "Network error": [""], + "Request timed out": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred": [""], + "Sorry, an unknown error occurred.": [""], + "Sorry, there was an error saving this %s: %s": [""], + "You do not have permission to edit this %s": [""], + "is expected to be an integer": [""], + "is expected to be a number": [""], + "is expected to be a Mapbox URL": [""], + "Value cannot exceed %s": [""], + "cannot be empty": [""], + "Filters for comparison must have a value": [""], + "Domain": [""], + "hour": [""], + "day": [""], + "The time unit used for the grouping of blocks": [""], + "Subdomain": [""], + "min": [""], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "" + ], + "Chart Options": [""], + "Cell Size": [""], + "The size of the square cell, in pixels": [""], + "Cell Padding": [""], + "The distance between cells, in pixels": [""], + "Cell Radius": [""], + "The pixel radius": [""], + "Color Steps": [""], + "The number color \"steps\"": [""], + "Time Format": [""], "Legend": [""], - "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 type": [""], - "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "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.": [ "" ], - "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.": [ + "Business": [""], + "Comparison": [""], + "Intensity": [""], + "Pattern": [""], + "Report": [""], + "Trend": [""], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Sort by metric": [""], + "Whether to sort results by the selected metric in descending order.": [ "" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Number format": [""], + "Choose a number format": [""], + "Source": [""], + "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.": [ "" ], - "Line": [""], - "Line Chart": [""], - "Time-series 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.": [ + "Relationships between community channels": [""], + "Chord Diagram": [""], + "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.": [ "" ], - "Line interpolation as defined by d3.js": [""], - "Line width": [""], - "Line width unit": [""], - "Linear Color Scheme": [""], - "Linear color scheme": [""], - "Linear interpolation": [""], - "Lines column": [""], - "Lines encoding": [""], - "Link Copied!": [""], - "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 x-axis": [""], - "Logarithmic y-axis": [""], - "Login": [""], - "Login with": [""], - "Logout": [""], - "Logs": [""], - "Long dashed": [""], - "Longitude": [""], - "Longitude & Latitude": [""], - "Longitude & Latitude columns": [""], - "Longitude and Latitude": [""], - "Longitude of default viewport": [""], - "Lower Threshold": [""], - "Lower threshold must be lower than upper threshold": [""], - "MAR": [""], - "MAY": [""], - "MON": [""], - "Main Datetime Column": [""], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Metric to display bottom title": [""], + "Map": [""], + "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.": [ "" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "2D": [""], + "Geo": [""], + "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.": [ "" ], - "Manage": ["Spravovať"], - "Manage email report": [""], - "Manage your databases": [""], - "Mandatory": [""], - "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.": [ + "Minimum leaf node event count": [""], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ "" ], - "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.": [ + "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": [ "" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ + "Compares the lengths of time different activities take in a shared timeline view.": [ "" ], - "Median values": [""], - "Medium": [""], - "Menu actions trigger": [""], - "Message content": [""], - "Metadata": [""], - "Metadata Parameters": [""], - "Metadata has been synced": [""], - "Method": [""], - "Metric": [""], - "Metric '%(metric)s' does not exist": [""], - "Metric Key": [""], + "Event Flow": [""], + "Progressive": [""], + "Axis ascending": [""], + "Axis descending": [""], "Metric ascending": [""], - "Metric assigned to the [X] axis": [""], - "Metric assigned to the [Y] axis": [""], - "Metric change in value from `since` to `until`": [""], - "Metric currency": [""], "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 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).": [ + "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": [""], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ "" ], - "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).": [ + "Normalize Across": [""], + "heatmap": [""], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [""], + "Left Margin": [""], + "auto": [""], + "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.": [ "" ], - "Metrics": [""], - "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.": [ + "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": [ "" ], - "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": [""], - "Minor ticks": [""], - "Minute": [""], - "Minutes %s": [""], - "Missing URL parameters": [""], - "Missing dataset": [""], - "Mixed Chart": [""], - "Modified": [""], - "Modified %s": [""], - "Modified by": [""], - "Modified by: %s": [""], - "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 file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "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.": [ "" ], - "Multiple filtering": [""], - "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Sizes of vehicles": [""], + "Employment and education": [""], + "Heatmap (legacy)": [""], + "Density": [""], + "Predictive": [""], + "Single Metric": [""], + "Deprecated": [""], + "to": [""], + "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": [ "" ], - "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 of your tag": [""], - "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 header": [""], - "New tab": [""], - "New tab (Ctrl + q)": [""], - "New tab (Ctrl + t)": [""], - "Next": [""], - "Nightingale Rose Chart": [""], - "No": [""], - "No %s yet": [""], - "No Data": [""], - "No Results": [""], - "No Tags created": [""], - "No annotation layers yet": [""], - "No annotation yet": [""], - "No applied filters": [""], - "No available filters.": [""], - "No charts": [""], - "No columns found": [""], - "No compatible columns found": [""], - "No compatible datasets found": [""], - "No compatible schema found": [""], - "No data": [""], - "No data after filtering or data is NULL for the latest time record": [ + "Population age data": [""], + "Contribution": [""], + "Compute the contribution to the total": [""], + "Series Height": [""], + "Pixel height of each series": [""], + "Value Domain": [""], + "overall": [""], + "series: Treat each series independently; overall: All series use the same scale; change: Show changes compared to the first data point in each series": [ "" ], - "No data in file": [""], - "No databases match your search": [""], - "No description available.": [""], - "No entities have this tag currently assigned": [""], - "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.": [ + "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 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.": [ + "Horizon Chart": [""], + "Dark Cyan": [""], + "Purple": [""], + "Gold": [""], + "Dim Gray": [""], + "Crimson": [""], + "Forest Green": [""], + "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 table columns": [""], - "No temporal columns found": [""], - "No time columns": [""], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ + "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": [ "" ], - "Node label position": [""], - "Node select mode": [""], - "Node size": [""], - "None": [""], - "None -> Arrow": [""], - "None -> None": [""], - "Normal": [""], - "Normalize Across": [""], - "Normalize column names": [""], - "Normalized": [""], - "Not Time Series": [""], - "Not added to any dashboard": [""], - "Not available": [""], - "Not defined": [""], - "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.": [ + "Auto": [""], + "Point Radius Unit": [""], + "Pixels": [""], + "Miles": [""], + "Kilometers": [""], + "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.": [ "" ], - "Number format": [""], - "Number format string": [""], - "Number formatting": [""], - "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. You can use negative numbers to compare from the beginning of the time range.": [ + "Cluster label aggregator": [""], + "sum": [""], + "mean": [""], + "max": [""], + "std": [""], + "var": [""], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ "" ], - "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.": [ + "Visual Tweaks": [""], + "Live render": [""], + "Points and clusters will update as the viewport is being changed": [""], + "Map Style": [""], + "Streets": [""], + "Dark": [""], + "Light": [""], + "Satellite Streets": [""], + "Satellite": [""], + "Outdoors": [""], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": [""], + "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.": [ "" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ + "Light mode": [""], + "Dark mode": [""], + "MapBox": [""], + "Scatter": [""], + "Transformable": [""], + "Significance Level": [""], + "Threshold alpha level for determining significance": [""], + "p-value precision": [""], + "Number of decimal places with which to display p-values": [""], + "Lift percent precision": [""], + "Number of decimal places with which to display lift values": [""], + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "" ], - "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.": [ + "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.": [ "" ], - "One or more parameters specified in the query are malformed.": [""], - "One or more parameters specified in the query are missing.": [""], - "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": [ + "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": [""], + "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": [ "" ], - "Only single queries supported": [""], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Partition Threshold": [""], + "Partitions whose height to parent height proportions are below this value are pruned": [ "" ], - "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 of bubbles, 0 means completely transparent, 1 means opaque": [ + "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": [ "" ], - "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.": [ + "Rolling Window": [""], + "Rolling Function": [""], + "cumsum": [""], + "Min Periods": [""], + "Time Comparison": [""], + "Time Shift": [""], + "1 week": [""], + "28 days": [""], + "30 days": [""], + "52 weeks": [""], + "1 year": [""], + "104 weeks": [""], + "2 years": [""], + "156 weeks": [""], + "3 years": [""], + "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.": [ "" ], - "Optional d3 date format string": [""], - "Optional d3 number format string": [""], - "Optional name of the data column.": [""], - "Optional warning about use of this metric": [""], - "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.": [ + "Actual Values": [""], + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": [""], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": [""], + "Part of a Whole": [""], + "Compare the same summarized metric across multiple groups.": [""], + "Partition Chart": [""], + "Categorical": [""], + "Use Area Proportions": [""], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ "" ], - "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.": [ + "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.": [ "" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Nightingale Rose Chart": [""], + "Advanced-Analytics": [""], + "Multi-Layers": [""], + "Source / Target": [""], + "Choose a source and a target": [""], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ "" ], - "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.": [ + "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.": [ "" ], - "PDF download failed, please refresh and try again.": [""], - "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": [ + "Demographics": [""], + "Survey Responses": [""], + "Sankey Diagram": [""], + "Percentages": [""], + "Sankey Diagram with Loops": [""], + "Country Field Type": [""], + "Full name": [""], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ "" ], - "Password": [""], - "Paste Private Key here": [""], - "Paste content of service credentials JSON file here": [""], - "Paste the shareable Google Sheet URL here": [""], - "Pattern": [""], - "Percent Change": [""], - "Percent of total": [""], - "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 metric for x, y and size": [""], - "Pick a metric to display": [""], - "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 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.": [ + "Show Bubbles": [""], + "Whether to display bubbles on top of countries": [""], + "Max Bubble Size": [""], + "Color by": [""], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ "" ], - "Pick your favorite markup language": [""], - "Pie Chart": [""], - "Pie Chart (legacy)": [""], - "Pie shape": [""], - "Pin": [""], - "Pivot Table": [""], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ + "Country Column": [""], + "3 letter code 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.": [ "" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Multi-Dimensions": [""], + "Multi-Variables": [""], + "Popular": [""], + "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": [""], + "Start (Longitude, Latitude): ": [""], + "End (Longitude, Latitude): ": [""], + "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": [""], + "Plot the distance (like flight paths) between origin and destination.": [ "" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "deck.gl Arc": [""], + "3D": [""], + "Web": [""], + "Centroid (Longitude and Latitude): ": [""], + "Threshold: ": [""], + "The size of each cell in meters": [""], + "Aggregation": [""], + "The function to use when aggregating points into groups": [""], + "Contours": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ "" ], - "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.": [ + "Weight": [""], + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "" ], - "Please choose at least one groupby": [""], - "Please confirm": [""], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": [""], - "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.": [ + "Spatial": [""], + "GeoJson Settings": [""], + "Line width unit": [""], + "meters": [""], + "pixels": [""], + "Point Radius Scale": [""], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" ], - "Please save your dashboard first, then try creating a new email report.": [ + "deck.gl Geojson": [""], + "Longitude and Latitude": [""], + "Height": [""], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ "" ], - "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.": [ + "deck.gl Grid": [""], + "Intesity": [""], + "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "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.": [ + "Intensity Radius": [""], + "Intensity Radius is the radius at which the weight is distributed": [""], + "Dynamic Aggregation Function": [""], + "variance": [""], + "deviation": [""], + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], - "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": [""], + "deck.gl 3D Hexagon": [""], + "Polyline": [""], + "Visualizes connected points, which form a path, on a map.": [""], + "deck.gl Path": [""], "Polygon Column": [""], "Polygon Encoding": [""], + "Elevation": [""], "Polygon Settings": [""], - "Polyline": [""], - "Popular": [""], - "Populate \"Default value\" to enable this control": [""], - "Population age data": [""], - "Port": [""], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "" - ], - "Port out of range 0-65535": [""], - "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.": [ + "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.": [ "" ], - "Predictive": [""], - "Predictive Analytics": [""], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": [""], - "Preview: `%s`": [""], - "Previous": [""], - "Previous Line": [""], - "Primary": [""], - "Primary Metric": [""], - "Primary key": [""], - "Primary or secondary y-axis": [""], - "Primary y-axis Bounds": [""], - "Primary y-axis format": [""], - "Private Key": [""], - "Private Key & Password": [""], - "Private Key Password": [""], - "Proceed": [""], - "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": [""], - "RLS Rule not found.": [""], - "RLS rules could not be deleted.": [""], - "Radar": [""], - "Radar Chart": [""], - "Radar render type, whether to display 'circle' shape.": [""], - "Radial": [""], - "Radius in kilometers": [""], + "deck.gl Polygon": [""], + "Category": [""], + "Point Size": [""], + "Point Unit": [""], + "Square meters": [""], + "Square kilometers": [""], + "Square miles": [""], "Radius in meters": [""], + "Radius in kilometers": [""], "Radius in miles": [""], - "Ran %s": [""], - "Range filter": [""], - "Range filter plugin using AntD": [""], - "Range for Comparison": [""], - "Range labels": [""], - "Ranges to highlight with shading": [""], - "Ranking": [""], - "Ratio": [""], - "Raw records": [""], - "Recently created charts, dashboards, and saved queries will appear here": [ + "Minimum Radius": [""], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ "" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ + "Maximum Radius": [""], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ "" ], - "Recently modified": [""], - "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Point Color": [""], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "Recents": [""], - "Recipients are separated by \",\" or \";\"": [""], - "Recommended tags": [""], - "Record Count": [""], - "Rectangle": [""], - "Redirects to this endpoint when clicking on the table from the table list": [ + "deck.gl Scatterplot": [""], + "Grid": [""], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ "" ], - "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.": [ + "deck.gl Screen Grid": [""], + "For more information about objects are in context in the scope of this function, refer to the": [ "" ], - "Refer to the": [""], - "Referenced columns not available in DataFrame.": [""], - "Refetch results": [""], - "Refresh": [""], - "Refresh dashboard": [""], - "Refresh frequency": [""], - "Refresh interval": [""], - "Refresh interval saved": [""], - "Refresh the default values": [""], - "Refreshing charts": [""], - "Refreshing columns": [""], - "Regular": [""], - "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.": [ + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ "" ], - "Relational": [""], - "Relationships between community channels": [""], - "Relative Date/Time": [""], - "Relative period": [""], - "Relative quantity": [""], - "Reload": [""], - "Remove": [""], - "Remove cross-filter": [""], - "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 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 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.": [ + "Ignore null locations": [""], + "Whether to ignore locations that are null": [""], + "Auto Zoom": [""], + "When checked, the map will zoom to your data after each query": [""], + "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.": [ "" ], - "Return to specific datetime.": [""], - "Reverse Lat & Long": [""], - "Reverse lat/long ": [""], - "Rich Tooltip": [""], - "Rich tooltip": [""], - "Right": [""], - "Right Axis Format": [""], - "Right Axis Metric": [""], - "Right axis metric": [""], - "Right to Left": [""], - "Right value": [""], - "Right-click on a dimension value to drill to detail by that value.": [ + "JavaScript tooltip generator": [""], + "Define a function that receives the input and outputs the content for a tooltip": [ "" ], - "Role": [""], - "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.": [ + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ "" ], - "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.": [ + "Legend Format": [""], + "Choose the format for legend values": [""], + "Legend Position": [""], + "Choose the position of the legend": [""], + "Top left": [""], + "Top right": [""], + "Bottom left": [""], + "Bottom right": [""], + "Lines column": [""], + "The database columns that contains lines information": [""], + "Line width": [""], + "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": [ "" ], - "Rolling Function": [""], - "Rolling Window": [""], - "Rolling function": [""], - "Rolling window": [""], - "Root certificate": [""], - "Root node id": [""], - "Rotate x axis label": [""], - "Rotate y 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": [ + "Stroke Color": [""], + "Filled": [""], + "Whether to fill the objects": [""], + "Stroked": [""], + "Whether to display the stroke": [""], + "Extruded": [""], + "Whether to make the grid 3D": [""], + "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": [""], + "geohash (square)": [""], + "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": [""], + "linear": [""], + "basis": [""], + "cardinal": [""], + "monotone": [""], + "step-before": [""], + "step-after": [""], + "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.": [ "" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "X Tick Layout": [""], + "flat": [""], + "staggered": [""], + "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.": [ "" ], - "Row limit": [""], - "Rows": [""], - "Rows per page, 0 means no pagination": [""], - "Rows subtotal position": [""], - "Rows to Read": [""], - "Rule": [""], - "Rule added": [""], - "Run": [""], - "Run a query to display query history": [""], - "Run a query to display results": [""], - "Run current query": [""], - "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.": [ + "Y Axis 2 Bounds": [""], + "X bounds": [""], + "Whether to display the min and max values of the X-axis": [""], + "Bar Values": [""], + "Show the value on top of the bar": [""], + "Stacked Bars": [""], + "Reduce X ticks": [""], + "Reduces the number of X-axis ticks to be rendered. If true, the x-axis will not overflow and labels may be missing. If false, a minimum width will be applied to columns and the width may overflow into an horizontal scroll.": [ "" ], - "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 (Overwrite)": [""], - "Save as": [""], - "Save as Dataset": [""], - "Save as dataset": [""], - "Save as new": [""], - "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": [""], - "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.": [ + "You cannot use 45° tick layout along with the time range filter": [""], + "Stacked Style": [""], + "stack": [""], + "stream": [""], + "expand": [""], + "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.": [ "" ], - "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, as used only in some databases like Postgres, Redshift and DB2": [ + "Stretched style": [""], + "Stacked style": [""], + "Video game consoles": [""], + "Vehicle Types": [""], + "Time-series Area Chart (legacy)": [""], + "Continuous": [""], + "Line": [""], + "nvd3": [""], + "Series Limit Sort By": [""], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" ], - "Schemas allowed for File upload": [""], - "Scope": [""], - "Scoping": [""], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": [""], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": [""], - "Search / Filter": [""], - "Search Metrics & Columns": [""], - "Search all charts": [""], - "Search box": [""], - "Search by query text": [""], - "Search columns": [""], - "Search in filters": [""], - "Search...": [""], - "Second": [""], - "Secondary": [""], - "Secondary Metric": [""], - "Secondary currency format": [""], - "Secondary y-axis Bounds": [""], - "Secondary y-axis format": [""], - "Secondary y-axis title": [""], - "Seconds %s": [""], - "Secure Extra": [""], - "Secure extra": [""], - "Security": ["Bezpečnosť"], - "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 metric to display on the right axis": [""], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Series Limit Sort Descending": [""], + "Whether to sort descending or ascending if a series limit is present": [ "" ], - "Select a schema if the database supports this": [""], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "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.": [ "" ], - "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 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 ": [ + "Time-series Bar Chart (legacy)": [""], + "Bar": [""], + "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.": [ "" ], - "Select dataset source": [""], - "Select file": [""], - "Select filter": [""], - "Select filter plugin using AntD": [""], - "Select first filter value by default": [""], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Bubble Chart (legacy)": [""], + "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.": [ "" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ "" ], - "Select operator": [""], - "Select or type a value": [""], - "Select or type currency symbol": [""], - "Select or type dataset name": [""], - "Select owners": [""], - "Select saved metrics": [""], - "Select schema or type to search schemas": [""], - "Select scheme": [""], - "Select subject": [""], - "Select table or type to search tables": [""], - "Select the Annotation Layer you would like to use.": [""], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Time-series Percent Change": [""], + "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.": [ "" ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Bar Chart (legacy)": [""], + "Additive": [""], + "Propagate": [""], + "Send range filter events to other charts": [""], + "Classic chart that visualizes how metrics change over time.": [""], + "Battery level over time": [""], + "Time-series Line Chart (legacy)": [""], + "Label Type": [""], + "Category Name": [""], + "Value": [""], + "Percentage": [""], + "Category and Value": [""], + "Category and Percentage": [""], + "Category, Value and Percentage": [""], + "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 5% threshold.": [ "" ], - "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.": [ + "Put labels outside": [""], + "Put the labels outside the pie?": [""], + "Pie Chart (legacy)": [""], + "Frequency": [""], + "Year (freq=AS)": [""], + "52 weeks starting Monday (freq=52W-MON)": [""], + "1 week starting Sunday (freq=W-SUN)": [""], + "1 week starting Monday (freq=W-MON)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ "" ], - "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.": [ + "Time-series Period Pivot": [""], + "Formula": [""], + "Event": [""], + "Interval": [""], + "Stack": [""], + "Stream": [""], + "Expand": [""], + "Show legend": [""], + "Whether to display a legend for the chart": [""], + "Margin": [""], + "Additional padding for legend.": [""], + "Scroll": [""], + "Plain": [""], + "Legend type": [""], + "Orientation": [""], + "Bottom": [""], + "Right": [""], + "Legend Orientation": [""], + "Show Value": [""], + "Show series values on the chart": [""], + "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": [ "" ], - "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.": [ + "Percentage threshold": [""], + "Minimum threshold in percentage points for showing labels.": [""], + "Rich tooltip": [""], + "Shows a list of all series available at that point in time": [""], + "Tooltip time format": [""], + "Tooltip sort by metric": [""], + "Whether to sort tooltip by the selected metric in descending order.": [ "" ], - "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Tooltip": [""], + "Based on what should series be ordered on the chart and legend": [""], + "Sort Series Ascending": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": [""], + "Input field supports custom rotation. e.g. 30 for 30°": [""], + "Truncate X Axis": [""], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ "" ], - "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "X Axis Bounds": [""], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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.": [ "" ], - "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 Table": [""], - "Show Timestamp": [""], - "Show Tooltip Labels": [""], - "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.": [ + "Minor ticks": [""], + "Show minor ticks on axes.": [""], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [""], + "Not up to date": [""], + "No data": [""], + "No data after filtering or data is NULL for the latest time record": [ "" ], - "Show all columns": [""], - "Show all...": [""], - "Show axis line ticks": [""], - "Show cell bars": [""], - "Show chart description": [""], - "Show columns subtotal": [""], - "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.": [ + "Try applying different filters or ensuring your datasource has data": [ "" ], - "Show info tooltip": [""], - "Show label": [""], - "Show labels when the node has children.": [""], - "Show legend": [""], - "Show less columns": [""], - "Show less...": [""], - "Show minor ticks on axes.": [""], - "Show only my charts": [""], - "Show password.": [""], - "Show percentage": [""], - "Show pointer": [""], - "Show progress": [""], - "Show rows subtotal": [""], - "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.": [ + "Big Number Font Size": [""], + "Tiny": [""], + "Small": [""], + "Normal": [""], + "Large": [""], + "Huge": [""], + "Subheader Font Size": [""], + "Data for %s": [""], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Range for Comparison": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ "" ], - "Show totals": [""], + "Filters for Comparison": [""], + "Percent Difference format": [""], + "Comparison font size": [""], + "Add color for positive/negative change": [""], + "color scheme for comparison": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" + ], + "Big Number with Time Period Comparison": [""], + "Display settings": [""], + "Subheader": [""], + "Description text that shows up below your Big Number": [""], + "Date format": [""], + "Force date format": [""], + "Use date formatting even when metric value is not a timestamp": [""], + "Conditional Formatting": [""], + "Apply conditional color formatting to metric": [""], "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.": [ + "A Big Number": [""], + "With a subheader": [""], + "Big Number": [""], + "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.": [ "" ], - "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.": [ + "Fix to selected Time Range": [""], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ "" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ + "TEMPORAL X-AXIS": [""], + "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 the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ + "Big Number with Trendline": [""], + "Whisker/outlier options": [""], + "Determines how whiskers and outliers are calculated.": [""], + "Tukey": [""], + "Min/max (no outliers)": [""], + "2/98 percentiles": [""], + "9/91 percentiles": [""], + "Categories to group by on the x-axis.": [""], + "Distribute across": [""], + "Columns to calculate distribution across.": [""], + "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.": [ "" ], - "Showing %s of %s": [""], - "Shows a list of all series available at that point in time": [""], - "Shows or hides markers for the time series": [""], - "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": [ + "Bubble size number format": [""], + "Bubble Opacity": [""], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], - "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.": [ + "X AXIS TITLE MARGIN": [""], + "Logarithmic x-axis": [""], + "Rotate y axis label": [""], + "Y AXIS TITLE MARGIN": [""], + "Logarithmic y-axis": [""], + "Truncate Y Axis": [""], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ "" ], - "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. Please try again.": [""], - "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 name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "% calculation": [""], + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "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 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.": [ + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Percent of total": [""], + "Labels": [""], + "Label Contents": [""], + "Value and Percentage": [""], + "What should be shown as the label": [""], + "Tooltip Contents": [""], + "What should be shown as the tooltip label": [""], + "Whether to display the labels.": [""], + "Show Tooltip Labels": [""], + "Whether to display the tooltip 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.": [ "" ], - "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.": [ + "Funnel Chart": [""], + "Sequential": [""], + "Columns to group by": [""], + "General": [""], + "Min": [""], + "Minimum value on the gauge axis": [""], + "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": [ "" ], - "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": [""], - "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 Chart": [""], - "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 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.": [ + "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": [ "" ], - "Symbol": [""], - "Symbol of two ends of edge line": [""], - "Symbol size": [""], - "Sync columns from source": [""], - "Syntax": [""], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "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.": [ "" ], - "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 [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "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.": [ "" ], - "Table cache timeout": [""], - "Table columns": [""], - "Table name cannot contain a schema": [""], - "Table name undefined": [""], - "Table or View \"%(table)s\" does not exist.": [""], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "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.": [ "" ], - "Tables": [""], - "Tabs": [""], - "Tabular": [""], - "Tag": [""], - "Tag could not be created.": [""], - "Tag could not be deleted.": [""], - "Tag could not be found.": [""], - "Tag could not be updated.": [""], - "Tag created": [""], - "Tag name is invalid (cannot contain ':')": [""], - "Tag parameters are invalid.": [""], - "Tag updated": [""], - "Tagged %s %ss": [""], - "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": [ + "Gauge Chart": [""], + "Name of the source nodes": [""], + "Name of the target nodes": [""], + "Source category": [""], + "The category of source nodes used to assign colors. If a node is associated with more than one category, only the first will be used.": [ "" ], - "Target": [""], - "Target Color": [""], "Target category": [""], - "Target value": [""], - "Template Name": [""], - "Template parameters": [""], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "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": [ "" ], - "Terminate running queries when browser window closed or navigated to another page. Available for Presto, Hive, MySQL, Postgres and Snowflake databases.": [ + "Edge width": [""], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ "" ], - "Test Connection": [""], - "Test connection": [""], - "Text": [""], - "Text align": [""], - "Text embedded in email": [""], - "The API response from %s does not match the IDatabaseTable interface.": [ + "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.": [ "" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "Graph Chart": [""], + "Structural": [""], + "Legend Type": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], + "Whether to sort descending or ascending": [""], + "Series type": [""], + "Smooth Line": [""], + "Step - start": [""], + "Step - middle": [""], + "Step - end": [""], + "Series chart type (line, bar etc)": [""], + "Stack series": [""], + "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": [""], + "Advanced analytics Query A": [""], + "Query B": [""], + "Advanced analytics Query B": [""], + "Data Zoom": [""], + "Enable data zooming controls": [""], + "Minor Split Line": [""], + "Draw split lines for minor y-axis ticks": [""], + "Primary y-axis Bounds": [""], + "Bounds for the primary 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.": [ "" ], - "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.": [ + "Primary y-axis format": [""], + "Logarithmic scale on primary y-axis": [""], + "Secondary y-axis Bounds": [""], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ "" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Secondary y-axis format": [""], + "Secondary currency format": [""], + "Secondary y-axis title": [""], + "Logarithmic scale on secondary y-axis": [""], + "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 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?": [ + "Mixed Chart": [""], + "Put the labels outside of the pie?": [""], + "Label Line": [""], + "Draw line from Pie to label when labels outside?": [""], + "Show Total": [""], + "Whether to display the aggregate count": [""], + "Pie shape": [""], + "Outer Radius": [""], + "Outer edge of Pie chart": [""], + "Inner Radius": [""], + "Inner radius of donut hole": [""], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ "" ], - "The 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.": [ + "Pie Chart": [""], + "Total: %s": [""], + "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.": [ "" ], - "The chart datasource does not exist": [""], - "The chart does not exist": [""], - "The chart query context 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.": [ + "Radar Chart": [""], + "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": [ "" ], - "The color for points and clusters in RGB": [""], - "The color of the isoband": [""], - "The color of the isoline": [""], - "The color scheme for rendering chart": [""], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "When only a primary metric is provided, a categorical color scale is 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": [ + "When a secondary metric is provided, a linear color scale is used.": [ "" ], - "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.": [ + "Hierarchy": [""], + "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.": [ "" ], - "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.": [ + "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 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.": [ + "Sunburst Chart": [""], + "Multi-Levels": [""], + "When using other than adaptive formatting, labels may overlap": [""], + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ "" ], - "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.": [ + "Generic Chart": [""], + "zoom area": [""], + "restore zoom": [""], + "Series Style": [""], + "Area chart opacity": [""], + "Opacity of Area Chart. Also applies to confidence band.": [""], + "Marker Size": [""], + "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 dataset associated with this chart no longer exists": [""], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "Area Chart": [""], + "Axis Title": [""], + "AXIS TITLE MARGIN": [""], + "AXIS TITLE POSITION": [""], + "Axis Format": [""], + "Logarithmic axis": [""], + "Draw split lines for minor axis ticks": [""], + "Truncate Axis": [""], + "It’s not recommended to truncate axis in Bar chart.": [""], + "Axis Bounds": [""], + "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.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "Chart Orientation": [""], + "Bar orientation": [""], + "Vertical": [""], + "Horizontal": [""], + "Orientation of bar chart": [""], + "Bar Charts are used to show metrics as a series of bars.": [""], + "Bar Chart": [""], + "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.": [ "" ], - "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.": [ + "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.": [ "" ], - "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.": [ + "Scatter Plot": [""], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ "" ], - "The distance between cells, in pixels": [""], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "Step type": [""], + "Start": [""], + "Middle": [""], + "End": [""], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ "" ], - "The encoding format of the lines": [""], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "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 following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "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 intermediate 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.": [ "" ], - "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 lower limit of the threshold range of the Isoband": [""], - "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.": [ + "Tree Chart": [""], + "Show Upper Labels": [""], + "Show labels when the node has children.": [""], + "Key": [""], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ "" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Treemap": [""], + "Total": [""], + "Assist": [""], + "Increase": [""], + "Decrease": [""], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "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": [ + "page_size.all": [""], + "Loading...": [""], + "Write a handlebars template to render the data": [""], + "Handlebars": [""], + "must have a value": [""], + "Handlebars Template": [""], + "A handlebars template that is applied to the data": [""], + "Include time": [""], + "Whether to include the time granularity as defined in the time section": [ "" ], - "The name of the rule must be unique": [""], - "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.": [ + "Percentage metrics": [""], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "Show totals": [""], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ "" ], - "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.": [ + "Ordering": [""], + "Order results by selected columns": [""], + "Sort descending": [""], + "Server pagination": [""], + "Enable server side pagination of results (experimental feature)": [""], + "Server Page Length": [""], + "Rows per page, 0 means no pagination": [""], + "Query mode": [""], + "Group By, Metrics or Percentage Metrics must have a value": [""], + "You need to configure HTML sanitization to use CSS": [""], + "CSS Styles": [""], + "CSS applied to the chart": [""], + "Columns to group by on the columns": [""], + "Rows": [""], + "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).": [ "" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "Aggregation function": [""], + "Count": [""], + "Count Unique Values": [""], + "List Unique Values": [""], + "Sum": [""], + "Median": [""], + "Sample Variance": [""], + "Sample Standard Deviation": [""], + "Minimum": [""], + "Maximum": [""], + "First": [""], + "Last": [""], + "Sum as Fraction of Total": [""], + "Sum as Fraction of Rows": [""], + "Sum as Fraction of Columns": [""], + "Count as Fraction of Total": [""], + "Count as Fraction of Rows": [""], + "Count as Fraction of Columns": [""], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ "" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Show rows total": [""], + "Display row level total": [""], + "Show rows subtotal": [""], + "Display row level subtotal": [""], + "Show columns total": [""], + "Display column level total": [""], + "Show columns subtotal": [""], + "Display column level subtotal": [""], + "Transpose pivot": [""], + "Swap rows and columns": [""], + "Combine metrics": [""], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ "" ], - "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.": [ + "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": [""], + "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.": [ "" ], - "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.": [ + "Pivot Table": [""], + "metric": [""], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": [""], + "search.num_records": [""], + "Search %s records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "No matching records found": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": [""], + "Timestamp format": [""], + "Page length": [""], + "Search box": [""], + "Whether to include a client-side search box": [""], + "Cell bars": [""], + "Whether to display a bar chart background in table columns": [""], + "Align +/-": [""], + "Whether to align background charts with both positive and negative values at 0": [ "" ], - "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.": [ + "Color +/-": [""], + "Whether to colorize numeric values by whether they are positive or negative": [ "" ], - "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.": [ + "Allow columns to be rearranged": [""], + "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.": [ "" ], - "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.": [ + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "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.": [ "" ], - "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.": [ + "Show": [""], + "entries": [""], + "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": [""], + "random": [""], + "square": [""], + "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.": [ "" ], - "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.": [ + "N/A": [""], + "offline": [""], + "failed": [""], + "pending": [""], + "fetching": [""], + "running": [""], + "stopped": [""], + "success": [""], + "The query couldn't be loaded": [""], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ "" ], - "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 could not be scheduled": [""], + "Failed at retrieving results": [""], + "Unknown error": [""], + "Query was stopped.": [""], + "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.": [ "" ], - "The port is closed.": [""], - "The port number is invalid.": [""], - "The primary metric is used to define the arc segment sizes": [""], - "The provided table was not found in the provided database": [""], - "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.": [ + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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.": [ + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ "" ], - "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.": [ + "Unable to add a new tab to the backend. 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.": [ + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ "" ], - "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": [ + "Copy of %s": [""], + "An error occurred while setting the active tab. Please contact your administrator.": [ "" ], - "The report has been created": [""], - "The result of this query should be a numeric-esque value": [""], - "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 fetching tab state": [""], + "An error occurred while removing tab. Please contact your administrator.": [ "" ], - "The rich tooltip shows a list of all series for that point in time": [ + "An error occurred while removing query. Please contact your administrator.": [ "" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "Your query could not be saved": [""], + "Your query was not properly saved": [""], + "Your query was 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 schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "An error occurred while fetching table metadata. Please contact your administrator.": [ "" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [""], - "The size of each cell in meters": [""], - "The size of the square cell, in pixels": [""], - "The submitted payload failed validation.": [""], - "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 expanding the table schema. 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 collapsing the table schema. Please contact your administrator.": [ "" ], - "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.": [ "" ], - "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": [ + "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.\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 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`": [ + "Primary key": [""], + "Foreign key": [""], + "Index": [""], + "Estimate selected query cost": [""], + "Estimate cost": [""], + "Cost estimate": [""], + "Creating a data source and creating a new tab": [""], + "Explore the result set in the data exploration view": [""], + "explore": [""], + "Create Chart": [""], + "Source SQL": [""], + "Executed SQL": [""], + "Run query": [""], + "Run current query": [""], + "Stop query": [""], + "New tab": [""], + "Previous Line": [""], + "Format SQL": [""], + "Find": [""], + "Keyboard shortcuts": [""], + "Run a query to display query history": [""], + "LIMIT": [""], + "State": [""], + "Started": [""], + "Duration": [""], + "Results": [""], + "Actions": [""], + "Success": [""], + "Failed": [""], + "Running": [""], + "Fetching": [""], + "Offline": [""], + "Scheduled": [""], + "Unknown Status": [""], + "Edit": [""], + "View": [""], + "Data preview": [""], + "Overwrite text in the editor with a query on this table": [""], + "Run query in a new tab": [""], + "Remove query from log": [""], + "Unable to create chart without a query id.": [""], + "Save & Explore": [""], + "Overwrite & Explore": [""], + "Save this query as a virtual dataset to continue exploring": [""], + "Download to CSV": [""], + "Copy to Clipboard": [""], + "Filter results": [""], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ "" ], - "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 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 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 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 time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ "" ], - "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 upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": [""], - "The user/password combination is not valid (Incorrect password for user).": [ + "%(rows)d rows returned": [""], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ "" ], - "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 Isoline in pixels": [""], - "The width of the lines": [""], - "There are associated alerts or reports": [""], - "There are associated alerts or reports: %(report_names)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.": [ + "Track job": [""], + "Query was stopped": [""], + "Database error": [""], + "was created": [""], + "Query in a new tab": [""], + "The query returned no data": [""], + "Fetch data preview": [""], + "Refetch results": [""], + "Stop": [""], + "Run selection": [""], + "Run": [""], + "Stop running (Ctrl + x)": [""], + "Stop running (Ctrl + e)": [""], + "Run query (Ctrl + Return)": [""], + "Save": [""], + "Untitled Dataset": [""], + "An error occurred saving dataset": [""], + "Save or Overwrite Dataset": [""], + "Back": [""], + "Save as new": [""], + "Overwrite existing": [""], + "Select or type dataset name": [""], + "Existing dataset": [""], + "Are you sure you want to overwrite this dataset?": [""], + "Undefined": [""], + "Save as": [""], + "Save query": [""], + "Cancel": [""], + "Update": [""], + "Label for your query": [""], + "Write a description for your query": [""], + "Submit": [""], + "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 a query to display results": [""], + "No stored results found, you need to re-run your query": [""], + "Query history": [""], + "Preview: `%s`": [""], + "Schedule the query periodically": [""], + "You must run the query successfully first": [""], + "Render HTML": [""], + "Autocomplete": [""], + "CREATE TABLE AS": [""], + "CREATE VIEW AS": [""], + "Estimate the cost before running a query": [""], + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": [""], + "Choose one of the available databases from the panel on the left.": [""], + "Create": [""], + "Collapse table preview": [""], + "Expand table preview": [""], + "Reset state": [""], + "Enter a new title for the tab": [""], + "Close tab": [""], + "Rename tab": [""], + "Expand tool bar": [""], + "Hide tool bar": [""], + "Close all other tabs": [""], + "Duplicate tab": [""], + "Add a new tab": [""], + "New tab (Ctrl + q)": [""], + "New tab (Ctrl + t)": [""], + "Add a new tab to create SQL Query": [""], + "An error occurred while fetching table metadata": [""], + "Copy partition query to clipboard": [""], + "latest partition:": [""], + "Keys for table": [""], + "View keys & indexes (%s)": [""], + "Original table column order": [""], + "Sort columns alphabetically": [""], + "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": [""], + "Jinja templating": [""], + "syntax.": [""], + "Edit template parameters": [""], + "Parameters ": [""], + "Invalid JSON": [""], + "Untitled query": [""], + "%s%s": [""], + "Control": [""], + "Before": [""], + "After": [""], + "Click to see difference": [""], + "Altered": [""], + "Chart changes": [""], + "Modified by: %s": [""], + "Loaded data cached": [""], + "Loaded from cache": [""], + "Click to force-refresh": [""], + "Cached": [""], + "Waiting on %s": [""], + "Waiting on database...": [""], + "Add required control values to preview chart": [""], + "Your chart is ready to go!": [""], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ "" ], - "There is no chart definition associated with this component, could it have been deleted?": [ + "click here": [""], + "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": [ "" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "An error occurred while loading the SQL": [""], + "Sorry, an error occurred": [""], + "Updating chart was stopped": [""], + "An error occurred while rendering the visualization: %s": [""], + "Network error.": [""], + "Cross-filter will be applied to all of the charts that use this dataset.": [ "" ], - "There was an error fetching dataset": [""], - "There was an error fetching dataset's related objects": [""], - "There was an error fetching the favorite status: %s": [""], - "There was an error fetching your recent activity:": [""], + "You can also just click on the chart to apply cross-filter.": [""], + "Cross-filtering is not enabled for this dashboard.": [""], + "This visualization type does not support cross-filtering.": [""], + "You can't apply cross-filter on this data point.": [""], + "Remove cross-filter": [""], + "Add cross-filter": [""], + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [""], + "Drill by is not available for this data point": [""], + "Drill by": [""], + "Search columns": [""], + "No columns found": [""], + "Failed to generate chart edit URL": [""], + "You do not have sufficient permissions to edit the chart": [""], + "Close": [""], + "Failed to load chart data.": [""], + "Drill by: %s": [""], "There was an error loading the chart data": [""], - "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 rules: %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.": [ + "Results %s": [""], + "Drill to detail": [""], + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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: {}": [ + "Drill to detail is disabled because this chart does not group data by dimension value.": [ "" ], - "These are the datasets this filter will be applied to.": [""], - "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.": [ + "Right-click on a dimension value to drill to detail by that value.": [ "" ], - "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.": [ + "Drill to detail by value is not yet supported for this chart type.": [ "" ], - "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 applies cross-filters to charts whose datasets contain columns with the same name.": [ - "" - ], - "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 control filters the whole chart based on the selected time range. 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 controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Drill to detail: %s": [""], + "Formatting": [""], + "Formatted value": [""], + "No rows were returned for this dataset": [""], + "Reload": [""], + "Copy": [""], + "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": [""], + "minute": [""], + "reboot": [""], + "Every": [""], + "in": [""], + "on": [""], + "or": [""], + "at": [""], + ":": [""], + "minute(s)": [""], + "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": [""], + "There was an error loading the schemas": [""], + "Select database or type to search databases": [""], + "Force refresh schema list": [""], + "Select schema or type to search schemas": [""], + "No compatible schema found": [""], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ "" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "dataset": [""], + "Successfully changed dataset!": [""], + "Connection": [""], + "Proceed": [""], + "Warning!": [""], + "Search / Filter": [""], + "Add item": [""], + "STRING": [""], + "NUMERIC": [""], + "DATETIME": [""], + "BOOLEAN": [""], + "Physical (table or view)": [""], + "Virtual (SQL)": [""], + "Data type": [""], + "Advanced data type": [""], + "Advanced 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 dashboard is managed externally, and can't be edited in Superset": [ + "Certified By": [""], + "Person or group that has certified this metric": [""], + "Certified by": [""], + "Certification details": [""], + "Details of the certification": [""], + "Is dimension": [""], + "Default datetime": [""], + "Is filterable": [""], + "": [""], + "Select owners": [""], + "Modified columns: %s": [""], + "Removed columns: %s": [""], + "New columns added: %s": [""], + "Metadata has been synced": [""], + "An error has occurred": [""], + "Column name [%s] is duplicated": [""], + "Metric name [%s] is duplicated": [""], + "Calculated column [%s] requires an expression": [""], + "Invalid currency code in saved metrics": [""], + "Basic": [""], + "Default URL": [""], + "Default URL to redirect to when accessing from the dataset list page": [ "" ], - "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.": [ + "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 dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "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 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:": [ + "Cache timeout": [""], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ "" ], - "This dashboard was saved successfully.": [""], - "This database is managed externally, and can't be edited in Superset": [ + "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 database table does not contain any data. Please select a different table.": [ + "Normalize column names": [""], + "Always filter main datetime column": [""], + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "" ], - "This dataset is managed externally, and can't be edited in Superset": [ + "": [""], + "": [""], + "Click the lock to make changes.": [""], + "Click the lock to prevent further changes.": [""], + "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 dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [""], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "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.": [ "" ], + "Metric Key": [""], "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "" - ], - "This filter might be incompatible with current dataset": [""], - "This functionality is disabled in your environment for security reasons.": [ + "D3 format": [""], + "Metric currency": [""], + "Select or type currency symbol": [""], + "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.": [ "" ], - "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).": [ + "Sync columns from source": [""], + "Calculated columns": [""], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], - "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": [ + "": [""], + "Settings": [""], + "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 markdown component has an error.": [""], - "This markdown component has an error. Please revert your recent changes.": [ + "Are you sure you want to save and apply changes?": [""], + "Confirm save": [""], + "OK": [""], + "Edit Dataset ": [""], + "Use legacy datasource editor": [""], + "This dataset is managed externally, and can't be edited in Superset": [ "" ], + "DELETE": [""], + "delete": [""], + "Type \"%s\" to confirm": [""], + "More": [""], + "Click to edit": [""], + "You don't have the rights to alter this title.": [""], + "No databases match your search": [""], + "There are no databases available": [""], + "Manage your databases": [""], + "here": [""], + "Unexpected error": [""], "This may be triggered by:": [""], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "" - ], - "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": [ + "%(message)s\nThis may be triggered by: \n%(issues)s": [""], + "%s Error": [""], + "Missing dataset": [""], + "See more": [""], + "See less": [""], + "Copy message": [""], + "Details": [""], + "Authorization needed": [""], + "Did you mean:": [""], + "Parameter error": [""], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [""], + "Timeout error": [""], + "Click to favorite/unfavorite": [""], + "Cell content": [""], + "Hide password.": [""], + "Show password.": [""], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ "" ], - "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": [""], - "Threshold alpha level for determining significance": [""], - "Threshold: ": [""], - "Thumbnails": [""], - "Thursday": [""], - "Time": [""], - "Time Column": [""], - "Time Comparison": [""], - "Time Format": [""], - "Time Grain": [""], - "Time Grain must be specified when using Time Shift.": [""], - "Time Granularity": [""], - "Time Lag": [""], - "Time Range": [""], - "Time Ratio": [""], - "Time Series": [""], - "Time Series - Bar Chart": [""], - "Time Series - Line Chart": [""], - "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)": [ + "OVERWRITE": [""], + "Database passwords": [""], + "%s PASSWORD": [""], + "%s SSH TUNNEL PASSWORD": [""], + "%s SSH TUNNEL PRIVATE KEY": [""], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [""], + "Overwrite": [""], + "Import": [""], + "Import %s": [""], + "Select file": [""], + "Last Updated %s": [""], + "Sort": [""], + "+ %s more": [""], + "%s Selected": [""], + "Deselect all": [""], + "Add Tag": [""], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "clear all filters": [""], + "No Data": [""], + "%s-%s of %s": [""], + "Start date": [""], + "End date": [""], + "Type a value": [""], + "Filter": [""], + "Select or type a value": [""], + "Last modified": [""], + "Modified by": [""], + "Created by": [""], + "Created on": [""], + "Menu actions trigger": [""], + "Select ...": [""], + "Filter menu": [""], + "Reset": [""], + "No filters": [""], + "Select all items": [""], + "Search in filters": [""], + "Select current page": [""], + "Invert current page": [""], + "Clear all data": [""], + "Select all data": [""], + "Expand row": [""], + "Collapse row": [""], + "Click to sort descending": [""], + "Click to sort ascending": [""], + "Click to cancel sorting": [""], + "List updated": [""], + "There was an error loading the tables": [""], + "See table schema": [""], + "Select table or type to search tables": [""], + "Force refresh table list": [""], + "You do not have permission to read tags": [""], + "Timezone selector": [""], + "Failed to save cross-filter scoping": [""], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "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.": [ "" ], - "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].": [ + "There was an issue favoriting this dashboard.": [""], + "This dashboard is now published": [""], + "This dashboard is now hidden": [""], + "You do not have permissions to edit this dashboard.": [""], + "[ untitled dashboard ]": [""], + "This dashboard was saved successfully.": [""], + "Sorry, an unknown error occurred": [""], + "Sorry, there was an error saving this dashboard: %s": [""], + "You do not have permission to edit this dashboard": [""], + "Please confirm the overwrite values.": [""], + "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.": [ "" ], - "Time-series Bar Chart (legacy)": [""], - "Time-series Percent Change": [""], - "Time-series Period Pivot": [""], - "Time-series Table": [""], - "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": [""], - "Tooltip": [""], - "Tooltip Contents": [""], - "Tooltip sort by metric": [""], - "Tooltip time format": [""], - "Top": [""], - "Top left": [""], - "Top right": [""], - "Top to Bottom": [""], - "Total": [""], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total: %s": [""], - "Totals": [""], - "Track job": [""], - "Transformable": [""], - "Transparent": [""], - "Transpose pivot": [""], - "Treat values as categorical.": [""], - "Tree Chart": [""], - "Tree layout": [""], - "Tree orientation": [""], - "Treemap": [""], - "Trend": [""], - "Triangle": [""], - "Trigger Alert If...": [""], - "Truncate Axis": [""], - "Truncate Cells": [""], - "Truncate Metric": [""], - "Truncate X Axis": [""], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "Could not fetch all saved charts": [""], + "Sorry there was an error fetching saved charts: ": [""], + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ "" ], - "Truncate Y Axis": [""], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "You have unsaved changes.": [""], + "Drag and drop components and charts to the dashboard": [""], + "You can create a new chart or use existing ones from the panel on the right": [ "" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ + "Create a new chart": [""], + "Drag and drop components to this tab": [""], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ "" ], - "Try applying different filters or ensuring your datasource has data": [ + "Delete this container and save to remove this message.": [""], + "Refresh interval saved": [""], + "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": [""], + "viz type": [""], + "recent": [""], + "Create new chart": [""], + "Filter your charts": [""], + "Sort by %s": [""], + "Show only my charts": [""], + "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.": [ "" ], - "Try different criteria to display results.": [""], - "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": [""], - "UI Configuration": [""], - "URL": [""], - "URL Parameters": [""], - "URL parameters": [""], - "URL slug": [""], - "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Added": [""], + "Unknown type": [""], + "Viz type": [""], + "Dataset": [""], + "Superset chart": [""], + "Check out this chart in dashboard:": [""], + "Layout elements": [""], + "An error occurred while fetching available CSS templates": [""], + "Load a CSS template": [""], + "Live CSS editor": [""], + "Collapse tab content": [""], + "There are no charts added to this dashboard": [""], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": [""], + "Disable embedding?": [""], + "This will remove your current embed configuration.": [""], + "Embedding deactivated.": [""], + "Sorry, something went wrong. Embedding could not be deactivated.": [""], + "Sorry, something went wrong. Please try again.": [""], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ "" ], - "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\"": [ + "Configure this dashboard to embed it into an external web application.": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [""], - "Unable to load columns for the selected table. Please select a different table.": [ + "For further instructions, consult the": [""], + "Superset Embedded SDK documentation.": [""], + "Allowed Domains (comma separated)": [""], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Deactivate": [""], + "Save changes": [""], + "Enable embedding": [""], + "Embed": [""], + "Applied cross-filters (%d)": [""], + "Applied filters (%d)": [""], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Your dashboard is too large. Please reduce its size before saving it.": [ "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Add the name of the dashboard": [""], + "Undo the action": [""], + "Redo the action": [""], + "Discard": [""], + "Edit dashboard": [""], + "Refreshing charts": [""], + "Superset dashboard": [""], + "Check out this dashboard: ": [""], + "Refresh dashboard": [""], + "Exit fullscreen": [""], + "Enter fullscreen": [""], + "Edit properties": [""], + "Edit CSS": [""], + "Download": [""], + "Export to PDF": [""], + "Download as Image": [""], + "Share": [""], + "Copy permalink to clipboard": [""], + "Share permalink by email": [""], + "Manage email report": [""], + "Set filter mapping": [""], + "Set auto-refresh interval": [""], + "Confirm overwrite": [""], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Yes, overwrite changes": [""], + "Are you sure you intend to overwrite the following values?": [""], + "Last Updated %s by %s": [""], + "Apply": [""], + "Error": [""], + "A valid color scheme is required": [""], + "JSON metadata is invalid!": [""], + "Dashboard properties updated": [""], + "The dashboard has been saved": [""], + "Access": [""], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ "" ], - "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": [ + "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 are defined, regular access permissions apply.": [ "" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Dashboard properties": [""], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Basic information": [""], + "URL slug": [""], + "A readable URL for your dashboard": [""], + "Certification": [""], + "Person or group that has certified this dashboard.": [""], + "Any additional detail to show in the certification tooltip.": [""], + "A list of tags that have been applied to this chart.": [""], + "JSON metadata": [""], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ "" ], - "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: %(error)s": [""], - "Unknown": [""], - "Unknown Doris server host \"%(hostname)s\".": [""], - "Unknown MySQL server host \"%(hostname)s\".": [""], - "Unknown Presto Error": [""], - "Unknown Status": [""], - "Unknown column used in orderby: %(col)s": [""], - "Unknown error": [""], - "Unknown input format": [""], - "Unknown type": [""], - "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": [""], - "Upper Threshold": [""], - "Upper threshold must be greater than lower threshold": [""], - "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 an ssh tunnel 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]": [ + "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.": [ "" ], - "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.": [ + "This dashboard is published. Click to make it a draft.": [""], + "Draft": [""], + "Annotation layers are still loading.": [""], + "One ore more annotation layers failed loading.": [""], + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "" ], - "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": [ + "Data refreshed": [""], + "Cached %s": [""], + "Fetched %s": [""], + "Query %s: %s": [""], + "Force refresh": [""], + "Hide chart description": [""], + "Show chart description": [""], + "Cross-filtering scoping": [""], + "View query": [""], + "View as table": [""], + "Share chart by email": [""], + "Check out this chart: ": [""], + "Export to .CSV": [""], + "Export to Excel": [""], + "Export to full .CSV": [""], + "Export to full Excel": [""], + "Download as image": [""], + "Something went wrong.": [""], + "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": [""], + "An error occurred while opening Explore": [""], + "Empty column": [""], + "This markdown component has an error.": [""], + "This markdown component has an error. Please revert your recent changes.": [ "" ], - "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.": [ + "Empty row": [""], + "You can": [""], + "create a new chart": [""], + "or use existing ones from the panel on the right": [""], + "You can add the components in the": [""], + "edit mode": [""], + "Delete dashboard tab?": [""], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ "" ], - "User": [""], - "User doesn't have the proper permissions.": [""], - "User must select a value before applying the filter": [""], - "User query": [""], - "Username": [""], - "Users are not allowed to set a search path for security reasons.": [""], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "undo": [""], + "button (cmd + z) until you save your changes.": [""], + "CANCEL": [""], + "Divider": [""], + "Header": [""], + "Text": [""], + "Tabs": [""], + "background": [""], + "Preview": [""], + "Sorry, something went wrong. Try again later.": [""], + "Unknown value": [""], + "Add/Edit Filters": [""], + "No filters are currently added to this dashboard.": [""], + "No global filters are currently added": [""], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ "" ], - "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.": [ + "Apply filters": [""], + "Clear all": [""], + "Locate the chart": [""], + "Cross-filters": [""], + "Add custom scoping": [""], + "All charts/global scoping": [""], + "Cross-filtering is not enabled in this dashboard": [""], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "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.": [ + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "" ], - "Value": [""], - "Value Domain": [""], - "Value Format": [""], - "Value and Percentage": [""], - "Value bounds": [""], - "Value cannot exceed %s": [""], - "Value format": [""], + "All charts": [""], + "Enable cross-filtering": [""], + "Orientation of filter bar": [""], + "Vertical (Left)": [""], + "Horizontal (Top)": [""], + "More filters": [""], + "No applied filters": [""], + "Applied filters: %s": [""], + "Cannot load filter": [""], + "Filters out of scope (%d)": [""], + "Dependent on": [""], + "Filter only displays values relevant to selections made in other filters.": [ + "" + ], + "Scope": [""], + "Filter type": [""], + "Title is required": [""], + "(Removed)": [""], + "Undo?": [""], + "Add filters and dividers": [""], + "[untitled]": [""], + "Cyclic dependency detected": [""], + "Add and edit filters": [""], + "Column select": [""], + "Select a column": [""], + "No compatible columns found": [""], + "No compatible datasets found": [""], "Value is required": [""], - "Value must be greater than 0": [""], + "(deleted or invalid type)": [""], + "Limit type": [""], + "No available filters.": [""], + "Add filter": [""], "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 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": [""], - "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.": [ + "Values dependent on": [""], + "Scoping": [""], + "Filter Configuration": [""], + "Filter Settings": [""], + "Select filter": [""], + "Range filter": [""], + "Numerical range": [""], + "Time filter": [""], + "Time range": [""], + "Time column": [""], + "Time grain": [""], + "Group By": [""], + "Group by": [""], + "Pre-filter is required": [""], + "Time column to apply dependent temporal filter to": [""], + "Time column to apply time range to": [""], + "Filter name": [""], + "Name is required": [""], + "Filter Type": [""], + "Datasets do not contain a temporal column": [""], + "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.": [ "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Dataset is required": [""], + "Pre-filter available values": [""], + "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.": [ "" ], - "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.": [ + "Pre-filter": [""], + "No filter": [""], + "Sort filter values": [""], + "Sort type": [""], + "Sort ascending": [""], + "Sort Metric": [""], + "If a metric is specified, sorting will be done based on the metric value": [ "" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "Sort metric": [""], + "Single Value": [""], + "Single value type": [""], + "Exact": [""], + "Filter has 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.": [""], + "Restore Filter": [""], + "Column is required": [""], + "Populate \"Default value\" to enable this control": [""], + "Default value set automatically when \"Select first filter value by default\" is checked": [ "" ], - "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).": [ + "Default value must be set when \"Filter value is required\" is checked": [ "" ], - "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.": [ + "Default value must be set when \"Filter has default value\" is checked": [ "" ], - "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.": [ + "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 panels": [""], + "This chart might be incompatible with the filter (datasets don't match)": [ "" ], - "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.": [ + "Keep editing": [""], + "Yes, cancel": [""], + "There are unsaved changes.": [""], + "Are you sure you want to cancel?": [""], + "Error loading chart datasources. Filters may not work correctly.": [""], + "Transparent": [""], + "White": [""], + "All filters": [""], + "Click to edit %s.": [""], + "Click to edit chart.": [""], + "Use %s to open in a new tab.": [""], + "Medium": [""], + "New header": [""], + "Tab title": [""], + "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.": [ "" ], - "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.": [ + "Equal to (=)": [""], + "Not equal to (≠)": [""], + "Less than (<)": [""], + "Less or equal (<=)": [""], + "Greater than (>)": [""], + "Greater or equal (>=)": [""], + "In": [""], + "Not in": [""], + "Like": [""], + "Like (case insensitive)": [""], + "Is not null": [""], + "Is null": [""], + "use latest_partition template": [""], + "Is true": [""], + "Is false": [""], + "TEMPORAL_RANGE": [""], + "Time granularity": [""], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [""], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ "" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "One or many metrics to display": [""], + "Fixed color": [""], + "Right axis metric": [""], + "Choose a metric for right axis": [""], + "Linear color scheme": [""], + "Color metric": [""], + "One or many controls to pivot as columns": [""], + "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`": [ "" ], - "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.": [ + "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 the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "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.": [ "" ], - "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.": [ + "Limits the number of rows that get displayed.": [""], + "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).": [ "" ], - "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.": [ + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ "" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Metric assigned to the [X] axis": [""], + "Metric assigned to the [Y] axis": [""], + "Bubble size": [""], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ "" ], - "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.": [ + "Color scheme": [""], + "An error occurred while starring this chart": [""], + "Chart [%s] has been saved": [""], + "Chart [%s] has been overwritten": [""], + "Dashboard [%s] just got created and chart [%s] was added to it": [""], + "Chart [%s] was added to dashboard [%s]": [""], + "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": [""], + "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?": [ "" ], - "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.": [ + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ "" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "This section contains validation errors": [""], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "Web": [""], - "Wednesday": [""], - "Week": [""], - "Week ending Saturday": [""], - "Week ending Sunday": [""], - "Week starting Monday": [""], - "Week starting Sunday": [""], - "Weekly Report": [""], - "Weekly Report for %s": [""], - "Weekly seasonality": [""], - "Weeks %s": [""], - "Weight": [""], - "What should be shown as the label": [""], - "What should be shown as the tooltip label": [""], - "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%`": [ + "Continue": [""], + "Clear form": [""], + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ "" ], - "When a secondary metric is provided, a linear color scale is used.": [ + "Customize": [""], + "Generating link, please wait..": [""], + "Chart height": [""], + "Chart width": [""], + "An error occurred while loading dashboard information.": [""], + "Save (Overwrite)": [""], + "Save as...": [""], + "Chart name": [""], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": [""], + "Select": [""], + "create": [""], + " a new one": [""], + "A new chart and dashboard will be created.": [""], + "A new chart will be created.": [""], + "A new dashboard will be created.": [""], + "Save & go to dashboard": [""], + "Save chart": [""], + "Formatted date": [""], + "Column Formatting": [""], + "Collapse data panel": [""], + "Expand data panel": [""], + "Samples": [""], + "No samples were returned for this dataset": [""], + "No results": [""], + "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], + "Show less...": [""], + "Show all...": [""], + "Search Metrics & Columns": [""], + " to edit or add columns and metrics.": [""], + "Unable to retrieve dashboard colors": [""], + "Not added to any dashboard": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ "" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "Not available": [""], + "Add the name of the chart": [""], + "Chart title": [""], + "Add required control values to save chart": [""], + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ "" ], - "When checked, the map will zoom to your data after each query": [""], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ + " to visualize your data.": [""], + "Required control values have been removed": [""], + "Your chart is not up to date": [""], + "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": [ "" ], - "When only a primary metric is provided, a categorical color scale is used.": [ + "Controls labeled ": [""], + "Control labeled ": [""], + "Open Datasource tab": [""], + "Original": [""], + "Pivoted": [""], + "You do not have permission to edit this chart": [""], + "Chart properties updated": [""], + "Edit Chart Properties": [""], + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ "" ], - "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.": [ + "Person or group that has certified this chart.": [""], + "Configuration": [""], + "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.": [ "" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "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 row limit set for the chart was reached. The chart may show partial data.": [ "" ], - "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": [ + "Create chart": [""], + "Update chart": [""], + "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": [ "" ], - "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.": [ + "Geohash": [""], + "textarea": [""], + "in modal": [""], + "Sorry, An error occurred": [""], + "Save as Dataset": [""], + "Open in SQL Lab": [""], + "Failed to verify select options: %s": [""], + "Annotation layer": [""], + "Select the Annotation Layer you would like to use.": [""], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ "" ], - "Whether to align background charts with both positive and negative values at 0": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "Whether to align positive and negative values in cell bar chart at 0": [ + "Bad formula.": [""], + "Annotation Slice Configuration": [""], + "This section allows you to configure how to use the slice\n to generate annotations.": [ "" ], - "Whether to always show the annotation label": [""], - "Whether to animate the progress and the value or just display them": [ + "Interval start column": [""], + "Event time column": [""], + "This column must contain date/time information.": [""], + "Interval End 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.": [ "" ], - "Whether to apply a normal distribution based on rank on the color scale": [ + "Override time range": [""], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Whether to apply filter when items are clicked": [""], - "Whether to colorize numeric values by if they are positive or negative": [ + "Override time grain": [""], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Whether to colorize numeric values by whether they are positive or negative": [ + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "" ], - "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.": [ + "Display configuration": [""], + "Configure your how you overlay is displayed here.": [""], + "Style": [""], + "Solid": [""], + "Long dashed": [""], + "Dotted": [""], + "Color": [""], + "Automatic Color": [""], + "Shows or hides markers for the time series": [""], + "Hide Line": [""], + "Hides the Line for the time series": [""], + "Layer configuration": [""], + "Configure the basics of your Annotation Layer.": [""], + "Mandatory": [""], + "Hide layer": [""], + "Show label": [""], + "Whether to always show the annotation label": [""], + "Annotation layer type": [""], + "Choose the annotation layer type": [""], + "Choose the source of your annotations": [""], + "Remove": [""], + "Time series": [""], + "Edit annotation layer": [""], + "Add annotation layer": [""], + "Empty collection": [""], + "Add an item": [""], + "Remove item": [""], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ "" ], - "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 tooltip labels.": [""], - "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 the percentage in the tooltip": [""], - "Whether to include the time granularity as defined in the time section": [ + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ "" ], - "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": [ + "dashboard": [""], + "Dashboard scheme": [""], + "Select color scheme": [""], + "Select scheme": [""], + "Show less columns": [""], + "Show all columns": [""], + "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": [ "" ], - "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": [ + "Text align": [""], + "Horizontal alignment": [""], + "Show cell bars": [""], + "Whether to align positive and negative values in cell bar chart at 0": [ "" ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Whether to colorize numeric values by if they are positive or negative": [ "" ], - "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": [ + "Truncate Cells": [""], + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ "" ], - "Whether to sort results by the selected metric in descending order.": [ + "Small number 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": [ "" ], - "Whether to sort tooltip by the selected metric in descending order.": [ + "Display": [""], + "Number formatting": [""], + "Edit formatter": [""], + "Add new formatter": [""], + "Add new color formatter": [""], + "alert": [""], + "error": [""], + "success dark": [""], + "alert dark": [""], + "error dark": [""], + "This value should be smaller than the right target value": [""], + "This value should be greater than the left target value": [""], + "Required": [""], + "Operator": [""], + "Left value": [""], + "Right value": [""], + "Target value": [""], + "Select column": [""], + "Color: ": [""], + "Lower threshold must be lower than upper threshold": [""], + "Upper threshold must be greater than lower threshold": [""], + "Isoline": [""], + "Threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ "" ], - "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 TITLE MARGIN": [""], - "X Axis": [""], - "X Axis Bounds": [""], - "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": [""], - "Y Axis 2 Bounds": [""], - "Y Axis Bounds": [""], - "Y Axis Format": [""], - "Y Axis Label": [""], - "Y Axis Title": [""], - "Y Axis Title Margin": [""], - "Y Axis Title Position": [""], - "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 adding tags to %s %ss": [""], - "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?": [ + "The width of the Isoline in pixels": [""], + "The color of the isoline": [""], + "Isoband": [""], + "Lower Threshold": [""], + "The lower limit of the threshold range of the Isoband": [""], + "Upper Threshold": [""], + "The upper limit of the threshold range of the Isoband": [""], + "The color of the isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": [""], + "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 dashboards that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "View in SQL Lab": [""], + "Query preview": [""], + "Save as dataset": [""], + "Missing URL parameters": [""], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [""], + "RANGE TYPE": [""], + "Actual time range": [""], + "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": [""], + "Relative period": [""], + "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.": [ "" ], - "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?": [ + "Get the last date by the date unit.": [""], + "Get the specify date for the holiday": [""], + "Previous": [""], + "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": [""], + "Specific Date/Time": [""], + "Relative Date/Time": [""], + "Now": [""], + "Midnight": [""], + "Saved": [""], + "%s column(s)": [""], + "No temporal columns found": [""], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], - "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?": [ + "Add calculated columns to dataset in \"Edit datasource\" modal": [""], + " to mark a column as a time column": [""], + " to add calculated columns": [""], + "Simple": [""], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": [""], + "My column": [""], + "This filter might be incompatible with current dataset": [""], + "This column might be incompatible with current dataset": [""], + "Click to edit label": [""], + "Drop columns/metrics here or click": [""], + "This metric might be incompatible with current dataset": [""], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ "" ], - "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?": [ + "%s option(s)": [""], + "Select subject": [""], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ "" ], - "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.": [ + "To filter on a metric, use Custom SQL tab.": [""], + "%s operator(s)": [""], + "Select operator": [""], + "Comparator option": [""], + "Type a value here": [""], + "Filter value (case sensitive)": [""], + "Failed to retrieve advanced type": [""], + "choose WHERE or HAVING...": [""], + "Filters by columns": [""], + "Filters by metrics": [""], + "Fixed": [""], + "Based on a metric": [""], + "My metric": [""], + "Add metric": [""], + "Select aggregate options": [""], + "%s aggregates(s)": [""], + "Select saved metrics": [""], + "%s saved metric(s)": [""], + "Saved metric": [""], + "No saved metrics found": [""], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + " to add metrics": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [""], + "column": [""], + "aggregate": [""], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [""], + "Error while fetching data: %s": [""], + "Time series columns": [""], + "Actual value": [""], + "Sparkline": [""], + "Period average": [""], + "The column header label": [""], + "Column header tooltip": [""], + "Type of comparison, value difference or percentage": [""], + "Width": [""], + "Width of the sparkline": [""], + "Height of the sparkline": [""], + "Time lag": [""], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "You can create a new chart or use existing ones from the panel on the right": [ + "Time Lag": [""], + "Time ratio": [""], + "Number of periods to ratio against": [""], + "Time Ratio": [""], + "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.": [ "" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ + "Y-axis bounds": [""], + "Manually set min/max values for the y-axis.": [""], + "Color bounds": [""], + "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.": [ "" ], - "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.": [ + "Optional d3 number format string": [""], + "Number format string": [""], + "Optional d3 date format string": [""], + "Date format string": [""], + "Column Configuration": [""], + "Select Viz Type": [""], + "Currently rendered: %s": [""], + "Featured": [""], + "Search all charts": [""], + "No description available.": [""], + "Examples": [""], + "This visualization type is not supported.": [""], + "View all charts": [""], + "Select a visualization type": [""], + "No results found": [""], + "Superset Chart": [""], + "New chart": [""], + "Edit chart properties": [""], + "Export to original .CSV": [""], + "Export to pivoted .CSV": [""], + "Export to .JSON": [""], + "Embed code": [""], + "Run in SQL Lab": [""], + "Code": [""], + "Markup type": [""], + "Pick your favorite markup language": [""], + "Put your code here": [""], + "URL parameters": [""], + "Extra parameters for use in jinja templated queries": [""], + "Annotations and layers": [""], + "Annotation layers": [""], + "My beautiful colors": [""], + "< (Smaller than)": [""], + "> (Larger than)": [""], + "<= (Smaller or equal)": [""], + ">= (Larger or equal)": [""], + "== (Is equal)": [""], + "!= (Is not equal)": [""], + "Not null": [""], + "60 days": [""], + "90 days": [""], + "Send as PDF": [""], + "Send as PNG": [""], + "Send as CSV": [""], + "Send as text": [""], + "General information": [""], + "Alert condition": [""], + "Report contents": [""], + "Notification method": [""], + "content type": [""], + "database": [""], + "sql": [""], + "alert condition": [""], + "crontab": [""], + "working timeout": [""], + "recipients": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "You cannot use 45° tick layout along with the time range filter": [""], - "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 permission to read tags": [""], - "You do not have permissions to edit this dashboard.": [""], - "You do not have sufficient permissions to edit the chart": [""], - "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 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.": [ + "Add another notification method": [""], + "Add delivery method": [""], + "report": [""], + "%s updated": [""], + "Edit Report": [""], + "Edit Alert": [""], + "Add Report": [""], + "Add Alert": [""], + "Add": [""], + "Set up basic details, such as name and description.": [""], + "Report name": [""], + "Alert name": [""], + "Enter alert name": [""], + "Include description to be sent with %s": [""], + "Report is active": [""], + "Alert is active": [""], + "Define the database, SQL query, and triggering conditions for alert.": [ "" ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "SQL Query": [""], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "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": [ + "Trigger Alert If...": [""], + "Condition": [""], + "Customize data source, filters, and layout.": [""], + "Content type": [""], + "Select content type": [""], + "Content format": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Ignore cache when generating report": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": [""], + "Log retention": [""], + "Working timeout": [""], + "Time in seconds": [""], + "seconds": [""], + "Grace period": [""], + "Choose notification method and recipients.": [""], + "Recurring (every)": [""], + "CRON Schedule": [""], + "Schedule type": [""], + "CRON expression": [""], + "Report sent": [""], + "Alert triggered, notification sent": [""], + "Report sending": [""], + "Alert running": [""], + "Report failed": [""], + "Alert failed": [""], + "Nothing triggered": [""], + "Alert Triggered, In Grace Period": [""], + "Notification Method": [""], + "Delivery method": [""], + "Select Delivery Method": [""], + "%s recipients": [""], + "Recipients are separated by \",\" or \";\"": [""], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": [""], + "Edit annotation layer properties": [""], + "Annotation layer name": [""], + "Description (this can be seen in the list)": [""], + "annotation": [""], + "The annotation has been updated": [""], + "The annotation has been saved": [""], + "Edit annotation": [""], + "Add annotation": [""], + "date": [""], + "Additional information": [""], + "Please confirm": [""], + "Are you sure you want to delete": [""], + "Modified %s": [""], + "css_template": [""], + "Edit CSS template properties": [""], + "Add CSS template": [""], + "css": [""], + "published": [""], + "draft": [""], + "Adjust how this database will interact with SQL Lab.": [""], + "Expose database in 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": [""], + "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.": [ "" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ "" ], - "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.": [ + "Enable query cost estimation": [""], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ "" ], - "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": [ - "" + "Allow this database to be explored": [""], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "" ], - "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]": [""], - "[Untitled]": [""], - "[asc]": [""], - "[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": [ + "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.": [ "" ], - "[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.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "`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": [""], - "alert dark": [""], - "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": [""], - "error dark": [""], - "error_message": [""], - "every": [""], - "every day of the month": [""], - "every day of the week": [""], - "every hour": [""], - "every minute": [""], - "every month": [""], - "expand": [""], - "explore": [""], - "failed": [""], - "fetching": [""], - "ffill": [""], - "flat": [""], - "for more information on how to structure your URI.": [""], - "function type icon": [""], - "geohash (square)": [""], - "heatmap": [""], - "heatmap: values are normalized across the entire heatmap": [""], - "here": [""], - "hour": [""], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "Performance": [""], + "Adjust performance settings of this database.": [""], + "Chart cache timeout": [""], + "Enter duration in seconds": [""], + "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.": [ "" ], - "in": [""], - "in modal": [""], - "is expected to be a Mapbox URL": [""], - "is expected to be a number": [""], - "is expected to be an integer": [""], - "json isn't valid": [""], - "key a-z": [""], - "key z-a": [""], - "label": [""], - "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.": [ + "Schema cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ "" ], - "max": [""], - "mean": [""], - "median": [""], - "meters": [""], - "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 %(engine_spec)s": [""], - "numeric type icon": [""], - "nvd3": [""], - "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": [ + "Table cache timeout": [""], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ "" ], - "permalink state not found": [""], - "pixelated (Sharp)": [""], - "pixels": [""], - "previous calendar month": [""], - "previous calendar week": [""], - "previous calendar year": [""], - "published": [""], - "quarter": [""], - "queries": [""], - "query": [""], - "random": [""], - "reboot": [""], - "recent": [""], - "recents": [""], - "report": [""], - "reports": [""], - "restore zoom": [""], - "right": [""], - "running": [""], - "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": [ + "Asynchronous query execution": [""], + "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.": [ "" ], - "square": [""], - "stack": [""], - "staggered": [""], - "std": [""], - "step-after": [""], - "step-before": [""], - "stopped": [""], - "stream": [""], - "string type icon": [""], - "success": [""], - "success dark": [""], - "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.": [ + "Add extra connection information.": [""], + "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.": [ "" ], - "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": [""], - "zoom area": [""] + "Enter CA_BUNDLE": [""], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "" + ], + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "" + ], + "If Presto or Trino, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them. If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "" + ], + "Allow file uploads to database": [""], + "Schemas allowed for File upload": [""], + "A comma-separated list of schemas that files are allowed to upload to.": [ + "" + ], + "Additional settings.": [""], + "Metadata Parameters": [""], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "" + ], + "Engine Parameters": [""], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "" + ], + "Version": [""], + "Version number": [""], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "" + ], + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], + "STEP %(stepCurr)s OF %(stepLast)s": [""], + "Need help? Learn how to connect your database": [""], + "Database connected": [""], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "" + ], + "Enter the required %(dbModelName)s credentials": [""], + "Need help? Learn more about": [""], + "connecting to %(dbModelName)s.": [""], + "Select a database to connect": [""], + "SSH Host": [""], + "e.g. 127.0.0.1": [""], + "SSH Port": [""], + "e.g. Analytics": [""], + "Login with": [""], + "Private Key & Password": [""], + "SSH Password": [""], + "e.g. ********": [""], + "Private Key": [""], + "Paste Private Key here": [""], + "Private Key Password": [""], + "SSH Tunnel": [""], + "SSH Tunnel configuration parameters": [""], + "Display Name": [""], + "Name your database": [""], + "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": [""], + "Please enter a SQLAlchemy URI to test": [""], + "e.g. world_population": [""], + "Connection failed, please check your connection settings.": [""], + "Database settings updated": [""], + "Sorry there was an error fetching database information: %s": [""], + "Or choose from a list of other databases we support:": [""], + "Supported databases": [""], + "Choose a database...": [""], + "Want to add a new database?": [""], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "" + ], + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "" + ], + "Connect": [""], + "Finish": [""], + "This database is managed externally, and can't be edited in Superset": [ + "" + ], + "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.": [ + "" + ], + "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?": [ + "" + ], + "Database Creation Error": [""], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "" + ], + "CREATE DATASET": [""], + "QUERY DATA IN SQL LAB": [""], + "Connect a database": [""], + "Edit 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.": [ + "" + ], + "Additional fields may be required": [""], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "" + ], + "Import database from file": [""], + "Connect this database with a SQLAlchemy URI string instead": [""], + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "" + ], + "This can be either an IP address (e.g. 127.0.0.1) or a domain name (e.g. mydatabase.com).": [ + "" + ], + "Host": [""], + "e.g. 5432": [""], + "Port": [""], + "e.g. sql/protocolv1/o/12345": [""], + "Copy the name of the HTTP Path of your cluster.": [""], + "Copy the name of the database you are trying to connect to.": [""], + "Access token": [""], + "Pick a nickname for how the database will display 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": [""], + "Paste content of service credentials JSON file here": [""], + "Copy and paste the entire service account .json file here": [""], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "" + ], + "Connect Google Sheets as tables to this database": [""], + "Google Sheet Name and URL": [""], + "Enter a name for this sheet": [""], + "Paste the shareable Google Sheet URL here": [""], + "Add sheet": [""], + "Copy the identifier of the account you are trying to connect to.": [""], + "e.g. xy12345.us-east-2.aws": [""], + "e.g. compute_wh": [""], + "e.g. AccountAdmin": [""], + "Duplicate dataset": [""], + "Duplicate": [""], + "New dataset name": [""], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Refreshing columns": [""], + "Table columns": [""], + "Loading": [""], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "" + ], + "This table already has a dataset": [""], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "" + ], + "create dataset from SQL query": [""], + " to open SQL Lab. From there you can save the query as a dataset.": [""], + "Select dataset source": [""], + "No table columns": [""], + "This database table does not contain any data. Please select a different table.": [ + "" + ], + "An Error Occurred": [""], + "Unable to load columns for the selected table. Please select a different table.": [ + "" + ], + "The API response from %s does not match the IDatabaseTable interface.": [ + "" + ], + "Chart last modified": [""], + "Chart last modified by": [""], + "Create chart with dataset": [""], + "chart": [""], + "No charts": [""], + "This dataset is not used to power any charts.": [""], + "Select a database table.": [""], + "Create dataset and create chart": [""], + "Select a database table and create dataset": [""], + "Not defined": [""], + "There was an error fetching dataset": [""], + "There was an error fetching dataset's related objects": [""], + "There was an error loading the dataset metadata": [""], + "[Untitled]": [""], + "Unknown": [""], + "Viewed %s": [""], + "Edited": [""], + "Created": [""], + "Viewed": [""], + "Favorite": [""], + "Mine": [""], + "View All »": [""], + "An error occurred while fetching dashboards: %s": [""], + "recents": [""], + "No recents yet": [""], + "%(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": [""], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently created charts, dashboards, and saved queries will appear here": [ + "" + ], + "Recently edited charts, dashboards, and saved queries will appear here": [ + "" + ], + "SQL query": [""], + "You don't have any favorites yet!": [""], + "See all %(tableName)s": [""], + "Connect database": [""], + "Create dataset": [""], + "Connect Google Sheet": [""], + "Upload CSV to database": [""], + "Upload columnar file to database": [""], + "Upload Excel file to database": [""], + "Enable 'Allow file uploads to database' in any database's settings": [ + "" + ], + "Info": [""], + "Logout": [""], + "About": [""], + "Powered by Apache Superset": [""], + "SHA": [""], + "Build": [""], + "Documentation": [""], + "Report a bug": [""], + "Login": [""], + "query": [""], + "Deleted: %s": [""], + "There was an issue deleting %s: %s": [""], + "This action will permanently delete the saved query.": [""], + "Delete Query?": [""], + "Ran %s": [""], + "Saved queries": [""], + "Next": [""], + "Tab name": [""], + "User query": [""], + "Executed query": [""], + "Query name": [""], + "SQL Copied!": [""], + "Sorry, your browser does not support copying.": [""], + "There was an issue fetching reports attached to this dashboard.": [""], + "The report has been created": [""], + "Report updated": [""], + "We were unable to active or deactivate this report.": [""], + "Your report could not be deleted": [""], + "Weekly Report for %s": [""], + "Weekly Report": [""], + "Edit email report": [""], + "Schedule a new email report": [""], + "Message content": [""], + "Text embedded in email": [""], + "Image (PNG) embedded in email": [""], + "Formatted CSV attached in email": [""], + "Report Name": [""], + "Include a description that will be sent with your report": [""], + "The report will be sent to your email at": [""], + "Failed to update report": [""], + "Failed to create report": [""], + "Set up an email report": [""], + "Email reports active": [""], + "Delete email report": [""], + "Schedule email report": [""], + "This action will permanently delete %s.": [""], + "Delete Report?": [""], + "Rule added": [""], + "Edit Rule": [""], + "Add Rule": [""], + "The name of the rule must be unique": [""], + "Regular filters add where clauses to queries if a user belongs to a role referenced in the filter, base filters apply filters to all queries except the roles defined in the filter, and can be used to define what users can see if no RLS filters within a filter group apply to them.": [ + "" + ], + "These are the datasets this filter will be applied to.": [""], + "Excluded roles": [""], + "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.": [ + "" + ], + "Group Key": [""], + "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').": [ + "" + ], + "Clause": [""], + "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).": [ + "" + ], + "Regular": [""], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" + ], + "Tagged %s %ss": [""], + "Failed to tag items": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Tag updated": [""], + "Tag created": [""], + "Name of your tag": [""], + "Add description of your tag": [""], + "Chosen non-numeric column": [""], + "UI Configuration": [""], + "Filter value is required": [""], + "User must select a value before applying the filter": [""], + "Single value": [""], + "Use only a single value.": [""], + "Range filter plugin using AntD": [""], + "Experimental": [""], + " (excluded)": [""], + "Check for sorting ascending": [""], + "Can select multiple values": [""], + "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": [""], + "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).": [ + "" + ], + "Select filter plugin using AntD": [""], + "Custom time filter plugin": [""], + "No time columns": [""], + "Time column filter plugin": [""], + "Time grain filter plugin": [""], + "Working": [""], + "Not triggered": [""], + "On Grace": [""], + "reports": [""], + "alerts": [""], + "There was an issue deleting the selected %s: %s": [""], + "Last run": [""], + "Active": [""], + "Execution log": [""], + "Bulk select": [""], + "No %s yet": [""], + "Owner": [""], + "All": [""], + "An error occurred while fetching owners values: %s": [""], + "Status": [""], + "An error occurred while fetching dataset datasource values: %s": [""], + "Alerts & reports": [""], + "Alerts": [""], + "Reports": [""], + "Delete %s?": [""], + "Are you sure you want to delete the selected %s?": [""], + "Error Fetching Tagged Objects": [""], + "Edit Tag": [""], + "There was an issue deleting the selected layers: %s": [""], + "Edit template": [""], + "Delete template": [""], + "No annotation layers yet": [""], + "This action will permanently delete the layer.": [""], + "Delete Layer?": [""], + "Are you sure you want to delete the selected layers?": [""], + "There was an issue deleting the selected annotations: %s": [""], + "Delete annotation": [""], + "Annotation": [""], + "No annotation yet": [""], + "Back to all": [""], + "Are you sure you want to delete %s?": [""], + "Delete Annotation?": [""], + "Are you sure you want to delete the selected annotations?": [""], + "Failed to load chart data": [""], + "view instructions": [""], + "Add a dataset": [""], + "Choose a dataset": [""], + "Choose chart type": [""], + "Please select both a Dataset and a Chart type to proceed": [""], + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Chart imported": [""], + "There was an issue deleting the selected charts: %s": [""], + "An error occurred while fetching dashboards": [""], + "Any": [""], + "Tag": [""], + "An error occurred while fetching chart owners values: %s": [""], + "Certified": [""], + "Alphabetical": [""], + "Recently modified": [""], + "Least recently modified": [""], + "Import charts": [""], + "Are you sure you want to delete the selected charts?": [""], + "CSS templates": [""], + "There was an issue deleting the selected templates: %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.": [ + "" + ], + "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?": [ + "" + ], + "There was an issue deleting the selected dashboards: ": [""], + "An error occurred while fetching dashboard owner values: %s": [""], + "Are you sure you want to delete the selected dashboards?": [""], + "An error occurred while fetching database related data: %s": [""], + "Upload file to database": [""], + "Upload columnar file": [""], + "AQE": [""], + "Allow data manipulation language": [""], + "DML": [""], + "CSV upload": [""], + "Delete database": [""], + "The database %s is linked to %s charts that appear on %s dashboards and users have %s SQL Lab tabs using this database open. Are you sure you want to continue? Deleting the database will break those objects.": [ + "" + ], + "Delete Database?": [""], + "Dataset imported": [""], + "An error occurred while fetching dataset related data": [""], + "An error occurred while fetching dataset related data: %s": [""], + "Physical dataset": [""], + "Virtual dataset": [""], + "Virtual": [""], + "An error occurred while fetching datasets: %s": [""], + "An error occurred while fetching schema values: %s": [""], + "An error occurred while fetching dataset owner values: %s": [""], + "Import datasets": [""], + "There was an issue deleting the selected datasets: %s": [""], + "There was an issue duplicating the dataset.": [""], + "There was an issue duplicating 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.": [ + "" + ], + "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)": [""], + "log": [""], + "Execution ID": [""], + "Scheduled at (UTC)": [""], + "Start at (UTC)": [""], + "Error message": [""], + "Alert": [""], + "There was an issue fetching your recent activity: %s": [""], + "There was an issue fetching your dashboards: %s": [""], + "There was an issue fetching your chart: %s": [""], + "There was an issue fetching your saved queries: %s": [""], + "Thumbnails": [""], + "Recents": [""], + "There was an issue previewing the selected query. %s": [""], + "TABLES": [""], + "Open query in SQL Lab": [""], + "An error occurred while fetching database values: %s": [""], + "An error occurred while fetching user values: %s": [""], + "Search by query text": [""], + "Deleted %s": [""], + "Deleted": [""], + "There was an issue deleting rules: %s": [""], + "Are you sure you want to delete the selected rules?": [""], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "" + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "" + ], + "Query imported": [""], + "There was an issue previewing the selected query %s": [""], + "Import queries": [""], + "Link Copied!": [""], + "There was an issue deleting the selected queries: %s": [""], + "Edit query": [""], + "Copy query URL": [""], + "Export query": [""], + "Delete query": [""], + "Are you sure you want to delete the selected queries?": [""], + "queries": [""], + "tag": [""], + "No Tags created": [""], + "Are you sure you want to delete the selected tags?": [""], + "Image download failed, please refresh and try again.": [""], + "PDF download failed, please refresh and try again.": [""], + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "" + ], + "An error occurred while fetching %s info: %s": [""], + "An error occurred while fetching %ss: %s": [""], + "An error occurred while creating %ss: %s": [""], + "Please re-export your file and try importing again": [""], + "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": [""], + "Connection looks good!": [""], + "ERROR: %s": [""], + "There was an error fetching your recent activity:": [""], + "There was an issue deleting: %s": [""], + "URL": [""], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "" + ], + "Time-series Table": [""], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/sl/LC_MESSAGES/messages.json b/superset/translations/sl/LC_MESSAGES/messages.json index f78fa78291b53..32e7217577d70 100644 --- a/superset/translations/sl/LC_MESSAGES/messages.json +++ b/superset/translations/sl/LC_MESSAGES/messages.json @@ -8,6370 +8,6392 @@ "plural_forms": "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3)", "lang": "sl_SI" }, - "\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 " - ], - "\n Error: %(text)s\n ": [ - "\n Napaka: %(text)s\n " + "The datasource is too large to query.": [ + "Podatkovni vir je prevelik za poizvedbo." ], - " (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 database is under an unusual load.": [ + "Podatkovni vir je neobičajno obremenjen." ], - " a dashboard OR ": [" nadzorno ploščo ALI "], - " a new one": [" novo"], - " expression which needs to adhere to the ": [" , ki mora upoštevati "], - " source code of Superset's sandboxed parser": [ - " izvorno kodo za Supersetov \"sandboxed parser\"" + "The database returned an unexpected error.": [ + "Podatkovna baza je vrnila nepričakovano napako." ], - " 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. Č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 format ni podan, se uporabijo privzete vrednosti za\n podatkovno bazo oz. tip stolpca s pomočjo dodatnega parametra." + "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." ], - " to add calculated columns": [" za dodajanje izračunanih stolpcev"], - " to add metrics": [" za dodajanje mer"], - " to edit or add columns and metrics.": [ - " za urejanje ali dodajanje stolpcev in mer." + "The column was deleted or renamed in the database.": [ + "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." ], - " to mark a column as a time column": [ - " za označitev stolpca kot časovnega" + "The table was deleted or renamed in the database.": [ + "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." ], - " to open SQL Lab. From there you can save the query as a dataset.": [ - " za odpiranje SQL laboratorija. Tam lahko poizvedbo shranite kot podatkovni set." + "One or more parameters specified in the query are missing.": [ + "En ali več parametrov v SQL-poizvedbi manjka." ], - " to visualize your data.": [" za vizualizacijo podatkov."], - "!= (Is not equal)": ["!= (ni enako)"], - "% calculation": ["% cizračun"], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih razlogov." + "The hostname provided can't be resolved.": [ + "Imena gostitelja ni mogoče razrešiti." ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nTo je lahko sproženo z/s: \n%(issues)s" + "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." ], - "%(name)s.csv": ["%(name)s.csv"], - "%(object)s does not exist in this database.": [ - "%(object)s ne obstaja v tej podatkovni bazi." + "Superset encountered an error while running a command.": [ + "Superset je naletel na napako pri izvajanju ukaza." ], - "%(other)s charts will appear here": [ - "%(other)s grafikoni bodo prikazani tu" + "Superset encountered an unexpected error.": [ + "Superset je naletel na nepričakovano napako." ], - "%(other)s dashboards will appear here": [ - "%(other)s nadzorne plošče bodo prikazane tu" + "The username provided when connecting to a database is not valid.": [ + "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." ], - "%(other)s recents will appear here": [ - "%(other)s zadnji bodo prikazani tu" + "The password provided when connecting to a database is not valid.": [ + "Geslo za povezavo s podatkovno bazo je neveljavno." ], - "%(other)s saved queries will appear here": [ - "%(other)s shranjene poizvedbe bodo prikazane tu" + "Either the username or the password is wrong.": [ + "Uporabniško ime ali/in geslo sta napačna." ], - "%(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" + "Either the database is spelled incorrectly or does not exist.": [ + "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." ], - "%(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" + "The schema was deleted or renamed in the database.": [ + "Shema je bila izbrisana ali preimenovana v podatkovni bazi." ], - "%s Error": ["%s napaka"], - "%s PASSWORD": ["%s GESLO"], - "%s SSH TUNNEL PASSWORD": ["%s GESLO ZA SSH TUNEL"], - "%s SSH TUNNEL PRIVATE KEY": ["%s ZASEBNI KLJUČ ZA SSH TUNEL"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ - "%s GESLO ZASEBNEGA KLJUČA ZA SSH TUNEL" + "User doesn't have the proper permissions.": [ + "Uporabnik nima ustreznih dovoljenj." ], - "%s Selected": ["Izbranih: %s"], - "%s Selected (%s Physical, %s Virtual)": [ - "Izbranih: %s (fizični: %s, virtualni: %s)" + "One or more parameters needed to configure a database are missing.": [ + "En ali več parametrov, potrebnih za nastavitev podatkovne baze, manjka." ], - "%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 items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "%s elementov ni mogoče označiti, ker nimate pravic za urejanje vseh izbranih elementov." + "The submitted payload has the incorrect format.": [ + "Podani podatki so v neustrezni obliki." ], - "%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)" + "The submitted payload has the incorrect schema.": [ + "Podani podatki imajo neustrezno shemo." ], - "), and they become available in your SQL (example:": [ - "), s čimer bodo na razpolago v sklopu SQL-poizvedbe (primer:" + "Results backend needed for asynchronous queries is not configured.": [ + "Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni konfiguriran." ], - "*%(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" + "Database does not allow data manipulation.": [ + "Podatkovna baza ne dovoljuje manipulacije podatkov." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nnapaka: %(text)s\n" + "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." ], - "+ %s more": ["+ %s več"], - ",": [","], - "-- 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" + "CVAS (create view as select) query has more than one statement.": [ + "CVAS (create view as select) poizvedba ima več kot en stavek." ], - ".": ["."], - "0 Selected": ["0 izbranih"], - "1 calendar day frequency": ["frekvenca: 1 koledarski dan"], - "1 day": ["1 dan"], - "1 day ago": ["1 day ago"], - "1 hour": ["1 ura"], - "1 hourly frequency": ["frekvenca: 1 ura"], - "1 minute": ["1 minuta"], - "1 minutely frequency": ["frekvenca: 1 minuta"], - "1 month end frequency": ["frekvenca: 1 mesec - konec"], - "1 month start frequency": ["frekvenca: 1 mesec - začetek"], - "1 week": ["1 week"], - "1 week ago": ["1 week ago"], - "1 week starting Monday (freq=W-MON)": [ - "1 teden z začetkom v ponedeljek (freq=W-MON)" + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS (create view as select) poizvedba ni SELECT stavek." ], - "1 week starting Sunday (freq=W-SUN)": [ - "1 teden z začetkom v nedeljo (freq=W-SUN)" + "Query is too complex and takes too long to run.": [ + "Poizvedba je prekompleksna in se izvaja predolgo." ], - "1 year": ["1 year"], - "1 year ago": ["1 year ago"], - "1 year end frequency": ["frekvenca: 1 leto - konec"], - "1 year start frequency": ["frekvenca: 1 leto - začetek"], - "10 minute": ["10 minute"], - "104 weeks": ["104 weeks"], - "104 weeks ago": ["104 weeks ago"], - "15 minute": ["15 minute"], - "156 weeks": ["156 weeks"], - "156 weeks ago": ["156 weeks ago"], - "1AS": ["1AS"], - "1D": ["1D"], - "1H": ["1H"], - "1M": ["1M"], - "1T": ["1T"], - "2 years": ["2 years"], - "2 years ago": ["2 years ago"], - "2/98 percentiles": ["2/98 percentil"], - "28 days": ["28 days"], - "28 days ago": ["28 days ago"], - "2D": ["2D"], - "3 letter code of the country": ["Tričrkovna oznaka države"], - "3 years": ["3 years"], - "3 years ago": ["3 years ago"], - "30 days": ["30 dni"], - "30 days ago": ["30 days ago"], - "30 minute": ["30 minut"], - "30 minutes": ["30 minutes"], - "30 second": ["30 second"], - "30 seconds": ["30 seconds"], - "3D": ["3D"], - "4 weeks (freq=4W-MON)": ["4 tedni (freq=4W-MON)"], - "5 minute": ["5 minute"], - "5 minutes": ["5 minutes"], - "5 second": ["5 second"], - "5 seconds": ["5 seconds"], - "52 weeks": ["52 weeks"], - "52 weeks ago": ["52 weeks ago"], - "52 weeks starting Monday (freq=52W-MON)": [ - "52 tednov z začetkom v ponedeljek (freq=52W-MON)" + "The database is currently running too many queries.": [ + "Podatkovna baza trenutno izvaja preveč poizvedb." ], - "6 hour": ["6 hour"], - "60 days": ["60 days"], - "7 calendar day frequency": ["frekvenca: 7 koledarskih dni"], - "7 days": ["7 days"], - "7D": ["7D"], - "9/91 percentiles": ["9/91 percentil"], - "90 days": ["90 days"], - ":": [":"], - "< (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" + "One or more parameters specified in the query are malformed.": [ + "En ali več parametrov v SQL-poizvedbi ima napačno obliko." ], - "A comma separated list of columns that should be parsed as dates.": [ - "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi." + "The object does not exist in the given database.": [ + "Objekt ne obstaja v podani podatkovni bazi." ], - "A comma-separated list of schemas that files are allowed to upload to.": [ - "Z vejicami ločen seznam shem, kjer je dovoljeno nalaganje datotek." + "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 database with the same name already exists.": [ - "Podatkovna baza z enakim imenom že obstaja." + "The query associated with the results was deleted.": [ + "Poizvedba, povezana z rezultati, je bila izbrisana." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "Slovar z imeni in podatkovnimi tipi stolpcev, s pomočjo katerega spremenite privzete nastavitve. Primer: {\"user_id\":\"integer\"}" + "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 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)" + "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 handlebars template that is applied to the data": [ - "Predloga za Handlebars, ki je uporabljena za podatke" + "The database was deleted.": ["Podatkovna baza je bila izbrisana."], + "Custom SQL fields cannot contain sub-queries.": [ + "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." ], - "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." + "The submitted payload failed validation.": [ + "Neuspešna validacija podanih podatkov." ], - "A list of tags that have been applied to this chart.": [ - "Seznam oznak, ki so povezane s tem grafikonom." + "Invalid certificate": ["Neveljaven certifikat"], + "The schema of the submitted payload is invalid.": [ + "Shema podanih podatkov je neveljavna." ], - "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 SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [ + "Velikost datoteke mora biti manjša ali enaka %(max_size)s bajtov" ], - "A map of the world, that can indicate values in different countries.": [ - "Zemljevid sveta, ki lahko prikazuje vrednosti po državah." + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Nevaren tip rezultata, ki ga vrne funkcija %(func)s: %(value_type)s" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "Zemljevid, ki na zemljepisnih koordinatah prikazuje kroge s spremenljivim polmerom" + "Unsupported return value for method %(name)s": [ + "Nepodprt rezultat vračanja za metodo %(name)s" ], - "A metric to use for color": ["Mera za barvo"], - "A new chart and dashboard will be created.": [ - "Ustvarjena bosta nov grafikon in nadzorna plošča." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Nevaren vzorec za ključ %(key)s: %(value_type)s" ], - "A new chart will be created.": ["Ustvarjen bo nov grafikon."], - "A new dashboard will be created.": [ - "Ustvarjena bo nova nadzorna plošča." + "Unsupported template value for key %(key)s": [ + "Nepodprta vrednost vzorca za ključ %(key)s" ], - "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)." + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" ], - "A readable URL for your dashboard": [ - "Berljiv URL za vašo nadzorno ploščo" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Sklic na nastavitve za [Čas], ki upošteva granulacijo" + "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 report named \"%(name)s\" already exists": [ - "Poročilo poimenovano %(name)s že obstaja" + "Results backend is not configured.": [ + "Zaledni sistem rezultatov ni konfiguriran." ], - "A reusable dataset will be saved with your chart.": [ - "Podatkovni set bo shranjen skupaj z grafikonom." + "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." ], - "A screenshot of the dashboard will be sent to your email at": [ - "Zaslonska slika nadzorne plošče bo poslana na vaš e-naslov ob" + "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." ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo Jinja sintakse" + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Poganjanje izraza %(statement_num)s od %(statement_count)s" ], - "A time column must be specified when using a Time Comparison.": [ - "Pri časovni primerjavi mora biti definiran časovni stolpec." + "Statement %(statement_num)s out of %(statement_count)s": [ + "Izraz %(statement_num)s od %(statement_count)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." + "You may have an error in your SQL statement. {message}": [""], + "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." ], - "A timeout occurred while executing the query.": [ - "Pri izvajanju poizvedbe je potekel čas." + "From date cannot be larger than to date": [ + "Začetni datum ne sme biti večji od končnega" ], - "A timeout occurred while generating a csv.": [ - "Pri ustvarjanju csv je potekel čas." + "Cached value not found": ["Predpomnjena vrednost ni najdena"], + "Columns missing in datasource: %(invalid_columns)s": [ + "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" ], - "A timeout occurred while generating a dataframe.": [ - "Pri ustvarjanju podatkovnega okvira je potekel čas." + "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" ], - "A timeout occurred while taking a screenshot.": [ - "Pri ustvarjanju zaslonske slike je potekel čas." + "Calendar Heatmap": ["Koledarska barvna lestvica"], + "Bubble Chart": ["Mehurčkasti grafikon"], + "Please use 3 different metric labels": [ + "Uporabite 3 različne nazive mer" ], - "A valid color scheme is required": [ - "Zahtevana je veljavna barvna shema" + "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"], + "Time Series - Line Chart": ["Časovna vrsta - Črtni grafikon"], + "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)." ], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "Grafikon slapov je način prikaza, ki pomaga razumeti\n\tkumulativni učinek zaporedja negativnih ali pozitivnih vrednosti.\n\tVmesne vrednosti so bodisi kategorične bodisi časovne." + "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" ], - "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 token": ["Žeton za dostop"], - "Action": ["Aktivnost"], - "Action Log": ["Dnevnik aktivnosti"], - "Actions": ["Aktivnosti"], - "Active": ["Aktiven"], - "Actual Values": ["Dejanske vrednosti"], - "Actual time range": ["Dejansko časovno obdobje"], - "Actual value": ["Dejanska vrednost"], - "Actual values": ["Dejanske vrednosti"], - "Adaptive formatting": ["Prilagodljiva oblika"], - "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 Rule": ["Dodaj pravilo"], - "Add Tag": ["Dodaj oznako"], - "Add a Plugin": ["Dodaj vtičnik"], - "Add a dataset": ["Dodaj podatkovni set"], - "Add a new tab": ["Dodaj nov zavihek"], - "Add a new tab to create SQL Query": [ - "Dodaj nov zavihek za SQL-poizvedbo" + "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" ], - "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\"" + "Distribution - Bar Chart": ["Porazdelitev - Stolpčni grafikon"], + "Can't have overlap between Series and Breakdowns": [ + "Ne sme imeti prekrivanja med podatkovnimi serijami in členitvami" ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Dodaj izračunan časovni stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" + "Pick at least one field for [Series]": [ + "Izberite vsaj eno polje za [Serije]" ], - "Add color for positive/negative change": [""], - "Add cross-filter": ["Dodaj medsebojni filter"], - "Add custom scoping": ["Dodaj prilagojen doseg"], - "Add dataset columns here to group the pivot table columns.": [ - "Dodaj stolpce podatkovnega seta za združevanje stolpcev vrtilne tabele." + "Sankey": ["Sankey"], + "Pick exactly 2 columns as [Source / Target]": [ + "Izberite natanko dva stolpca za [Izvor / Cilj]" ], - "Add delivery method": ["Dodajte način dostave"], - "Add description of your tag": ["Dodajte opis vaše oznake"], - "Add extra connection information.": ["Dodaj informacije o povezavi."], - "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.": [ - "Doda stavke za filtriranje izvorne poizvedbe filtra,\n vendar samo v kontekstu samodejnega izpolnjevanja.\n Ne vpliva na to kako bo filter deloval na nadzorno ploščo.\n Uporabno je, če želite izboljšati učinkovitost poizvedbe filtra\n ali pa omejiti nabor prikazanih vrednosti filtra." + "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: {}" ], - "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\"" + "Directed Force Layout": ["Izgled usmerjene sile"], + "Country Map": ["Zemljevid držav"], + "World Map": ["Zemljevid sveta"], + "Parallel Coordinates": ["Vzporedne koordinate"], + "Heatmap": ["Toplotni prikaz"], + "Horizon Charts": ["Horizontni grafikoni"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" ], - "Add new color formatter": ["Dodaj novo pravilo za barvo"], - "Add new formatter": ["Dodaj novo pravilo"], - "Add notification method": ["Dodajte način obveščanja"], - "Add required control values to preview chart": [ - "Dodaj potrebne parametre za predogled grafikona" + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Mora imeti stolpec [Združevanje po], da ima število (count) kot [Oznaka]" ], - "Add required control values to save chart": [ - "Dodaj potrebne parametre za shranjenje grafikona" + "Choice of [Label] must be present in [Group By]": [ + "Izbira [Oznaka] mora biti prisotna v [Združevanje po]" ], - "Add sheet": ["Dodaj preglednico"], - "Add tag to entities": ["Dodaj oznako elementom"], - "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": [ - "Mogoče bodo potrebna dodatna polja" + "Choice of [Point Radius] must be present in [Group By]": [ + "Izbran [Radij točk] mora biti prisoten v [Združevanje po]" ], - "Additional information": ["Dodatne informacije"], - "Additional metadata": ["Dodatni metapodatki"], - "Additional padding for legend.": ["Dodatni razmak za legendo."], - "Additional parameters": ["Dodatni parametri"], - "Additional settings.": ["Dodatne nastavitve."], - "Additional text to add before or after the value, e.g. unit": [ - "Dodatno besedilo, ki ga dodate pred ali za vrednost, npr. enota" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "Stolpca [Zemljepisna dolžina] in [Zemljepisna širina] morata biti prisotna v [Združevanje po]" ], - "Additive": ["Aditivno"], - "Adjust how this database will interact with SQL Lab.": [ - "Nastavite kako bo ta podatkovna baza delovala z SQL-laboratorijem." + "Deck.gl - Multiple Layers": ["Deck.gl - večplastni grafikon"], + "Bad spatial key": ["Neustrezen prostorski ključ"], + "Invalid spatial point encountered: %(latlong)s": [""], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Prišlo je do neveljavnega NULL prostorskega vnosa, poskusite ga izločiti s filtrom" ], - "Adjust performance settings of this database.": [ - "Prilagodite nastavitve zmogljivosti te podatkovne baze." + "Deck.gl - Scatter plot": ["Deck.gl - raztreseni grafikon"], + "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 - Heatmap": ["Deck.gl - toplotna karta"], + "Deck.gl - Contour": ["Deck.gl - plastnice"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Arc": ["Deck.gl - lok"], + "Event flow": ["Potek dogodkov"], + "Time Series - Paired t-test": [ + "Časovna vrsta - t-test za odvisne vzorce" ], - "Advanced": ["Napredno"], - "Advanced Analytics": ["Napredna analitika"], - "Advanced Data type": ["Napredni podatkovni tip"], - "Advanced analytics": ["Napredna analitika"], - "Advanced analytics Query A": ["Napredna analitika za poizvedbo A"], - "Advanced analytics Query B": ["Napredna analitika za poizvedba B"], - "Advanced data type": ["Napredni podatkovni tip"], - "Advanced-Analytics": ["Napredna analitika"], - "Aesthetic": ["Estetika"], - "After": ["Potem"], - "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." + "Time Series - Nightingale Rose Chart": [ + "Časovna vrsta - Nightingale Rose grafikon" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" + "Partition Diagram": ["Grafikon s pravokotniki"], + "Please choose at least one groupby": ["Izberite vsaj en 'Group by'"], + "Invalid advanced data type: %(advanced_data_type)s": [ + "Neveljaven napreden tip rezultata: %(advanced_data_type)s" ], - "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" + "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" ], - "Aggregation": ["Agregacija"], - "Aggregation function": ["Agregacijska funkcija"], - "Alert": ["Opozorilo"], - "Alert Triggered, In Grace Period": [ - "Opozorilo sproženo, v obdobju mirovanja" + "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" ], - "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." + "Deleted %(num)d chart": [ + "Izbrisan je %(num)d grafikon", + "Izbrisana sta %(num)d grafikona", + "Izbrisani so %(num)d grafikoni", + "Izbrisanih je %(num)d grafikonov" ], - "Alert found an error while executing a query.": [ - "Opozorilo je našlo napako pri izvajanju poizvedbe." + "Is certified": ["Certificiran"], + "Has created by": ["Ustvarjen s strani"], + "Created by me": ["Ustvarjeno z moje strani"], + "Owned Created or Favored": ["Lastnik, Ustvaril ali Priljubljen"], + "Total (%(aggfunc)s)": ["Skupaj (%(aggfunc)s)"], + "Subtotal": ["Delna vsota"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` mora biti med 0 in 1 (odprt)" ], - "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." + "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." ], - "Alert query returned more than one column.": [ - "Poizvedba za opozorilo je vrnila več kot en stolpec." + "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." ], - "Alert query returned more than one row.": [ - "Poizvedba za opozorilo je vrnila več kot eno vrstico." + "`width` must be greater or equal to 0": [ + "`width` mora biti večja ali enaka 0" ], - "Alert running": ["Opozorilo aktivno"], - "Alert triggered, notification sent": [ - "Opozorilo sproženo, obvestilo poslano" + "`row_limit` must be greater than or equal to 0": [ + "`row_limit` mora biti večja ali enaka 0" ], - "Alert validator config error.": [ - "Napaka nastavitev potrjevalnika opozoril." + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` mora biti večja ali enaka 0" ], - "Alerts": ["Opozorila"], - "Alerts & Reports": ["Opozorila in poročila"], - "Alerts & reports": ["Opozorila in poročila"], - "Align +/-": ["Poravnaj +/-"], - "All": ["Vse"], - "All Text": ["Celotno besedilo"], - "All charts": ["Vsi grafikoni"], - "All charts/global scoping": ["Vsi grafikoni/globalni doseg"], - "All filters": ["Vsi filtri"], - "All panels": ["Vsi paneli"], - "All panels with this column will be affected by this filter": [ - "Ta filter bo vplival na vse grafikone s tem stolpcem" + "orderby column must be populated": [ + "stolpec za razvrščanje (orderby) mora biti izpolnjen" ], - "Allow CREATE TABLE AS": ["Dovoli CREATE TABLE AS"], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" + "Chart has no query context saved. Please save the chart again.": [ + "Grafikon nima shranjenega konteksta poizvedbe. Ponovno shranite grafikon." ], - "Allow CREATE VIEW AS": ["Dovoli CREATE VIEW AS"], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" + "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"], + "Annotation layer parameters are invalid.": [ + "Parametri sloja z oznakami so neveljavni." ], - "Allow Csv Upload": ["Dovoli nalaganje CSV"], - "Allow DML": ["Dovoli DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "Dovoli, da se imena stolpcev spremenijo v male tiskane črke, kjer je to podprto (npr. Oracle, Snowflake)." + "Annotation layer could not be created.": [ + "Sloja z oznakami ni mogoče ustvariti." ], - "Allow columns to be rearranged": ["Omogoči razvrščanje stolpcev"], - "Allow creation of new tables based on queries": [ - "Dovoli ustvarjanje novih tabel s poizvedbami" + "Annotation layer could not be updated.": [ + "Sloja z oznakami ni mogoče posodobiti." ], - "Allow creation of new views based on queries": [ - "Dovoli ustvarjanje novih pogledov s poizvedbami" + "Annotation layer not found.": ["Sloja z oznakami ni mogoče najti."], + "Annotation layers could not be deleted.": [ + "Slojev z oznakami ni mogoče izbrisati." ], - "Allow data manipulation language": [ - "Dovoli jezik za manipulacijo podatkov (DML)" + "Annotation layer has associated annotations.": [ + "Sloj z oznakami ima povezane oznake." ], - "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." + "Name must be unique": ["Ime mora biti unikatno"], + "End date must be after start date": [ + "Končni datum mora biti za začetnim" ], - "Allow file uploads to database": [ - "Dovolite nalaganje datotek v podatkovno bazo" + "Short description must be unique for this layer": [ + "Kratek opis mora biti za ta sloj unikaten" ], - "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." + "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."], + "Annotations could not be deleted.": ["Oznak ni mogoče izbrisati."], + "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]." ], - "Allow node selections": ["Dovoli izbiro vozlišča"], - "Allow sending multiple polygons as a filter event": [ - "Dovoli pošiljanje več poligonov kot dogodek filtra" + "Cannot parse time string [%(human_readable)s]": [ + "Ni mogoče razčleniti časovnega izraza [%(human_readable)s]" ], - "Allow this database to be explored": [ - "Dovoli raziskovanje te podatkovne baze" + "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]." ], - "Allow this database to be queried in SQL Lab": [ - "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" + "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" ], - "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" + "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."], + "Charts could not be deleted.": ["Grafikonov ni mogoče izbrisati."], + "There are associated alerts or reports": [ + "Prisotna so povezana opozorila in poročila" ], - "Allowed Domains (comma separated)": [ - "Dovoljene domene (ločeno z vejico)" + "You don't have access to this chart.": [ + "Nimate dostopa do tega grafikona." ], - "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." + "Changing this chart is forbidden": [ + "Spreminjanje tega grafikona ni dovoljeno" ], - "Altered": ["Spremenjeno"], - "Always filter main datetime column": [ - "Vedno filtriraj glavni časovni stolpec" + "Import chart failed for an unknown reason": [ + "Uvoz grafikona ni uspel zaradi neznanega razloga" ], - "An Error Occurred": ["Prišlo je do napake"], - "An alert named \"%(name)s\" already exists": [ - "Opozorilo poimenovano %(name)s že obstaja" + "Changing one or more of these dashboards is forbidden": [ + "Spreminjanje teh nadzornih plošč ni dovoljeno" ], - "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)." + "Chart not found": ["Grafikon ni najden"], + "Error: %(error)s": ["Napaka: %(error)s"], + "CSS templates could not be deleted.": [ + "CSS predlog ni mogoče izbrisati." ], - "An engine must be specified when passing individual parameters to a database.": [ - "Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen tip." + "CSS template not found.": ["CSS predloga ni najdena."], + "Must be unique": ["Mora biti unikaten"], + "Dashboard parameters are invalid.": [ + "Parametri nadzorne plošče so neveljavni." ], - "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" + "Dashboards could not be created.": [ + "Nadzornih plošč ni mogoče ustvariti." ], - "An error occurred while accessing the value.": [ - "Pri dostopanju do vednosti je prišlo do težave." + "Dashboard could not be updated.": [ + "Nadzorne plošče ni mogoče posodobiti." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "Dashboard could not be deleted.": [ + "Nadzorne plošče ni mogoče izbrisati." ], - "An error occurred while creating %ss: %s": [ - "Napaka pri ustvarjanju %s: %s" + "Changing this Dashboard is forbidden": [ + "Spreminjanje te nadzorne plošče ni dovoljeno" ], - "An error occurred while creating the data source": [ - "Pri ustvarjanju podatkovnega vira je prišlo do težave" + "Import dashboard failed for an unknown reason": [ + "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" ], - "An error occurred while creating the value.": [ - "Pri ustvarjanju vrednosti je prišlo do težave." + "You don't have access to this dashboard.": [ + "Nimate dostopa do te nadzorne plošče." ], - "An error occurred while deleting the value.": [ - "Pri brisanju vrednosti je prišlo do napake." + "You don't have access to this embedded dashboard config.": [ + "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "No data in file": ["V datoteki ni podatkov"], + "Database parameters are invalid.": [ + "Parametri podatkovne baze so neveljavni." ], - "An error occurred while fetching %s info: %s": [ - "Napaka pri pridobivanju informacij za %s: %s" + "A database with the same name already exists.": [ + "Podatkovna baza z enakim imenom že obstaja." ], - "An error occurred while fetching %ss: %s": [ - "Napaka pri pridobivanju informacij za %s: %s" + "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" ], - "An error occurred while fetching available CSS templates": [ - "Pri pridobivanju CSS predlog je prišlo do napake" + "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." ], - "An error occurred while fetching chart owners values: %s": [ - "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" + "Database not found.": ["Podatkovna baza ni najdena."], + "Database could not be created.": [ + "Podatkovne baze ni mogoče ustvariti." ], - "An error occurred while fetching dashboard owner values: %s": [ - "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" + "Database could not be updated.": [ + "Podatkovne baze ni mogoče posodobiti." ], - "An error occurred while fetching dashboards": [ - "Prišlo je do napake pri pridobivanju nadzornih plošč" + "Connection failed, please check your connection settings": [ + "Povezava neuspešna. Preverite nastavitve povezave" ], - "An error occurred while fetching dashboards: %s": [ - "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" + "Cannot delete a database that has datasets attached": [ + "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" ], - "An error occurred while fetching database related data: %s": [ - "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" + "Database could not be deleted.": [ + "Podatkovne baze ni mogoče izbrisati." ], - "An error occurred while fetching database values: %s": [ - "Pri pridobivanju vrednosti podatkovne baze je prišlo do napake: %s" + "Stopped an unsafe database connection": [ + "Nevarna povezava s podatkovno bazo je bila ustavljena" ], - "An error occurred while fetching dataset datasource values: %s": [ - "Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo do napake: %s" + "Could not load database driver": [ + "Ni mogoče naložiti gonilnika podatkovne baze" ], - "An error occurred while fetching dataset owner values: %s": [ - "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" + "Unexpected error occurred, please check your logs for details": [ + "Zgodila se je nepričakovana napaka. Podrobnosti preverite v dnevnikih" ], - "An error occurred while fetching dataset related data": [ - "Napaka pri pridobivanju podatkov iz podatkovnega seta" + "no SQL validator is configured": ["potrjevalnik SQL ni nastavljen"], + "No validator found (configured for the engine)": [ + "Potrjevalnik ni najden (nastavljen za podatkovno bazo)" ], - "An error occurred while fetching dataset related data: %s": [ - "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" + "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" ], - "An error occurred while fetching datasets: %s": [ - "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" + "Could not load database driver: {}": [ + "Ni mogoče naložiti gonilnika podatkovne baze: {}" ], - "An error occurred while fetching function names.": [ - "Pri pridobivanju imen funkcij je prišlo do napake." + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." ], - "An error occurred while fetching owners values: %s": [ - "Pri pridobivanju polja lastnik je prišlo do napake: %s" + "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" ], - "An error occurred while fetching schema values: %s": [ - "Pri pridobivanju vrednosti shem je prišlo do napake: %s" + "SSH Tunnel could not be deleted.": ["SSH-tunela ni mogoče izbrisati."], + "SSH Tunnel not found.": ["SSH-tunela ni najden."], + "SSH Tunnel parameters are invalid.": [ + "Parametri SSH-tunela so neveljavni." ], - "An error occurred while fetching tab state": [ - "Pri pridobivanju stanja zavihka je prišlo do napake" + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": ["SSH-tunela ni mogoče posodobiti."], + "Creating SSH Tunnel failed for an unknown reason": [ + "Ustvarjanje SSH-tunela ni uspelo zaradi neznanega razloga" ], - "An error occurred while fetching table metadata": [ - "Pri pridobivanju metapodatkov tabele je prišlo do napake" + "SSH Tunneling is not enabled": ["SSH-tunel ni omogočen"], + "Must provide credentials for the SSH Tunnel": [ + "Za SSH-tunel morate podati prijavne podatke" ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte administratorja." + "Cannot have multiple credentials for the SSH Tunnel": [ + "Za SSH-tunel ne morete imeti več prijavnih podatkov" ], - "An error occurred while fetching user values: %s": [ - "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" + "The database was not found.": ["Podatkovna baza ni bila najdena."], + "Dataset %(name)s already exists": ["Podatkovni set %(name)s že obstaja"], + "Database not allowed to change": [ + "Podatkovne baze ni dovoljeno spreminjati" ], - "An error occurred while importing %s: %s": [ - "Napaka pri uvažanju %s: %s" + "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" ], - "An error occurred while loading dashboard information.": [ - "Prišlo je do napake pri pridobivanju informacij o nadzorni plošči." + "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" ], - "An error occurred while loading the SQL": [ - "Pri nalaganju SQL je prišlo do napake" + "Dataset does not exist": ["Podatkovni set ne obstaja"], + "Dataset parameters are invalid.": [ + "Parametri podatkovnega seta so neveljavni." ], - "An error occurred while opening Explore": [ - "Pri odpiranju Raziskovalca je prišlo do napake" + "Dataset could not be created.": [ + "Podatkovnega niza ni mogoče ustvariti." ], - "An error occurred while parsing the key.": [ - "Pri branju ključa je prišlo do težave." + "Dataset could not be updated.": [ + "Podatkovnega niza ni mogoče posodobiti." ], - "An error occurred while pruning logs ": [ - "Pri krajšanju dnevnikov je prišlo do napake " + "Datasets could not be deleted.": [ + "Podatkovnih nizov ni mogoče izbrisati." ], - "An error occurred while removing query. Please contact your administrator.": [ - "Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte administratorja." + "Samples for dataset could not be retrieved.": [ + "Vzorcev za podatkovni set ni bilo mogoče pridobiti." ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte administratorja." + "Changing this dataset is forbidden": [ + "Spreminjanje tega podatkovnega seta ni dovoljeno" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte administratorja." + "Import dataset failed for an unknown reason": [ + "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" ], - "An error occurred while rendering the visualization: %s": [ - "Pri prikazovanju vizualizacije je prišlo do napake: %s" + "You don't have access to this dataset.": [ + "Nimate dostopa do tega podatkovnega seta." ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Pri določanju aktivnega zavihka je prišlo do napake. Kontaktirajte administratorja." + "Dataset could not be duplicated.": [ + "Podatkovnega niza ni mogoče duplicirati." ], - "An error occurred while starring this chart": [ - "Pri ocenjevanju grafikona je prišlo do napake" + "Data URI is not allowed.": ["URI za podatke ni dovoljen."], + "The provided table was not found in the provided database": [ + "Podana tabela ni bila najdena v podani podatkovni bazi" ], - "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\"." + "Dataset column not found.": ["Stolpec podatkovnega seta ni najden."], + "Dataset column delete failed.": [ + "Brisanje stolpca podatkovnega seta neuspešno." ], - "An error occurred while updating the value.": [ - "Pri posodabljanju vrednosti je prišlo do težave." + "Changing this dataset is forbidden.": [ + "Spreminjanje tega podatkovnega seta ni dovoljeno." ], - "An error occurred while upserting the value.": [ - "Pri posodabljanju/vstavljanju vrednosti je prišlo do težave." + "Dataset metric not found.": ["Mer podatkovnega seta ni najdena."], + "Dataset metric delete failed.": [ + "Brisanje mere podatkovnega seta ni uspelo." ], - "An unexpected error occurred": ["Prišlo je do nepričakovane napake"], - "Anchor to": ["Sidraj na"], - "Angle at which to end progress axis": [ - "Kot, pri katerem se konča številčnica" + "Form data not found in cache, reverting to chart metadata.": [ + "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki grafikona." ], - "Angle at which to start progress axis": [ - "Kot, pri katerem se začne številčnica" + "Form data not found in cache, reverting to dataset metadata.": [ + "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki podatkovnega seta." ], - "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 layer": ["Sloj z oznakami"], - "Annotation layer could not be created.": [ - "Sloja z oznakami ni mogoče ustvariti." + "[Missing Dataset]": ["[Manjka podatkovni set]"], + "Saved queries could not be deleted.": [ + "Shranjenih poizvedb ni mogoče izbrisati." ], - "Annotation layer could not be updated.": [ - "Sloja z oznakami ni mogoče posodobiti." + "Saved query not found.": ["Shranjena poizvedba ni najdena."], + "Import saved query failed for an unknown reason.": [ + "Uvoz shranjene poizvedbe ni uspel zaradi neznanega razloga." ], - "Annotation layer description columns": [ - "Stolpci z opisi slojev z oznakami" + "Saved query parameters are invalid.": [ + "Parametri shranjene poizvedbe so neveljavni." ], - "Annotation layer has associated annotations.": [ - "Sloj z oznakami ima povezane oznake." + "Invalid tab ids: %s(tab_ids)": [ + "Neveljavni id-ji zavihkov: %s(tab_ids)" ], - "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." + "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" ], - "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." + "Type is required": ["Tip je obvezen"], + "Choose a chart or dashboard not both": [ + "Izberite grafikon ali nadzorno ploščo, ne obojega" ], - "Annotation layers could not be deleted.": [ - "Slojev z oznakami ni mogoče izbrisati." + "Must choose either a chart or a dashboard": [ + "Izberite bodisi grafikon bodisi nadzorno ploščo" ], - "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.": [ - "Prikaz dodatnih podrobnosti za certifikacijo." + "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." ], - "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" + "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." ], - "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. " + "Report Schedule parameters are invalid.": [ + "Parametri urnika poročanja so neveljavni." ], - "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 " + "Report Schedule could not be created.": [ + "Urnika poročanja ni mogoče ustvariti." ], - "Append": ["Dodaj"], - "Applied cross-filters (%d)": ["Uporabljeni medsebojni filtri (%d)"], - "Applied filters (%d)": ["Uporabljeni filtri (%d)"], - "Applied filters: %s": ["Uporabljeni filtri: %s"], - "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." + "Report Schedule could not be updated.": [ + "Urnika poročanja ni mogoče posodobiti." ], - "Apply": ["Uporabi"], - "Apply conditional color formatting to metric": [ - "Za mere uporabi pogojno oblikovanje z barvami" + "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." ], - "Apply conditional color formatting to metrics": [ - "Za mere uporabi pogojno oblikovanje z barvami" + "Report Schedule execution failed when generating a screenshot.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske slike." ], - "Apply conditional color formatting to numeric columns": [ - "Za numerične stolpce uporabi pogojno oblikovanje z barvami" + "Report Schedule execution failed when generating a csv.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju csv." ], - "Apply filters": ["Uporabi filtre"], - "Apply metrics on": ["Uporabi mero za"], - "Apply to all panels": ["Uporabi za vse grafikone"], - "Apply to specific panels": ["Uporabi za izbrane grafikone"], - "April": ["April"], - "Arc": ["Lok"], - "Are you sure you intend to overwrite the following values?": [ - "Ali ste prepričani, da želite prepisati naslednje vrednosti?" + "Report Schedule execution failed when generating a dataframe.": [ + "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega okvira." ], - "Are you sure you want to cancel?": ["Ali želite prekiniti?"], - "Are you sure you want to delete": [ - "Ali ste prepričani, da želite izbrisati" + "Report Schedule execution got an unexpected error.": [ + "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." ], - "Are you sure you want to delete %s?": [ - "Ali ste prepričani, da želite izbrisati %s?" + "Report Schedule is still working, refusing to re-compute.": [ + "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." ], - "Are you sure you want to delete the selected %s?": [ - "Ali ste prepričani, da želite izbrisati izbrane %s?" + "Report Schedule reached a working timeout.": [ + "Urnik poročanja je dosegel mejo časa izvedbe." ], - "Are you sure you want to delete the selected annotations?": [ - "Ali ste prepričani, da želite izbrisati izbrane oznake?" + "A report named \"%(name)s\" already exists": [ + "Poročilo poimenovano %(name)s že obstaja" ], - "Are you sure you want to delete the selected charts?": [ - "Ali ste prepričani, da želite izbrisati izbrane grafikone?" + "An alert named \"%(name)s\" already exists": [ + "Opozorilo poimenovano %(name)s že obstaja" ], - "Are you sure you want to delete the selected dashboards?": [ - "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" + "Resource already has an attached report.": [ + "Vir že ima povezano poročilo." ], - "Are you sure you want to delete the selected datasets?": [ - "Ali ste prepričani, da želite izbrisati izbrane podatkovne sete?" + "Alert query returned more than one row.": [ + "Poizvedba za opozorilo je vrnila več kot eno vrstico." ], - "Are you sure you want to delete the selected layers?": [ - "Ali ste prepričani, da želite izbrisati izbrane sloje?" + "Alert validator config error.": [ + "Napaka nastavitev potrjevalnika opozoril." ], - "Are you sure you want to delete the selected queries?": [ - "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" + "Alert query returned more than one column.": [ + "Poizvedba za opozorilo je vrnila več kot en stolpec." ], - "Are you sure you want to delete the selected rules?": [ - "Ali ste prepričani, da želite izbrisati izbrana pravila?" + "Alert query returned a non-number value.": [ + "Poizvedba za opozorilo je vrnila neštevilsko vrednost." ], - "Are you sure you want to delete the selected tags?": [ - "Ali ste prepričani, da želite izbrisati izbrane oznake?" + "Alert found an error while executing a query.": [ + "Opozorilo je našlo napako pri izvajanju poizvedbe." ], - "Are you sure you want to delete the selected templates?": [ - "Ali ste prepričani, da želite izbrisati izbrane predloge?" + "A timeout occurred while executing the query.": [ + "Pri izvajanju poizvedbe je potekel čas." ], - "Are you sure you want to overwrite this dataset?": [ - "Ali ste prepričani, da želite prepisati podatkovni set?" + "A timeout occurred while taking a screenshot.": [ + "Pri ustvarjanju zaslonske slike je potekel čas." ], - "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?" + "A timeout occurred while generating a csv.": [ + "Pri ustvarjanju csv je potekel čas." ], - "Area Chart": ["Ploščinski grafikon"], - "Time-series Area Chart (legacy)": ["Ploščinski grafikon (zastarelo)"], - "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." + "A timeout occurred while generating a dataframe.": [ + "Pri ustvarjanju podatkovnega okvira je potekel čas." ], - "Arrow": ["Puščica"], - "Assign a set of parameters as": ["Določi nabor parametrov kot"], - "Assist": ["Pomoč"], - "Associated Charts": ["Povezani grafikoni"], - "Async Execution": ["Asinhrono izvajanje"], - "Asynchronous query execution": ["Asinhroni zagon poizvedb"], - "August": ["Avgust"], - "Auto": ["Samodejno"], - "Auto Zoom": ["Samodejna povečava"], - "Autocomplete": ["Samodokončaj"], - "Autocomplete filters": ["Samodokončaj filtre"], - "Autocomplete query predicate": ["Predikat za samodokončanje poizvedb"], - "Automatic Color": ["Samodejne barve"], - "Available sorting modes:": ["Razpoložljivi načini razvrščanja:"], - "Average": ["Povprečje"], - "Average value": ["Povprečna vrednost"], - "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": ["BOOLEAN"], - "Back": ["Nazaj"], - "Back to all": ["Nazaj na vse"], - "Backend": ["Zaledni sistem"], - "Backward values": ["Prejšnje vrednosti"], - "Bad formula.": ["Napačna formula."], - "Bad spatial key": ["Neustrezen prostorski ključ"], - "Bar": ["Stolpec"], - "Bar Chart": ["Stolpčni grafikon"], - "Bar Chart (legacy)": ["Stolpčni graf (zastarelo)"], - "Bar Charts are used to show metrics as a series of bars.": [ - "Stolpčni grafikoni se uporabljajo za prikaz mer z nizi stolpcev." + "Alert fired during grace period.": [ + "Opozorilo sproženo med obdobjem mirovanja." ], - "Bar Values": ["Vrednosti stolpcev"], - "Bar orientation": ["Orientacija stolpcev"], - "Base": ["Osnova"], - "Base layer map style. See Mapbox documentation: %s": [ - "Slog osnovnega zemljevida. Glej dokumentacijo Mapbox: %s" + "Alert ended grace period.": ["Opozorilo je končalo obdobje mirovanja."], + "Alert on grace period": ["Opozorilo v obdobju mirovanja"], + "Report Schedule state not found": ["Stanje urnika poročanj ni najdeno"], + "Report schedule system error": ["Sistemska napaka urnika poročanja"], + "Report schedule client error": ["Napaka klienta urnika poročanja"], + "Report schedule unexpected error": [ + "Nepričakovana napaka urnika poročanja" ], - "Based on a metric": ["Osnovan na meri"], - "Based on granularity, number of time periods to compare against": [ - "Število časovnih obdobij za primerjavo (na osnovi granulacije)" + "Changing this report is forbidden": [ + "Spreminjanje tega poročila ni dovoljeno" ], - "Based on what should series be ordered on the chart and legend": [ - "Na osnovi česa so serije sortirane na grafikonu in legendi" + "An error occurred while pruning logs ": [ + "Pri krajšanju dnevnikov je prišlo do napake " ], - "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 Time Period Comparison": [""], - "Big Number with Trendline": ["Velika številka s trendno krivuljo"], - "Bottom": ["Spodaj"], - "Bottom Margin": ["Spodnji rob"], - "Bottom left": ["Spodaj levo"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Spodnji rob, v pikslih, s katerim povečamo prostor za oznake osi" + "RLS Rule not found.": ["RLS-pravilo ni najdeno."], + "RLS rules could not be deleted.": ["RLS-pravil ni mogoče izbrisati."], + "The database could not be found": ["Podatkovna baza ni bila najdena"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Ocenjevanje poizvedbe je bilo ustavljeno po %(sqllab_timeout)s sekundah. Lahko je prekompleksno ali pa je podatkovna baza preobremenjena." ], - "Bottom right": ["Spodaj desno"], - "Bottom to Top": ["Od dna proti vrhu"], - "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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 numerične X-osi. Ni veljavno za časovne ali kategorične osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." + "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." ], - "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." + "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." ], - "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." + "Cannot access the query": ["Dostop do poizvedbe ni mogoč"], + "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." ], - "Bounds for the primary 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 primarne 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." + "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." ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "Meje sekundarne Y-osi. Deluje le, če so omogočene odvisne meje Y-osi.\n Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov.\n Funkcija omeji le prikaz, obseg podatkov pa ostane enak." + "Tag parameters are invalid.": ["Parametri oznak so neveljavni."], + "Tag could not be created.": ["Oznake ni mogoče ustvariti."], + "Tag could not be updated.": ["Oznake ni mogoče posodobiti."], + "Tag could not be deleted.": ["Oznake ni mogoče izbrisati."], + "Tagged Object could not be deleted.": [ + "Označenega elementa ni mogoče izbrisati." ], - "Box Plot": ["Box Plot"], - "Breakdowns": ["Razčlenitev"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "Razbije niz po kategorijah, določenih v tem polju.\n Na ta način lahko uporabniki razumejo, kako vsaka kategorija vpliva na skupno vrednost." + "An error occurred while creating the value.": [ + "Pri ustvarjanju vrednosti je prišlo do težave." ], - "Bubble Chart": ["Mehurčkasti grafikon"], - "Bubble Chart (legacy)": ["Mehurčkasti grafikon (zastarelo)"], - "Bubble Color": ["Barva mehurčka"], - "Bubble Opacity": ["Prosojnost mehurčka"], - "Bubble Size": ["Velikost mehurčka"], - "Bubble size": ["Velikost mehurčka"], - "Bubble size number format": ["Oblika zapisa velikosti mehurčka"], - "Bucket break points": ["Točke za razčlenitev razdelkov"], - "Build": ["Zgradi"], - "Bulk select": ["Izberi več"], - "Bulk tag": ["Označi več"], - "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)." + "An error occurred while accessing the value.": [ + "Pri dostopanju do vednosti je prišlo do težave." ], - "By key: use column names as sorting key": [ - "Po ključu: za razvrščanje uporabite imena stolpcev" + "An error occurred while deleting the value.": [ + "Pri brisanju vrednosti je prišlo do napake." ], - "By key: use row names as sorting key": [ - "Po ključu: za razvrščanje uporabite imena vrstic" + "An error occurred while updating the value.": [ + "Pri posodabljanju vrednosti je prišlo do težave." ], - "By value: use metric values as sorting key": [ - "Po vrednosti: za razvrščanje uporabite vrednosti mere" + "You don't have permission to modify the value.": [ + "Nimate dovoljenja za spreminjanje vrednosti." ], - "CANCEL": ["PREKINI"], - "CREATE DATASET": ["USTVARI PODATKOVNI SET"], - "CREATE TABLE AS": ["CREATE TABLE AS"], - "CREATE VIEW AS": ["CREATE VIEW AS"], - "CREATE VIEW statement": ["CREATE VIEW stavek"], - "CRON Schedule": ["CRON urnik"], - "CRON expression": ["CRON izraz"], - "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 not found.": ["CSS predloga ni najdena."], - "CSS templates": ["CSS predloge"], - "CSS templates could not be deleted.": [ - "CSS predlog ni mogoče izbrisati." + "Resource was not found.": ["Vir ni bil najden."], + "Invalid result type: %(result_type)s": [ + "Neveljaven tip rezultata: %(result_type)s" ], - "CSV Upload": ["Nalaganje CSV"], - "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\"" + "Columns missing in dataset: %(invalid_columns)s": [ + "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" ], - "CSV to Database configuration": [ - "Nastavitve pretvorbe CSV v podatkovno bazo" + "Time Grain must be specified when using Time Shift.": [ + "Pri časovnem premiku mora biti definirana granulacija časa." ], - "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." + "A time column must be specified when using a Time Comparison.": [ + "Pri časovni primerjavi mora biti definiran časovni stolpec." ], - "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." + "The chart does not exist": ["Grafikon ne obstaja"], + "The chart datasource does not exist": [ + "Podatkovni vir grafikona ne obstaja" ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS (create view as select) poizvedba ima več kot en stavek." + "The chart query context does not exist": [ + "Kontekst poizvedbe grafikona ne obstaja" ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS (create view as select) poizvedba ni SELECT stavek." + "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." ], - "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" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " ], - "Calculate from first step": ["Izračunaj iz prvega koraka"], - "Calculate from previous step": ["Izračunaj iz prejšnjega koraka"], - "Calculated column [%s] requires an expression": [ - "Izračunan stolpec [%s] zahteva izraz" + "`operation` property of post processing object undefined": [ + "Lastnost `operation` poprocesirnega objekta ni definirana" ], - "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" + "Unsupported post processing operation: %(operation)s": [ + "Nepodprta poprocesirna operacija: %(operation)s" ], - "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" + "[asc]": ["[asc]"], + "[desc]": ["[desc]"], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" ], - "Cancel": ["Prekliči"], - "Cancel query on window unload event": [ - "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" + "Virtual dataset query must be read-only": [ + "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" ], - "Cannot access the query": ["Dostop do poizvedbe ni mogoč"], - "Cannot delete a database that has datasets attached": [ - "Podatkovne baze s povezanimi podatkovnimi viri ni mogoče izbrisati" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Napaka v jinja izrazu RLS filtrov: %(msg)s" ], - "Cannot have multiple credentials for the SSH Tunnel": [ - "Za SSH-tunel ne morete imeti več prijavnih podatkov" + "Metric '%(metric)s' does not exist": ["Mera '%(metric)s' ne obstaja"], + "Db engine did not return all queried columns": [ + "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" ], - "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]" + "Virtual dataset query cannot be empty": [ + "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" ], - "Categorical": ["Kategorični"], - "Categorical Color": ["Kategorična barva"], - "Categories to group by on the x-axis.": [ - "Kategorije za združevanje po x-osi." + "Only `SELECT` statements are allowed": [ + "Dovoljeni so le `SELECT` stavki" ], - "Category": ["Kategorija"], - "Category Name": ["Ime kategorije"], - "Category and Percentage": ["Kategorija in procent"], - "Category and Value": ["Kategorija in vrednost"], - "Category name": ["Ime kategorije"], - "Category of target nodes": ["Kategorija ciljnih vozlišč"], - "Category, Value and Percentage": ["Kategorija, vrednost in procent"], - "Cell Padding": ["Razmak med celicami"], - "Cell Radius": ["Zaobljenost celice"], - "Cell Size": ["Velikost celice"], - "Cell bars": ["Stolp. graf v celicah"], - "Cell content": ["Vsebina celice"], - "Cell limit": ["Omejitev števila celic"], - "Centroid (Longitude and Latitude): ": [ - "Centroid (zemljepisna dolžina in širina): " + "Only single queries supported": ["Podprte so le enojne poizvedbe"], + "Columns": ["Stolpci"], + "Show Column": ["Prikaž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" ], - "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 by": ["Spremenil"], - "Changes saved.": ["Spremembe shranjene."], - "Changing one or more of these dashboards is forbidden": [ - "Spreminjanje teh nadzornih plošč ni dovoljeno" + "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." ], - "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 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." ], - "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." + "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": ["Prikaži mero"], + "Add Metric": ["Dodaj mero"], + "Edit Metric": ["Uredi mero"], + "Metric": ["Mera"], + "SQL Expression": ["SQL izraz"], + "D3 Format": ["D3 format"], + "Extra": ["Dodatno"], + "Warning Message": ["Opozorilo"], + "Tables": ["Tabele"], + "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." ], - "Changing this Dashboard is forbidden": [ - "Spreminjanje te nadzorne plošče ni dovoljeno" + "Timezone offset (in hours) for this datasource": [ + "Razlika časovnega pasu (v urah) za ta podatkovni vir" ], - "Changing this chart is forbidden": [ - "Spreminjanje tega grafikona ni dovoljeno" + "Name of the table that exists in the source database": [ + "Ime tabele, ki obstaja v izvorni podatkovni bazi" ], - "Changing this control takes effect instantly": [ - "Sprememba tega kontrolnika se odrazi takoj" + "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" ], - "Changing this dataset is forbidden": [ - "Spreminjanje tega podatkovnega seta ni dovoljeno" + "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." ], - "Changing this dataset is forbidden.": [ - "Spreminjanje tega podatkovnega seta ni dovoljeno." + "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`." ], - "Changing this datasource is forbidden": [ - "Spreminjanje tega podatkovnega vira ni dovoljeno" + "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" ], - "Changing this report is forbidden": [ - "Spreminjanje tega poročila ni dovoljeno" + "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" ], - "Character to interpret as decimal point": [ - "Znak, ki bo prepoznan kot decimalno ločilo" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL laboratoriju" ], - "Character to interpret as decimal point.": [ - "Znak, ki bo prepoznan kot decimalno ločilo." + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Nabor parametrov, ki postanejo razpoložljivi za poizvedbo z uporabo Jinja sintakse" ], - "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 Source": ["Podatkovni vir grafikona"], - "Chart Title": ["Naslov grafikona"], - "Chart [%s] has been overwritten": ["Grafikon [%s] je bil prepisan"], - "Chart [%s] has been saved": ["Grafikon [%s] je bil shranjen"], - "Chart [%s] was added to dashboard [%s]": [ - "Grafikon [%s] je bil dodan na nadzorno ploščo [%s]" + "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." ], - "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 [{}]" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "Dovoli, da se imena stolpcev spremenijo v male tiskane črke, kjer je to podprto (npr. Oracle, Snowflake)." ], - "Chart cache timeout": ["Trajanje predpomnilnika grafikona"], - "Chart changes": ["Spremembe grafikona"], - "Chart could not be created.": ["Grafikona ni mogoče ustvariti."], - "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." + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "Podatkovni seti imajo lahko glavni časovni stolpec (main_dttm_col), lahko pa imajo tudi sekundarnega. Če je ta atribut izbran, se hkrati s filtriranjem sekundarnih stolpcev filtrira tudi glavni časovni stolpec." ], - "Chart height": ["Višina grafikona"], - "Chart imported": ["Grafikon uvožen"], - "Chart last modified": ["Zadnja sprememba grafikona"], - "Chart last modified by": ["Grafikon nazadnje spremenil"], - "Chart name": ["Ime grafikona"], - "Chart not found": ["Grafikon ni najden"], - "Chart options": ["Možnosti grafikona"], - "Chart owners": ["Lastniki grafikona"], - "Chart parameters are invalid.": ["Parametri grafikona so neveljavni."], - "Chart properties updated": ["Lastnosti grafikona posodobljene"], - "Chart title": ["Naslov grafikona"], - "Chart type requires a dataset": ["Grafikon zahteva podatkovni set"], - "Chart width": ["Širina grafikona"], - "Charts": ["Grafikoni"], - "Charts could not be deleted.": ["Grafikonov ni mogoče izbrisati."], - "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" + "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"], + "Modified": ["Spremenjeno"], + "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." ], - "Check out this chart in dashboard:": [ - "Preizkusite ta grafikon v nadzorni plošči:" + "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" ], - "Check out this chart: ": ["Preizkusite ta grafikon: "], - "Check out this dashboard: ": ["Preizkusite to nadzorno ploščo: "], - "Check to force date partitions to have the same height": [ - "Če želite, da imajo datumske particije enako višino" + "Dataset schema is invalid, caused by: %(error)s": [ + "Shema podatkovnega seta ni veljavna, zaradi napake: %(error)s" ], - "Child label position": ["Položaj podrejene oznake"], - "Choice of [Label] must be present in [Group By]": [ - "Izbira [Oznaka] mora biti prisotna v [Združevanje po]" + "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šč" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Izbran [Radij točk] mora biti prisoten v [Združevanje po]" + "Title or Slug": ["Naslov ali `Slug`"], + "Role": ["Vloga"], + "Invalid state.": ["Neveljavno stanje."], + "Table name undefined": ["Ime tabele ni definirano"], + "Upload Enabled": ["Nalaganje omogočeno"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Neveljaven niz povezave - veljaven niz je običajno v obliki: backend+driver://user:password@database-host/database-name" ], - "Choose File": ["Izberite datoteko"], - "Choose a chart or dashboard not both": [ - "Izberite grafikon ali nadzorno ploščo, ne obojega" + "Field cannot be decoded by JSON. %(msg)s": [ + "Polja ni mogoče dekodirati z JSON. %(msg)s" ], - "Choose a database...": ["Izberite podatkovno bazo..."], - "Choose a dataset": ["Izberite podatkovni set"], - "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 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." + "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 the annotation layer type": ["Izberite tip sloja z oznakami"], - "Choose the format for legend values": [ - "Izberite obliko vrednosti legende" + "An engine must be specified when passing individual parameters to a database.": [ + "Pri podajanju posameznih parametrov podatkovne baze mora biti podan njen tip." ], - "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" + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Specifikacija baze \"InvalidEngine\" ne podpira konfiguracije s posameznimi parametri." ], - "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." + "Deleted %(num)d dataset": [ + "Izbrisan %(num)d podatkovni set", + "Izbrisana %(num)d podatkovna niza", + "Izbrisani %(num)d podatkovni nizi", + "Izbrisanih %(num)d podatkovnih nizov" ], - "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." + "Null or Empty": ["Nič (NULL) ali prazen"], + "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." ], - "Clause": ["Stavek"], - "Clear": ["Počisti"], - "Clear all": ["Počisti vse"], - "Clear all data": ["Počisti vse podatke"], - "Clear form": ["Počisti polja"], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ - "Kliknite na gumb \"Dodaj/Uredi filtre\" za kreiranje novih filtrov nadzorne plošče" + "Second": ["Sekunda"], + "5 second": ["5 second"], + "30 second": ["30 second"], + "Minute": ["Minuta"], + "5 minute": ["5 minute"], + "10 minute": ["10 minute"], + "15 minute": ["15 minute"], + "30 minute": ["30 minut"], + "Hour": ["Ura"], + "6 hour": ["6 hour"], + "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" ], - "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" + "Use an ssh tunnel connection to the database": [ + "Za povezavo s podatkovno bazo uporabite ssh-tunel" ], - "Click the lock to make changes.": [ - "Kliknite ključavnico, da omogočite spreminjanje." + "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\"": [ + "Povezava neuspešna. Preverite če so v servisnem računu nastavljene naslednje vloge: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" in so nastavljena naslednja dovoljenja: \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" ], - "Click the lock to prevent further changes.": [ - "Kliknite ključavnico, da onemogočite spreminjanje." + "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." ], - "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." + "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." ], - "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." + "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." ], - "Click to add a contour": ["Klikni za dodajanje plastnice"], - "Click to cancel sorting": ["Kliknite za prekinitev razvrščanja"], - "Click to edit": ["Kliknite za urejanje"], - "Click to edit %s.": ["Kliknite za urejanje %s."], - "Click to edit chart.": ["Kliknite za urejanje grafikona."], - "Click to edit label": ["Kliknite za urejanje oznake"], - "Click to favorite/unfavorite": [ - "Kliknite za priljubljeno/nepriljubljeno" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Uporabniško ime \"%(username)s\" ali geslo sta napačna." ], - "Click to force-refresh": ["Kliknite za prisilno osvežitev"], - "Click to see difference": ["Kliknite za prikaz razlike"], - "Click to sort ascending": ["Kliknite za naraščajoče razvrščanje"], - "Click to sort descending": ["Kliknite za padajoče razvrščanje"], - "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 row": ["Skrij vrstico"], - "Collapse tab content": ["Skrij vsebino zavihka"], - "Collapse table preview": ["Zapri predogled tabele"], - "Color": ["Barva"], - "Color +/-": ["Barva +/-"], - "Color Metric": ["Mera za barvo"], - "Color Scheme": ["Barvna shema"], - "Color Steps": ["Barvni koraki"], - "Color bounds": ["Barvne meje"], - "Color by": ["Barva glede na"], - "Color metric": ["Mera za barvo"], - "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: ": [ - "Barvna lestvica bo ustvarjena na osnovi normiranih vrednosti (0% do 100%) posameznih celic glede na ostale celice v izbranem obsegu: " + "Unknown Doris server host \"%(hostname)s\".": [ + "Neznan Doris strežnik \"%(hostname)s\"." ], - "Color: ": ["Barva: "], - "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." + "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." ], - "Column Configuration": ["Konfiguracija stolpca"], - "Column Data Types": ["Podatkovni tipi stolpcev"], - "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." + "Unable to connect to database \"%(database)s\".": [ + "Povezava s podatkovno bazo \"%(database)s\" ni uspela." ], - "Column containing latitude data": [ - "Stolpec s podatki zemljepisne širine" + "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." ], - "Column containing longitude data": [ - "Stolpec s podatki zemljepisne dolžine" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" ], - "Column datatype": ["Podatkovni tipi stolpcev"], - "Column header tooltip": ["Opis glave stolpca"], - "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." + "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." ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi Dataframe-a obstajajo, se uporabijo imena slednjih" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." ], - "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" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." ], - "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" + "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." ], - "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." + "Unknown MySQL server host \"%(hostname)s\".": [ + "Neznan MySQL strežnik \"%(hostname)s\"." ], - "Columnar File": ["Stolpč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\"" + "The username \"%(username)s\" does not exist.": [ + "Uporabniško ime \"%(username)s\" ne obstaja." ], - "Columnar to Database configuration": [ - "Nastavitve pretvorbe stolpčne oblike v podatkovno bazo" + "The user/password combination is not valid (Incorrect password for user).": [ + "Kombinacija uporabnik/geslo ni veljavna (napačno geslo)." ], - "Columns": ["Stolpci"], - "Columns To Be Parsed as Dates": [ - "Stolpci, ki bodo prepoznani kot datumi" + "Could not connect to database: \"%(database)s\"": [ + "Neuspešna povezava s podatkovno bazo: \"%(database)s\"" ], - "Columns To Read": ["Stolpci za branje"], - "Columns missing in dataset: %(invalid_columns)s": [ - "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" + "Could not resolve hostname: \"%(host)s\".": [ + "Gostitelj ni dosegljiv: \"%(host)s\"." ], - "Columns missing in datasource: %(invalid_columns)s": [ - "V podatkovnem viru manjkajo stolpci: %(invalid_columns)s" + "Port out of range 0-65535": ["Vrata v razponu 0-65535"], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Neveljaven niz povezave: pričakovan je niz oblike 'ocient://user:pass@host:port/database'." ], - "Columns subtotal position": ["Položaj delnih vsot stolpcev"], - "Columns to calculate distribution across.": [ - "Stolpci za izračun porazdelitve." + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "Napaka v sintaksi: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s" ], - "Columns to display": ["Stolpci za prikaz"], - "Columns to group by": ["Stolpci za združevanje po"], - "Columns to group by on the columns": [ - "Stolpci za združevanje po stolpcih" + "Table or View \"%(table)s\" does not exist.": [ + "Tabela ali pogled \"%(table)s\" ne obstaja." ], - "Columns to group by on the rows": ["Stolpci za združevanje po vrsticah"], - "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." + "Invalid reference to column: \"%(column)s\"": [ + "Neveljaven sklic na stolpec: \"%(column)s\"" ], - "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." + "The password provided for username \"%(username)s\" is incorrect.": [ + "Geslo za uporabniško ime \"%(username)s\" je napačno." ], - "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." + "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." ], - "Compare the same summarized metric across multiple groups.": [ - "Primerja isto mero med različnimi skupinami." + "Users are not allowed to set a search path for security reasons.": [ + "Uporabnikom ni dovoljeno nastaviti iskalne poti zaradi varnostnih razlogov." ], - "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." + "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." ], - "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." + "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." ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Povezava na katalog \"%(catalog_name)s\" ni uspela." ], - "Comparison": ["Primerjava"], - "Comparison Period Lag": ["Preteklo obdobje za primerjavo"], - "Comparison suffix": ["Pripona za procent"], - "Compose multiple layers together to form complex visuals.": [ - "Združi več plasti za oblikovanje kompleksnih vizualizacij." + "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." ], - "Compute the contribution to the total": ["Izračunaj prispevek k celoti"], - "Condition": ["Pogoj"], - "Conditional Formatting": ["Pogojno oblikovanje"], - "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)" - ], - "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 ..." + "%(object)s does not exist in this database.": [ + "%(object)s ne obstaja v tej podatkovni bazi." ], - "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." + "Samples for datasource could not be retrieved.": [ + "Vzorcev za podatkovni vir ni bilo mogoče pridobiti." ], - "Configure this dashboard to embed it into an external web application.": [ - "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." + "Changing this datasource is forbidden": [ + "Spreminjanje tega podatkovnega vira ni dovoljeno" ], - "Configure your how you overlay is displayed here.": [ - "Nastavite kako se tukaj prikazuje vrhnja plast." + "Home": ["Domov"], + "Database Connections": ["Povezave na podatkovne baze"], + "Data": ["Podatki"], + "Dashboards": ["Nadzorne plošče"], + "Charts": ["Grafikoni"], + "Datasets": ["Podatkovni seti"], + "Plugins": ["Vtičniki"], + "Manage": ["Upravljaj"], + "CSS Templates": ["CSS predloge"], + "SQL Lab": ["SQL laboratorij"], + "SQL": ["SQL"], + "Saved Queries": ["Shranjene poizvedbe"], + "Query History": ["Zgodovina poizvedb"], + "Tags": ["Oznake"], + "Action Log": ["Dnevnik aktivnosti"], + "Security": ["Varnost"], + "Alerts & Reports": ["Opozorila in poročila"], + "Annotation Layers": ["Sloji z oznakami"], + "Row Level Security": ["Varnost na nivoju vrstic"], + "An error occurred while parsing the key.": [ + "Pri branju ključa je prišlo do težave." ], - "Confirm overwrite": ["Potrdite prepis"], - "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" + "An error occurred while upserting the value.": [ + "Pri posodabljanju/vstavljanju vrednosti je prišlo do težave." ], - "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" + "Unable to encode value": ["Vrednosti ni mogoče šifrirati"], + "Unable to decode value": ["Vrednosti ni mogoče dešifrirati"], + "Invalid permalink key": ["Neveljaven ključ povezave"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Napaka pri izvajanju poizvedbe virtualnega podatkovnega seta: %(msg)s" ], - "Connect this database with a SQLAlchemy URI string instead": [ - "S to podatkovno bazo se raje povežite z SQLAlchemy URI nizom" + "Virtual dataset query cannot consist of multiple statements": [ + "Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več stavkov" ], - "Connection": ["Povezava"], - "Connection failed, please check your connection settings": [ - "Povezava neuspešna. Preverite nastavitve povezave" + "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" ], - "Connection looks good!": ["Povezava izgleda v redu!"], - "Continue": ["Nadaljuj"], - "Continuous": ["Zvezno"], - "Contours": ["Plastnice"], - "Contribution": ["Prispevek"], - "Contribution Mode": ["Način prikaza deležev"], - "Control": ["Nadzor"], - "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" + "Empty query?": ["Prazna poizvedba?"], + "Unknown column used in orderby: %(col)s": [ + "Za razvrščanje je uporabljen neznan stolpec: %(col)s" ], - "Copy and Paste JSON credentials": [ - "Kopiraj in prilepi JSON prijavne podatke" + "Time column \"%(col)s\" does not exist in dataset": [ + "Časovni stolpec \"%(col)s\" ne obstaja v podatkovnem setu" ], - "Copy and paste the entire service account .json file here": [ - "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" + "error_message": ["error_message"], + "Filter value list cannot be empty": [ + "Seznam vrednosti filtra ne sme biti prazen" ], - "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" + "Must specify a value for filters with comparison operators": [ + "Potrebno je podati vrednost za filter s primerjalnim operandom" ], - "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" + "Invalid filter operation type: %(op)s": [ + "Neveljaven tip operacije filtra: %(op)s" ], - "Copy the identifier of the account you are trying to connect to.": [ - "Kopirajte ID računa, s katerim se skušate povezati." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Napaka v jinja izrazu WHERE stavka: %(msg)s" ], - "Copy the name of the HTTP Path of your cluster.": [ - "Kopirajte naziv HTTP poti vaše gruče." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Napaka v jinja izrazu HAVING stavka: %(msg)s" ], - "Copy the name of the database you are trying to connect to.": [ - "Kopirajte ime podatkovne baze, s katero se skušate povezati." + "Database does not support subqueries": [ + "Podatkovna baza ne podpira podpoizvedb" ], - "Copy to Clipboard": ["Kopiraj na odložišče"], - "Copy to clipboard": ["Kopiraj na odložišče"], - "Correlation": ["Korelacija"], - "Cost estimate": ["Ocena potratnosti"], - "Could not connect to database: \"%(database)s\"": [ - "Neuspešna povezava s podatkovno bazo: \"%(database)s\"" + "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 determine datasource type": [ - "Ni mogoče določiti tipa podatkovnega vira" + "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 fetch all saved charts": [ - "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" + "Value must be greater than 0": ["Vrednost mora biti večja od 0"], + "Custom width of the screenshot in pixels": [ + "Poljubna širina zaslonske slike v pikslih" ], - "Could not find viz object": [ - "Ni mogoče najti vizualizacijskega objekta" + "Screenshot width must be between %(min)spx and %(max)spx": [ + "Širina zaslonske slike mora biti med %(min)spx and %(max)spx" ], - "Could not load database driver": [ - "Ni mogoče naložiti gonilnika podatkovne baze" + "\n Error: %(text)s\n ": [ + "\n Napaka: %(text)s\n " ], - "Could not load database driver: {}": [ - "Ni mogoče naložiti gonilnika podatkovne baze: {}" + "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], + "%(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" ], - "Could not resolve hostname: \"%(host)s\".": [ - "Gostitelj ni dosegljiv: \"%(host)s\"." + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nnapaka: %(text)s\n" ], - "Count": ["Število"], - "Count Unique Values": ["Število unikatnih"], - "Count as Fraction of Columns": ["Štetje kot delež stolpcev"], - "Count as Fraction of Rows": ["Štetje kot delež vrstic"], - "Count as Fraction of Total": ["Štetje kot delež skupne vsote"], - "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.": [ - "Ustvarite podatkovni set, da začnete vizualizacijo podatkov z grafikonom ali\n pojdite v SQL-laboratorij za poizvedovanje nad podatki." + "Deleted %(num)d rules": [ + "Izbrisano je %(num)d pravilo", + "Izbrisani sta %(num)d pravili", + "Izbrisana so %(num)d pravila", + "Izbrisanih je %(num)d pravil" ], - "Create a new chart": ["Ustvarite nov grafikon"], - "Create chart": ["Ustvarite grafikon"], - "Create chart with dataset": ["Ustvarite grafikon s podatkovnim setom"], - "Create dataset": ["Ustvarite podatkovni set"], - "Create dataset and create chart": [ - "Ustvarite podatkovni set in grafikon" + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s ni mogoče uporabiti kot podatkovni vir zaradi varnostnih razlogov." ], - "Create new chart": ["Ustvarite nov grafikon"], - "Create or select schema...": ["Ustvarite ali izberite shemo..."], - "Created": ["Ustvarjene"], - "Created by": ["Ustvaril"], - "Created by me": ["Ustvarjeno z moje strani"], - "Created on": ["Ustvarjeno"], - "Creating SSH Tunnel failed for an unknown reason": [ - "Ustvarjanje SSH-tunela ni uspelo zaradi neznanega razloga" + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [ + "Nimate pravic za spreminjanje %(resource)s" ], - "Creating a data source and creating a new tab": [ - "Ustvarjanje podatkovnega vira in novega zavihka" + "Failed to execute %(query)s": ["Neuspešno izvajanje %(query)s"], + "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.": [ + "Preverite, če imajo jinja parametri sintaktične napake in poskrbite, da se ujemajo znotraj SQL-poizvedbe. Potem ponovno poženite poizvedbo." ], - "Creator": ["Avtor"], - "Crimson": ["Škrlatna"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "Medsebojni filter bo uporabljen za vse grafikone, ki uporabljajo ta podatkovni set." + "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." ], - "Cross-filtering is not enabled for this dashboard.": [ - "Medsebojni filtri za to nadzorno ploščo niso omogočeni." + "The query contains one or more malformed template parameters.": [ + "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." ], - "Cross-filtering is not enabled in this dashboard": [ - "Medsebojni filtri za to nadzorno ploščo niso omogočeni" + "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." ], - "Cross-filtering scoping": ["Doseg medsebojnih filtrov"], - "Cross-filters": ["Medsebojni filtri"], - "Cumulative": ["Kumulativno"], - "Currency": ["Valuta"], - "Currency format": ["Oblika zapisa valute"], - "Currency prefix or suffix": ["Predpona ali pripona valute"], - "Currency symbol": ["Simbol valute"], - "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" + "Tag name is invalid (cannot contain ':')": [ + "Ime oznake ni pravilno (ne sme vsebovati ':')" ], - "Custom SQL fields cannot contain sub-queries.": [ - "Prilagojena SQL-polja ne smejo vsebovati podpoizvedb." + "Tag could not be found.": ["Oznake ni mogoče najti."], + "Scheduled task executor not found": [ + "Izvajalnik urnika poročanj ni najden" ], - "Custom time filter plugin": ["Prilagojeni vtičnik za časovni filter"], - "Custom width of the screenshot in pixels": [ - "Poljubna širina zaslonske slike v pikslih" + "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"], + "Use the edit button to change this field": [ + "Za spreminjanje tega polja uporabite gumb za urejanje" ], - "Customize": ["Prilagodi"], - "Customize Metrics": ["Prilagodi mere"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "Prilagodi mere grafikona ali stolpce s predponami ali priponami valute. Izberite simbol ali napišite lastnega." - ], - "Customize columns": ["Prilagodi stolpce"], - "Cyclic dependency detected": ["Zaznana krožna odvisnost"], - "D3 Format": ["D3 format"], - "D3 format": ["D3 format"], - "D3 format syntax: https://github.com/d3/d3-format": [ - "Sintaksa D3 formata: 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 format zapisa za števila med -1.0 in 1.0. Uporabno, če želite različno število števk za majhna in velika števila" + "Test Connection": ["Preizkus povezave"], + "Unsupported clause type: %(clause)s": [ + "Nepodprt tip izraza: %(clause)s" ], - "D3 time format for datetime columns": [ - "D3 format zapisa za časovne stolpce" + "Invalid metric object: %(metric)s": [ + "Neveljaven objekt mere: %(metric)s" ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "Sintaksa D3 časovnega formata: https://github.com/d3/d3-time-format" + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Ni mogoče najti takšnega praznika: [%(holiday)s]" ], - "DATETIME": ["DATETIME"], "DB column %(col_name)s has unknown type: %(value_type)s": [ "Stolpec %(col_name)s ima neznan tip: %(value_type)s" ], - "DD/MM format dates, international and European format": [ - "DD/MM oblika datumov, mednarodna ali evropska oblika" + "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" ], - "DEC": ["DEC"], - "DELETE": ["IZBRIŠI"], - "DML": ["DML"], - "Daily seasonality": ["Dnevna sezonskost"], - "Dark": ["Temno"], - "Dark Cyan": ["Temno sinja"], - "Dark mode": ["Temni način"], - "Dashboard": ["Nadzorna plošča"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "Nadzorna plošča [%s] je bila ravno ustvarjena in grafikon [%s] dodan nanjo" + "`compare_columns` must have the same length as `source_columns`.": [ + "`compare_columns` morajo imeti enako dolžino kot `source_columns`." ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` mora biti `difference`, `percentage` ali `ratio`" ], - "Dashboard could not be deleted.": [ - "Nadzorne plošče ni mogoče izbrisati." + "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." ], - "Dashboard could not be updated.": [ - "Nadzorne plošče ni mogoče posodobiti." + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` morajo imeti enako dolžino kot `columns`." ], - "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." + "Invalid cumulative operator: %(operator)s": [ + "Neveljaven kumulativni operand: %(operator)s" ], - "Dashboard properties": ["Lastnosti nadzorne plošče"], - "Dashboard properties updated": [ - "Lastnosti nadzorne plošče posodobljene" + "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" ], - "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.": [ - "Filtri časovnega obdobja vplivajo na časovne stolpce, definirane v\n\tfiltrski sekciji vsakega grafikona. Filtrom grafikonov dodajte časovne stolpce,\n\t da bodo filtri nadzorne plošče imeli učinek nanje." + "Pivot operation must include at least one aggregate": [ + "Vrtilna operacija mora vsebovati vsaj en agregat" ], - "Dashboard title": ["Naziv nadzorne plošče"], - "Dashboard usage": ["Uporaba nadzorne plošče"], - "Dashboards": ["Nadzorne plošče"], - "Dashboards added to": ["Dodano na nadzorne plošče"], - "Dashboards could not be created.": [ - "Nadzornih plošč ni mogoče ustvariti." + "`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" ], - "Dashboards do not exist": ["Nadzorna plošča ne obstaja"], - "Dashed": ["Črtkano"], - "Data": ["Podatki"], - "Data Table": ["Tabela podatkov"], - "Data URI is not allowed.": ["URI za podatke ni dovoljen."], - "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." + "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)" ], - "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." + "DataFrame must include temporal column": [ + "DataFrame mora vsebovati časovni stolpec" ], - "Data preview": ["Ogled podatkov"], - "Data refreshed": ["Podatki osveženi"], - "Data type": ["Tip podatka"], "DataFrame include at least one series": [ "DataFrame vsebuje vsaj eno serijo" ], - "DataFrame must include temporal column": [ - "DataFrame mora vsebovati časovni stolpec" + "Label already exists": ["Oznaka že obstaja"], + "Resample operation requires DatetimeIndex": [ + "Prevzorčevalna operacija zahteva indeks tipa datumčas" ], - "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." + "Undefined window for rolling operation": [ + "Nedefinirano okno za drsečo operacijo" ], - "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." + "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 \"%(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." + "Referenced columns not available in DataFrame.": [ + "Referencirani stolpci niso razpoložljivi v Dataframe-u." ], - "Database Connections": ["Povezave na podatkovne baze"], - "Database Creation Error": ["Napaka pri ustvarjanju podatkovne baze"], - "Database connected": ["Podatkovna baza povezana"], - "Database could not be created.": [ - "Podatkovne baze ni mogoče ustvariti." + "Column referenced by aggregate is undefined: %(column)s": [ + "Stolpec referenciran z agregacijo ni definiran: %(column)s" ], - "Database could not be deleted.": [ - "Podatkovne baze ni mogoče izbrisati." + "Operator undefined for aggregator: %(name)s": [ + "Operand ni definiran za agregatorja: %(name)s" ], - "Database could not be updated.": [ - "Podatkovne baze ni mogoče posodobiti." + "Invalid numpy function: %(operator)s": [ + "Neveljavna numpy funkcija: %(operator)s" ], - "Database does not allow data manipulation.": [ - "Podatkovna baza ne dovoljuje manipulacije podatkov." + "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"], + "Is tagged": ["Je označen"], + "The data source seems to have been deleted": [ + "Zdi se, da je bil podatkovni vir izbrisan" ], - "Database does not exist": ["Podatkovna baza ne obstaja"], - "Database does not support subqueries": [ - "Podatkovna baza ne podpira podpoizvedb" + "The user seems to have been deleted": [ + "Zdi se, da je bil uporabnik izbrisan" ], - "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: " + "You don't have the rights to download as csv": [ + "Nimate pravic za prenos csv-ja" ], - "Database error": ["Napaka podatkovne baze"], - "Database is offline.": ["Podatkovna baza ni povezana."], - "Database is required for alerts": [ - "Podatkovna baza je obvezna za opozorila" + "Error: permalink state not found": [ + "Napaka: stanje povezave ni najdeno" ], - "Database name": ["Ime podatkovne baze"], - "Database not allowed to change": [ - "Podatkovne baze ni dovoljeno spreminjati" + "Error: %(msg)s": ["Napaka: %(msg)s"], + "You don't have the rights to alter this chart": [ + "Nimate pravic za spreminjanje tega grafikona" ], - "Database not found.": ["Podatkovna baza ni najdena."], - "Database parameters are invalid.": [ - "Parametri podatkovne baze so neveljavni." + "You don't have the rights to create a chart": [ + "Nimate pravic za ustvarjanje grafikona" ], - "Database passwords": ["Gesla podatkovne baze"], - "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 Name": ["Ime podatkovnega seta"], - "Dataset column delete failed.": [ - "Brisanje stolpca podatkovnega seta neuspešno." + "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"], + "You don't have the rights to alter this dashboard": [ + "Nimate pravic za spreminjanje te nadzorne plošče" ], - "Dataset column not found.": ["Stolpec podatkovnega seta ni najden."], - "Dataset could not be created.": [ - "Podatkovnega niza ni mogoče ustvariti." + "Chart [{}] was added to dashboard [{}]": [ + "Grafikon [{}] je bil dodan na nadzorno ploščo [{}]" ], - "Dataset could not be duplicated.": [ - "Podatkovnega niza ni mogoče duplicirati." + "You don't have the rights to create a dashboard": [ + "Nimate pravic za ustvarjanje nadzorne plošče" ], - "Dataset could not be updated.": [ - "Podatkovnega niza ni mogoče posodobiti." + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Nadzorna plošča [{}] je bila ravno ustvarjena in grafikon [{}] dodan nanjo" ], - "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." + "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" ], - "Dataset metric not found.": ["Mer podatkovnega seta ni najdena."], - "Dataset name": ["Ime podatkovnega seta"], - "Dataset parameters are invalid.": [ - "Parametri podatkovnega seta so neveljavni." + "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" ], - "Dataset schema is invalid, caused by: %(error)s": [ - "Shema podatkovnega seta ni veljavna, zaradi napake: %(error)s" + "permalink state not found": ["stanje povezave ni najdeno"], + "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" ], - "Datasets": ["Podatkovni seti"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "Podatkovni set lahko ustvarite iz tabel podatkovne baze ali s pomočjo SQL-poizvedbe. Izberite tabelo podatkovne baze na levi ali " + "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)" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "Podatkovni seti imajo lahko glavni časovni stolpec (main_dttm_col), lahko pa imajo tudi sekundarnega. Če je ta atribut izbran, se hkrati s filtriranjem sekundarnih stolpcev filtrira tudi glavni časovni stolpec." + "Custom Plugins": ["Prilagojeni vtičniki"], + "Custom Plugin": ["Prilagojeni vtičnik"], + "Add a Plugin": ["Dodaj vtičnik"], + "Edit Plugin": ["Uredi vtičnik"], + "The dataset associated with this chart no longer exists": [ + "Podatkovni set, povezan s tem grafikonom, ne obstaja več" ], - "Datasets could not be deleted.": [ - "Podatkovnih nizov ni mogoče izbrisati." + "Could not determine datasource type": [ + "Ni mogoče določiti tipa podatkovnega vira" ], - "Datasets do not contain a temporal column": [ - "Podatkovni seti ne vsebujejo časovnega stolpca" + "Could not find viz object": [ + "Ni mogoče najti vizualizacijskega objekta" + ], + "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." ], + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Trajanje (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, je uporabljena vrednost za podatkovni vir/tabelo." + ], + "Creator": ["Avtor"], "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" - ], - "Date Time Format": ["Oblika zapisa za Datum-Čas"], - "Date format": ["Oblika zapisa datuma"], - "Date format string": ["Niz za obliko 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" + "Last Modified": ["Zadnja sprememba"], + "Parameters": ["Parametri"], + "Chart": ["Grafikon"], + "Name": ["Ime"], + "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" ], - "Datetime format": ["Oblika datum-časa"], - "Day": ["Dan"], - "Day (freq=D)": ["Dan (freq=D)"], - "Day First": ["Dan prvi"], - "Days %s": ["Dnevi %s"], - "Db engine did not return all queried columns": [ - "Sitem podatkovne baze ni vrnil vse stolpcev poizvedbe" + "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" ], - "Deactivate": ["Deaktiviraj"], - "December": ["December"], - "Decides which column to sort the base axis by.": [ - "Odloči, po katerem stolpcu bo razvrščena osnovna os." + "To get a readable URL for your dashboard": [ + "Za pridobitev berljivega URL-ja za nadzorno ploščo" ], - "Decides which measure to sort the base axis by.": [ - "Odloči, po kateri meri bo razvrščena osnovna os." + "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." ], - "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 - lok"], - "Deck.gl - Contour": ["Deck.gl - plastnice"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Heatmap": ["Deck.gl - toplotna karta"], - "Deck.gl - Multiple Layers": ["Deck.gl - večplastni grafikon"], - "Deck.gl - Paths": ["Deck.gl - poti"], - "Deck.gl - Polygon": ["Deck.gl - poligon"], - "Deck.gl - Scatter plot": ["Deck.gl - raztreseni grafikon"], - "Deck.gl - Screen Grid": ["Deck.gl - mreža"], - "Decrease": ["Zmanjšaj"], - "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" + "Owners is a list of users who can alter the dashboard.": [ + "\"Lastniki\" je seznam uporabnikov, ki lahko spreminjajo nadzorno ploščo." ], - "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" + "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.": [ + "\"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, bodo veljavna običajna pravila dostopov." ], - "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\"" + "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šč" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra obvezna\"" + "Dashboard": ["Nadzorna plošča"], + "Title": ["Naslov"], + "Slug": ["Slug"], + "Roles": ["Vloge"], + "Published": ["Objavljeno"], + "Position JSON": ["JSON za postavitev"], + "CSS": ["CSS"], + "JSON Metadata": ["JSON-metapodatki"], + "Export": ["Izvoz"], + "Export dashboards?": ["Izvozim nadzorne plošče?"], + "CSV Upload": ["Nalaganje CSV"], + "Select a file to be uploaded to the database": [ + "Izberite datoteko, ki bo naložena v podatkovno bazo" ], - "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\"" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Dovoljene so le naslednje končnice: %(allowed_extensions)s" ], - "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" + "Name of table to be created with CSV file": [ + "Ime tabele, ki bo ustvarjena iz CSV podatkov" ], - "Define a function that returns a URL to navigate to when user clicks": [ - "Določite funkcijo, ki vrne URL za navigacijo, ko uporabnik klikne" + "Table name cannot contain a schema": [ + "Ime tabele ne sme vsebovati sheme" ], - "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." + "Select a database to upload the file to": [ + "Izberite podatkovno bazo za nalaganje datoteke" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "Definirajte plastnice. Plastnice predstavljajo nabor črt, ki ločujejo območje nad in pod podano mejo. Površinske plastnice predstavlja nabor poligonov, ki zapolnjujejo področje v določenem obsegu vrednosti." + "Column Data Types": ["Podatkovni tipi stolpcev"], + "Select a schema if the database supports this": [ + "Izberite shemo (če vrsta podatkovne baze to podpira)" ], - "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]" + "Delimiter": ["Ločilnik"], + "Enter a delimiter for this data": ["Vnesite ločilnik za te podatke"], + ",": [","], + ".": ["."], + "Other": ["Ostalo"], + "If Table Already Exists": ["Če tabela že obstaja"], + "What should happen if the table already exists": [ + "Kaj naj se zgodi, če tabela že obstaja" ], - "Defines how each series is broken down": [ - "Določa, kako se vsaka podatkovna serija razčleni" + "Fail": ["Prekini"], + "Replace": ["Zamenjaj"], + "Append": ["Dodaj"], + "Skip Initial Space": ["Izpusti začetni presledek"], + "Skip spaces after delimiter": ["Izpusti presledke za ločilnikom"], + "Skip Blank Lines": ["Izpusti prazne vrstice"], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Raje izpusti prazne vrstice, kot pa da so prepoznane kot NaN vrednosti" ], - "Defines the grid size in pixels": ["Določa velikost mreže v pikslih"], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ - "Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno barvo." + "Columns To Be Parsed as Dates": [ + "Stolpci, ki bodo prepoznani kot datumi" ], - "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" + "A comma separated list of columns that should be parsed as dates": [ + "Z vejico ločen seznam stolpcev, v katerih bodo prepoznani datumi" ], - "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" + "Day First": ["Dan prvi"], + "DD/MM format dates, international and European format": [ + "DD/MM oblika datumov, mednarodna ali evropska oblika" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "Določa vrednost, ki razmejuje različna področja oziroma nivoje podatkov " + "Decimal Character": ["Decimalno ločilo"], + "Character to interpret as decimal point": [ + "Znak, ki bo prepoznan kot decimalno ločilo" ], - "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" + "Null Values": ["Prazne (Null) vrednosti"], + "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 seznam vrednosti, ki bodo obravnavane kot prazne (Null). Primeri: [\"\"] za prazne nize, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost" ], - "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." + "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" ], - "Deleted": ["Izbrisano"], - "Deleted %(num)d annotation": [ - "Izbrisana je %(num)d oznaka", - "Izbrisani sta %(num)d oznaki", - "Izbrisane so %(num)d oznake", - "Izbrisanih je %(num)d oznak" + "Dataframe Index": ["Indeks dataframe-a"], + "Write dataframe index as a column": [ + "Zapiši indeks dataframe-a kot stolpec" ], - "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" + "Column Label(s)": ["Naslovi stolpcev"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Naslovi stolpcev za indeksne stolpce. Če le-ti niso podani in indeksi Dataframe-a obstajajo, se uporabijo imena slednjih" ], - "Deleted %(num)d chart": [ - "Izbrisan je %(num)d grafikon", - "Izbrisana sta %(num)d grafikona", - "Izbrisani so %(num)d grafikoni", - "Izbrisanih je %(num)d grafikonov" + "Columns To Read": ["Stolpci za branje"], + "Json list of the column names that should be read": [ + "Json seznam imen stolpcev, ki bodo prebrani" ], - "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" + "Overwrite Duplicate Columns": ["Prepiši podvojene stolpce"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Če podvojeni stolpci niso izločeni, bodo označeni kot \"X.1, X.2 ...X.x\"" ], - "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šč" + "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" ], - "Deleted %(num)d dataset": [ - "Izbrisan %(num)d podatkovni set", - "Izbrisana %(num)d podatkovna niza", - "Izbrisani %(num)d podatkovni nizi", - "Izbrisanih %(num)d podatkovnih nizov" + "Rows to Read": ["Vrstice za branje"], + "Number of rows of file to read": ["Število vrstic v datoteki za branje"], + "Skip Rows": ["Izpusti vrstice"], + "Number of rows to skip at start of file": [ + "Število vrstic, ki se izpustijo na začetku datoteke" ], - "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" + "Name of table to be created from excel data.": [ + "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." ], - "Deleted %(num)d rules": [ - "Izbrisano je %(num)d pravilo", - "Izbrisani sta %(num)d pravili", - "Izbrisana so %(num)d pravila", - "Izbrisanih je %(num)d pravil" + "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." ], - "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" + "Sheet Name": ["Ime zvezka"], + "Strings used for sheet names (default is the first sheet).": [ + "Znakovni nizi uporabljeni za imena preglednic (privzeto je prva preglednica)." ], - "Deleted %s": ["Izbrisano %s"], - "Deleted: %s": ["Izbrisano: %s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "Izbris zavihka bo odstranil vso vsebino v njem. Še vedno boste lahko razveljavili dejanje z" + "Specify a schema (if database flavor supports this).": [ + "Podajte shemo (če vrsta podatkovne baze to podpira)" ], - "Delimited long & lat single column": [ - "En stolpec z ločenima zemljepisno dolžino in širino" + "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, naj se izvede naslednje: Prekini (ne naredi nič), Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." ], - "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 (viden bo na seznamu)" + "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." ], - "Description Columns": ["Stolpci z opisi"], - "Description text that shows up below your Big Number": [ - "Besedilo, ki se prikaže pod veliko številko" + "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." ], - "Deselect all": ["Počisti izbor"], - "Details": ["Podrobnosti"], - "Details of the certification": ["Podrobnosti certifikacije"], - "Determines how whiskers and outliers are calculated.": [ - "Določa kako so izračunani kvantili in izstopajoče vrednosti." + "Number of rows to skip at start of file.": [ + "Število vrstic, ki se izpustijo na začetku datoteke." ], - "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šč" + "Number of rows of file to read.": [ + "Število vrstic v datoteki za branje." ], - "Diamond": ["Karo"], - "Did you mean:": ["Ste mislili:"], - "Difference": ["Razlika"], - "Dim Gray": ["Temno-siva"], - "Dimension": ["Dimenzija"], - "Dimension to use on x-axis.": ["Dimenzija za x-os."], - "Dimension to use on y-axis.": ["Dimenzija za y-os."], - "Dimensions": ["Dimenzije"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "Dimenzije vsebujejo vrednosti, kot so imena, datumi ali geografski podatki. Dimenzije uporabite za kategorizacijo, segmentiranje oz. da prikažete podrobnosti podatkov. Dimenzije vplivajo na nivo podrobnosti pogleda." + "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." ], - "Directed Force Layout": ["Izgled usmerjene sile"], - "Directional": ["Usmerjeni"], - "Disable SQL Lab data preview queries": [ - "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" + "Character to interpret as decimal point.": [ + "Znak, ki bo prepoznan kot decimalno ločilo." ], - "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." + "Write dataframe index as a column.": [ + "Zapiši indeks dataframe-a kot stolpec." ], - "Disable embedding?": ["Onemogočite vgrajevanje?"], - "Disabled": ["Onemogočeno"], - "Discard": ["Zavrzi"], - "Discrete": ["Diskretno"], - "Display": ["Prikaz"], - "Display Name": ["Ime za prikaz"], - "Display column level subtotal": [ - "Prikaži delno vsoto na nivoju stolpca" + "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." ], - "Display column level total": ["Prikaži vsoto na nivoju stolpca"], - "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." + "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 bodo obravnavane kot prazne (Null). Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen znakovni niz." ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "Prikaži procente v oznakah in opisu orodja kot procent celotne vrednosti iz prve vrednosti v lijaku ali prejšnje vrednosti v lijaku." + "Name of table to be created from columnar data.": [ + "Ime tabele, ki bo ustvarjena iz stolpčnih podatkov." ], - "Display row level subtotal": ["Prikaži delno vsoto na nivoju vrstice"], - "Display row level total": ["Prikaži vsoto na nivoju vrstice"], - "Display settings": ["Nastavitve prikaza"], - "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." + "Columnar File": ["Stolpčna datoteka"], + "Select a Columnar file to be uploaded to a database.": [ + "Izberite stolpčno datoteko, ki bo naložena v podatkovno bazo." ], - "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"], - "Dotted": ["Pikčasto"], - "Download": ["Prenesi"], - "Download as Image": ["Izvozi kot sliko"], - "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" + "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." ], - "Drag and drop components to this tab": [ - "Povlecite in spustite elemente na zavihek" + "Databases": ["Podatkovne baze"], + "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" ], - "Draw a marker on data points. Only applicable for line types.": [ - "Nariši markerje na točke grafikona. Samo za črtne grafikone." + "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." ], - "Draw area under curves. Only applicable for line types.": [ - "Izriši površino pod krivuljo. Samo za črtne grafikone." + "Allow CREATE TABLE AS option in SQL Lab": [ + "Dovoli opcijo CREATE TABLE AS v SQL laboratoriju" ], - "Draw line from Pie to label when labels outside?": [ - "Ali želite črto do oznake, ko so le-te zunaj?" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Dovoli opcijo CREATE VIEW AS v SQL laboratoriju" ], - "Draw split lines for minor axis ticks": [ - "Izriši ločilne črte za pomožne oznake osi" + "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" ], - "Draw split lines for minor y-axis ticks": [ - "Izriši ločilne črte za pomožne oznake y-osi" + "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" ], - "Drill by": ["Vrtanje po"], - "Drill by is not available for this data point": [ - "Vrtanje po ni mogoče za to podatkovno točko" + "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." ], - "Drill by is not yet supported for this chart type": [ - "Vrtanje po še ni podprto za grafikon tega tipa" + "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." ], - "Drill by: %s": ["Vrtanje po: %s"], - "Drill to detail": ["Vrtanje v podrobnosti"], - "Drill to detail by": ["Vrtanje v podrobnosti po"], - "Drill to detail by value is not yet supported for this chart type.": [ - "Vrtanje v podrobnosti po vrednosti še ni podprto za grafikon tega tipa." + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v razdelku \"Dodatno\"." ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "Vrtanje v podrobnosti je onemogočeno, ker ta grafikon ne združuje podatkov po vrednosti dimenzije." + "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" ], - "Drill to detail: %s": ["Vrtanje v podrobnosti: %s"], - "Drop a temporal column here or click": [ - "Spustite stolpec sem ali kliknite" + "Allow Csv Upload": ["Dovoli nalaganje CSV"], + "Backend": ["Zaledni sistem"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" ], - "Drop columns/metrics here or click": [ - "Spustite stolpce/mere sem ali kliknite" + "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'

" ], - "Duplicate": ["Dupliciraj"], - "Duplicate column name(s): %(columns)s": [ - "Podvojena imena stolpcev: %(columns)s" + "CSV to Database configuration": [ + "Nastavitve pretvorbe CSV v podatkovno bazo" ], - "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." + "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." ], - "Duplicate dataset": ["Dupliciraj podatkovni set"], - "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, and -1 bypasses the cache. 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, -1 pa onemogoči predpomnjenje. V primeru, da ni definirano, ima globalno nastavitev." + "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" ], - "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." + "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\"" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Trajanje (v sekundah) predpomnjenja za ta grafikon. Če ni definirana, je uporabljena vrednost za podatkovni vir/tabelo." + "Excel to Database configuration": [ + "Nastavitve pretvorbe Excel v Podatkovno bazo" ], - "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.": [ - "Trajanje (v sekundah) predpomnjenja za ta grafikon. Nastavite na -1, da izključite predpomnjenje. Če ni definirano, je uporabljena vrednost za podatkovni set." + "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." ], - "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." + "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" ], - "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." + "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\"" ], - "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. " + "Columnar to Database configuration": [ + "Nastavitve pretvorbe stolpčne oblike v podatkovno bazo" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Trajanje v ms (1.40008 => 1ms 400µs 80ns)" + "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." ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "Trajanje v ms (100.40008 => 100ms 400µs 80ns)" + "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." ], - "Duration in ms (66000 => 1m 6s)": ["Trajanje v ms (66000 => 1m 6s)"], - "Dynamic Aggregation Function": ["Dinamična agregacijska funkcija"], - "Dynamically search all filter values": [ - "Dinamično poišče vse možnosti filtra" + "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" ], - "ECharts": ["ECharts"], - "EMAIL_REPORTS_CTA": ["EMAIL_REPORTS_CTA"], - "END (EXCLUSIVE)": ["KONEC (NI VKLJUČEN)"], - "ERROR": ["NAPAKA"], - "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 Chart Properties": ["Uredi lastnosti grafikona"], - "Edit Column": ["Uredi stolpec"], - "Edit Dashboard": ["Uredi nadzorno ploščo"], - "Edit Database": ["Uredi podatkovno bazo"], - "Edit Dataset ": ["Uredi podatkovni set "], + "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\"" + ], + "Request missing data field.": ["Zahtevaj manjkajoča podatkovna polja."], + "Duplicate column name(s): %(columns)s": [ + "Podvojena imena stolpcev: %(columns)s" + ], + "Logs": ["Dnevniki"], + "Show Log": ["Prikaži dnevnik"], + "Add Log": ["Dodaj dnevnik"], "Edit Log": ["Uredi dnevnik"], - "Edit Metric": ["Uredi mero"], - "Edit Plugin": ["Uredi vtičnik"], - "Edit Report": ["Uredi poročilo"], - "Edit Rule": ["Uredi pravilo"], - "Edit Table": ["Uredi tabelo"], - "Edit Tag": ["Uredi oznako"], - "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": ["Urejeno"], - "Editing 1 filter:": ["Urejanje enega filtra:"], - "Either the database is spelled incorrectly or does not exist.": [ - "Ime podatkovne baze je zapisano napačno ali pa ne obstaja." + "User": ["Uporabnik"], + "Action": ["Aktivnost"], + "dttm": ["datum-čas"], + "JSON": ["JSON"], + "Untitled Query": ["Neimenovana poizvedba"], + "Time Range": ["Časovno obdobje"], + "Time Column": ["Časovni stolpec"], + "Time Grain": ["Granulacija časa"], + "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" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Uporabniško ime \"%(username)s\" ali geslo sta napačna." + "Aggregate": ["Agregacija"], + "Raw records": ["Surovi podatki"], + "Category name": ["Ime kategorije"], + "Total value": ["Skupna vsota"], + "Minimum value": ["Minimalna vrednost"], + "Maximum value": ["Maksimalna vrednost"], + "Average value": ["Povprečna vrednost"], + "Certified by %s": ["Certificiral/a %s"], + "description": ["opis"], + "bolt": ["vijak"], + "Changing this control takes effect instantly": [ + "Sprememba tega kontrolnika se odrazi takoj" ], - "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 info tooltip": ["Prikaži opis orodja"], + "SQL expression": ["SQL-izraz"], + "Column datatype": ["Podatkovni tipi stolpcev"], + "Column name": ["Ime stolpca"], + "Label": ["Naziv"], + "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" ], - "Either the username or the password is wrong.": [ - "Uporabniško ime ali/in geslo sta napačna." + "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]" ], - "Elevation": ["Višina"], - "Email reports active": ["E-poštna poročila aktivna"], - "Embed": ["Vgradi"], - "Embed code": ["Koda za vgradnjo"], - "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 column": ["Prazen stolpec"], - "Empty query result": ["Rezultat prazne poizvedbe"], - "Empty query?": ["Prazna poizvedba?"], - "Empty row": ["Prazna vrstica"], - "Enable 'Allow file uploads to database' in any database's settings": [ - "Omogoči 'Dovoli nalaganje podatkov' v nastavitvah vseh podatkovnih baz" + "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" ], - "Enable Filter Select": ["Omogoči izbiro filtra"], - "Enable cross-filtering": ["Omogoči medsebojne filtre"], - "Enable data zooming controls": [ - "Omogoči kontrolnik za povečavo podatkov" + "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" ], - "Enable embedding": ["Omogoči vgrajevanje"], + "Time comparison": ["Časovna primerjava"], + "Time shift": ["Časovni zamik"], + "1 day ago": ["1 day ago"], + "1 week ago": ["1 week ago"], + "28 days ago": ["28 days ago"], + "30 days ago": ["30 days ago"], + "52 weeks ago": ["52 weeks ago"], + "1 year ago": ["1 year ago"], + "104 weeks ago": ["104 weeks ago"], + "2 years ago": ["2 years ago"], + "156 weeks ago": ["156 weeks ago"], + "3 years ago": ["3 years ago"], + "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 (angleškem) jeziku (npr. 24 hours, 7 days, 52 weeks, 365 days). Prosto besedilo je podprto." + ], + "Calculation type": ["Tip izračuna"], + "Actual values": ["Dejanske vrednosti"], + "Difference": ["Razlika"], + "Percentage change": ["Procentualna sprememba"], + "Ratio": ["Razmerje"], + "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." + ], + "Resample": ["Prevzorči"], + "Rule": ["Pravilo"], + "1 minutely frequency": ["frekvenca: 1 minuta"], + "1 hourly frequency": ["frekvenca: 1 ura"], + "1 calendar day frequency": ["frekvenca: 1 koledarski dan"], + "7 calendar day frequency": ["frekvenca: 7 koledarskih dni"], + "1 month start frequency": ["frekvenca: 1 mesec - začetek"], + "1 month end frequency": ["frekvenca: 1 mesec - konec"], + "1 year start frequency": ["frekvenca: 1 leto - začetek"], + "1 year end frequency": ["frekvenca: 1 leto - konec"], + "Pandas resample rule": ["Pravilo za prevzorčenje v Pandas"], + "Fill method": ["Način polnjenja"], + "Null imputation": ["Nadomeščanje Null-vrednosti"], + "Zero imputation": ["Nadomeščanje ničel"], + "Linear interpolation": ["Linearna interpolacija"], + "Forward values": ["Prihodnje vrednosti"], + "Backward values": ["Prejšnje vrednosti"], + "Median values": ["Mediane"], + "Mean values": ["Srednje vrednosti"], + "Sum values": ["Vsote"], + "Pandas resample method": ["Metoda za prevzorčenje v Pandas"], + "Annotations and Layers": ["Oznake in sloji"], + "Left": ["Levo"], + "Top": ["Zgoraj"], + "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": ["Rob naslova Y-osi"], + "Y Axis Title Position": ["Položaj naslova Y-osi"], + "Query": ["Poizvedba"], + "Predictive Analytics": ["Prediktivna analitika"], "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" - ], - "Enable row expansion in schemas": ["Omogoči razširitev vrstic v shemah"], - "Enable server side pagination of results (experimental feature)": [ - "Omogoči številčenje strani rezultatov na strani strežnika (preizkusna funkcija)" + "Forecast periods": ["Periode napovedi"], + "How many periods into the future do we want to predict": [ + "Za koliko period v prihodnosti želite napoved" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Prišlo je do neveljavnega NULL prostorskega vnosa, poskusite ga izločiti s filtrom" + "Confidence interval": ["Interval zaupanja"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Širina intervala zaupanja. Mora bit med 0 in 1" ], - "End": ["Konec"], - "End (Longitude, Latitude): ": ["Konec (zemljepisna dolžina, širina): "], - "End Longitude & Latitude": ["Končna Dolž. in Širina"], - "End angle": ["Končni kot"], - "End date": ["Končni datum"], - "End date excluded from time range": [ - "Končni datum ni vključen v časovno obdobje" + "Yearly seasonality": ["Letna sezonskost"], + "default": ["privzeto"], + "Yes": ["Da"], + "No": ["Ne"], + "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." ], - "End date must be after start date": [ - "Končni datum mora biti za začetnim" + "Weekly seasonality": ["Tedenska sezonskost"], + "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." ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Podatkovne baze tipa \"%(engine)s\" ni mogoče konfigurirati s parametri." + "Daily seasonality": ["Dnevna sezonskost"], + "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." ], - "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." + "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" ], - "Enter CA_BUNDLE": ["Vnesite CA_BUNDLE"], - "Enter Primary Credentials": ["Vnesite primarne vpisne podatke"], - "Enter a delimiter for this data": ["Vnesite ločilnik za te podatke"], - "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": [ - "Vnesite potrebne %(dbModelName)s vpisne podatke" + "URL Parameters": ["Parametri URL"], + "Extra url parameters for use in Jinja templated queries": [ + "Dodatni parametri za poizvedbe z Jinja predlogami" ], - "Entity": ["Entiteta"], - "Entity ID": ["ID-entitete"], - "Equal Date Sizes": ["Enaki datumi"], - "Equal to (=)": ["Je enako (=)"], - "Error": ["Napaka"], - "Error Fetching Tagged Objects": [ - "Pri pridobivanju označenih elementov je prišlo do napake" + "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" ], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Napaka v jinja izrazu HAVING stavka: %(msg)s" + "Color Scheme": ["Barvna shema"], + "Contribution Mode": ["Način prikaza deležev"], + "Row": ["Vrstica"], + "Series": ["Serije"], + "Calculate contribution per series or row": [ + "Izračunaj delež za serijo ali vrstico" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Napaka v jinja izrazu RLS filtrov: %(msg)s" + "Y-Axis Sort By": ["\"Razvrsčanje po\" za Y-os"], + "X-Axis Sort By": ["\"Razvrsčanje po\" za X-os"], + "Decides which column to sort the base axis by.": [ + "Odloči, po katerem stolpcu bo razvrščena osnovna os." ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Napaka v jinja izrazu WHERE stavka: %(msg)s" + "Y-Axis Sort Ascending": ["Razvrsti Y-os naraščajoče"], + "X-Axis Sort Ascending": ["Razvrsti X-os naraščajoče"], + "Whether to sort ascending or descending on the base Axis.": [ + "Če želite padajoče ali naraščajoče razvrščanje na osnovni osi." ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Napaka v jinja izrazu za pridobivanje vrednosti predikatov: %(msg)s" + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [ + "Odloči, po kateri meri bo razvrščena osnovna os." ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Napaka pri nalaganju podatkovnih virov grafikona. Filtri lahko ne delujejo pravilno." - ], - "Error message": ["Sporočilo napake"], - "Error saving dataset": [ - "Pri shranjevanju podatkovnega seta je prišlo do napake" + "Dimensions": ["Dimenzije"], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "Dimenzije vsebujejo vrednosti, kot so imena, datumi ali geografski podatki. Dimenzije uporabite za kategorizacijo, segmentiranje oz. da prikažete podrobnosti podatkov. Dimenzije vplivajo na nivo podrobnosti pogleda." ], - "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" + "Add dataset columns here to group the pivot table columns.": [ + "Dodaj stolpce podatkovnega seta za združevanje stolpcev vrtilne tabele." ], - "Error: %(error)s": ["Napaka: %(error)s"], - "Error: %(msg)s": ["Napaka: %(msg)s"], - "Error: permalink state not found": [ - "Napaka: stanje povezave ni najdeno" + "Dimension": ["Dimenzija"], + "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ + "Določa združevanje entitet. Vsak niz je na grafikonu prikazan z določeno barvo." ], - "Estimate cost": ["Oceni potratnost"], - "Estimate selected query cost": ["Oceni potratnost izbrane poizvedbe"], - "Estimate the cost before running a query": [ - "Oceni potratnost pred zagonom poizvedbe" + "Entity": ["Entiteta"], + "This defines the element to be plotted on the chart": [ + "Določa element, ki bo izrisan na grafikonu" ], - "Event": ["Dogodek"], - "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\"" + "Filters": ["Filtri"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Izberite eno ali več mer za prikaz. Uporabite lahko agregacijsko funkcijo ali napišete poljuben SQL-izraz za mero." ], - "Excel to Database configuration": [ - "Nastavitve pretvorbe Excel v Podatkovno bazo" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "Izberite mero za prikaz. Uporabite lahko agregacijsko funkcijo na stolpcu ali napišete poljuben SQL-izraz za mero." ], - "Exclude selected values": ["Izloči izbrane vrednosti"], - "Excluded roles": ["Izključene vloge"], - "Executed SQL": ["Izvedena poizvedba"], - "Executed query": ["Zagnana poizvedba"], - "Execution ID": ["ID izvedbe"], - "Execution log": ["Dnevnik izvajanja"], - "Existing dataset": ["Obstoječ podatkovni set"], - "Exit fullscreen": ["Izhod iz celozaslonskega načina"], - "Expand": ["Razširi"], - "Expand all": ["Razširi vse"], - "Expand data panel": ["Razširi podatkovni panel"], - "Expand row": ["Razširi vrstico"], - "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'": [ - "Pričakovana je formula z odvisnim časovnim parametrom 'x'\n v milisekundah od epohe. Za vrednotenje formule je uporabljen mathjs.\n Primer: '2x +5'" + "Right Axis Metric": ["Mera desne osi"], + "Select a metric to display on the right axis": [ + "Izberite mero za prikaz na desni osi" ], - "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 za raziskovanje podatkov" + "Sort by": ["Razvrščanje po"], + "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ + "Mera, ki določa kako so razvrščene vrstice, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." ], - "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 Excel": ["Izvozi v Excel"], - "Export to PDF": ["Izvozi v PDF"], - "Export to YAML": ["Izvozi v YAML"], - "Export to YAML?": ["Izvozim v YAML?"], - "Export to full .CSV": ["Izvozi v celoten .CSV"], - "Export to full Excel": ["Izvozi v celoten Excel"], - "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" + "Bubble Size": ["Velikost mehurčka"], + "Metric used to calculate bubble size": [ + "Mera za izračun velikosti mehurčkov" ], - "Expose in SQL Lab": ["Uporabi v SQL laboratoriju"], - "Expose this DB in SQL Lab": [ - "Uporabi to podatkovno bazo v SQL laboratoriju" + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "Stolpec/mera podatkovnega seta, ki vrne vrednosti za x-os grafikona." ], - "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.\" }`." + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "Stolpec/mera podatkovnega seta, ki vrne vrednosti za y-os grafikona." ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Dodatnega polja ni mogoče dekodirati z JSON. %(msg)s" + "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" ], - "Extra parameters for use in jinja templated queries": [ - "Dodatni parametri za poizvedbe z jinja predlogami" + "Drop a temporal column here or click": [ + "Spustite stolpec sem ali kliknite" ], - "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" + "Y-axis": ["Y-os"], + "Dimension to use on y-axis.": ["Dimenzija za y-os."], + "X-axis": ["X-os"], + "Dimension to use on x-axis.": ["Dimenzija za x-os."], + "The type of visualization to display": ["Tip vizualizacije za prikaz"], + "Fixed Color": ["Fiksna barva"], + "Use this to define a static color for all circles": [ + "S tem definirate določeno barvo za vse kroge" ], - "Extra url parameters for use in Jinja templated queries": [ - "Dodatni parametri za poizvedbe z Jinja predlogami" + "Linear Color Scheme": ["Linearna barvna shema"], + "all": ["vsi"], + "5 seconds": ["5 seconds"], + "30 seconds": ["30 seconds"], + "1 minute": ["1 minuta"], + "5 minutes": ["5 minutes"], + "30 minutes": ["30 minutes"], + "1 hour": ["1 ura"], + "1 day": ["1 dan"], + "7 days": ["7 days"], + "week": ["teden"], + "week starting Sunday": ["teden z začetkom v nedeljo"], + "week ending Saturday": ["teden s koncem v soboto"], + "month": ["mesec"], + "quarter": ["četrtletje"], + "year": ["leto"], + "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`" ], - "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": ["Neuspešno izvajanje %(query)s"], - "Failed to generate chart edit URL": [ - "Neuspešno ustvarjanje URL za urejanje grafikona" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "Izberite časovno granulacijo prikaza. Granulacija predstavlja časovni interval med točkami na grafikonu." ], - "Failed to load chart data": ["Neuspešno nalaganje podatkov grafikona"], - "Failed to load chart data.": ["Neuspešno nalaganje podatkov grafikona."], - "Failed to load dimensions for drill by": [ - "Neuspešno nalaganje dimenzij za \"Vrtanje po\"" + "This control filters the whole chart based on the selected time range. 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.": [ + "Ta kontrolnik filtrira celoten grafikon glede na izbrano časovno obdobje. Vsi relativni časi (npr. Zadnji mesec, Zdaj, itd.) so izračunani glede na lokalni čas strežnika (časovni pas ni upoštevan). Vsi opisi orodij in časovne oznake so izražene kot UTC. Časovne značke so potem določene glede na lokalni čas podatkovne baze. Eksplicitno lahko določite časovni pas v ISO 8601 formatu, če določite začetni in/ali končni čas." ], - "Failed to retrieve advanced type": [ - "Napaka pri pridobivanju naprednega tipa" + "Row limit": ["Omejitev števila vrstic"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "Omeji število vrstic, ki se izračunajo v poizvedbi, ki je vir podatkov za ta grafikon." ], - "Failed to save cross-filter scoping": [ - "Shranjevanje dosega medsebojnega filtra ni uspelo" + "Sort Descending": ["Razvrsti padajoče"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "Če je omogočeno, so vrednosti razvrščene padajoče, drugače pa naraščajoče." ], - "Failed to start remote query on a worker.": [ - "Na delavcu ni bilo mogoče zagnati oddaljene poizvedbe." + "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." ], - "Failed to tag items": ["Napaka pri označevanju elementov"], - "Failed to update report": ["Posodabljanje poročila neuspešno"], - "Failed to verify select options: %s": [ - "Preverjanje možnosti izbire ni uspelo: %s" + "Y Axis Format": ["Oblika Y-osi"], + "Currency format": ["Oblika zapisa valute"], + "Time format": ["Oblika zapisa časa"], + "The color scheme for rendering chart": [ + "Barvna shema za izris grafikona" ], - "Favorite": ["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" + "Truncate Metric": ["Odstrani mero"], + "Whether to truncate metrics": ["Če želite odstraniti naziv mere"], + "Show empty columns": ["Prikaži prazne stolpce"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "Sintaksa D3 formata: https://github.com/d3/d3-format" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Polja ni mogoče dekodirati z JSON. %(msg)s" + "Only applies when \"Label Type\" is set to show values.": [ + "Veljavno samo, ko je izbran \"Tip oznake\" za prikaz vrednosti." ], - "Field is required": ["Polje je obvezno"], - "File": ["Datoteka"], - "File size must be less than or equal to %(max_size)s bytes": [ - "Velikost datoteke mora biti manjša ali enaka %(max_size)s bajtov" + "Only applies when \"Label Type\" is not set to a percentage.": [ + "Veljavno samo, ko \"Tip oznake\" ni procent." ], - "Fill Color": ["Barva polnila"], - "Fill all required fields to enable \"Default Value\"": [ - "Izpolnite vsa polja, da omogočite \"Privzeto vrednost\"" + "Adaptive formatting": ["Prilagodljiva oblika"], + "Original value": ["Izvorna vrednost"], + "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)" ], - "Fill method": ["Način polnjenja"], - "Filled": ["Zapolnjeno"], - "Filter": ["Filter"], - "Filter Configuration": ["Nastavitve filtra"], - "Filter List": ["Seznam filtrov"], - "Filter Settings": ["Nastavitve filtra"], - "Filter Type": ["Tip filtra"], - "Filter charts": ["Filtriraj grafikone"], - "Filter has default value": ["Filter ima privzeto vrednost"], - "Filter menu": ["Filtriraj meni"], - "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." + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "Sintaksa D3 časovnega formata: https://github.com/d3/d3-time-format" ], - "Filter results": ["Filtriraj rezultate"], - "Filter type": ["Tip filtra"], - "Filter value (case sensitive)": [ - "Vrednost filtra (razlik. velikih/malih črk)" + "Oops! An error occurred!": ["Prišlo je do napake!"], + "Stack Trace:": ["Izpis napake:"], + "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." ], - "Filter value is required": ["Vrednost filtra je obvezna"], - "Filter value list cannot be empty": [ - "Seznam vrednosti filtra ne sme biti prazen" + "No Results": ["Ni rezultatov"], + "ERROR": ["NAPAKA"], + "Found invalid orderby options": [ + "Najdene so neveljavne možnosti razvrščanja" ], - "Filter your charts": ["Filtriraj grafikone"], - "Filterable": ["Filtriranje"], - "Filters": ["Filtri"], - "Filters by columns": ["Filtrira po stolpcu"], - "Filters by metrics": ["Filtrira po merah"], - "Filters for comparison must have a value": [""], - "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')." + "Invalid input": ["Neveljaven vnos"], + "Unexpected error: ": ["Nepričakovana napaka: "], + "(no description, click to see stack trace)": [ + "(ni opisa, kliknite za ogled zapisov)" ], - "Find": ["Najdi"], - "Finish": ["Zaključi"], - "First": ["Prvi"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Trendna črta za celotno izbrano obdobje, v primeru, da filtrirani rezultati ne vsebujejo začetnega ali končnega datuma" + "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." ], - "Fix to selected Time Range": ["Za celotno časovno obdobje"], - "Fixed": ["Fiksno"], - "Fixed Color": ["Fiksna 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" + "Issue 1001 - The database is under an unusual load.": [ + "Težava 1001 - podatkovni vir je neobičajno obremenjen." ], - "Font size for the biggest value in the list": [ - "Velikost pisave za največjo vrednost na seznamu" + "An error occurred": ["Prišlo je do napake"], + "Sorry, an unknown error occurred.": ["Prišlo je do neznane napake."], + "Sorry, there was an error saving this %s: %s": [ + "Prišlo je do napake pri shranjevanju %s: %s" ], - "Font size for the smallest value in the list": [ - "Velikost pisave za najmanjšo vrednost na seznamu" + "You do not have permission to edit this %s": [ + "Nimate dovoljenja za urejanje %s" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Za Bigquery, Presto in Postgres prikaže gumb za izračun potratnosti pred zagonom poizvedbe." + "is expected to be an integer": ["pričakovano je celo število"], + "is expected to be a number": ["pričakovano je število"], + "is expected to be a Mapbox URL": ["mora biti URL za Mapbox"], + "Value cannot exceed %s": ["Vrednost ne sme presegati %s"], + "cannot be empty": ["ne sme biti prazno"], + "Filters for comparison must have a value": [""], + "Domain": ["Domena"], + "hour": ["ura"], + "day": ["dan"], + "The time unit used for the grouping of blocks": [ + "Časovna enota za združevanje blokov" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "Za Trino opiši celotno shemo gnezdenih tipov vrstic, razširjeno s potmi za pikami" + "Subdomain": ["Poddomena"], + "min": ["min"], + "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" ], - "For further instructions, consult the": [ - "Za nadaljnja navodila se posvetujte z" + "Chart Options": ["Možnosti grafikona"], + "Cell Size": ["Velikost celice"], + "The size of the square cell, in pixels": [ + "Velikost kvadratne celice v pikslih" ], - "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" + "Cell Padding": ["Razmak med celicami"], + "The distance between cells, in pixels": [ + "Razdalja med celicami v pikslih" ], - "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." + "Cell Radius": ["Zaobljenost celice"], + "The pixel radius": ["Polmer v pikslih"], + "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" ], - "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." + "Show Values": ["Prikaži vrednosti"], + "Whether to display the numerical values within the cells": [ + "Če želite v celicah prikazati numerične vrednosti" ], - "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": ["Tuji ključ"], - "Forest Green": ["Gozdno zelena"], - "Form data not found in cache, reverting to chart metadata.": [ - "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki grafikona." + "Show Metric Names": ["Prikaži imena mer"], + "Whether to display the metric name as a title": [ + "Če želite prikazati ime mere kot naslov" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Podatkov ni mogoče najti v predpomnilniku. Uporabljeni bodo metapodatki podatkovnega seta." + "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." ], - "Format SQL": ["Oblikuj SQL"], - "Formatted CSV attached in email": ["Oblikovan CSV pripet e-pošti"], - "Formatted date": ["Oblikovan datum"], - "Formatted value": ["Oblikovana vrednost"], - "Formatting": ["Oblikovanje"], - "Formula": ["Formula"], - "Forward values": ["Prihodnje vrednosti"], - "Found invalid orderby options": [ - "Najdene so neveljavne možnosti razvrščanja" + "Business": ["Aktivnost"], + "Comparison": ["Primerjava"], + "Intensity": ["Intenzivnost"], + "Pattern": ["Vzorec"], + "Report": ["Poročilo"], + "Trend": ["Trend"], + "less than {min} {name}": ["manj kot {min} {name}"], + "between {down} and {up} {name}": ["med {down} in {up} {name}"], + "more than {max} {name}": ["več kot {max} {name}"], + "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." ], - "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" + "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." ], - "Full name": ["Celotno ime"], - "Funnel Chart": ["Lijakasti grafikon"], - "Further customize how to display each column": [ - "Dodatne prilagoditve prikaza posameznih stolpcev" + "Relationships between community channels": [ + "Razmerja med skupnostnimi kanali" ], - "Further customize how to display each metric": [ - "Dodatne prilagoditve prikaza posameznih mer" + "Chord Diagram": ["Tetivni grafikon"], + "Circular": ["Krožno"], + "Legacy": ["Zastarelo"], + "Proportional": ["Proporcionalno"], + "Relational": ["Relacijsko"], + "Country": ["Država"], + "Which country to plot the map for?": [ + "Za katero državo želite grafikon?" ], - "GROUP BY": ["GROUP BY"], - "Gauge Chart": ["Števčni grafikon"], - "General": ["Splošno"], - "Generating link, please wait..": [ - "Ustvarjam povezavo, prosim počakajte..." + "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." ], - "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." + "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 choropleth 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." ], - "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" + "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." ], - "Gold": ["Zlata"], - "Google Sheet Name and URL": ["Ime Googlove preglednice in URL"], - "Grace period": ["Obdobje mirovanja"], - "Graph Chart": ["Graf"], - "Graph layout": ["Izgled grafikona"], - "Gravity": ["Gravitacija"], - "Greater or equal (>=)": ["Večje ali enako (>=)"], - "Greater than (>)": ["Večje kot (>)"], - "Grid": ["Mreža"], - "Grid Size": ["Velikost mreže"], - "Group By": ["Združevanje po (Group by)"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Združevanje po, Mera ali Procentualna mera morajo imeti vrednost" + "Minimum leaf node event count": ["Min. št. dogodkov končnega vozlišča"], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Končna vozlišča, ki imajo manjše število dogodkov od nastavljene vrednosti, bodo na prikazu prvotno skrita" ], - "Group Key": ["Ključ za združevanje"], - "Group by": ["Združevanje po (Group by)"], - "Groupable": ["Združevanje"], - "Guest user cannot modify chart payload": [""], - "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." + "Additional metadata": ["Dodatni metapodatki"], + "Metadata": ["Metapodatki"], + "Select any columns for metadata inspection": [ + "Izberite poljubne stolpce za pregled metapodatkov" ], - "Has created by": ["Ustvarjen s strani"], - "Header": ["Glava"], - "Header Row": ["Naslovna vrstica"], - "Heatmap": ["Toplotni prikaz"], - "Heatmap Options": ["Možnosti toplotnega prikaza"], - "Height": ["Višina"], - "Height of the sparkline": ["Višina hitrega grafikona"], - "Hide Line": ["Skrij črto"], - "Hide chart description": ["Skrij opis grafikona"], - "Hide layer": ["Skrij sloj"], - "Hide password.": ["Skrij geslo."], - "Hide tool bar": ["Skrij orodno vrstico"], - "Hides the Line for the time series": ["Skrije črto časovne serije"], - "Hierarchy": ["Hierarhija"], - "Histogram": ["Histogram"], - "Home": ["Domov"], - "Horizon Chart": ["Horizontni grafikon"], - "Horizon Charts": ["Horizontni grafikoni"], - "Horizontal": ["Vodoravno"], - "Horizontal (Top)": ["Vodoravno (zgoraj)"], - "Horizontal alignment": ["Vodoravna poravnava"], - "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?" + "Entity ID": ["ID-entitete"], + "e.g., a \"user id\" column": ["npr. stolpec \"id_uporabnika\""], + "Max Events": ["Maksimalno število dogodkov"], + "The maximum number of events to return, equivalent to the number of rows": [ + "Največje število prikazanih dogodkov (enako številu vrnjenih vrstic)" ], - "How many buckets should the data be grouped in.": [ - "V koliko razdelkov bodo razvrščeni podatki." + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Primerja dolžine časovno različnih aktivnosti na skupni časovnici." ], - "How many periods into the future do we want to predict": [ - "Za koliko period v prihodnosti želite napoved" - ], - "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." - ], - "Huge": ["Ogromno"], - "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." + "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" ], - "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." + "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" ], - "If Table Already Exists": ["Če tabela že obstaja"], - "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" + "Rendering": ["Izris"], + "pixelated (Sharp)": ["pikselirano (ostro)"], + "auto (Smooth)": ["samodejno (glajenje)"], + "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" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "Če podvojeni stolpci niso izločeni, bodo označeni kot \"X.1, X.2 ...X.x\"" + "Normalize Across": ["Normiraj glede na"], + "heatmap": ["toplotni prikaz"], + "x": ["x"], + "y": ["y"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "Barvna lestvica bo ustvarjena na osnovi normiranih vrednosti (0% do 100%) posameznih celic glede na ostale celice v izbranem obsegu: " ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "Če je omogočeno, so vrednosti razvrščene padajoče, drugače pa naraščajoče." + "x: values are normalized within each column": [ + "x: vrednosti so normirane znotraj vsakega stolpca" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Če je izbrano, nastavite dovoljene sheme za nalaganje CSV v razdelku \"Dodatno\"." + "y: values are normalized within each row": [ + "y: vrednosti so normirane znotraj vsake vrstice" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Če tabela obstaja, naj se izvede naslednje: Prekini (ne naredi nič), Zamenjaj (zbriši in ponovno ustvari tabelo) ali Dodaj (vstavi podatke)." + "heatmap: values are normalized across the entire heatmap": [ + "heatmap: vrednosti so normirane po celotni temperaturni lestvici" ], - "Ignore cache when generating report": [ - "Ne upoštevaj predpomnjenja pri ustvarjanju poročila" + "Left Margin": ["Levi rob"], + "auto": ["samodejno"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Levi rob, v pikslih, s katerim povečamo prostor za oznake osi" ], - "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." + "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" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in GSheets)" + "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." ], - "Impersonate the logged on user": [ - "Predstavljaj se kot prijavljeni uporabnik" + "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" ], - "Import": ["Uvozi"], - "Import %s": ["Uvozi %s"], - "Import Dashboard(s)": ["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" + "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" ], - "Import charts": ["Uvozi grafikone"], - "Import dashboard failed for an unknown reason": [ - "Uvoz nadzorne plošče ni uspel zaradi neznanega razloga" + "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." ], - "Import dashboards": ["Uvozi nadzorne plošče"], - "Import database failed for an unknown reason": [ - "Uvoz podatkovne baze ni uspel zaradi neznanega razloga" + "Sizes of vehicles": ["Velikosti vozil"], + "Employment and education": ["Zaposlitev in izobrazba"], + "Density": ["Gostota"], + "Predictive": ["Prediktivno"], + "Single Metric": ["Ena mera"], + "Deprecated": ["Zastarelo"], + "to": ["do"], + "count": ["število"], + "cumulative": ["kumulativno"], + "percentile (exclusive)": ["percentil (odprt interval)"], + "Select the numeric columns to draw the histogram": [ + "Izberite numerične stolpce za izris histograma" ], - "Import database from file": ["Uvozi podatkovno bazo iz datoteke"], - "Import dataset failed for an unknown reason": [ - "Uvoz podatkovnega seta ni uspel zaradi neznanega razloga" + "No of Bins": ["Št. razdelkov"], + "Select the number of bins for the histogram": [ + "Izberite število razdelkov za histogram" ], - "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." + "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" ], - "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." + "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" ], - "In": ["Vsebuje (IN)"], - "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" + "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": ["serije"], + "overall": ["skupaj"], + "change": ["sprememba"], + "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: Prikaži razlike glede na prvo točko vsake serije" ], - "Include series name as an axis": [ - "Vključi ime podatkovne serije v naslov osi" + "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." ], - "Include time": ["Vključi čas"], - "Increase": ["Povečaj"], - "Index": ["Indeks"], - "Index Column": ["Indeksni stolpec"], - "Info": ["Informacije"], - "Inner Radius": ["Notranji polmer"], - "Inner radius of donut hole": ["Notranji polmer kolobarja"], - "Input custom width in pixels": ["Vnesi poljubno širino v pikslih"], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Vnosno polje omogoča poljubno rotacijo (vnesite 30 za 30°)" + "Horizon Chart": ["Horizontni grafikon"], + "Dark Cyan": ["Temno sinja"], + "Purple": ["Vijolična"], + "Gold": ["Zlata"], + "Dim Gray": ["Temno-siva"], + "Crimson": ["Škrlatna"], + "Forest Green": ["Gozdno zelena"], + "Longitude": ["Dolžina"], + "Column containing longitude data": [ + "Stolpec s podatki zemljepisne dolžine" ], - "Intensity": ["Intenzivnost"], - "Intensity Radius": ["Radij intenzivnosti"], - "Intensity Radius is the radius at which the weight is distributed": [ - "Radij intenzivnosti je radij, po katerem je porazdeljena utež" + "Latitude": ["Širina"], + "Column containing latitude data": [ + "Stolpec s podatki zemljepisne širine" ], - "Intensity is the value multiplied by the weight to obtain the final weight": [ - "Intenzivnost je vrednost, ki je pomnožena z utežjo, da dobimo končno utež" + "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." ], - "Interval": ["Interval"], - "Interval End column": ["Stolpec konca intervala"], - "Interval bounds": ["Meje intervalov"], - "Interval colors": ["Barve intervalov"], - "Interval start column": ["Stolpec začetka intervala"], - "Intervals": ["Intervali"], - "Intesity": ["Intenzivnost"], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ - "Neveljaven niz povezave: pričakovan je niz oblike 'ocient://user:pass@host:port/database'." + "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)" ], - "Invalid JSON": ["Neveljaven JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "Neveljaven napreden tip rezultata: %(advanced_data_type)s" + "Auto": ["Samodejno"], + "Point Radius Unit": ["Enota radija točk"], + "Pixels": ["Piksli"], + "Miles": ["Milje"], + "Kilometers": ["Kilometri"], + "The unit of measure for the specified point radius": [ + "Enota merila za definiran radij točk" ], - "Invalid certificate": ["Neveljaven certifikat"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "Neveljaven niz povezave - veljaven niz je običajno v obliki: backend+driver://user:password@database-host/database-name" + "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 po (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." ], - "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'

" + "Cluster label aggregator": ["Agregator za oznako gruče"], + "sum": ["vsota"], + "mean": ["povprečje"], + "max": ["max"], + "std": ["std"], + "var": ["var"], + "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." ], - "Invalid cron expression": ["Neveljaven cron izraz"], - "Invalid cumulative operator: %(operator)s": [ - "Neveljaven kumulativni operand: %(operator)s" + "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" ], - "Invalid currency code in saved metrics": [ - "Neveljavna koda valute v shranjeni meri" + "Map Style": ["Slog zemljevida"], + "Streets": ["Ulice"], + "Dark": ["Temno"], + "Light": ["Svetlo"], + "Satellite Streets": ["Satelitski z ulicami"], + "Satellite": ["Satelitski"], + "Outdoors": ["Outdoors"], + "Base layer map style. See Mapbox documentation: %s": [ + "Slog osnovnega zemljevida. Glej dokumentacijo Mapbox: %s" ], - "Invalid date/timestamp format": ["Neveljaven zapis datuma/časa"], - "Invalid filter operation type: %(op)s": [ - "Neveljaven tip operacije filtra: %(op)s" + "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)." ], - "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." + "RGB Color": ["RGB barva"], + "The color for points and clusters in RGB": [ + "Barva točk in gruč v RGB zapisu" ], - "Invalid longitude/latitude": ["Neveljavna zemljepisna dolžina/širina"], - "Invalid metric object: %(metric)s": [ - "Neveljaven objekt mere: %(metric)s" + "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 po. Pri združevanju morata biti prisotna stolpca širine in dolžine." ], - "Invalid numpy function: %(operator)s": [ - "Neveljavna numpy funkcija: %(operator)s" + "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" ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Neveljavne možnosti za %(rolling_type)s: %(options)s" + "p-value precision": ["točnost p-vrednosti"], + "Number of decimal places with which to display p-values": [ + "Število decimalnih mest za prikaz p-vrednosti" ], - "Invalid permalink key": ["Neveljaven ključ povezave"], - "Invalid reference to column: \"%(column)s\"": [ - "Neveljaven sklic na stolpec: \"%(column)s\"" + "Lift percent precision": ["Točnost procentualnega dviga"], + "Number of decimal places with which to display lift values": [ + "Število decimalnih mest za prikaz vrednosti dviga" ], - "Invalid result type: %(result_type)s": [ - "Neveljaven tip rezultata: %(result_type)s" + "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." ], - "Invalid rolling_type: %(type)s": ["Neveljaven rolling_type: %(type)s"], - "Invalid spatial point encountered: %(latlong)s": [""], - "Invalid state.": ["Neveljavno stanje."], - "Invalid tab ids: %s(tab_ids)": [ - "Neveljavni id-ji zavihkov: %s(tab_ids)" + "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" ], - "Inverse selection": ["Invertiraj izbiro"], - "Invert current page": ["Invertiraj trenutno stran"], - "Is certified": ["Certificiran"], - "Is dimension": ["Dimenzija"], - "Is false": ["Je FALSE"], - "Is favorite": ["Je priljubljen"], - "Is filterable": ["Filtriranje"], - "Is not null": ["Ni NULL"], - "Is null": ["Je NULL"], - "Is tagged": ["Je označen"], - "Is temporal": ["Časoven"], - "Is true": ["Je TRUE"], - "Isoband": ["Površinska plastnica"], - "Isoline": ["Plastnica"], - "Issue 1000 - The dataset is too large to query.": [ - "Težava 1000 - podatkovni vir je prevelik za poizvedbo." + "Include Series": ["Vključi serijo"], + "Include series name as an axis": [ + "Vključi ime podatkovne serije v naslov osi" ], - "Issue 1001 - The database is under an unusual load.": [ - "Težava 1001 - podatkovni vir je neobičajno obremenjen." + "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." ], - "It’s not recommended to truncate axis in Bar chart.": [ - "V stolpčnem grafikonu ni priporočljivo omejiti osi." + "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"], + "Mean of values over specified period": [ + "Povprečna vrednost v dani periodi" ], - "JAN": ["JAN"], - "JSON": ["JSON"], - "JSON Metadata": ["JSON-metapodatki"], - "JSON metadata": ["JSON-metapodatki"], - "JSON metadata is invalid!": ["JSON-metapodatki niso veljavni!"], - "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." + "Aggregate Sum": ["Agregirana vsota"], + "Sum of values over specified period": ["Vsota vrednosti v dani periodi"], + "Metric change in value from `since` to `until`": [ + "Sprememba mere od vrednosti \"OD\" do \"DO\"" ], - "JUL": ["JUL"], - "JUN": ["JUN"], - "January": ["Januar"], - "JavaScript data interceptor": ["JavaScript prestreznik podatkov"], - "JavaScript onClick href": ["JavaScript onClick href"], - "JavaScript tooltip generator": ["JavaScript generator opisa orodja"], - "Jinja templating": ["Jinja"], - "Json list of the column names that should be read": [ - "Json seznam imen stolpcev, ki bodo prebrani" + "Percent Change": ["Procentualna sprememba"], + "Metric percent change in value from `since` to `until`": [ + "Procentualna sprememba mere od vrednosti \"OD\" do \"DO\"" ], - "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." + "Factor": ["Faktor"], + "Metric factor change from `since` to `until`": [ + "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" ], - "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 seznam vrednosti, ki bodo obravnavane kot prazne (Null). Primeri: [\"\"] za prazne nize, [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost" + "Advanced Analytics": ["Napredna analitika"], + "Use the Advanced Analytics options below": [ + "Uporabite spodnje možnosti napredne analitike" ], - "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 bodo obravnavane kot prazne (Null). Primeri: [\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]. Opozorilo: Podatkovna baza Hive podpira le eno vrednost. Uporabite [\"\"] za prazen znakovni niz." + "Settings for time series": ["Nastavitve časovne vrste"], + "Date Time Format": ["Oblika zapisa za Datum-Čas"], + "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" ], - "July": ["Julij"], - "June": ["Junij"], - "KPI": ["KPI"], - "Keep control settings?": ["Obdržim nastavitve kontrolnika?"], - "Keep editing": ["Nadaljuj z urejanjem"], - "Key": ["Ključ"], - "Keyboard shortcuts": ["Bližnjice na tipkovnici"], - "Keys for table": ["Ključi za tabelo"], - "Kilometers": ["Kilometri"], - "LIMIT": ["OMEJITEV"], - "Label": ["Naziv"], - "Label Contents": ["Označi vsebino"], - "Label Line": ["Črta oznake"], - "Label Type": ["Tip 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 Updated %s by %s": ["Zadnja posodobitev %s, %s"], - "Last available value seen on %s": [ - "Zadnja razpoložljiva vrednost na %s" + "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" ], - "Last modified": ["Zadnja sprememba"], - "Last run": ["Zadnji zagon"], - "Latitude": ["Širina"], - "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": [ - "Končna vozlišča, ki imajo manjše število dogodkov od nastavljene vrednosti, bodo na prikazu prvotno skrita" + "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" ], - "Least recently modified": ["Zadnje spremenjeno"], - "Left": ["Levo"], - "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" + "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" ], - "Left to Right": ["Od leve proti desni"], - "Left value": ["Leva vrednost"], - "Legacy": ["Zastarelo"], - "Legend": ["Legenda"], - "Legend Format": ["Oblika legende"], - "Legend Orientation": ["Orientacija legende"], - "Legend Position": ["Položaj legende"], - "Legend type": ["Tip legende"], - "Less or equal (<=)": ["Manjše ali enako (<=)"], - "Less than (<)": ["Manjše kot (<)"], - "Lift percent precision": ["Točnost procentualnega dviga"], - "Light": ["Svetlo"], - "Light mode": ["Svetli način"], - "Like": ["Like"], - "Like (case insensitive)": ["Like (ni razlik. velikih/malih črk)"], - "Limit reached": ["Omejitev dosežena"], - "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." + "Rolling Window": ["Drseče okno"], + "Rolling Function": ["Drseča funkcija"], + "cumsum": ["kumulativna vsota"], + "Min Periods": ["Min. št. period"], + "Time Comparison": ["Časovna primerjava"], + "Time Shift": ["Časovni zamik"], + "1 week": ["1 week"], + "28 days": ["28 days"], + "30 days": ["30 dni"], + "52 weeks": ["52 weeks"], + "1 year": ["1 year"], + "104 weeks": ["104 weeks"], + "2 years": ["2 years"], + "156 weeks": ["156 weeks"], + "3 years": ["3 years"], + "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 (angleškem) jeziku (npr. 24 hours, 7 days, 52 weeks, 365 days). Prosto besedilo je podprto." ], - "Limits the number of cells that get retrieved.": [ - "Omeji število pridobljenih celic." + "Actual Values": ["Dejanske vrednosti"], + "1T": ["1T"], + "1H": ["1H"], + "1D": ["1D"], + "7D": ["7D"], + "1M": ["1M"], + "1AS": ["1AS"], + "Method": ["Metoda"], + "asfreq": ["asfreq"], + "bfill": ["bfill"], + "ffill": ["ffill"], + "median": ["mediana"], + "Part of a Whole": ["Del celote"], + "Compare the same summarized metric across multiple groups.": [ + "Primerja isto mero med različnimi skupinami." ], - "Limits the number of rows that get displayed.": [ - "Omeji število vrstic za prikaz." + "Partition Chart": ["Grafikon razdelkov"], + "Categorical": ["Kategorični"], + "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" ], - "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." + "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)." ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "Omeji število vrstic, ki se izračunajo v poizvedbi, ki je vir podatkov za ta grafikon." + "Nightingale Rose Chart": ["Nightingale Rose grafikon"], + "Advanced-Analytics": ["Napredna analitika"], + "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." ], - "Line": ["Črta"], - "Line Chart": ["Črtni grafikon"], - "Time-series Line Chart (legacy)": ["Črtni grafikon (zastarelo)"], - "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." - ], - "Line interpolation as defined by d3.js": [ - "Interpolacija krivulje na osnovi d3.js" - ], - "Line width": ["Debelina črte"], - "Line width unit": ["Enota debeline črte"], - "Linear Color Scheme": ["Linearna barvna shema"], - "Linear color scheme": ["Linearna barvna shema"], - "Linear interpolation": ["Linearna interpolacija"], - "Lines column": ["Stolpec črt"], - "Lines encoding": ["Kodiranje črt"], - "Link Copied!": ["Povezava kopirana!"], - "List Unique Values": ["Seznam unikatnih vrednosti"], - "List of extra columns made available in JavaScript functions": [ - "Seznam dodatnih stolpcev, ki bodo na razpolago v JavaScript funkcijah" - ], - "List of n+1 values for bucketing metric into n buckets.": [ - "Seznam n+1 vrednosti za mero razvrščanja v n razdelkov." - ], - "List of values to mark with lines": [ - "Seznam vrednosti, ki bodo markirane s črticami" - ], - "List of values to mark with triangles": [ - "Seznam vrednosti, ki bodo markirane s trikotniki" - ], - "List updated": ["Seznam posodobljen"], - "Live CSS editor": ["CSS urejevalnik v živo"], - "Live render": ["Sprotni izris"], - "Load a CSS template": ["Naloži CSS predlogo"], - "Loaded data cached": ["Naloženo v predpomnilnik"], - "Loaded from cache": ["Naloženo iz predpomnilnika"], - "Loading": ["Nalaganje"], - "Loading...": ["Nalagam ..."], - "Locate the chart": ["Lociraj grafikon"], - "Log Scale": ["Logaritemska skala"], - "Log retention": ["Hranjenje dnevnikov"], - "Logarithmic axis": ["Logaritemska os"], - "Logarithmic scale on primary y-axis": [ - "Logaritemska skala na primarni y-osi" + "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." ], - "Logarithmic scale on secondary y-axis": [ - "Logaritemska skala na sekundarni y-osi" + "Demographics": ["Demografija"], + "Survey Responses": ["Rezultati anket"], + "Sankey Diagram": ["Sankey grafikon"], + "Percentages": ["Procenti"], + "Sankey Diagram with Loops": ["Sankey grafikon z zankami"], + "Country Field Type": ["Tip polja za države"], + "Full name": ["Celotno ime"], + "code International Olympic Committee (cioc)": [ + "koda Mednarodnega olimpijskega komiteja (cioc)" ], - "Logarithmic x-axis": ["Logaritemska x-os"], - "Logarithmic y-axis": ["Logaritemska y-os"], - "Login": ["Prijava"], - "Login with": ["Prijava z"], - "Logout": ["Odjava"], - "Logs": ["Dnevniki"], - "Long dashed": ["Dolgo-črtkano"], - "Longitude": ["Dolžina"], - "Longitude & Latitude": ["Dolžina in širina"], - "Longitude & Latitude columns": ["Stolpci zemljepisne dolžine in širine"], - "Longitude and Latitude": ["Dolžina in širina"], - "Longitude of default viewport": ["Dolžina privzetega pogleda"], - "Lower Threshold": ["Spodnji prag"], - "Lower threshold must be lower than upper threshold": [ - "Spodnji prag mora biti manjši od zgornjega" + "code ISO 3166-1 alpha-2 (cca2)": ["koda ISO 3166-1 alpha-2 (cca2)"], + "code ISO 3166-1 alpha-3 (cca3)": ["koda ISO 3166-1 alpha-3 (cca3)"], + "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" ], - "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" + "Show Bubbles": ["Prikaži mehurčke"], + "Whether to display bubbles on top of countries": [ + "Če želite prikaz mehurčkov nad državami" ], - "Make the x-axis categorical": [""], - "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" + "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" ], - "Manage": ["Upravljaj"], - "Manage email report": ["Upravljaj e-poštno poročilo"], - "Manage your databases": ["Upravljajte podatkovne baze"], - "Mandatory": ["Obvezno"], - "Manually set min/max values for the y-axis.": [ - "Ročno nastavi min./max. vrednosti za y-os." + "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" ], - "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\"" + "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." ], - "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": ["Maksimalno število dogodkov"], - "Maximum": ["Maksimum"], - "Maximum Font Size": ["Max. velikost pisave"], - "Maximum Radius": ["Max. polmer"], - "Maximum 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." + "Multi-Dimensions": ["Večdimenzionalni"], + "Multi-Variables": ["Več spremenljivk"], + "Popular": ["Priljubljeni"], + "deck.gl charts": ["deck.gl grafikoni"], + "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" ], - "Maximum value": ["Maksimalna vrednost"], - "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" + "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." ], - "Mean values": ["Srednje vrednosti"], - "Median": ["Mediana"], - "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." + "deck.gl Multiple Layers": ["deck.gl - večplastni grafikon"], + "deckGL": ["deckGL"], + "Start (Longitude, Latitude): ": ["Začetek (Zemlj. dolžina, širina): "], + "End (Longitude, Latitude): ": ["Konec (zemljepisna dolžina, širina): "], + "Start Longitude & Latitude": ["Začetna Dolž. in Širina"], + "Point to your spatial columns": [ + "Pokažite na stolpec z lokacijskimi podatki" ], - "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" + "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" ], - "Median values": ["Mediane"], - "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 Key": ["Ključ mere"], - "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\"" + "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." ], - "Metric currency": ["Valuta mere"], - "Metric descending": ["Padajoča mera"], - "Metric factor change from `since` to `until`": [ - "Sprememba faktorja mere od vrednosti \"OD\" do \"DO\"" + "deck.gl Arc": ["deck.gl - lok"], + "3D": ["3D"], + "Web": ["Mreža"], + "Centroid (Longitude and Latitude): ": [ + "Centroid (zemljepisna dolžina in širina): " ], - "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\"" + "Threshold: ": ["Prag: "], + "The size of each cell in meters": ["Velikost vsake celice v metrih"], + "Aggregation": ["Agregacija"], + "The function to use when aggregating points into groups": [ + "Funkcija za agregacijo točk v skupine" ], - "Metric that defines the size of the bubble": [ - "Mera, ki določa velikost mehurčka" + "Contours": ["Plastnice"], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "Definirajte plastnice. Plastnice predstavljajo nabor črt, ki ločujejo območje nad in pod podano mejo. Površinske plastnice predstavlja nabor poligonov, ki zapolnjujejo področje v določenem obsegu vrednosti." ], - "Metric to display bottom title": ["Mera za prikaz spodnjega naslova"], + "Weight": ["Utež"], "Metric used as a weight for the grid's coloring": [ "Mera, ki služi kot utež za barvo mreže" ], - "Metric used to calculate bubble size": [ - "Mera za izračun velikosti mehurčkov" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Za prikaz prostorske porazdelitve podatkov uporablja ocenjevanje Gaussove jedrno gostote" + ], + "Spatial": ["Prostorski"], + "GeoJson Settings": ["GeoJson nastavitve"], + "Line width unit": ["Enota debeline črte"], + "meters": ["metri"], + "pixels": ["piksli"], + "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)." ], + "deck.gl Geojson": ["deck.gl - GeoJson"], + "Longitude and Latitude": ["Dolžina in širina"], + "Height": ["Višina"], "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)." + "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." ], - "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)." + "deck.gl Grid": ["deck.gl - 3D mreža"], + "Intesity": ["Intenzivnost"], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Intenzivnost je vrednost, ki je pomnožena z utežjo, da dobimo končno utež" ], - "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)." + "Intensity Radius": ["Radij intenzivnosti"], + "Intensity Radius is the radius at which the weight is distributed": [ + "Radij intenzivnosti je radij, po katerem je porazdeljena utež" ], - "Metrics": ["Mere"], - "Middle": ["Sredina"], - "Midnight": ["Polnoč"], - "Miles": ["Milje"], - "Min": ["Min"], - "Min Periods": ["Min. št. period"], - "Min Width": ["Min. širina"], - "Min periods": ["Min. št. period"], - "Min/max (no outliers)": ["Min/max (brez osamelcev)"], - "Mine": ["Moje"], - "Minimum": ["Minimum"], - "Minimum Font Size": ["Min. velikost pisave"], - "Minimum Radius": ["Min. polmer"], - "Minimum leaf node event count": ["Min. št. dogodkov končnega vozlišča"], - "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." - ], - "Minimum threshold in percentage points for showing labels.": [ - "Minimalni prag v odstotnih točkah za prikaz oznak." + "deck.gl Heatmap": ["deck.gl - toplotna karta"], + "Dynamic Aggregation Function": ["Dinamična agregacijska funkcija"], + "variance": ["varianca"], + "deviation": ["deviacija"], + "p1": ["p1"], + "p5": ["p5"], + "p95": ["p95"], + "p99": ["p99"], + "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." ], - "Minimum value": ["Minimalna vrednost"], - "Minimum value for label to be displayed on graph.": [ - "Najmanjša vrednost, za katero bo na grafikonu prikazana oznaka." + "deck.gl 3D Hexagon": ["deck.gl - 3D HEX"], + "Polyline": ["Poli-linija"], + "Visualizes connected points, which form a path, on a map.": [ + "Na zemljevidu prikaže povezane točke, ki tvorijo pot." ], - "Minimum value on the gauge axis": ["Najmanjša vrednost na številčnici"], - "Minor Split Line": ["Pomožna ločilna črta"], - "Minor ticks": ["Pomožne oznake"], - "Minute": ["Minuta"], - "Minutes %s": ["Minute %s"], - "Missing URL parameters": ["Manjkajo parametri URL-ja"], - "Missing dataset": ["Manjka podatkovni set"], - "Mixed Chart": ["Kombinirani grafikon"], - "Modified": ["Spremenjeno"], - "Modified %s": ["Zadnja sprememba %s"], - "Modified by": ["Spremenil"], - "Modified by: %s": ["Spremenil: %s"], - "Modified columns: %s": ["Spremenjeni stolpci: %s"], - "Monday": ["Ponedeljek"], - "Month": ["Mesec"], - "Months %s": ["Meseci %s"], - "More": ["Več"], - "More filters": ["Več filtrov"], - "Move only": ["Samo premikanje"], - "Moves the given set of dates by a specified interval.": [ - "Premakne dani nabor datumov za definirano obdobje." + "deck.gl Path": ["deck.gl - poti"], + "name": ["ime"], + "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" ], - "Multi-Dimensions": ["Večdimenzionalni"], - "Multi-Layers": ["Večplastni"], - "Multi-Levels": ["Večplastni"], - "Multi-Variables": ["Več spremenljivk"], - "Multiple": ["Več"], - "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." + "Number of buckets to group data": [ + "Število razdelkov za združevanje podatkov" ], - "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" + "How many buckets should the data be grouped in.": [ + "V koliko razdelkov bodo razvrščeni podatki." ], - "Multiplier": ["Množitelj"], - "Must be unique": ["Mora biti unikaten"], - "Must choose either a chart or a dashboard": [ - "Izberite bodisi grafikon bodisi nadzorno ploščo" + "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." ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Mora imeti stolpec [Združevanje po], da ima število (count) kot [Oznaka]" + "Emit Filter Events": ["Oddajaj dogodke filtrov"], + "Whether to apply filter when items are clicked": [ + "Če želite uporabiti filter, ko kliknete na elemente" ], - "Must have at least one numeric column specified": [ - "Definiran mora biti vsaj en numerični stolpec" + "Multiple filtering": ["Večkratno filtriranje"], + "Allow sending multiple polygons as a filter event": [ + "Dovoli pošiljanje več poligonov kot dogodek filtra" ], - "Must provide credentials for the SSH Tunnel": [ - "Za SSH-tunel morate podati prijavne podatke" + "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." ], - "Must specify a value for filters with comparison operators": [ - "Potrebno je podati vrednost za filter s primerjalnim operandom" + "deck.gl Polygon": ["deck.gl - poligon"], + "Category": ["Kategorija"], + "Point Size": ["Velikost točke"], + "Point Unit": ["Enota točke"], + "Square meters": ["Kvadratni metri"], + "Square kilometers": ["Kvadratni kilometri"], + "Square miles": ["Kvadratne milje"], + "Radius in meters": ["Polmer v metrih"], + "Radius in kilometers": ["Polmer v kilometrih"], + "Radius in miles": ["Polmer v miljah"], + "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." ], - "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"], - "NUMERIC": ["NUMERIC"], - "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 stolpčnih podatkov." + "Maximum Radius": ["Max. polmer"], + "Maximum 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." ], - "Name of table to be created from excel data.": [ - "Ime tabele, ki bo ustvarjena iz Excel-ovih podatkov." + "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" ], - "Name of table to be created with CSV file": [ - "Ime tabele, ki bo ustvarjena iz CSV podatkov" + "deck.gl Scatterplot": ["deck.gl - raztreseni grafikon"], + "Grid": ["Mreža"], + "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" ], - "Name of the column containing the id of the parent node": [ - "Ime stolpca, ki vsebuje id nadrejenega vozlišča" + "deck.gl Screen Grid": ["deck.gl - mreža"], + "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" ], - "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" + " source code of Superset's sandboxed parser": [ + " izvorno kodo za Supersetov \"sandboxed parser\"" ], - "Name of the target nodes": ["Imena ciljnih vozlišč"], - "Name of your tag": ["Ime vaše oznake"], - "Name your database": ["Poimenujte podatkovno bazo"], - "Need help? Learn how to connect your database": [ - "Potrebujete pomoč? Kako povezati vašo podatkovno bazo se naučite" + "This functionality is disabled in your environment for security reasons.": [ + "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." ], - "Need help? Learn more about": ["Potrebujete pomoč? Naučite se več o"], - "Network error": ["Napaka omrežja"], - "Network error.": ["Napaka omrežja."], - "New chart": ["Nov grafikon"], - "New columns added: %s": ["Dodani novi stolpci: %s"], - "New dataset": ["Nov podatkovni set"], - "New dataset name": ["Ime novega podatkovnega seta"], - "New header": ["Nov naslov"], - "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 Data": ["Ni podatkov"], - "No Results": ["Ni rezultatov"], - "No Rules yet": ["Pravil še ni"], - "No Tags created": ["Ni ustvarjenih oznak"], - "No annotation layers": ["Ni slojev z oznakami"], - "No annotation layers yet": ["Slojev z oznakami še ni"], - "No annotation yet": ["Oznak še ni"], - "No applied filters": ["Ni uporabljenih filtrov"], - "No available filters.": ["Ni razpoložljivih filtrov."], - "No charts": ["Ni grafikonov"], - "No charts yet": ["Ni še grafikonov"], - "No columns found": ["Ni najdenih stolpcev"], - "No compatible columns found": ["Ni najdenih skladnih stolpcev"], - "No compatible datasets found": [ - "Ni najdenih skladnih podatkovnih setov" + "Ignore null locations": ["Izpusti prazne lokacije"], + "Whether to ignore locations that are null": [ + "Če ne želite upoštevati praznih (NULL) lokacij" ], - "No compatible schema found": ["Ni najdenih skladnih shem"], - "No dashboards yet": ["Ni še 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" + "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" ], - "No data in file": ["V datoteki ni podatkov"], - "No databases match your search": [ - "Nobena podatkovna baza ne ustreza iskanju" + "Select a dimension": ["Izberite dimenzijo"], + "Extra data for JS": ["Dodatni podatki za JS"], + "List of extra columns made available in JavaScript functions": [ + "Seznam dodatnih stolpcev, ki bodo na razpolago v JavaScript funkcijah" ], - "No description available.": ["Opisa ni na razpolago."], - "No entities have this tag currently assigned": [ - "Noben element trenutno nima te oznake" + "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." ], - "No filter": ["Brez filtra"], - "No filter is selected.": ["Noben filter ni izbran."], - "No filters": ["Brez filtrov"], - "No filters are currently added to this dashboard.": [ - "Trenutno na nadzorno ploščo še ni dodanih filtrov." + "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" ], - "No form settings were maintained": ["Nastavitve forme se niso ohranile"], - "No global filters are currently added": [ - "Trenutno ni dodanih globalnih filtrov" + "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" ], - "No matching records found": ["Ni ujemajočih zapisov"], - "No of Bins": ["Št. razdelkov"], - "No recents yet": ["Ni še nedavnih"], - "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" + "Legend Format": ["Oblika legende"], + "Choose the format for legend values": [ + "Izberite obliko vrednosti legende" ], - "No results were returned for this query": [ - "Poizvedba ni vrnila rezultatov" + "Legend Position": ["Položaj legende"], + "Choose the position of the legend": ["Izberite položaj legende"], + "Top left": ["Zgoraj levo"], + "Top right": ["Zgoraj desno"], + "Bottom left": ["Spodaj levo"], + "Bottom right": ["Spodaj desno"], + "Lines column": ["Stolpec črt"], + "The database columns that contains lines information": [ + "Stolpec v podatkovni bazi, ki vsebuje podatke črt" ], - "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." + "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" ], - "No rows were returned for this dataset": [ - "Za podatkovni set ni vrnjenih vrstic" + "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"], + "Whether to make the grid 3D": ["Če želite mrežo v 3D-prikazu"], + "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" ], - "No samples were returned for this dataset": [ - "Za podatkovni set ni vrnjenih vzorcev" + "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"], + "geohash (square)": ["geohash (kvadrat)"], + "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": [ + "Prikaži točke kot krožne markerje na krivuljah" ], - "No saved expressions found": ["Shranjeni izrazi niso najdeni"], - "No saved metrics found": ["Shranjene mere niso najdene"], - "No saved queries yet": ["Ni še shranjenih poizvedb"], - "No stored results found, you need to re-run your query": [ - "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" + "Y bounds": ["Meje Y-osi"], + "Whether to display the min and max values of the Y-axis": [ + "Če želite prikaz min. in max. vrednosti Y-osi" ], - "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." + "Y 2 bounds": ["Meje Y-osi 2"], + "Line Style": ["Slog črte"], + "linear": ["linearno"], + "basis": ["basis"], + "cardinal": ["cardinal"], + "monotone": ["monotone"], + "step-before": ["step-before"], + "step-after": ["step-after"], + "Line interpolation as defined by d3.js": [ + "Interpolacija krivulje na osnovi d3.js" ], - "No table columns": ["Ni stolpcev tabel"], - "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)" + "Show Range Filter": ["Prikaži filter obdobja"], + "Whether to display the time range interactive selector": [ + "Če želite prikaz interaktivnega izbirnika časovnega obdobja" ], - "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": ["Normalno"], - "Normalize Across": ["Normiraj glede na"], - "Normalize column names": ["Normiraj imena stolpcev"], - "Normalized": ["Normiran"], - "Not Time Series": ["Ni časovna vrsta"], - "Not added to any dashboard": ["Ni dodano na nobeno nadzorno ploščo"], - "Not available": ["Ni razpoložljivo"], - "Not defined": ["Ni definirano"], - "Not equal to (≠)": ["Ni enako (≠)"], - "Not in": ["Ne vsebuje (NOT IN)"], - "Not null": ["Ni null (IS NOT 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 Values": ["Prazne (Null) vrednosti"], - "Null imputation": ["Nadomeščanje Null-vrednosti"], - "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.": [ - "Številske meje za kodiranje barv od rdeče do modre.\n\tZamenjajte števili za barve od modre do rdeče. Če želite čisto rdečo ali modro,\n\tvnesite samo min ali max." + "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." ], - "Number format": ["Oblika zapisa števila"], - "Number format string": ["Niz za obliko števila"], - "Number formatting": ["Oblika zapisa števila"], - "Number of buckets to group data": [ - "Število razdelkov za združevanje podatkov" + "X Tick Layout": ["Postavitev oznak na X-osi"], + "flat": ["ravno"], + "staggered": ["cik-cak"], + "The way the ticks are laid out on the X-axis": [ + "Način razporeditve oznak na X-osi" ], - "Number of decimal digits to round numbers to": [ - "Število decimalnih mest za zaokroževanje števil" + "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." ], - "Number of decimal places with which to display lift values": [ - "Število decimalnih mest za prikaz vrednosti dviga" + "Y Axis 2 Bounds": ["Meje Y-osi 2"], + "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" ], - "Number of decimal places with which to display p-values": [ - "Število decimalnih mest za prikaz p-vrednosti" + "Bar Values": ["Vrednosti stolpcev"], + "Show the value on top of the bar": [ + "Prikaži vrednosti na vrhu stolpcev" ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "" + "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." ], - "Number of periods to ratio against": [ - "Število časovnih obdobij za izračun deleža" + "You cannot use 45° tick layout along with the time range filter": [ + "Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45° kotom" ], - "Number of rows of file to read": ["Število vrstic v datoteki za branje"], - "Number of rows of file to read.": [ - "Število vrstic v datoteki za branje." + "Stacked Style": ["Slog nalaganja"], + "stack": ["nalaganje"], + "stream": ["tok"], + "expand": ["razširi"], + "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." ], - "Number of rows to skip at start of file": [ - "Število vrstic, ki se izpustijo na začetku datoteke" + "Stretched style": ["Raztegnjen slog"], + "Stacked style": ["Naložen slog"], + "Video game consoles": ["Igralne konzole"], + "Vehicle Types": ["Vrste vozil"], + "Time-series Area Chart (legacy)": ["Ploščinski grafikon (zastarelo)"], + "Continuous": ["Zvezno"], + "Line": ["Črta"], + "nvd3": ["nvd3"], + "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)." ], - "Number of rows to skip at start of file.": [ - "Število vrstic, ki se izpustijo na začetku datoteke." + "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" ], - "Number of split segments on the axis": [ - "Število razdelkov na številčnici" + "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. Dodajte stolpec za združevanje po za prikaz mer na nivoju skupin in njihovega spreminjanja." ], - "Number of steps to take between ticks when displaying the X scale": [ - "Število korakov med oznakami pri prikazu X-osi" + "Time-series Bar Chart (legacy)": [ + "Stolpčni grafikon za časovno vrsto (zastarelo)" ], - "Number of steps to take between ticks when displaying the Y scale": [ - "Število korakov med oznakami pri prikazu Y-osi" + "Bar": ["Stolpec"], + "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." ], - "Numerical range": ["Številski obseg"], - "OCT": ["OKT"], - "OK": ["OK"], - "OVERWRITE": ["PREPIŠI"], - "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 po. Združevanje z visoko kardinalnostjo naj vsebuje omejitev serij, s čimer omejite število pridobljenih in prikazanih serij." + "Bubble Chart (legacy)": ["Mehurčkasti grafikon (zastarelo)"], + "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" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Eden ali več kontrolnikov za združevanje po. Pri združevanju morata biti prisotna stolpca širine in dolžine." + "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" ], - "One or many controls to pivot as columns": [ - "En ali več kontrolnikov za stolpčno vrtenje" + "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." ], - "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" + "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." ], - "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." + "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" ], - "One or more parameters specified in the query are malformed.": [ - "En ali več parametrov v SQL-poizvedbi ima napačno obliko." + "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." ], - "One or more parameters specified in the query are missing.": [ - "En ali več parametrov v SQL-poizvedbi manjka." + "Bar Chart (legacy)": ["Stolpčni graf (zastarelo)"], + "Additive": ["Aditivno"], + "Propagate": ["Razširi"], + "Send range filter events to other charts": [ + "Pošlji dogodke filtra obdobja na druge grafikone" ], - "One ore more annotation layers failed loading.": [ - "Eden ali več slojev z oznakami se ni naložil." + "Classic chart that visualizes how metrics change over time.": [ + "Standardni grafikon za prikaz spreminjanje mere skozi čas." ], - "Only SELECT statements are allowed against this database.": [ - "Za to podatkovno bazo so dovoljeni le `SELECT` stavki." + "Battery level over time": ["Napolnjenost baterije skozi čas"], + "Time-series Line Chart (legacy)": ["Črtni grafikon (zastarelo)"], + "Label Type": ["Tip oznake"], + "Category Name": ["Ime kategorije"], + "Value": ["Vrednost"], + "Percentage": ["Procenti"], + "Category and Value": ["Kategorija in vrednost"], + "Category and Percentage": ["Kategorija in procent"], + "Category, Value and Percentage": ["Kategorija, vrednost in procent"], + "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": ["Prikaži oznake"], + "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ + "Če želite prikazati oznake. Oznake so prikazane le nad 5-odstotnim pragom." ], - "Only Total": ["Samo vsota"], - "Only `SELECT` statements are allowed": [ - "Dovoljeni so le `SELECT` stavki" + "Put labels outside": ["Postavi oznake zunaj"], + "Put the labels outside the pie?": ["Postavim oznake zunaj torte?"], + "Pie Chart (legacy)": ["Tortni grafikon (zastarelo)"], + "Frequency": ["Frekvenca"], + "Year (freq=AS)": ["Leto (freq=AS)"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 tednov z začetkom v ponedeljek (freq=52W-MON)" ], - "Only applies when \"Label Type\" is not set to a percentage.": [ - "Veljavno samo, ko \"Tip oznake\" ni procent." + "1 week starting Sunday (freq=W-SUN)": [ + "1 teden z začetkom v nedeljo (freq=W-SUN)" ], - "Only applies when \"Label Type\" is set to show values.": [ - "Veljavno samo, ko je izbran \"Tip oznake\" za prikaz vrednosti." + "1 week starting Monday (freq=W-MON)": [ + "1 teden z začetkom v ponedeljek (freq=W-MON)" ], - "Only selected panels will be affected by this filter": [ - "Ta filter bo vplival le na izbrane grafikone" + "Day (freq=D)": ["Dan (freq=D)"], + "4 weeks (freq=4W-MON)": ["4 tedni (freq=4W-MON)"], + "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\"." ], - "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" + "Time-series Period Pivot": ["Časovna serija - Vrtenje periode"], + "Formula": ["Formula"], + "Event": ["Dogodek"], + "Interval": ["Interval"], + "Stack": ["Naloži"], + "Stream": ["Tok"], + "Expand": ["Razširi"], + "Show legend": ["Prikaži legendo"], + "Whether to display a legend for the chart": [ + "Če želite prikaz legende za grafikon" ], - "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" + "Margin": ["Rob"], + "Additional padding for legend.": ["Dodatni razmak za legendo."], + "Scroll": ["Drsnik"], + "Plain": ["Preprosto"], + "Legend type": ["Tip legende"], + "Orientation": ["Orientacija"], + "Bottom": ["Spodaj"], + "Right": ["Desno"], + "Legend Orientation": ["Orientacija legende"], + "Show Value": ["Prikaži vrednost"], + "Show series values on the chart": [ + "Na grafikonu prikaži vrednosti serij" ], - "Oops! An error occurred!": ["Prišlo je do napake!"], - "Opacity": ["Prosojnost"], - "Opacity of Area Chart. Also applies to confidence band.": [ - "Prosojnost ploščinskega grafikona. Upošteva se tudi za interval zaupanja." + "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" ], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Prosojnost vseh gruč, točk in oznak (vrednost med 0 in 1)." + "Percentage threshold": ["Procentualni prag"], + "Minimum threshold in percentage points for showing labels.": [ + "Minimalni prag v odstotnih točkah za prikaz oznak." ], - "Opacity of area chart.": ["Prosojnost ploščinskega grafikona."], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "Vrednost 0 pomeni popolno prosojnost, 1 pa neprosojnost" + "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" ], - "Opacity, expects values between 0 and 100": [ - "Prosojnost, vnesite vrednosti med 0 in 100" + "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." ], - "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." + "Tooltip": ["Opis orodja"], + "Sort Series By": ["Razvrsti serije po"], + "Based on what should series be ordered on the chart and legend": [ + "Na osnovi česa so serije sortirane na grafikonu in legendi" ], - "Operator": ["Operator"], - "Operator undefined for aggregator: %(name)s": [ - "Operand ni definiran za agregatorja: %(name)s" + "Sort Series Ascending": ["Razvrsti serije naraščajoče"], + "Sort series in ascending order": ["Razvrsti serije naraščajoče"], + "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°)" ], - "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." + "Series Order": ["Razvrščanje serij"], + "Truncate X Axis": ["Prireži X-os"], + "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ + "Prireži X-os. Če določite spodnjo ali zgornjo mejo, preprečite prirezovanje. Deluje samo za numerično X os." ], - "Optional d3 date format string": [ - "Opcijski niz za d3-oblikovanje datuma" + "X Axis Bounds": ["Meje X-osi"], + "Bounds for numerical X axis. Not applicable for temporal or categorical axes. 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 numerične X-osi. Ni veljavno za časovne ali kategorične osi. Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov. Funkcija omeji le prikaz, obseg podatkov pa ostane enak." ], - "Optional d3 number format string": [ - "Opcijski niz za d3-oblikovanje števila" + "Minor ticks": ["Pomožne oznake"], + "Show minor ticks on axes.": ["Na oseh prikaži pomožne oznake."], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [ + "Zadnja razpoložljiva vrednost na %s" ], - "Optional name of the data column.": [ - "Opcijsko ime podatkovnega stolpca." + "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" ], - "Optional warning about use of this metric": [ - "Opcijsko opozorilo za uporabo te mere" + "Try applying different filters or ensuring your datasource has data": [ + "Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru podatki" ], - "Options": ["Možnosti"], - "Or choose from a list of other databases we support:": [ - "Ali pa izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" + "Big Number Font Size": ["Velikost pisave Velike številke"], + "Tiny": ["Drobno"], + "Small": ["Majhno"], + "Normal": ["Normalno"], + "Large": ["Veliko"], + "Huge": ["Ogromno"], + "Subheader Font Size": ["Velikost pisave podnaslova"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Order by entity id": ["Uredi po ID-entitete"], - "Order results by selected columns": [ - "Razvrsti rezultate glede na izbrani stolpec" + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Ordering": ["Razvrščanje"], - "Orientation": ["Orientacija"], - "Orientation of bar chart": ["Orientacija stolpčnega grafikona"], - "Orientation of filter bar": ["Orientacija vrstice s filtri"], - "Orientation of tree": ["Orientacija drevesa"], - "Original": ["Izvoren"], - "Original table column order": ["Vrstni red stolpcev izvorne tabele"], - "Original value": ["Izvorna vrednost"], - "Orthogonal": ["Pravokotna"], - "Other": ["Ostalo"], - "Outdoors": ["Outdoors"], - "Outer Radius": ["Zunanji polmer"], - "Outer edge of Pie chart": ["Veljavno samo"], - "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 (angleškem) jeziku (npr. 24 hours, 7 days, 52 weeks, 365 days). Prosto besedilo je podprto." + "Big Number with Time Period Comparison": [""], + "Display settings": ["Nastavitve prikaza"], + "Subheader": ["Podnaslov"], + "Description text that shows up below your Big Number": [ + "Besedilo, ki se prikaže pod veliko številko" ], - "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 (angleškem) jeziku (npr. 24 hours, 7 days, 52 weeks, 365 days). Prosto besedilo je podprto." + "Date format": ["Oblika zapisa datuma"], + "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" ], - "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." + "Conditional Formatting": ["Pogojno oblikovanje"], + "Apply conditional color formatting to metric": [ + "Za mere uporabi pogojno oblikovanje z barvami" ], - "Override time grain": ["Onemogoči granulacijo časa"], - "Override time range": ["Onemogoči časovno obdobje"], - "Overwrite": ["Prepiši"], - "Overwrite & Explore": ["Prepiši & Razišči"], - "Overwrite Dashboard [%s]": ["Prepiši nadzorno ploščo [%s]"], - "Overwrite Duplicate Columns": ["Prepiši podvojene stolpce"], - "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" + "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." ], - "Owned Created or Favored": ["Lastnik, Ustvaril ali Priljubljen"], - "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." + "A Big Number": ["Velika številka"], + "With a subheader": ["S podnaslovom"], + "Big Number": ["Velika številka"], + "Comparison Period Lag": ["Preteklo obdobje za primerjavo"], + "Based on granularity, number of time periods to compare against": [ + "Število časovnih obdobij za primerjavo (na osnovi granulacije)" ], - "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." + "Comparison suffix": ["Pripona za procent"], + "Suffix to apply after the percentage display": [ + "Pripona za prikaz procenta" ], - "PDF download failed, please refresh and try again.": [ - "Prenos PDF ni uspel. Osvežite in poskusite ponovno." + "Show Timestamp": ["Prikaži časovno značko"], + "Whether to display the timestamp": [ + "Če želite prikazati časovno značko" ], - "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" + "Show Trend Line": ["Prikaž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." ], - "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" + "Fix to selected Time Range": ["Za celotno časovno obdobje"], + "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ + "Trendna črta za celotno izbrano obdobje, v primeru, da filtrirani rezultati ne vsebujejo začetnega ali končnega datuma" ], - "Password": ["Geslo"], - "Paste Private Key here": ["Prilepite privatni ključ sem"], - "Paste content of service credentials JSON file here": [ - "Sem prilepite vsebino json-datoteke servisnega računa" + "TEMPORAL X-AXIS": ["ČASOVNA X-OS"], + "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." ], - "Paste the shareable Google Sheet URL here": [ - "Prilepite deljeni URL Googlove preglednice sem" + "Big Number with Trendline": ["Velika številka s trendno krivuljo"], + "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." ], - "Pattern": ["Vzorec"], - "Percent Change": ["Procentualna sprememba"], - "Percent of total": ["Procent celote"], - "Percentage": ["Procenti"], - "Percentage change": ["Procentualna sprememba"], - "Percentage metrics": ["Procentualne mere"], - "Percentage threshold": ["Procentualni prag"], - "Percentages": ["Procenti"], - "Performance": ["Zmogljivost"], - "Period average": ["Povprečje obdobja"], - "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." + "Tukey": ["Tukey"], + "Min/max (no outliers)": ["Min/max (brez osamelcev)"], + "2/98 percentiles": ["2/98 percentil"], + "9/91 percentiles": ["9/91 percentil"], + "Categories to group by on the x-axis.": [ + "Kategorije za združevanje po x-osi." ], - "Person or group that has certified this dashboard.": [ - "Oseba ali skupina, ki je certificirala to nadzorno ploščo." + "Distribute across": ["Porazdeli glede na"], + "Columns to calculate distribution across.": [ + "Stolpci za izračun porazdelitve." ], - "Person or group that has certified this metric": [ - "Oseba ali skupina, ki je certificirala to mero" + "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." ], - "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" - ], - "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 name to help you identify this database.": [ - "Izberite ime za lažjo prepoznavo podatkovne baze." + "ECharts": ["ECharts"], + "Bubble size number format": ["Oblika zapisa velikosti mehurčka"], + "Bubble Opacity": ["Prosojnost mehurčka"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "Vrednost 0 pomeni popolno prosojnost, 1 pa neprosojnost" ], - "Pick a nickname for how the database will display in Superset.": [ - "Izberite vzdevek za to podatkovno bazo, ki bo prikazan v Supersetu." + "X AXIS TITLE MARGIN": ["OBROBA NASLOVA X-OSI"], + "Logarithmic x-axis": ["Logaritemska x-os"], + "Rotate y axis label": ["Zavrti oznako y-osi"], + "Y AXIS TITLE MARGIN": ["OBROBA NASLOVA Y-OSI"], + "Logarithmic y-axis": ["Logaritemska y-os"], + "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." ], - "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" + "% calculation": ["% cizračun"], + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "Prikaži procente v oznakah in opisu orodja kot procent celotne vrednosti iz prve vrednosti v lijaku ali prejšnje vrednosti v lijaku." ], - "Pick a title for you annotation.": ["Izberite naslov za oznako."], - "Pick at least one field for [Series]": [ - "Izberite vsaj eno polje za [Serije]" + "Calculate from first step": ["Izračunaj iz prvega koraka"], + "Calculate from previous step": ["Izračunaj iz prejšnjega koraka"], + "Percent of total": ["Procent celote"], + "Labels": ["Oznake"], + "Label Contents": ["Označi vsebino"], + "What should be shown as the label": ["Kaj bo prikazano na oznaki"], + "Tooltip Contents": ["Vsebina opisa orodja"], + "What should be shown as the tooltip label": [ + "Kaj bo prikazano na opisu orodja" ], - "Pick at least one metric": ["Izberite vsaj eno mero"], - "Pick exactly 2 columns as [Source / Target]": [ - "Izberite natanko dva stolpca za [Izvor / Cilj]" + "Whether to display the labels.": ["Če želite prikaz oznak."], + "Show Tooltip Labels": ["Prikaži oznake na opisu orodja"], + "Whether to display the tooltip labels.": [ + "Če želite prikaz oznak opisa orodja." ], - "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." + "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." ], - "Pick your favorite markup language": [ - "Izberite svoj priljubljen označevalni jezik" + "Funnel Chart": ["Lijakasti grafikon"], + "Sequential": ["Sekvenčni"], + "Columns to group by": ["Stolpci za združevanje po"], + "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 številčnica" ], - "Pie Chart": ["Tortni grafikon"], - "Pie Chart (legacy)": ["Tortni grafikon (zastarelo)"], - "Pie shape": ["Oblika torte"], - "Pin": ["Žebljiček"], - "Pivot Table": ["Vrtilna tabela"], - "Pivot operation must include at least one aggregate": [ - "Vrtilna operacija mora vsebovati vsaj en agregat" + "End angle": ["Končni kot"], + "Angle at which to end progress axis": [ + "Kot, pri katerem se konča številčnica" ], - "Pivot operation requires at least one index": [ - "Vrtilna operacija zahteva vsaj en indeks" + "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" ], - "Pivoted": ["Vrtilni"], - "Pixel height of each series": ["Višina vsake serije v pikslih"], - "Pixels": ["Piksli"], - "Plain": ["Preprosto"], - "Please DO NOT overwrite the \"filter_scopes\" key.": [ - "NE SPREMINJAJTE ključa \"filter_scopes\"." + "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" ], - "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." + "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" ], - "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." + "Axis": ["Os"], + "Show axis line ticks": ["Prikaži oznake na X-osi"], + "Whether to show minor ticks on the axis": [ + "Če želite prikaz pomožnih oznak na osi" ], - "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." + "Show split lines": ["Prikaži razdelitvene črte"], + "Whether to show the split lines on the axis": [ + "Če želite prikazati razdelitvene črte na osi" ], - "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.": [ - "Preverite, če imajo jinja parametri sintaktične napake in poskrbite, da se ujemajo znotraj SQL-poizvedbe. Potem ponovno poženite poizvedbo." + "Split number": ["Število razdelitev"], + "Number of split segments on the axis": [ + "Število razdelkov na številčnici" ], - "Please choose at least one groupby": ["Izberite vsaj en 'Group by'"], - "Please confirm": ["Prosim, potrdite"], - "Please confirm the overwrite values.": ["Potrdite vrednosti za prepis."], - "Please enter a SQLAlchemy URI to test": [ - "Vnesite SQLAlchemy URI za test" + "Progress": ["Napredek"], + "Show progress": ["Prikaži območje"], + "Whether to show the progress of gauge chart": [ + "Prikaži merilno območje števčnega grafikona" ], - "Please re-enter the password.": ["Ponovno vpišite geslo."], - "Please re-export your file and try importing again": [ - "Ponovno izvozite datoteko in jo nato uvozite" + "Overlap": ["Prekrivanje"], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Če želite prekrivanje območij, ko imate več skupin podatkov" ], - "Please save the query to enable sharing": [ - "Shranite poizvedbo za deljenje" + "Round cap": ["Zaobljeni konci"], + "Style the ends of the progress bar with a round cap": [ + "Zaobljena oblika koncev območja" ], - "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." + "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." ], - "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." + "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." ], - "Please select both a Dataset and a Chart type to proceed": [ - "Za nadaljevanje izberite podatkovni set in tip grafikona" + "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." ], - "Please use 3 different metric labels": [ - "Uporabite 3 različne nazive mer" + "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." ], - "Plot the distance (like flight paths) between origin and destination.": [ - "Izriši razdalje (kot letalske koridorje) med izhodiščem in ciljem." + "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." ], - "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." + "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." ], - "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" + "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." ], - "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" + "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" ], - "Polygon Column": ["Stolpec poligonov"], - "Polygon Encoding": ["Kodiranje poligonov"], - "Polygon Settings": ["Nastavitve poligonov"], - "Polyline": ["Poli-linija"], - "Popular": ["Priljubljeni"], - "Populate \"Default value\" to enable this control": [ - "Izpolnite \"Privzeto vrednost\", da omogočite ta kontrolnik" + "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." ], - "Population age data": ["Podatki starosti populacije"], - "Port": ["Vrata"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Vrata %(port)s na gostitelju \"%(hostname)s\" niso sprejela povezave." + "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" ], - "Port out of range 0-65535": ["Vrata v razponu 0-65535"], - "Position JSON": ["JSON za postavitev"], - "Position of child node label on tree": [ - "Položaj oznake podrejenega vozlišča na drevesu" + "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." ], - "Position of column level subtotal": [ - "Položaj delnih vsot na nivoju stolpcev" + "Graph Chart": ["Graf"], + "Structural": ["Strukturni"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Če želite padajoče ali naraščajoče razvrščanje" ], - "Position of intermediate node label on tree": [ - "Položaj vmesne oznake vozlišča na drevesu" + "Series type": ["Tip serije"], + "Smooth Line": ["Zglajena črta"], + "Step - start": ["Stopnica - začetek"], + "Step - middle": ["Stopnica - sredina"], + "Step - end": ["Stopnica - konec"], + "Series chart type (line, bar etc)": [ + "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" ], - "Position of row level subtotal": [ - "Položaj delnih vsot na nivoju vrstic" + "Stack series": ["Nalagaj serije"], + "Area chart": ["Ploščinski grafikon"], + "Draw area under curves. Only applicable for line types.": [ + "Izriši površino pod krivuljo. Samo za črtne grafikone." ], - "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`." + "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." + ], + "Marker size": ["Velikost markerja"], + "Size of marker. Also applies to forecast observations.": [ + "Velikost markerja. Upošteva se tudi za napovedi." ], - "Predictive": ["Prediktivno"], - "Predictive Analytics": ["Prediktivna analitika"], - "Prefix": ["Predpona"], - "Prefix or suffix": ["Predpona ali pripona"], - "Preview": ["Predogled"], - "Preview: `%s`": ["Predogled: `%s`"], - "Previous": ["Prejšnji"], - "Previous Line": ["Prejšnja linija"], "Primary": ["Primarna"], - "Primary Metric": ["Primarna mera"], - "Primary key": ["Primarni ključ"], + "Secondary": ["Sekundarna"], "Primary or secondary y-axis": ["Primarna ali sekundarna y-os"], - "Primary y-axis Bounds": ["Meje primarne y-osi"], - "Primary y-axis format": ["Oblika primarne y-osi"], - "Private Key": ["Privatni ključ"], - "Private Key & Password": ["Privatni ključ in geslo"], - "Private Key Password": ["Geslo privatnega ključa"], - "Proceed": ["Nadaljuj"], - "Progress": ["Napredek"], - "Progressive": ["Progresivno"], - "Propagate": ["Razširi"], - "Proportional": ["Proporcionalno"], - "Public and privately shared sheets": [ - "Javno in zasebno deljene preglednice" - ], - "Publicly shared sheets only": ["Samo javno deljene preglednice"], - "Published": ["Objavljeno"], - "Purple": ["Vijolična"], - "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 format zapisa datum-časa"], - "QUERY DATA IN SQL LAB": ["POIZVEDBA V SQL-LABORATORIJU"], - "Quarter": ["Četrtletje"], - "Quarters %s": ["Četrtletja %s"], - "Queries": ["Poizvedbe"], - "Query": ["Poizvedba"], - "Query %s: %s": ["Poizvedba %s: %s"], + "Shared query fields": ["Polja deljenih poizvedb"], "Query A": ["Poizvedba A"], + "Advanced analytics Query A": ["Napredna analitika za poizvedbo 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." + "Advanced analytics Query B": ["Napredna analitika za poizvedba B"], + "Data Zoom": ["Zoom funkcija"], + "Enable data zooming controls": [ + "Omogoči kontrolnik za povečavo podatkov" ], - "Query mode": ["Način poizvedbe"], - "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"], - "RLS Rule not found.": ["RLS-pravilo ni najdeno."], - "RLS rules could not be deleted.": ["RLS-pravil ni mogoče izbrisati."], - "Radar": ["Radar"], - "Radar Chart": ["Radarski grafikon"], - "Radar render type, whether to display 'circle' shape.": [ - "Prikaz radarja okrogle oblike." + "Minor Split Line": ["Pomožna ločilna črta"], + "Draw split lines for minor y-axis ticks": [ + "Izriši ločilne črte za pomožne oznake y-osi" ], - "Radial": ["Radialna"], - "Radius in kilometers": ["Polmer v kilometrih"], - "Radius in meters": ["Polmer v metrih"], - "Radius in miles": ["Polmer v miljah"], - "Ran %s": ["Pretečeno %s"], - "Range": ["Doseg"], - "Range filter": ["Filter obdobja"], - "Range filter plugin using AntD": [ - "Vtičnik za filter obdobja z uporabo AntD" + "Primary y-axis Bounds": ["Meje primarne y-osi"], + "Bounds for the primary 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 primarne 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." ], - "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"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" + "Primary y-axis format": ["Oblika primarne y-osi"], + "Logarithmic scale on primary y-axis": [ + "Logaritemska skala na primarni y-osi" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" + "Secondary y-axis Bounds": ["Meje sekundarne y-osi"], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Meje sekundarne Y-osi. Deluje le, če so omogočene odvisne meje Y-osi.\n Če je prazno, se meje nastavijo dinamično na podlagi min./max. vrednosti podatkov.\n Funkcija omeji le prikaz, obseg podatkov pa ostane enak." ], - "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" + "Secondary y-axis format": ["Oblika sekundarne y-osi"], + "Secondary currency format": ["Oblika sekundarne valute"], + "Secondary y-axis title": ["Naslov sekundarne y-osi"], + "Logarithmic scale on secondary y-axis": [ + "Logaritemska skala na sekundarni y-osi" ], - "Recents": ["Nedavno"], - "Recipients are separated by \",\" or \";\"": [ - "Prejemniki so ločeni z \",\" ali \";\"" + "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)." ], - "Recommended tags": ["Priporočene oznake"], - "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" + "Mixed Chart": ["Kombinirani grafikon"], + "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?" ], - "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." + "Show Total": ["Prikaži vsoto"], + "Whether to display the aggregate count": [ + "Če želite prikazati agregirano število" ], - "Refer to the": ["Obrnite se na"], - "Referenced columns not available in DataFrame.": [ - "Referencirani stolpci niso razpoložljivi v Dataframe-u." + "Pie shape": ["Oblika torte"], + "Outer Radius": ["Zunanji polmer"], + "Outer edge of Pie chart": ["Veljavno samo"], + "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." ], - "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"], - "Refreshing columns": ["Osveževanje stolpcev"], - "Regular": ["Navaden"], - "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." + "Pie Chart": ["Tortni grafikon"], + "Total: %s": ["Skupaj: %s"], + "The maximum value of metrics. It is an optional configuration": [ + "Največja vrednost mere. To je opcijska nastavitev" ], - "Relational": ["Relacijsko"], - "Relationships between community channels": [ - "Razmerja med skupnostnimi kanali" + "Label position": ["Položaj oznake"], + "Radar": ["Radar"], + "Customize Metrics": ["Prilagodi mere"], + "Further customize how to display each metric": [ + "Dodatne prilagoditve prikaza posameznih mer" ], - "Relative Date/Time": ["Relativen Datum/Čas"], - "Relative period": ["Relativno obdobje"], - "Relative quantity": ["Relativne vrednosti"], - "Reload": ["Ponovno naloži"], - "Remove": ["Odstrani"], - "Remove cross-filter": ["Odstrani medsebojne 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 Name": ["Naslov poročila"], - "Report Schedule could not be created.": [ - "Urnika poročanja ni mogoče ustvariti." + "Circle radar shape": ["Okrogla oblika radarja"], + "Radar render type, whether to display 'circle' shape.": [ + "Prikaz radarja okrogle oblike." ], - "Report Schedule could not be updated.": [ - "Urnika poročanja ni mogoče posodobiti." + "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." ], - "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." + "Radar Chart": ["Radarski grafikon"], + "Primary Metric": ["Primarna mera"], + "The primary metric is used to define the arc segment sizes": [ + "Primarna mera določa velikost lokov segmentov" ], - "Report Schedule execution failed when generating a dataframe.": [ - "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju podatkovnega okvira." + "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" ], - "Report Schedule execution failed when generating a screenshot.": [ - "Izvajanje urnika poročanja je bilo neuspešno pri ustvarjanju zaslonske slike." + "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." ], - "Report Schedule execution got an unexpected error.": [ - "Pri izvajanju urnika poročanja je prišlo do nepričakovane napake." + "When a secondary metric is provided, a linear color scale is used.": [ + "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." ], - "Report Schedule is still working, refusing to re-compute.": [ - "Urnik poročanja se še vedno izvaja, ponovni izračun je zavrnjen." + "Hierarchy": ["Hierarhija"], + "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.": [ + "Nastavi hierarhične nivoje grafikona. Vsak nivo je\n\tpredstavljen z enim obročem, pri čemer je notranji krog na vrhu hierarhije." ], - "Report Schedule log prune failed.": [ - "Krajšanje dnevnika urnika poročanja ni uspelo." + "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." ], - "Report Schedule not found.": ["Urnika poročanja ni najden."], - "Report Schedule parameters are invalid.": [ - "Parametri urnika poročanja so neveljavni." + "Sunburst Chart": ["Večnivojski tortni grafikon"], + "Multi-Levels": ["Večplastni"], + "When using other than adaptive formatting, labels may overlap": [ + "Če ne uporabljate prilagodljive oblike, se oznake lahko prekrivajo" ], - "Report Schedule reached a working timeout.": [ - "Urnik poročanja je dosegel mejo časa izvedbe." + "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." ], - "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 client error": ["Napaka klienta urnika poročanja"], - "Report schedule system error": ["Sistemska napaka urnika poročanja"], - "Report schedule unexpected error": [ - "Nepričakovana napaka urnika poročanja" + "Generic Chart": ["Generičen grafikon"], + "zoom area": ["približaj območje"], + "restore zoom": ["ponastavi prikaz"], + "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." ], - "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 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" + "Marker Size": ["Velikost markerja"], + "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." ], - "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" + "Area Chart": ["Ploščinski grafikon"], + "Axis Title": ["Naslov osi"], + "AXIS TITLE MARGIN": ["OBROBA OZNAKE OSI"], + "AXIS TITLE POSITION": ["POLOŽAJ OZNAKE 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" ], - "Reset": ["Ponastavi"], - "Reset state": ["Ponastavi stanje"], - "Resource already has an attached report.": [ - "Vir že ima povezano poročilo." + "Truncate Axis": ["Prireži os"], + "It’s not recommended to truncate axis in Bar chart.": [ + "V stolpčnem grafikonu ni priporočljivo omejiti 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." + "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." ], - "Results backend needed for asynchronous queries is not configured.": [ - "Zaledni sistem za rezultate, potreben za asinhrone poizvedbe, ni konfiguriran." + "Chart Orientation": ["Orientacija grafikona"], + "Bar orientation": ["Orientacija stolpcev"], + "Vertical": ["Navpično"], + "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." ], - "Return to specific datetime.": ["Vrne 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 metric": ["Mera desne osi"], - "Right to Left": ["Od desne proti levi"], - "Right value": ["Desna vrednost"], - "Right-click on a dimension value to drill to detail by that value.": [ - "Z desnim klikom na dimenzijo vrtajte v podrobnosti po tej vrednosti." + "Bar Chart": ["Stolpčni grafikon"], + "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." ], - "Role": ["Vloga"], - "Roles": ["Vloge"], - "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.": [ - "\"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, bodo veljavna običajna pravila dostopov." + "Line Chart": ["Črtni 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." ], - "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.": [ - "\"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, bodo veljavna običajna pravila dostopov." + "Scatter Plot": ["Raztreseni grafikon"], + "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." + ], + "Step type": ["Stopnični tip"], + "Start": ["Začetek"], + "Middle": ["Sredina"], + "End": ["Konec"], + "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" + ], + "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." + ], + "Stepped Line": ["Stopničasta črta"], + "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" + ], + "Optional name of the data column.": [ + "Opcijsko ime podatkovnega stolpca." ], - "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 x axis label": ["Zavrti oznako x-osi"], - "Rotate y axis label": ["Zavrti oznako y-osi"], - "Rotation to apply to words in the cloud": [ - "Če želite vrtenje besed v oblaku" + "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": ["Od leve proti desni"], + "Right to Left": ["Od desne proti levi"], + "Top to Bottom": ["Od vrha proti dnu"], + "Bottom to Top": ["Od 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 intermediate node label on tree": [ + "Položaj vmesne oznake vozlišča na drevesu" ], - "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" + "Child label position": ["Položaj podrejene oznake"], + "Position of child node label on tree": [ + "Položaj oznake podrejenega vozlišča na drevesu" ], - "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." + "Emphasis": ["Poudari"], + "ancestor": ["nadrejeni"], + "descendant": ["podrejeni"], + "Which relatives to highlight on hover": [ + "Kateri element se poudari na prehodu z miško" ], - "Row limit": ["Omejitev števila vrstic"], - "Rows": ["Vrstice"], - "Rows per page, 0 means no pagination": [ - "Vrstic na stran (0 pomeni brez številčenja strani)" + "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." ], - "Rows subtotal position": ["Položaj delnih vsot vrstic"], - "Rows to Read": ["Vrstice za branje"], - "Rule": ["Pravilo"], - "Rule Name": ["Ime pravila"], - "Rule added": ["Pravilo dodano"], - "Run": ["Zaženi"], - "Run a query to display query history": [ - "Za prikaz zgodovine poizvedb zaženite poizvedbo" + "Tree Chart": ["Drevesni grafikon"], + "Show Upper Labels": ["Prikaži zgornje oznake"], + "Show labels when the node has children.": [ + "Prikaži oznake, ko ima vozlišče podrejene elemente." ], - "Run a query to display results": [ - "Za prikaz rezultatov morate zagnati poizvedbo" + "Key": ["Ključ"], + "Show hierarchical relationships of data, 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, ki predstavlja delež oz. prispevek k celoti." ], - "Run current query": ["Zaženi trenutno poizvedbo"], - "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": [ - "Poganjanje izraza %(statement_num)s od %(statement_count)s" + "Treemap": ["Drevesni grafikon s pravokotniki"], + "Total": ["Skupaj"], + "Assist": ["Pomoč"], + "Increase": ["Povečaj"], + "Decrease": ["Zmanjšaj"], + "Series colors": ["Barve nizov"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "Razbije niz po kategorijah, določenih v tem polju.\n Na ta način lahko uporabniki razumejo, kako vsaka kategorija vpliva na skupno vrednost." ], - "SAT": ["SOB"], - "SEP": ["SEP"], - "SHA": ["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." + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "Grafikon slapov je način prikaza, ki pomaga razumeti\n\tkumulativni učinek zaporedja negativnih ali pozitivnih vrednosti.\n\tVmesne vrednosti so bodisi kategorične bodisi časovne." ], - "SQL Query": ["SQL-poizvedba"], - "SQL expression": ["SQL-izraz"], - "SQL query": ["SQL-poizvedba"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": ["SSH-gostitelj"], - "SSH Password": ["SSH-geslo"], - "SSH Port": ["SSH-vrata"], - "SSH Tunnel": ["SSH-tunel"], - "SSH Tunnel configuration parameters": [ - "Parametri nastavitev SSH-tunela" + "Waterfall Chart": ["Grafikon slapov"], + "page_size.all": ["page_size.all"], + "Loading...": ["Nalagam ..."], + "Write a handlebars template to render the data": [ + "Napišite Handlebars-predlogo za prikaz podatkov" ], - "SSH Tunnel could not be deleted.": ["SSH-tunela ni mogoče izbrisati."], - "SSH Tunnel could not be updated.": ["SSH-tunela ni mogoče posodobiti."], - "SSH Tunnel not found.": ["SSH-tunela ni najden."], - "SSH Tunnel parameters are invalid.": [ - "Parametri SSH-tunela so neveljavni." + "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" ], - "SSH Tunneling is not enabled": ["SSH-tunel ni omogočen"], - "SSL Mode \"require\" will be used.": [ - "Uporabljen bo SSL-način tipa \"require\"." + "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" ], - "START (INCLUSIVE)": ["ZAČETEK (VKLJUČEN)"], - "STEP %(stepCurr)s OF %(stepLast)s": [ - "KORAK %(stepCurr)s OD %(stepLast)s" + "Percentage metrics": ["Procentualne mere"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "Izberite eno ali več mer za prikaz kot procent celote. Procentualna mera bo izračunana samo iz podatkov znotraj omejitve vrstic. Uporabite lahko agregacijsko funkcijo ali napišete poljuben SQL-izraz za procentualno mero." ], - "STRING": ["STRING"], - "SUN": ["NED"], - "Sample Standard Deviation": ["Standardna deviacija vzorca"], - "Sample Variance": ["Varianca vzorca"], - "Samples": ["Vzorci"], - "Samples for dataset could not be retrieved.": [ - "Vzorcev za podatkovni set ni bilo mogoče pridobiti." + "Show totals": ["Prikaži vsote"], + "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." ], - "Samples for datasource could not be retrieved.": [ - "Vzorcev za podatkovni vir ni bilo mogoče pridobiti." + "Ordering": ["Razvrščanje"], + "Order results by selected columns": [ + "Razvrsti rezultate glede na izbrani stolpec" ], - "Sankey": ["Sankey"], - "Sankey Diagram": ["Sankey grafikon"], - "Sankey Diagram with Loops": ["Sankey grafikon z zankami"], - "Satellite": ["Satelitski"], - "Satellite Streets": ["Satelitski z ulicami"], - "Saturday": ["Sobota"], - "Save": ["Shrani"], - "Save & Explore": ["Shrani & Razišči"], - "Save & go to dashboard": ["Shrani in pojdi na nadzorno ploščo"], - "Save (Overwrite)": ["Shrani (prepiši)"], - "Save as": ["Shrani kot"], - "Save as Dataset": ["Shrani kot podatkovni set"], - "Save as dataset": ["Shrani kot podatkovni set"], - "Save as new": ["Shrani kot novo"], - "Save as...": ["Shrani kot ..."], - "Save as:": ["Shrani kot:"], - "Save changes": ["Shrani spremembe"], - "Save chart": ["Shrani grafikon"], - "Save dashboard": ["Shrani nadzorno ploščo"], - "Save dataset": ["Shrani podatkovni set"], - "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" + "Sort descending": ["Razvrsti padajoče"], + "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)" ], - "Save this query as a virtual dataset to continue exploring": [ - "Shranite poizvedbo kot virtualni podatkovni set" + "Server Page Length": ["Dolžina strani strežnika"], + "Rows per page, 0 means no pagination": [ + "Vrstic na stran (0 pomeni brez številčenja strani)" ], - "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." + "Query mode": ["Način poizvedbe"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "Združevanje po, Mera ali Procentualna mera morajo imeti vrednost" ], - "Saved query not found.": ["Shranjena poizvedba ni najdena."], - "Saved query parameters are invalid.": [ - "Parametri shranjene poizvedbe so neveljavni." + "You need to configure HTML sanitization to use CSS": [ + "Za uporabo CSS morate nastaviti sanitizacijo HTML" ], - "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." + "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 po stolpcih" ], - "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)"], - "Scheduled task executor not found": [ - "Izvajalnik urnika poročanj ni najden" + "Rows": ["Vrstice"], + "Columns to group by on the rows": ["Stolpci za združevanje po vrsticah"], + "Apply metrics on": ["Uporabi mero za"], + "Use metrics as a top level group for columns or for rows": [ + "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" ], - "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" + "Cell limit": ["Omejitev števila celic"], + "Limits the number of cells that get retrieved.": [ + "Omeji število pridobljenih celic." ], - "Schemas allowed for File upload": [ - "Dovoljene sheme za nalaganje datotek" + "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)." ], - "Scope": ["Doseg"], - "Scoping": ["Doseg"], - "Screenshot width": ["Širina zaslonske slike"], - "Screenshot width must be between %(min)spx and %(max)spx": [ - "Širina zaslonske slike mora biti med %(min)spx and %(max)spx" + "Aggregation function": ["Agregacijska funkcija"], + "Count": ["Število"], + "Count Unique Values": ["Število unikatnih"], + "List Unique Values": ["Seznam unikatnih vrednosti"], + "Sum": ["Vsota"], + "Average": ["Povprečje"], + "Median": ["Mediana"], + "Sample Variance": ["Varianca vzorca"], + "Sample Standard Deviation": ["Standardna deviacija vzorca"], + "Minimum": ["Minimum"], + "Maximum": ["Maksimum"], + "First": ["Prvi"], + "Last": ["Zadnji"], + "Sum as Fraction of Total": ["Vsota kot delež celote"], + "Sum as Fraction of Rows": ["Vsota kot delež vrstic"], + "Sum as Fraction of Columns": ["Vsota kot delež stolpcev"], + "Count as Fraction of Total": ["Štetje kot delež skupne vsote"], + "Count as Fraction of Rows": ["Štetje kot delež vrstic"], + "Count as Fraction of Columns": ["Štetje kot delež stolpcev"], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "Agregacijska funkcija za vrtenje in izračun vseh vrstic in stolpcev" ], - "Scroll": ["Drsnik"], - "Scroll down to the bottom to enable overwriting changes. ": [ - "Pomaknite se do dna, da omogočite prepis sprememb. " + "Show rows total": ["Prikaži vsoto vrstic"], + "Display row level total": ["Prikaži vsoto na nivoju vrstice"], + "Show rows subtotal": ["Prikaži delne vsote vrstic"], + "Display row level subtotal": ["Prikaži delno vsoto na nivoju vrstice"], + "Show columns total": ["Prikaži vsoto stolpcev"], + "Display column level total": ["Prikaži vsoto na nivoju stolpca"], + "Show columns subtotal": ["Prikaži delne vsote stolpcev"], + "Display column level subtotal": [ + "Prikaži delno vsoto na nivoju stolpca" ], - "Search": ["Iskanje"], - "Search / Filter": ["Iskanje / Filter"], - "Search Metrics & Columns": ["Iskanje mer in stolpcev"], - "Search all charts": ["Išči vse grafikone"], - "Search box": ["Iskalno polje"], - "Search by query text": ["Išči z besedilom poizvedbe"], - "Search columns": ["Iskanje stolpcev"], - "Search in filters": ["Iskanje v filtrih"], - "Search...": ["Iskanje ..."], - "Second": ["Sekunda"], - "Secondary": ["Sekundarna"], - "Secondary Metric": ["Sekundarna mera"], - "Secondary currency format": ["Oblika sekundarne valute"], - "Secondary y-axis Bounds": ["Meje sekundarne y-osi"], - "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"], - "See all %(tableName)s": ["Poglej vse %(tableName)s"], - "See less": ["Oglejte si manj"], - "See more": ["Oglejte si več"], - "See query details": ["Podrobnosti poizvedbe"], - "See table schema": ["Ogled sheme tabele"], - "Select": ["Izberi"], - "Select ...": ["Izberite ..."], - "Select Delivery Method": ["Izberite način dostave"], - "Select Tags": ["Izberite oznake"], - "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." + "Transpose pivot": ["Transponirano vrtenje"], + "Swap rows and columns": ["Zamenjaj vrstice in stolpce"], + "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." ], - "Select a Excel file to be uploaded to a database.": [ - "Izberite Excel-ovo datoteko, ki bo naložena v podatkovno bazo." + "D3 time format for datetime columns": [ + "D3 format zapisa za časovne stolpce" ], - "Select a column": ["Izberite stolpec"], - "Select a dashboard": ["Izberite nadzorno ploščo"], - "Select a database table and create dataset": [ - "Izberite tabelo podatkovne baze in ustvarite podatkovni set" + "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" ], - "Select a database table.": ["Izberite tabelo podatkovne baze."], - "Select a database to connect": ["Izberite podatkovno bazo za povezavo"], - "Select a database to upload the file to": [ - "Izberite podatkovno bazo za nalaganje datoteke" + "By value: use metric values as sorting key": [ + "Po vrednosti: za razvrščanje uporabite vrednosti mere" ], - "Select a database to write a query": [ - "Izberite podatkovno bazo za poizvedbo" + "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" ], - "Select a dataset": ["Izberite podatkovni set"], - "Select a dimension": ["Izberite dimenzijo"], - "Select a file to be uploaded to the database": [ - "Izberite datoteko, ki bo naložena v podatkovno bazo" + "Rows subtotal position": ["Položaj delnih vsot vrstic"], + "Position of row level subtotal": [ + "Položaj delnih vsot na nivoju vrstic" ], - "Select a metric to display on the right axis": [ - "Izberite mero za prikaz na desni osi" + "Columns subtotal position": ["Položaj delnih vsot stolpcev"], + "Position of column level subtotal": [ + "Položaj delnih vsot na nivoju stolpcev" ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "Izberite mero za prikaz. Uporabite lahko agregacijsko funkcijo na stolpcu ali napišete poljuben SQL-izraz za mero." + "Conditional formatting": ["Pogojno oblikovanje"], + "Apply conditional color formatting to metrics": [ + "Za mere uporabi pogojno oblikovanje z barvami" ], - "Select a schema if the database supports this": [ - "Izberite shemo (če vrsta podatkovne baze to podpira)" + "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." ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "Izberite časovno granulacijo prikaza. Granulacija predstavlja časovni interval med točkami na grafikonu." + "Pivot Table": ["Vrtilna tabela"], + "metric": ["mera"], + "Total (%(aggregatorName)s)": ["Skupaj (%(aggregatorName)s)"], + "Unknown input format": ["Neznana oblika vnosa"], + "search.num_records": [""], + "page_size.show": ["page_size.show"], + "page_size.entries": ["page_size.entries"], + "No matching records found": ["Ni ujemajočih zapisov"], + "Shift + Click to sort by multiple columns": [ + "Shift + klik za razvrščanje po več stolpcih" ], - "Select a visualization type": ["Izberite tip vizualizacije"], - "Select aggregate options": ["Izberite agregacijske možnosti"], - "Select all data": ["Izberite vse podatke"], - "Select all items": ["Izberite vse elemente"], - "Select any columns for metadata inspection": [ - "Izberite poljubne stolpce za pregled metapodatkov" + "Totals": ["Vsota"], + "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" ], - "Select chart": ["Izberi grafikon"], - "Select charts": ["Izberi grafikone"], - "Select color scheme": ["Izberite barvno shemo"], - "Select column": ["Izberite stolpec"], - "Select current page": ["Izberite trenutno stran"], - "Select dashboards": ["Izberite nadzorne plošče"], - "Select database or type to search databases": [ - "Izberite ali vnesite ime podatkovne baze" + "Cell bars": ["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" ], - "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. Kaj zahteva vaša podatkovna baza se naučite " + "Align +/-": ["Poravnaj +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "Poravnava grafa v ozadju celic za negativne in pozitivne vrednosti pri 0" ], - "Select dataset source": ["Izberite podatkovni vir"], - "Select file": ["Izberite datoteko"], - "Select filter": ["Izbirni filter"], - "Select filter plugin using AntD": [ - "Izberite Vtičnik za filter z uporabo AntD" + "Color +/-": ["Barva +/-"], + "Whether to colorize numeric values by whether they are positive or negative": [ + "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" ], - "Select first filter value by default": [ - "Izberi prvo vrednost kot privzeto" + "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." ], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ - "Izberite eno ali več mer za prikaz kot procent celote. Procentualna mera bo izračunana samo iz podatkov znotraj omejitve vrstic. Uporabite lahko agregacijsko funkcijo ali napišete poljuben SQL-izraz za procentualno mero." + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["Prilagodi stolpce"], + "Further customize how to display each column": [ + "Dodatne prilagoditve prikaza posameznih stolpcev" ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "Izberite eno ali več mer za prikaz. Uporabite lahko agregacijsko funkcijo ali napišete poljuben SQL-izraz za mero." + "Apply conditional color formatting to numeric columns": [ + "Za numerične stolpce uporabi pogojno oblikovanje z barvami" ], - "Select operator": ["Izberite operator"], - "Select or type a value": ["Izberite ali vnesite vrednost"], - "Select or type currency symbol": ["Izberite ali vnesite simbol valute"], - "Select or type dataset name": [ - "Izberite ali vnesite naziv podatkovnega seta" + "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." ], - "Select owners": ["Izberite lastnike"], - "Select saved metrics": ["Izberite shranjene mere"], - "Select saved queries": ["Izberite shranjene poizvedbe"], - "Select schema or type to search schemas": [ - "Izberite ali vnesite ime sheme" + "Show": ["Prikaži"], + "entries": ["vnosi"], + "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" ], - "Select scheme": ["Izberite shemo"], - "Select subject": ["Izberite zadevo"], - "Select table or type to search tables": [ - "Izberite ali vnesite ime tabele" + "Maximum Font Size": ["Max. velikost pisave"], + "Font size for the biggest value in the list": [ + "Velikost pisave za največjo vrednost na seznamu" ], - "Select the Annotation Layer you would like to use.": [ - "Izberite sloj z oznakami, ki ga želite uporabiti." + "Word Rotation": ["Vrtenje besed"], + "random": ["naključno"], + "square": ["pravokotno"], + "Rotation to apply to words in the cloud": [ + "Če želite vrtenje besed v oblaku" ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Izberite grafikone, za katere želite uporabiti medsebojne filtre v tej nadzorni plošči. Odstranitev grafikona bo izključila medsebojno filtriranje s kateregakoli grafikona na nadzorni plošči. Izberete lahko \"Vsi grafikoni\", da uporabite medsebojne filtre za vse grafikone, ki uporabljajo isti podatkovni niz ali vsebujejo stolpec z enakim nazivom." + "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." ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Izberite grafikone, za katere želite uporabiti medsebojne filtre, ko kliknete na ta grafikon. Izberete lahko \"Vsi grafikoni\", da uporabite medsebojne filtre za vse grafikone, ki uporabljajo isti podatkovni niz ali vsebujejo stolpec z enakim nazivom." + "N/A": ["N/A"], + "offline": ["offline"], + "failed": ["ni uspelo"], + "pending": ["v teku"], + "fetching": ["pridobivanje"], + "running": ["v teku"], + "stopped": ["ustavljeno"], + "success": ["uspešno"], + "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" ], - "Select the geojson column": ["Izberite geojson stolpec"], - "Select the number of bins for the histogram": [ - "Izberite število razdelkov za histogram" + "Your query could not be scheduled": [ + "Vaše poizvedbe ni mogoče uvrstiti v urnik" ], - "Select the numeric columns to draw the histogram": [ - "Izberite numerične stolpce za izris histograma" + "Failed at retrieving results": ["Napaka pri pridobivanju rezultatov"], + "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." ], - "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." + "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." ], - "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" + "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." ], - "September": ["September"], - "Sequential": ["Sekvenčni"], - "Series": ["Serije"], - "Series Height": ["Višina serije"], - "Series Limit Sort By": ["Razvrščanje omejitev serije"], - "Series Limit Sort Descending": ["Razvrsti padajoče"], - "Series Order": ["Razvrščanje serij"], - "Series Style": ["Slog serije"], - "Series chart type (line, bar etc)": [ - "Tip grafikona za posamezno podatkovno serijo (črtni, stolpčni, ...)" + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Novega zavihka ni mogoče dodati v sistem. Kontaktirajte administratorja." ], - "Series colors": ["Barve nizov"], - "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.": [ - "Nastavi hierarhične nivoje grafikona. Vsak nivo je\n\tpredstavljen z enim obročem, pri čemer je notranji krog na vrhu hierarhije." + "-- 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" ], - "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": [ - "Shift + klik za razvrščanje po več stolpcih" + "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." ], - "Short description must be unique for this layer": [ - "Kratek opis mora biti za ta sloj unikaten" + "An error occurred while fetching tab state": [ + "Pri pridobivanju stanja zavihka je prišlo do napake" ], - "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." + "An error occurred while removing tab. Please contact your administrator.": [ + "Pri odstranjevanju zavihka je prišlo do napake. Kontaktirajte administratorja." ], - "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." + "An error occurred while removing query. Please contact your administrator.": [ + "Pri odstranjevanju poizvedbe je prišlo do napake. Kontaktirajte administratorja." ], - "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." + "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" ], - "Show": ["Prikaži"], - "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": ["Prikaži stolpec"], - "Show Dashboard": ["Prikaži nadzorno ploščo"], - "Show Database": ["Prikaži podatkovno bazo"], - "Show Labels": ["Prikaži oznake"], - "Show Less...": ["Prikaži manj..."], - "Show Log": ["Prikaži dnevnik"], - "Show Markers": ["Prikaži markerje"], - "Show Metric": ["Prikaži mero"], - "Show Metric Names": ["Prikaži imena mer"], - "Show Range Filter": ["Prikaži filter obdobja"], - "Show Table": ["Prikaži tabelo"], - "Show Timestamp": ["Prikaži časovno značko"], - "Show Tooltip Labels": ["Prikaži oznake na opisu orodja"], - "Show Total": ["Prikaži vsoto"], - "Show Trend Line": ["Prikaži trendno črto"], - "Show Upper Labels": ["Prikaži zgornje oznake"], - "Show Value": ["Prikaži vrednost"], - "Show Values": ["Prikaži vrednosti"], - "Show Y-axis": ["Prikaži Y-os"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "Prikaz Y-osi na hitrem grafikonu. Če je nastavljena vrednost min/max, pokaže to, drugače pa glede na podatke." + "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" ], - "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 grafe v celicah"], - "Show chart description": ["Prikaži opis grafikona"], - "Show columns subtotal": ["Prikaži delne vsote stolpcev"], - "Show columns total": ["Prikaži vsoto stolpcev"], - "Show data points as circle markers on the lines": [ - "Prikaži točke kot krožne markerje na krivuljah" + "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\"." ], - "Show empty columns": ["Prikaži prazne stolpce"], - "Show hierarchical relationships of data, 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, ki predstavlja delež oz. prispevek k celoti." + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Pri pridobivanju metapodatkov tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Show info tooltip": ["Prikaži opis orodja"], - "Show label": ["Prikaži oznako"], - "Show labels when the node has children.": [ - "Prikaži oznake, ko ima vozlišče podrejene elemente." + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Pri širitvi sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Show legend": ["Prikaži legendo"], - "Show less columns": ["Prikaži manj stolpcev"], - "Show less...": ["Prikaži manj..."], - "Show minor ticks on axes.": ["Na oseh prikaži pomožne oznake."], - "Show only my charts": ["Prikaži samo moje grafikone"], - "Show password.": ["Prikaži geslo."], - "Show percentage": ["Prikaži procente"], - "Show pointer": ["Prikaži kazalec"], - "Show progress": ["Prikaži območje"], - "Show rows subtotal": ["Prikaži delne vsote vrstic"], - "Show rows total": ["Prikaži vsoto vrstic"], - "Show series values on the chart": [ - "Na grafikonu prikaži vrednosti serij" + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Pri krčenju sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "Show split lines": ["Prikaži razdelitvene črte"], - "Show the value on top of the bar": [ - "Prikaži vrednosti na vrhu stolpcev" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Pri odstranjevanju sheme tabele je prišlo do napake. Kontaktirajte administratorja." ], - "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." + "Shared query": ["Deljene poizvedbe"], + "The datasource couldn't be loaded": [ + "Podatkovnega vira ni mogoče naložiti" ], - "Show totals": ["Prikaž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." + "An error occurred while creating the data source": [ + "Pri ustvarjanju podatkovnega vira je prišlo do težave" ], - "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." + "An error occurred while fetching function names.": [ + "Pri pridobivanju imen funkcij je prišlo do napake." ], - "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." + "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." ], - "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." + "Primary key": ["Primarni ključ"], + "Foreign key": ["Tuji ključ"], + "Index": ["Indeks"], + "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" ], - "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." + "Explore the result set in the data exploration view": [ + "Raziščite rezultate v pogledu za raziskovanje podatkov" ], - "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" + "explore": ["raziskovanje"], + "Create Chart": ["Ustvarite grafikon"], + "Source SQL": ["Izvorni SQL"], + "Executed SQL": ["Izvedena poizvedba"], + "Run query": ["Zaženi poizvedbo"], + "Run current query": ["Zaženi trenutno poizvedbo"], + "Stop query": ["Ustavi poizvedbo"], + "New tab": ["Nov zavihek"], + "Previous Line": ["Prejšnja linija"], + "Format SQL": ["Oblikuj SQL"], + "Find": ["Najdi"], + "Keyboard shortcuts": ["Bližnjice na tipkovnici"], + "Run a query to display query history": [ + "Za prikaz zgodovine poizvedb zaženite poizvedbo" ], - "Shows or hides markers for the time series": [ - "Prikaže ali skrije markerje časovne serije" + "LIMIT": ["OMEJITEV"], + "State": ["Status"], + "Started": ["Začetek"], + "Duration": ["Trajanje"], + "Results": ["Rezultati"], + "Actions": ["Aktivnosti"], + "Success": ["Uspelo"], + "Failed": ["Ni uspelo"], + "Running": ["V teku"], + "Fetching": ["Pridobivam"], + "Offline": ["Offline"], + "Scheduled": ["V urniku"], + "Unknown Status": ["Neznan status"], + "Edit": ["Urejanje"], + "View": ["Ogled"], + "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" ], - "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" + "Run query in a new tab": ["Zaženi poizvedbo v novem zavihku"], + "Remove query from log": ["Odstrani poizvedbo iz dnevnika"], + "Unable to create chart without a query id.": [ + "Grafikona ni mogoče ustvariti brez id-ja poizvedbe." ], - "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." + "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" ], - "Sizes of vehicles": ["Velikosti vozil"], - "Skip Blank Lines": ["Izpusti prazne vrstice"], - "Skip Initial Space": ["Izpusti začetni presledek"], - "Skip Rows": ["Izpusti vrstice"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "Raje izpusti prazne vrstice, kot pa da so prepoznane kot NaN vrednosti" + "Download to CSV": ["Izvozi kot CSV"], + "Copy to Clipboard": ["Kopiraj na odložišče"], + "Filter results": ["Filtriraj rezultate"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. 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_ROW. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." ], - "Skip spaces after delimiter": ["Izpusti presledke za ločilnikom"], - "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." + "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 ." ], - "Solid": ["Zapolnjen"], - "Some roles do not exist": ["Nekatere vloge ne obstajajo"], - "Something went wrong.": ["Nekaj je šlo narobe."], - "Sorry there was an error fetching database information: %s": [ - "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" + "The number of rows displayed is limited to %(rows)d by the query": [ + "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" ], - "Sorry there was an error fetching saved charts: ": [ - "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " + "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"], - "Sorry, an error occurred": ["Prišlo je do napake"], - "Sorry, an unknown error occurred": ["Prišlo je do neznane napake"], - "Sorry, an unknown error occurred.": ["Prišlo je do neznane napake."], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." + "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." ], - "Sorry, something went wrong. Try again later.": [ - "Nekaj je šlo narobe. Poskusite ponovno kasneje." + "%(rows)d rows returned": ["%(rows)d vrnjenih vrstic"], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "Število prikazanih vrstic je omejeno na %(rows)d z izbiro v spustnem seznamu." ], - "Sorry, there appears to be no data": ["Ni podatkov"], - "Sorry, there was an error saving this %s: %s": [ - "Prišlo je do napake pri shranjevanju %s: %s" + "Track job": ["Sledi opravilom"], + "See query details": ["Podrobnosti poizvedbe"], + "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"], + "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)"], + "Save": ["Shrani"], + "Untitled Dataset": ["Neimenovan podatkovni set"], + "An error occurred saving dataset": [ + "Pri shranjevanju podatkovnega seta je prišlo do napake" ], - "Sorry, there was an error saving this dashboard: %s": [ - "Prišlo je do napake pri shranjevanju nadzorne plošče: %s" + "Save or Overwrite Dataset": ["Shrani ali prepiši podatkovni set"], + "Back": ["Nazaj"], + "Save as new": ["Shrani kot novo"], + "Overwrite existing": ["Prepiši obstoječe"], + "Select or type dataset name": [ + "Izberite ali vnesite naziv podatkovnega seta" ], - "Sorry, your browser does not support copying.": [ - "Vaš brskalnik ne podpira kopiranja." + "Existing dataset": ["Obstoječ podatkovni set"], + "Are you sure you want to overwrite this dataset?": [ + "Ali ste prepričani, da želite prepisati podatkovni set?" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Vaš brskalnik ne podpira kopiranja. Uporabite Ctrl / Cmd + C!" + "Undefined": ["Ni definirano"], + "Save dataset": ["Shrani podatkovni set"], + "Save as": ["Shrani kot"], + "Save query": ["Shrani poizvedbo"], + "Cancel": ["Prekliči"], + "Update": ["Posodobi"], + "Label for your query": ["Ime vaše poizvedbe"], + "Write a description for your query": ["Dodajte opis vaše poizvedbe"], + "Submit": ["Pošlji"], + "Schedule query": ["Urnik poizvedb"], + "Schedule": ["Urnik"], + "There was an error with your request": [ + "Pri zahtevi je prišlo do napake" ], - "Sort": ["Razvrsti"], - "Sort Bars": ["Uredi stolpce"], - "Sort Descending": ["Razvrsti padajoče"], - "Sort Metric": ["Mera za razvrščanje"], - "Sort Series Ascending": ["Razvrsti serije naraščajoče"], - "Sort Series By": ["Razvrsti serije po"], - "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 po"], - "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": ["Razvrsti serije naraščajoče"], - "Sort type": ["Način razvrščanja"], - "Source": ["Izvor"], - "Source / Target": ["Izhodišče/Cilj"], - "Source SQL": ["Izvorni SQL"], - "Source category": ["Kategorija izvora"], - "Sparkline": ["Hitri grafikon"], - "Spatial": ["Prostorski"], - "Specific Date/Time": ["Fiksen Datum/Čas"], - "Specify a schema (if database flavor supports this).": [ - "Podajte shemo (če vrsta podatkovne baze to podpira)" + "Please save the query to enable sharing": [ + "Shranite poizvedbo za deljenje" ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Podajte naziv sheme za CREATE TABLE AS: public" + "Copy query link to your clipboard": [ + "Kopiraj povezavo do poizvedbe v odložišče" ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Podajte naziv sheme za CREATE VIEW AS: public" + "Save the query to enable this feature": [ + "Za omogočenje te funkcije shranite poizvedbo" ], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ - "Podajte verzijo podatkovne baze. Uporablja se s Presto za potrebe ocenjevanja potratnosti poizvedbe in z Dremio za sprememba sintakse." + "Copy link": ["Kopiraj povezavo"], + "Run a query to display results": [ + "Za prikaz rezultatov morate zagnati poizvedbo" ], - "Split number": ["Število razdelitev"], - "Square kilometers": ["Kvadratni kilometri"], - "Square meters": ["Kvadratni metri"], - "Square miles": ["Kvadratne milje"], - "Stack": ["Naloži"], - "Stack Trace:": ["Izpis napake:"], - "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četek (Zemlj. dolžina, širina): "], - "Start Longitude & Latitude": ["Začetna Dolž. in Širina"], - "Start angle": ["Začetni kot"], - "Start at (UTC)": ["Zažene se ob (UTC)"], - "Start date": ["Začetni datum"], - "Start date included in time range": [ - "Začetni datum je vključen v časovno obdobje" + "No stored results found, you need to re-run your query": [ + "Rezultatov še ni shranjenih, ponovno morate zagnati poizvedbo" ], - "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." + "Query history": ["Zgodovina poizvedb"], + "Preview: `%s`": ["Predogled: `%s`"], + "Schedule the query periodically": ["Periodično zaganjaj poizvedbo"], + "You must run the query successfully first": [ + "Najprej morate uspešno izvesti poizvedbo" ], - "Started": ["Začetek"], - "State": ["Status"], - "Statement %(statement_num)s out of %(statement_count)s": [ - "Izraz %(statement_num)s od %(statement_count)s" + "Render HTML": [""], + "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" ], - "Statistical": ["Statistično"], - "Status": ["Status"], - "Step - end": ["Stopnica - konec"], - "Step - middle": ["Stopnica - sredina"], - "Step - start": ["Stopnica - začetek"], - "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." + "Specify name to CREATE VIEW AS schema in: public": [ + "Podajte naziv sheme za CREATE VIEW AS: public" ], - "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" + "Specify name to CREATE TABLE AS schema in: public": [ + "Podajte naziv sheme za CREATE TABLE AS: public" ], - "Stream": ["Tok"], - "Streets": ["Ulice"], - "Strength to pull the graph toward center": [ - "Sila privlačnosti med grafikonom in središčem" + "Select a database to write a query": [ + "Izberite podatkovno bazo za poizvedbo" ], - "Stretched style": ["Raztegnjen slog"], - "Strings used for sheet names (default is the first sheet).": [ - "Znakovni nizi uporabljeni za imena preglednic (privzeto je prva preglednica)." + "Choose one of the available databases from the panel on the left.": [ + "Izberite eno od razpoložljivih podatkovnih baz v panelu na levi." ], - "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" - ], - "Subdomain": ["Poddomena"], - "Subheader": ["Podnaslov"], - "Subheader Font Size": ["Velikost pisave podnaslova"], - "Submit": ["Pošlji"], - "Subtotal": ["Delna vsota"], - "Success": ["Uspelo"], - "Successfully changed dataset!": ["Podatkovni set uspešno spremenjen!"], - "Suffix": ["Pripona"], - "Suffix to apply after the percentage display": [ - "Pripona za prikaz procenta" - ], - "Sum": ["Vsota"], - "Sum as Fraction of Columns": ["Vsota kot delež stolpcev"], - "Sum as Fraction of Rows": ["Vsota kot delež vrstic"], - "Sum as Fraction of Total": ["Vsota kot delež celote"], - "Sum of values over specified period": ["Vsota vrednosti v dani periodi"], - "Sum values": ["Vsote"], - "Sunburst Chart": ["Večnivojski tortni grafikon"], - "Sunday": ["Nedelja"], - "Superset Chart": ["Superset grafikon"], - "Superset Embedded SDK documentation.": [ - "Dokumentacija SDK za vgrajevanje." + "Create": ["Ustvari"], + "Collapse table preview": ["Zapri predogled tabele"], + "Expand table preview": ["Odpri predogled tabele"], + "Reset state": ["Ponastavi stanje"], + "Enter a new title for the tab": ["Vnesite novo naslov zavihka"], + "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" ], - "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 table metadata": [ + "Pri pridobivanju metapodatkov tabele je prišlo do napake" ], - "Superset encountered an unexpected error.": [ - "Superset je naletel na nepričakovano napako." + "Copy partition query to clipboard": [ + "Kopiraj particijsko poizvedbo na odložišče" ], - "Supported databases": ["Podprte podatkovne baze"], - "Survey Responses": ["Rezultati anket"], - "Swap dataset": ["Zamenjaj podatkovni set"], - "Swap rows and columns": ["Zamenjaj vrstice in stolpce"], - "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." + "latest partition:": ["zadnja particija:"], + "Keys for table": ["Ključi za tabelo"], + "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" ], - "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"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "Napaka v sintaksi: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s" + "Show CREATE VIEW statement": ["Prikaži CREATE VIEW stavek"], + "CREATE VIEW statement": ["CREATE VIEW stavek"], + "Remove table preview": ["Odstrani predogled tabele"], + "Assign a set of parameters as": ["Določi nabor parametrov kot"], + "below (example:": ["v polje spodaj (primer:"], + "), and they become available in your SQL (example:": [ + "), s čimer bodo na razpolago v sklopu SQL-poizvedbe (primer:" ], - "TABLES": ["TABELE"], - "TEMPORAL X-AXIS": ["ČASOVNA X-OS"], - "TEMPORAL_RANGE": ["ČASOVNI_OBSEG"], - "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" + "by using": ["z uporabo"], + "Jinja templating": ["Jinja"], + "syntax.": ["sintakse."], + "Edit template parameters": ["Uredi parametre predloge"], + "Parameters ": ["Parametri "], + "Invalid JSON": ["Neveljaven JSON"], + "Untitled query": ["Neimenovana poizvedba"], + "%s%s": ["%s%s"], + "Control": ["Nadzor"], + "Before": ["Pred"], + "After": ["Potem"], + "Click to see difference": ["Kliknite za prikaz razlike"], + "Altered": ["Spremenjeno"], + "Chart changes": ["Spremembe grafikona"], + "Modified by: %s": ["Spremenil: %s"], + "Loaded data cached": ["Naloženo 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" ], - "Table Exists": ["Tabela obstaja"], - "Table Name": ["Ime tabele"], - "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" + "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" ], - "Table cache timeout": ["Trajanje predpomnilnika tabele"], - "Table columns": ["Stolpci tabele"], - "Table name cannot contain a schema": [ - "Ime tabele ne sme vsebovati sheme" + "click here": ["kliknite tukaj"], + "No results were returned for this query": [ + "Poizvedba ni vrnila rezultatov" ], - "Table name undefined": ["Ime tabele ni definirano"], - "Table or View \"%(table)s\" does not exist.": [ - "Tabela ali pogled \"%(table)s\" ne obstaja." + "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" ], - "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 loading the SQL": [ + "Pri nalaganju SQL je prišlo do napake" ], - "Tables": ["Tabele"], - "Tabs": ["Zavihki"], - "Tabular": ["Tabelarično"], - "Tag": ["Oznaka"], - "Tag could not be created.": ["Oznake ni mogoče ustvariti."], - "Tag could not be deleted.": ["Oznake ni mogoče izbrisati."], - "Tag could not be found.": ["Oznake ni mogoče najti."], - "Tag could not be updated.": ["Oznake ni mogoče posodobiti."], - "Tag created": ["Oznaka ustvarjena"], - "Tag name": ["Ime oznake"], - "Tag name is invalid (cannot contain ':')": [ - "Ime oznake ni pravilno (ne sme vsebovati ':')" + "Sorry, an error occurred": ["Prišlo je do napake"], + "Updating chart was stopped": [ + "Posodabljanje grafikona je bilo ustavljeno" ], - "Tag parameters are invalid.": ["Parametri oznak so neveljavni."], - "Tag updated": ["Oznaka posodobljena"], - "Tagged %s %ss": ["Označen %s %s"], - "Tagged Object could not be deleted.": [ - "Označenega elementa ni mogoče izbrisati." + "An error occurred while rendering the visualization: %s": [ + "Pri prikazovanju vizualizacije je prišlo do napake: %s" ], - "Tags": ["Oznake"], - "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" + "Network error.": ["Napaka omrežja."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Medsebojni filter bo uporabljen za vse grafikone, ki uporabljajo ta podatkovni set." ], - "Target": ["Cilj"], - "Target Color": ["Ciljna barva"], - "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." + "You can also just click on the chart to apply cross-filter.": [ + "Lahko tudi samo kliknete na grafikon za medsebojno filtriranje." ], - "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 uporabnik gre na drugo stran. Na razpolago za Presto, Hive, MySQL, Postgres in Snowflake podatkovne baze." + "Cross-filtering is not enabled for this dashboard.": [ + "Medsebojni filtri za to nadzorno ploščo niso omogočeni." ], - "Test Connection": ["Preizkus povezave"], - "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.": [ - "Odziv API-ja iz %s se ne ujema z vmesnikom IDatabaseTable." + "This visualization type does not support cross-filtering.": [ + "Ta tip vizualizacije ni podpira medsebojnih filtrov." ], - "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" + "You can't apply cross-filter on this data point.": [ + "Za to podatkovno točko ne morete uporabiti medsebojnega filtra." ], - "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." + "Remove cross-filter": ["Odstrani medsebojne filtre"], + "Add cross-filter": ["Dodaj medsebojni filter"], + "Failed to load dimensions for drill by": [ + "Neuspešno nalaganje dimenzij za \"Vrtanje po\"" ], - "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)." + "Drill by is not yet supported for this chart type": [ + "Vrtanje po še ni podprto za grafikon tega tipa" ], - "The URL is missing the dataset_id or slice_id parameters.": [ - "V URL-ju manjkata parametra dataset_id ali slice_id." + "Drill by is not available for this data point": [ + "Vrtanje po ni mogoče za to podatkovno točko" ], - "The X-axis is not on the filters list": ["X-osi ni na seznamu filtrov"], - "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?": [ - "X-osi ni na seznamu filtrov, kar preprečuje njeno uporabo v\n\tfiltrih časovnega obdobja v nadzorni plošči. Jo želite najprej dodati na seznam filtrov?" + "Drill by": ["Vrtanje po"], + "Search columns": ["Iskanje stolpcev"], + "No columns found": ["Ni najdenih stolpcev"], + "Failed to generate chart edit URL": [ + "Neuspešno ustvarjanje URL za urejanje grafikona" ], - "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." + "Edit chart": ["Uredi grafikon"], + "Close": ["Zapri"], + "Failed to load chart data.": ["Neuspešno nalaganje podatkov grafikona."], + "Drill by: %s": ["Vrtanje po: %s"], + "There was an error loading the chart data": [ + "Napaka pri nalaganju podatkov grafikona" ], - "The chart datasource does not exist": [ - "Podatkovni vir grafikona ne obstaja" + "Results %s": ["Rezultati %s"], + "Drill to detail": ["Vrtanje v podrobnosti"], + "Drill to detail by": ["Vrtanje v podrobnosti po"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "The chart does not exist": ["Grafikon ne obstaja"], - "The chart query context does not exist": [ - "Kontekst poizvedbe grafikona ne obstaja" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Vrtanje v podrobnosti je onemogočeno, ker ta grafikon ne združuje podatkov po vrednosti dimenzije." ], - "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." + "Right-click on a dimension value to drill to detail by that value.": [ + "Z desnim klikom na dimenzijo vrtajte v podrobnosti po tej vrednosti." ], - "The color for points and clusters in RGB": [ - "Barva točk in gruč v RGB zapisu" + "Drill to detail by value is not yet supported for this chart type.": [ + "Vrtanje v podrobnosti po vrednosti še ni podprto za grafikon tega tipa." ], - "The color of the isoband": ["Barva površinske plastnice"], - "The color of the isoline": ["Barva plastnice"], - "The color scheme for rendering chart": [ - "Barvna shema za izris grafikona" + "Drill to detail: %s": ["Vrtanje v podrobnosti: %s"], + "Formatting": ["Oblikovanje"], + "Formatted value": ["Oblikovana vrednost"], + "No rows were returned for this dataset": [ + "Za podatkovni set ni vrnjenih vrstic" ], - "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." + "Reload": ["Ponovno naloži"], + "Copy": ["Kopiraj"], + "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 column header label": ["Naslov stolpca"], - "The column was deleted or renamed in the database.": [ - "Stolpec je bil izbrisan ali preimenovan v podatkovni bazi." - ], - "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" - ], - "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" - ], - "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." - ], - "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 %s grafikoni, ki so prisotni na %s nadzornih ploščah. Uporabniki imajo odprtih %s zavihkov SQL-laboratorija s to podatkovno bazo. Ali želite nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." - ], - "The database columns that contains lines information": [ - "Stolpec v podatkovni bazi, ki vsebuje podatke črt" - ], - "The database could not be found": ["Podatkovna baza ni bila najdena"], - "The database is currently running too many queries.": [ - "Podatkovna baza trenutno izvaja preveč poizvedb." - ], - "The database is under an unusual load.": [ - "Podatkovni vir je neobičajno obremenjen." + "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"], + "minute": ["minuta"], + "reboot": ["ponovni zagon"], + "Every": ["Vsak"], + "in": ["v"], + "on": ["v"], + "or": ["ali"], + "at": ["ob"], + ":": [":"], + "minute(s)": ["minut"], + "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 to search databases": [ + "Izberite ali vnesite ime podatkovne baze" ], - "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." + "Force refresh schema list": ["Osveži seznam shem"], + "Select schema or type to search schemas": [ + "Izberite ali vnesite ime sheme" ], - "The database returned an unexpected error.": [ - "Podatkovna baza je vrnila nepričakovano napako." + "No compatible schema found": ["Ni najdenih skladnih shem"], + "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 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." + "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 dataset associated with this chart no longer exists": [ - "Podatkovni set, povezan s tem grafikonom, ne obstaja več" + "dataset": ["podatkovni set"], + "Successfully changed dataset!": ["Podatkovni set uspešno spremenjen!"], + "Connection": ["Povezava"], + "Swap dataset": ["Zamenjaj podatkovni set"], + "Proceed": ["Nadaljuj"], + "Warning!": ["Opozorilo!"], + "Search / Filter": ["Iskanje / Filter"], + "Add item": ["Dodaj"], + "STRING": ["STRING"], + "NUMERIC": ["NUMERIC"], + "DATETIME": ["DATETIME"], + "BOOLEAN": ["BOOLEAN"], + "Physical (table or view)": ["Fizičen (tabela ali pogled)"], + "Virtual (SQL)": ["Virtualen (SQL-poizvedba)"], + "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 ": [ + "Format zapisa časovne značke. Za znakovne nize uporabite " ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "Stolpec/mera podatkovnega seta, ki vrne vrednosti za x-os grafikona." + "Python datetime string pattern": ["Pythonov format 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. Č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 format ni podan, se uporabijo privzete vrednosti za\n podatkovno bazo oz. tip stolpca s pomočjo dodatnega parametra." ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ - "Stolpec/mera podatkovnega seta, ki vrne vrednosti za y-os grafikona." + "Certified By": ["Certificiral/a"], + "Person or group that has certified this metric": [ + "Oseba ali skupina, ki je certificirala to mero" ], - "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." + "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 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." + "Invalid currency code in saved metrics": [ + "Neveljavna koda valute v shranjeni meri" ], - "The datasource couldn't be loaded": [ - "Podatkovnega vira ni mogoče naložiti" + "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 datasource is too large to query.": [ - "Podatkovni vir je prevelik za poizvedbo." + "Autocomplete filters": ["Samodokončaj filtre"], + "Whether to populate autocomplete filters options": [ + "Če želite napolniti možnosti za samodokončanje filtrov" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "Opis je lahko prikazan kot glava gradnika v pogledu nadzorne plošče. Podpira markdown." + "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 distance between cells, in pixels": [ - "Razdalja med celicami v pikslih" + "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.\" }`." ], + "Cache timeout": ["Časovna omejitev predpomnilnika"], "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ "Trajanje (v sekundah) do razveljavitve predpomnilnika. Nastavite -1, da onemogočite predpomnjenje." ], - "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." + "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 following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "V 'columns' manjkajo naslednji vnosi iz 'series_columns': %(columns)s. " + "Normalize column names": ["Normiraj imena stolpcev"], + "Always filter main datetime column": [ + "Vedno filtriraj glavni časovni stolpec" ], - "The function to use when aggregating points into groups": [ - "Funkcija za agregacijo točk v skupine" + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Če so sekundarni časovni stolpci filtrirani, uporabi enak filter tudi za glavni časovni stolpec." ], - "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." + "": [""], + "": [""], + "Click the lock to make changes.": [ + "Kliknite ključavnico, da omogočite spreminjanje." ], - "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." + "Click the lock to prevent further changes.": [ + "Kliknite ključavnico, da onemogočite spreminjanje." ], - "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." + "virtual": ["virtualen"], + "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 hostname \"%(hostname)s\" cannot be resolved.": [ - "Imena gostitelja \"%(hostname)s\" ni mogoče razrešiti." + "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 bo vezan na podatkovni set, ki kaže na tukaj referencirano fizično tabelo." ], - "The hostname provided can't be resolved.": [ - "Imena gostitelja ni mogoče razrešiti." + "Metric Key": ["Ključ mere"], + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "To polje se uporablja kot unikaten ID za vključitev mere v grafikon. Uporablja se tudi kot alias v SQL-poizvedbi." ], - "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." + "D3 format": ["D3 format"], + "Metric currency": ["Valuta mere"], + "Select or type currency symbol": ["Izberite ali vnesite simbol valute"], + "Warning": ["Opozorilo"], + "Optional warning about use of this metric": [ + "Opcijsko opozorilo za uporabo te mere" ], - "The lower limit of the threshold range of the Isoband": [ - "Spodnji prag za površinske plastnice" + "": [""], + "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 maximum number of events to return, equivalent to the number of rows": [ - "Največje število prikazanih dogodkov (enako številu vrnjenih vrstic)" + "Sync columns from source": ["Sinhroniziraj stolpce z virom"], + "Calculated columns": ["Izračunani stolpci"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "To polje se uporablja kot unikaten ID za vključitev izračunane dimenzije v grafikon. Uporablja se tudi kot alias v SQL-poizvedbi." ], - "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" + "": [""], + "Settings": ["Nastavitve"], + "The dataset has been saved": ["Podatkovni set je shranjen"], + "Error saving dataset": [ + "Pri shranjevanju podatkovnega seta je prišlo do napake" ], - "The maximum value of metrics. It is an optional configuration": [ - "Največja vrednost mere. To je opcijska nastavitev" + "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 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 save and apply changes?": [ + "Ali resnično želite shraniti in uporabiti spremembe?" ], - "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." - ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." + "Confirm save": ["Potrdite shranjevanje"], + "OK": ["OK"], + "Edit Dataset ": ["Uredi podatkovni set "], + "Use legacy datasource editor": [ + "Uporabi zastareli urejevalnik podatkovnega vira" ], - "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" + "This dataset is managed externally, and can't be edited in Superset": [ + "Podatkovni set se upravlja eksterno in ga ni mogoče urediti znotraj Superseta" ], - "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." + "DELETE": ["IZBRIŠI"], + "delete": ["izbriši"], + "Type \"%s\" to confirm": ["Vnesite \"%s\" za potrditev"], + "More": ["Več"], + "Click to edit": ["Kliknite za urejanje"], + "You don't have the rights to alter this title.": [ + "Nimate pravic za spreminjanje tega naslova." ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. 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_ROW. V csv dodajte dodatne omejitve/filtre, da boste lahko videli več vrstic do meje %(limit)d ." + "No databases match your search": [ + "Nobena podatkovna baza ne ustreza iskanju" ], - "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 ." + "There are no databases available": ["Podatkovnih baz ni na voljo"], + "Manage your databases": ["Upravljajte podatkovne baze"], + "here": ["tukaj"], + "Unexpected error": ["Nepričakovana napaka"], + "This may be triggered by:": ["To je lahko sproženo z/s:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nTo je lahko sproženo z/s: \n%(issues)s" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "Število prikazanih vrstic je omejeno na %(rows)d z izbiro v spustnem seznamu." + "%s Error": ["%s napaka"], + "Missing dataset": ["Manjka podatkovni set"], + "See more": ["Oglejte si več"], + "See less": ["Oglejte si manj"], + "Copy message": ["Kopiraj sporočilo"], + "Details": ["Podrobnosti"], + "Authorization needed": [""], + "Did you mean:": ["Ste mislili:"], + "Parameter error": ["Napaka parametra"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nTo je lahko sproženo z/s: \n %(issue)s" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Število prikazanih rezultatov je omejeno na %(rows)d s poizvedbo." + "Timeout error": ["Napaka pretečenega časa"], + "Click to favorite/unfavorite": [ + "Kliknite za priljubljeno/nepriljubljeno" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Število prikazanih vrstic je omejeno na %(rows)d s poizvedbo" + "Cell content": ["Vsebina celice"], + "Hide password.": ["Skrij geslo."], + "Show password.": ["Prikaži geslo."], + "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 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." + "OVERWRITE": ["PREPIŠI"], + "Database passwords": ["Gesla podatkovne baze"], + "%s PASSWORD": ["%s GESLO"], + "%s SSH TUNNEL PASSWORD": ["%s GESLO ZA SSH TUNEL"], + "%s SSH TUNNEL PRIVATE KEY": ["%s ZASEBNI KLJUČ ZA SSH TUNEL"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": [ + "%s GESLO ZASEBNEGA KLJUČA ZA SSH TUNEL" ], - "The number of seconds before expiring the cache": [ - "Trajanje (v sekundah) do razveljavitve predpomnilnika" + "Overwrite": ["Prepiši"], + "Import": ["Uvozi"], + "Import %s": ["Uvozi %s"], + "Select file": ["Izberite datoteko"], + "Last Updated %s": ["Zadnja posodobitev %s"], + "Sort": ["Razvrsti"], + "+ %s more": ["+ %s več"], + "%s Selected": ["Izbranih: %s"], + "Deselect all": ["Počisti izbor"], + "Add Tag": ["Dodaj oznako"], + "No results match your filter criteria": [ + "Noben rezultat ne ustreza vašim kriterijem" ], - "The object does not exist in the given database.": [ - "Objekt ne obstaja v podani podatkovni bazi." + "Try different criteria to display results.": [ + "Za prikaz rezultatov poskusite z drugačnimi kriteriji." ], - "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." + "clear all filters": ["počisti vse filtre"], + "No Data": ["Ni podatkov"], + "%s-%s of %s": ["%s-%s od %s"], + "Start date": ["Začetni datum"], + "End date": ["Končni datum"], + "Type a value": ["Vnesite vrednost"], + "Filter": ["Filter"], + "Select or type a value": ["Izberite ali vnesite vrednost"], + "Last modified": ["Zadnja sprememba"], + "Modified by": ["Spremenil"], + "Created by": ["Ustvaril"], + "Created on": ["Ustvarjeno"], + "Menu actions trigger": ["Preklapljanje funkcionalnosti menijev"], + "Select ...": ["Izberite ..."], + "Filter menu": ["Filtriraj meni"], + "Reset": ["Ponastavi"], + "No filters": ["Brez filtrov"], + "Select all items": ["Izberite vse elemente"], + "Search in filters": ["Iskanje v filtrih"], + "Select current page": ["Izberite trenutno stran"], + "Invert current page": ["Invertiraj trenutno stran"], + "Clear all data": ["Počisti vse podatke"], + "Select all data": ["Izberite vse podatke"], + "Expand row": ["Razširi vrstico"], + "Collapse row": ["Skrij vrstico"], + "Click to sort descending": ["Kliknite za padajoče razvrščanje"], + "Click to sort ascending": ["Kliknite za naraščajoče razvrščanje"], + "Click to cancel sorting": ["Kliknite za prekinitev razvrščanja"], + "List updated": ["Seznam posodobljen"], + "There was an error loading the tables": ["Napaka pri nalaganju tabel"], + "See table schema": ["Ogled sheme tabele"], + "Select table or type to search tables": [ + "Izberite ali vnesite ime tabele" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Geslo za uporabniško ime \"%(username)s\" je napačno." + "Force refresh table list": ["Osveži seznam tabel"], + "You do not have permission to read tags": [ + "Nimate dovoljenja za branje oznak" ], - "The password provided when connecting to a database is not valid.": [ - "Geslo za povezavo s podatkovno bazo je neveljavno." + "Timezone selector": ["Izbira časovnega pasa"], + "Failed to save cross-filter scoping": [ + "Shranjevanje dosega medsebojnega filtra ni uspelo" ], - "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." + "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 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." + "Can not move top level tab into nested tabs": [ + "Najvišjega zavihka ni mogoče premakniti v gnezdene zavihke" ], - "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." + "This chart has been moved to a different filter scope.": [ + "Ta grafikon je bil prestavljen v drug doseg filtrov." ], - "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." + "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 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." + "There was an issue favoriting this dashboard.": [ + "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." ], - "The pattern of timestamp format. For strings use ": [ - "Format zapisa časovne značke. Za znakovne nize uporabite " + "This dashboard is now published": [ + "Nadzorna plošča je sedaj objavljena" ], - "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\"." + "This dashboard is now hidden": ["Nadzorna plošča je sedaj skrita"], + "You do not have permissions to edit this dashboard.": [ + "Nimate dovoljenj za urejanje te nadzorne plošče." ], - "The pixel radius": ["Polmer v pikslih"], - "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 bo vezan na podatkovni set, ki kaže na tukaj referencirano fizično tabelo." + "[ untitled dashboard ]": ["[ neimenovana nadzorna plošča ]"], + "This dashboard was saved successfully.": [ + "Nadzorna plošča je bila uspešno shranjena." ], - "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" + "Sorry, an unknown error occurred": ["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" ], - "The provided table was not found in the provided database": [ - "Podana tabela ni bila najdena v podani podatkovni bazi" + "You do not have permission to edit this dashboard": [ + "Nimate dovoljenja za urejanje te nadzorne plošče" ], - "The query associated with the results was deleted.": [ - "Poizvedba, povezana z rezultati, je bila izbrisana." + "Please confirm the overwrite values.": ["Potrdite vrednosti za prepis."], + "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.": [ + "Uporabili ste celotno količino %(historyLength)s razveljavitev in ne boste mogli več povrniti nadaljnjih dejanj. Količino lahko resetirate, če shranite stanje." ], - "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." + "Could not fetch all saved charts": [ + "Vseh shranjenih grafikonov ni bilo mogoče pridobiti" ], - "The query contains one or more malformed template parameters.": [ - "Poizvedba vsebuje enega ali več parametrov predlog z napačno obliko." + "Sorry there was an error fetching saved charts: ": [ + "Prišlo je do napake pri pridobivanju shranjenih grafikonov: " ], - "The query couldn't be loaded": ["Poizvedbe ni mogoče naložiti"], - "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ - "Ocenjevanje poizvedbe je bilo ustavljeno po %(sqllab_timeout)s sekundah. Lahko je prekompleksno ali pa je podatkovna baza preobremenjena." + "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" ], - "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." + "You have unsaved changes.": ["Imate neshranjene spremembe."], + "Drag and drop components and charts to the dashboard": [ + "Povlecite in spustite elemente in grafikone na nadzorno ploščo" ], - "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." + "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" ], - "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)" + "Create a new chart": ["Ustvarite nov grafikon"], + "Drag and drop components to this tab": [ + "Povlecite in spustite elemente na zavihek" ], - "The report has been created": ["Poročilo je bilo ustvarjeno"], - "The result of this query should be a numeric-esque value": [ - "Rezultat te poizvedbe mora biti številska vrednost" + "There are no components added to this tab": [ + "Na zavihku ni dodanih elementov" ], - "The results backend no longer has the data from the query.": [ - "Zaledni sistem rezultatov nima več podatkov iz poizvedbe." + "You can add the components in the edit mode.": [ + "Elemente lahko dodate v načinu urejanja." ], - "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." + "Edit the dashboard": ["Uredi nadzorno ploščo"], + "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?" ], - "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" + "Delete this container and save to remove this message.": [ + "Izbrišite ta okvir in shranite za odpravo tega sporočila." ], - "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." + "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" ], - "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." + "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"], + "viz type": ["tip vizualizacije"], + "recent": ["nedavno"], + "Create new chart": ["Ustvarite nov grafikon"], + "Filter your charts": ["Filtriraj grafikone"], + "Filter charts": ["Filtriraj grafikone"], + "Sort by %s": ["Razvrščanje po %s"], + "Show only my charts": ["Prikaži samo moje grafikone"], + "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.": [ + "Lahko izberete prikaz vseh grafikonov, do katerih imate dostop ali pa samo tistih v vaši lasti.\n Izbira filtrov bo shranjena in bo ostala aktivna, dokler je ne spremenite." ], - "The schema of the submitted payload is invalid.": [ - "Shema podanih podatkov je neveljavna." + "Added": ["Dodano"], + "Unknown type": ["Neznan tip"], + "Viz type": ["Tip vizualizacije"], + "Dataset": ["Podatkovni set"], + "Superset chart": ["Superset grafikon"], + "Check out this chart in dashboard:": [ + "Preizkusite ta grafikon v nadzorni plošči:" ], - "The schema was deleted or renamed in the database.": [ - "Shema je bila izbrisana ali preimenovana v podatkovni bazi." + "Layout elements": ["Postavitev elementov"], + "An error occurred while fetching available CSS templates": [ + "Pri pridobivanju CSS predlog je prišlo do napake" ], - "The size of each cell in meters": ["Velikost vsake celice v metrih"], - "The size of the square cell, in pixels": [ - "Velikost kvadratne celice v pikslih" + "Load a CSS template": ["Naloži CSS predlogo"], + "Live CSS editor": ["CSS urejevalnik v živo"], + "Collapse tab content": ["Skrij vsebino zavihka"], + "There are no charts added to this dashboard": [ + "V nadzorni plošči ni grafikonov" ], - "The submitted payload failed validation.": [ - "Neuspešna validacija podanih podatkov." + "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" ], - "The submitted payload has the incorrect format.": [ - "Podani podatki so v neustrezni obliki." + "Changes saved.": ["Spremembe shranjene."], + "Disable embedding?": ["Onemogočite vgrajevanje?"], + "This will remove your current embed configuration.": [ + "To bo odstranilo trenutno konfiguracijo za vgrajevanje." ], - "The submitted payload has the incorrect schema.": [ - "Podani podatki imajo neustrezno shemo." + "Embedding deactivated.": ["Vgrajevanje deaktivirano."], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Nekaj je šlo narobe. Vgrajevanja ni mogoče deaktivirati." ], - "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." + "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:" ], - "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." + "Configure this dashboard to embed it into an external web application.": [ + "Nastavite nadzorno ploščo za vgradnjo v zunanjo spletno aplikacijo." ], - "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." + "For further instructions, consult the": [ + "Za nadaljnja navodila se posvetujte z" ], - "The table was deleted or renamed in the database.": [ - "Tabela je bila izbrisana ali preimenovana v podatkovni bazi." + "Superset Embedded SDK documentation.": [ + "Dokumentacija SDK za vgrajevanje." ], - "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" + "Allowed Domains (comma separated)": [ + "Dovoljene domene (ločeno z vejico)" ], - "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 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." ], - "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`" + "Deactivate": ["Deaktiviraj"], + "Save changes": ["Shrani spremembe"], + "Enable embedding": ["Omogoči vgrajevanje"], + "Embed": ["Vgradi"], + "Applied cross-filters (%d)": ["Uporabljeni medsebojni filtri (%d)"], + "Applied filters (%d)": ["Uporabljeni 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." ], - "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." + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Vaša nadzorna plošča je prevelika. Pred shranjevanjem jo zmanjšajte." ], - "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." + "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"], + "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": ["Prenesi"], + "Export to PDF": ["Izvozi v PDF"], + "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"], + "Confirm overwrite": ["Potrdite prepis"], + "Scroll down to the bottom to enable overwriting changes. ": [ + "Pomaknite se do dna, da omogočite prepis sprememb. " ], - "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" + "Yes, overwrite changes": ["Da, prepiši spremembe"], + "Are you sure you intend to overwrite the following values?": [ + "Ali ste prepričani, da želite prepisati naslednje vrednosti?" ], - "The time unit used for the grouping of blocks": [ - "Časovna enota za združevanje blokov" + "Last Updated %s by %s": ["Zadnja posodobitev %s, %s"], + "Apply": ["Uporabi"], + "Error": ["Napaka"], + "A valid color scheme is required": [ + "Zahtevana je veljavna barvna shema" ], - "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" + "JSON metadata is invalid!": ["JSON-metapodatki niso veljavni!"], + "Dashboard properties updated": [ + "Lastnosti nadzorne plošče posodobljene" ], - "The upper limit of the threshold range of the Isoband": [ - "Zgornji prag za površinske plastnice" + "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." ], - "The user seems to have been deleted": [ - "Zdi se, da je bil uporabnik izbrisan" + "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, regular access permissions apply.": [ + "\"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, bodo veljavna običajna pravila dostopov." ], - "The user/password combination is not valid (Incorrect password for user).": [ - "Kombinacija uporabnik/geslo ni veljavna (napačno geslo)." + "Dashboard properties": ["Lastnosti nadzorne plošče"], + "This dashboard is managed externally, and can't be edited in Superset": [ + "Nadzorna plošča se upravlja eksterno in je ni mogoče urediti znotraj Superseta" ], - "The username \"%(username)s\" does not exist.": [ - "Uporabniško ime \"%(username)s\" ne obstaja." + "Basic information": ["Osnovne informacije"], + "URL slug": ["URL slug"], + "A readable URL for your dashboard": [ + "Berljiv URL za vašo nadzorno ploščo" ], - "The username provided when connecting to a database is not valid.": [ - "Uporabniško ime za povezavo s podatkovno bazo je neveljavno." + "Certification": ["Certifikacija"], + "Person or group that has certified this dashboard.": [ + "Oseba ali skupina, ki je certificirala to nadzorno ploščo." ], - "The way the ticks are laid out on the X-axis": [ - "Način razporeditve oznak na X-osi" + "Any additional detail to show in the certification tooltip.": [ + "Prikaz dodatnih podrobnosti za certifikacijo." ], - "The width of the Isoline in pixels": ["Debelina plastnic v pikslih"], - "The width of the lines": ["Debelina črt"], - "There are associated alerts or reports": [ - "Prisotna so povezana opozorila in poročila" + "A list of tags that have been applied to this chart.": [ + "Seznam oznak, ki so povezane s tem grafikonom." ], - "There are no charts added to this dashboard": [ - "V nadzorni plošči ni grafikonov" + "JSON metadata": ["JSON-metapodatki"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [ + "NE SPREMINJAJTE ključa \"filter_scopes\"." ], - "There are no components added to this tab": [ - "Na zavihku ni dodanih elementov" + "Use \"%(menuName)s\" menu instead.": [ + "Namesto tega uporabite meni: \"%(menuName)s\"." ], - "There are no databases available": ["Podatkovnih baz ni na voljo"], - "There are no filters in this dashboard.": [ - "V nadzorni plošči ni filtrov." + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Kliknite tukaj za njeno objavo." ], - "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." + "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.": [ + "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." ], - "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?" + "This dashboard is published. Click to make it a draft.": [ + "Nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." ], - "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." + "Draft": ["Osnutek"], + "Annotation layers are still loading.": [ + "Sloj z oznakami se še vedno nalaga." ], - "There was an error fetching dataset": [ - "Pri pridobivanju podatkovnega seta je prišlo do napake" + "One ore more annotation layers failed loading.": [ + "Eden ali več slojev z oznakami se ni naložil." ], - "There was an error fetching dataset's related objects": [ - "Pri pridobivanju elementov podatkovnega seta je prišlo do napake" + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "Ta grafikon medsebojno filtrira grafikone, ki imajo podatkovne sete s stolpci z istim nazivom." ], - "There was an error fetching the favorite status: %s": [ - "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" + "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"], + "Cross-filtering scoping": ["Doseg medsebojnih filtrov"], + "View query": ["Ogled poizvedbe"], + "View as table": ["Ogled kot tabela"], + "Chart Data: %s": ["Podatki grafikona: %s"], + "Share chart by email": ["Deli grafikon po e-pošti"], + "Check out this chart: ": ["Preizkusite ta grafikon: "], + "Export to .CSV": ["Izvozi v .CSV"], + "Export to Excel": ["Izvozi v Excel"], + "Export to full .CSV": ["Izvozi v celoten .CSV"], + "Export to full Excel": ["Izvozi v celoten Excel"], + "Download as image": ["Izvozi kot sliko"], + "Something went wrong.": ["Nekaj je šlo narobe."], + "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." ], - "There was an error fetching your recent activity:": [ - "Pri pridobivanju nedavnih aktivnosti je prišlo do napake:" + "Expand all": ["Razširi vse"], + "Collapse all": ["Skrči vse"], + "An error occurred while opening Explore": [ + "Pri odpiranju Raziskovalca je prišlo do napake" ], - "There was an error loading the chart data": [ - "Napaka pri nalaganju podatkov grafikona" + "Empty column": ["Prazen stolpec"], + "This markdown component has an error.": [ + "Markdown komponenta ima napako." ], - "There was an error loading the dataset metadata": [ - "Napaka pri nalaganju metapodatkov podatkovnega seta" + "This markdown component has an error. Please revert your recent changes.": [ + "Markdown komponenta ima napako. Povrnite nedavne spremembe." ], - "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" + "Empty row": ["Prazna vrstica"], + "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" ], - "There was an error with your request": [ - "Pri zahtevi je prišlo do napake" + "You can add the components in the": ["Elemente lahko dodate v"], + "edit mode": ["načinu urejanja"], + "Delete dashboard tab?": ["Ali izbrišem zavihek nadzorne plošče?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Izbris zavihka bo odstranil vso vsebino v njem. Še vedno boste lahko razveljavili dejanje z" ], - "There was an issue deleting %s: %s": ["Težava pri brisanju %s: %s"], - "There was an issue deleting rules: %s": [ - "Težava pri brisanju pravil: %s" + "undo": ["razveljavitev"], + "button (cmd + z) until you save your changes.": [ + "gumb (cmd + z) dokler ne shranite sprememb." ], - "There was an issue deleting the selected %s: %s": [ - "Težava pri brisanju izbranih %s: %s" + "CANCEL": ["PREKINI"], + "Divider": ["Ločilnik"], + "Header": ["Glava"], + "Text": ["Besedilo"], + "Tabs": ["Zavihki"], + "background": ["ozadje"], + "Preview": ["Predogled"], + "Sorry, something went wrong. Try again later.": [ + "Nekaj je šlo narobe. Poskusite ponovno kasneje." ], - "There was an issue deleting the selected annotations: %s": [ - "Pri brisanju izbranih oznak je prišlo do težave: %s" + "Unknown value": ["Neznana vrednost"], + "Add/Edit Filters": ["Dodaj/uredi filter"], + "No filters are currently added to this dashboard.": [ + "Trenutno na nadzorno ploščo še ni dodanih filtrov." ], - "There was an issue deleting the selected charts: %s": [ - "Pri brisanju izbranih grafikonov je prišlo do težave: %s" + "No global filters are currently added": [ + "Trenutno ni dodanih globalnih filtrov" ], - "There was an issue deleting the selected dashboards: ": [ - "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Kliknite na gumb \"Dodaj/Uredi filtre\" za kreiranje novih filtrov nadzorne plošče" ], - "There was an issue deleting the selected datasets: %s": [ - "Pri brisanju izbranih podatkovnih setov je prišlo do težave: %s" + "Apply filters": ["Uporabi filtre"], + "Clear all": ["Počisti vse"], + "Locate the chart": ["Lociraj grafikon"], + "Cross-filters": ["Medsebojni filtri"], + "Add custom scoping": ["Dodaj prilagojen doseg"], + "All charts/global scoping": ["Vsi grafikoni/globalni doseg"], + "Select chart": ["Izberi grafikon"], + "Cross-filtering is not enabled in this dashboard": [ + "Medsebojni filtri za to nadzorno ploščo niso omogočeni" ], - "There was an issue deleting the selected layers: %s": [ - "Pri brisanju izbranih slojev je prišlo do težave: %s" + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Izberite grafikone, za katere želite uporabiti medsebojne filtre, ko kliknete na ta grafikon. Izberete lahko \"Vsi grafikoni\", da uporabite medsebojne filtre za vse grafikone, ki uporabljajo isti podatkovni niz ali vsebujejo stolpec z enakim nazivom." ], - "There was an issue deleting the selected queries: %s": [ - "Pri brisanju izbranih poizvedb je prišlo do težave: %s" + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Izberite grafikone, za katere želite uporabiti medsebojne filtre v tej nadzorni plošči. Odstranitev grafikona bo izključila medsebojno filtriranje s kateregakoli grafikona na nadzorni plošči. Izberete lahko \"Vsi grafikoni\", da uporabite medsebojne filtre za vse grafikone, ki uporabljajo isti podatkovni niz ali vsebujejo stolpec z enakim nazivom." ], - "There was an issue deleting the selected templates: %s": [ - "Pri brisanju izbranih predlog je prišlo do težave: %s" + "All charts": ["Vsi grafikoni"], + "Enable cross-filtering": ["Omogoči medsebojne filtre"], + "Orientation of filter bar": ["Orientacija vrstice s filtri"], + "Vertical (Left)": ["Navpično (levo)"], + "Horizontal (Top)": ["Vodoravno (zgoraj)"], + "More filters": ["Več filtrov"], + "No applied filters": ["Ni uporabljenih filtrov"], + "Applied filters: %s": ["Uporabljeni filtri: %s"], + "Cannot load filter": ["Filtra ni mogoče naložiti"], + "Filters out of scope (%d)": ["Filtri izven dosega (%d)"], + "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." ], - "There was an issue deleting: %s": ["Težava pri brisanju: %s"], - "There was an issue duplicating the dataset.": [ - "Pri dupliciranju podatkovnega seta je prišlo do težave." + "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"], + "No compatible datasets found": [ + "Ni najdenih skladnih podatkovnih setov" ], - "There was an issue duplicating the selected datasets: %s": [ - "Pri dupliciranju izbranih podatkovnih setov je prišlo do težave: %s" + "Select a dataset": ["Izberite podatkovni set"], + "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" ], - "There was an issue favoriting this dashboard.": [ - "Pri uvrščanju nadzorne plošče med priljubljene je prišlo do težave." + "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" ], - "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." + "Values dependent on": ["Vrednosti so odvisne od"], + "Scoping": ["Doseg"], + "Filter Configuration": ["Nastavitve filtra"], + "Filter Settings": ["Nastavitve filtra"], + "Select filter": ["Izbirni filter"], + "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 po (Group by)"], + "Group by": ["Združevanje po (Group by)"], + "Pre-filter is required": ["Zahtevan je predfilter"], + "Time column to apply dependent temporal filter to": [ + "Časovni stolpec za časovno filtriranje za" ], - "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." + "Time column to apply time range to": [ + "Časovni stolpec za časovno obdobje za" ], - "There was an issue fetching your chart: %s": [ - "Prišlo je do napake pri pridobivanju grafikona: %s" + "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" ], - "There was an issue fetching your dashboards: %s": [ - "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" + "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.": [ + "Filtri časovnega obdobja vplivajo na časovne stolpce, definirane v\n\tfiltrski sekciji vsakega grafikona. Filtrom grafikonov dodajte časovne stolpce,\n\t da bodo filtri nadzorne plošče imeli učinek nanje." ], - "There was an issue fetching your recent activity: %s": [ - "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" + "Dataset is required": ["Zahtevan je podatkovni set"], + "Pre-filter available values": ["Predfiltriraj razpoložljive vrednosti"], + "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.": [ + "Doda stavke za filtriranje izvorne poizvedbe filtra,\n vendar samo v kontekstu samodejnega izpolnjevanja.\n Ne vpliva na to kako bo filter deloval na nadzorno ploščo.\n Uporabno je, če želite izboljšati učinkovitost poizvedbe filtra\n ali pa omejiti nabor prikazanih vrednosti filtra." ], - "There was an issue fetching your saved queries: %s": [ - "Prišlo je do težave pri pridobivanju shranjenih poizvedb: %s" + "Pre-filter": ["Predfilter"], + "No filter": ["Brez filtra"], + "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" ], - "There was an issue previewing the selected query %s": [ - "Do težave je prišlo pri predogledu izbrane poizvedbe %s" + "Sort metric": ["Mera za razvrščanje"], + "Single Value": ["Ena vrednost"], + "Single value type": ["Tip z eno vrednostjo"], + "Exact": ["Natančno"], + "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\"" ], - "There was an issue previewing the selected query. %s": [ - "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" + "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" ], - "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: {}" + "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\"" ], - "These are the datasets this filter will be applied to.": [ - "To so podatkovni seti, na katere se nanaša ta filter." + "Default value must be set when \"Filter value is required\" is checked": [ + "Privzeta vrednost mora biti določena, če je izbrano \"Vrednost filtra obvezna\"" ], - "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." + "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 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." + "Apply to all panels": ["Uporabi za vse grafikone"], + "Apply to specific panels": ["Uporabi za izbrane grafikone"], + "Only selected panels will be affected by this filter": [ + "Ta filter bo vplival le na izbrane grafikone" ], - "This action will permanently delete %s.": [ - "S tem dejanjem boste trajno izbrisali %s." + "All panels with this column will be affected by this filter": [ + "Ta filter bo vplival na vse grafikone s tem stolpcem" ], - "This action will permanently delete the layer.": [ - "S tem dejanjem boste trajno izbrisali sloj." + "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)" ], - "This action will permanently delete the saved query.": [ - "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." + "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." ], - "This action will permanently delete the template.": [ - "S tem dejanjem boste trajno izbrisali predlogo." + "Transparent": ["Prozorno"], + "White": ["Belo"], + "All filters": ["Vsi filtri"], + "Click to edit %s.": ["Kliknite za urejanje %s."], + "Click to edit chart.": ["Kliknite za urejanje grafikona."], + "Use %s to open in a new tab.": [ + "Uporabite %s za odpiranje v novem zavihku." ], - "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)." + "Medium": ["Srednje"], + "New header": ["Nov naslov"], + "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." ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ - "Ta grafikon medsebojno filtrira grafikone, ki imajo podatkovne sete s stolpci z istim nazivom." + "Equal to (=)": ["Je enako (=)"], + "Not equal to (≠)": ["Ni enako (≠)"], + "Less than (<)": ["Manjše kot (<)"], + "Less or equal (<=)": ["Manjše ali enako (<=)"], + "Greater than (>)": ["Večje kot (>)"], + "Greater or equal (>=)": ["Večje ali enako (>=)"], + "In": ["Vsebuje (IN)"], + "Not in": ["Ne vsebuje (NOT IN)"], + "Like": ["Like"], + "Like (case insensitive)": ["Like (ni razlik. velikih/malih črk)"], + "Is not null": ["Ni NULL"], + "Is null": ["Je NULL"], + "use latest_partition template": ["uporaba predloge latest_partition"], + "Is true": ["Je TRUE"], + "Is false": ["Je FALSE"], + "TEMPORAL_RANGE": ["ČASOVNI_OBSEG"], + "Time granularity": ["Granulacija časa"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Trajanje v ms (100.40008 => 100ms 400µs 80ns)" ], - "This chart has been moved to a different filter scope.": [ - "Ta grafikon je bil prestavljen v drug doseg filtrov." + "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 po. Združevanje z visoko kardinalnostjo naj vsebuje omejitev serij, s čimer omejite število pridobljenih in prikazanih serij." ], - "This chart is managed externally, and can't be edited in Superset": [ - "Ta grafikon se ne ureja znotraj Superseta" + "One or many metrics to display": ["Ena ali več mer za prikaz"], + "Fixed color": ["Izbrana barva"], + "Right axis metric": ["Mera desne osi"], + "Choose a metric for right axis": ["Izberite mero za desno os"], + "Linear color scheme": ["Linearna barvna shema"], + "Color metric": ["Mera za barvo"], + "One or many controls to pivot as columns": [ + "En ali več kontrolnikov za stolpčno vrtenje" ], - "This chart might be incompatible with the filter (datasets don't match)": [ - "Ta grafikon je lahko nekompatibilen s filtrom (podatkovni seti se ne ujemajo)" + "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`" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ - "Tip grafikona ne podpira uporabe neshranjene poizvedbe za podatkovni vir. " + "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." ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "Barvna shema je bila preglasovana z barvami oznak po meri.\n Preverite JSON-metapodatke v naprednih nastavitvah" + "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." ], - "This column might be incompatible with current dataset": [ - "Ta grafikon je lahko nekompatibilen s trenutnim podatkovnim setom" + "Limits the number of rows that get displayed.": [ + "Omeji število vrstic za prikaz." ], - "This column must contain date/time information.": [ - "Ta stolpec mora vsebovati informacijo o datumu/času." + "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)." ], - "This control filters the whole chart based on the selected time range. 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.": [ - "Ta kontrolnik filtrira celoten grafikon glede na izbrano časovno obdobje. Vsi relativni časi (npr. Zadnji mesec, Zdaj, itd.) so izračunani glede na lokalni čas strežnika (časovni pas ni upoštevan). Vsi opisi orodij in časovne oznake so izražene kot UTC. Časovne značke so potem določene glede na lokalni čas podatkovne baze. Eksplicitno lahko določite časovni pas v ISO 8601 formatu, če določite začetni in/ali končni čas." + "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" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Upravlja ali je polje \"time_range\" iz trenutnega pogleda lahko\n\tposredovano grafikonu, ki vsebuje podatke oznak slojev." + "Metric assigned to the [X] axis": ["Mera za [X] os"], + "Metric assigned to the [Y] axis": ["Mera za [Y] os"], + "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%`" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Upravlja ali je polje časovne granulacije iz trenutnega pogleda lahko\n posredovano grafikonu, ki vsebuje podatke oznak slojev." + "Color scheme": ["Barvna shema"], + "An error occurred while starring this chart": [ + "Pri ocenjevanju grafikona je prišlo do napake" ], - "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." + "Chart [%s] has been saved": ["Grafikon [%s] je bil shranjen"], + "Chart [%s] has been overwritten": ["Grafikon [%s] je bil prepisan"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "Nadzorna plošča [%s] je bila ravno ustvarjena in grafikon [%s] dodan nanjo" ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "Nadzorna plošča se upravlja eksterno in je ni mogoče urediti znotraj Superseta" + "Chart [%s] was added to dashboard [%s]": [ + "Grafikon [%s] je bil dodan na nadzorno ploščo [%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.": [ - "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." + "GROUP BY": ["GROUP BY"], + "Use this section if you want a query that aggregates": [ + "Ta sklop uporabite če želite poizvedbo za agregacijo" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Nadzorna plošča ni objavljena in se ne bo prikazala na seznamu nadzornih plošč. Kliknite tukaj za njeno objavo." + "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" ], - "This dashboard is now hidden": ["Nadzorna plošča je sedaj skrita"], - "This dashboard is now published": [ - "Nadzorna plošča je sedaj objavljena" + "The X-axis is not on the filters list": ["X-osi ni na seznamu filtrov"], + "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?": [ + "X-osi ni na seznamu filtrov, kar preprečuje njeno uporabo v\n\tfiltrih časovnega obdobja v nadzorni plošči. Jo želite najprej dodati na seznam filtrov?" ], - "This dashboard is published. Click to make it a draft.": [ - "Nadzorna plošča je objavljena. Kliknite, da jo uvrstite med osnutke." + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Zadnjega časovnega filtra ni mogoče izbrisati, ker se uporablja za filtre časovnega obdobja v nadzorni plošči." ], - "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:" + "This section contains validation errors": [ + "Ta sekcija vsebuje validacijske napake" ], - "This dashboard was saved successfully.": [ - "Nadzorna plošča je bila uspešno shranjena." + "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." ], - "This database is managed externally, and can't be edited in Superset": [ - "Podatkovna baza se upravlja eksterno in je ni mogoče urediti znotraj Superseta" + "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." ], - "This database table does not contain any data. Please select a different table.": [ - "Tabela podatkovne baze ne vsebuje podatkov. Izberite drugo tabelo." + "Customize": ["Prilagodi"], + "Generating link, please wait..": [ + "Ustvarjam povezavo, prosim počakajte..." ], - "This dataset is managed externally, and can't be edited in Superset": [ - "Podatkovni set se upravlja eksterno in ga ni mogoče urediti znotraj Superseta" + "Chart height": ["Višina grafikona"], + "Chart width": ["Širina grafikona"], + "An error occurred while loading dashboard information.": [ + "Prišlo je do napake pri pridobivanju informacij o nadzorni plošči." ], - "This dataset is not used to power any charts.": [ - "Podatkovni set ni uporabljen v nobenem grafikonu." + "Save (Overwrite)": ["Shrani (prepiši)"], + "Save as...": ["Shrani kot ..."], + "Chart name": ["Ime grafikona"], + "Dataset Name": ["Ime podatkovnega seta"], + "A reusable dataset will be saved with your chart.": [ + "Podatkovni set bo shranjen skupaj z grafikonom." ], - "This defines the element to be plotted on the chart": [ - "Določa element, ki bo izrisan na grafikonu" + "Add to dashboard": ["Dodaj na nadzorno ploščo"], + "Select a dashboard": ["Izberite nadzorno ploščo"], + "Select": ["Izberi"], + " a dashboard OR ": [" nadzorno ploščo ALI "], + "create": ["ustvari"], + " a new one": [" novo"], + "A new chart and dashboard will be created.": [ + "Ustvarjena bosta nov grafikon in nadzorna plošča." ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "To polje se uporablja kot unikaten ID za vključitev izračunane dimenzije v grafikon. Uporablja se tudi kot alias v SQL-poizvedbi." + "A new chart will be created.": ["Ustvarjen bo nov grafikon."], + "A new dashboard will be created.": [ + "Ustvarjena bo nova nadzorna plošča." ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "To polje se uporablja kot unikaten ID za vključitev mere v grafikon. Uporablja se tudi kot alias v SQL-poizvedbi." + "Save & go to dashboard": ["Shrani in pojdi na nadzorno ploščo"], + "Save chart": ["Shrani grafikon"], + "Formatted date": ["Oblikovan datum"], + "Column Formatting": ["Oblikovanje stolpca"], + "Collapse data panel": ["Skrij podatkovni panel"], + "Expand data panel": ["Razširi podatkovni panel"], + "Samples": ["Vzorci"], + "No samples were returned for this dataset": [ + "Za podatkovni set ni vrnjenih vzorcev" ], - "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." + "No results": ["Ni rezultatov"], + "Showing %s of %s": ["Prikazanih %s od %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Prikaži manj..."], + "Show all...": ["Prikaži vse..."], + "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." ], - "This filter might be incompatible with current dataset": [ - "Ta filter je lahko nekompatibilen s trenutnim podatkovnim setom" + "Unable to retrieve dashboard colors": [ + "Neuspešno pridobivanje barv nadzorne plošče" ], - "This functionality is disabled in your environment for security reasons.": [ - "Ta funkcionalnost je v vašem okolju onemogočena zaradi varnosti." + "Not added to any dashboard": ["Ni dodano na nobeno nadzorno ploščo"], + "You can preview the list of dashboards in the chart settings dropdown.": [ + "Seznam nadzornih plošč si lahko ogledate v spustnem meniju nastavitev grafikona." ], - "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 FALSE)." + "Not available": ["Ni razpoložljivo"], + "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" ], - "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" + "Chart type requires a dataset": ["Grafikon zahteva podatkovni set"], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Tip grafikona ne podpira uporabe neshranjene poizvedbe za podatkovni vir. " ], - "This markdown component has an error.": [ - "Markdown komponenta ima napako." + " to visualize your data.": [" za vizualizacijo podatkov."], + "Required control values have been removed": [ + "Zahtevane kontrolne vrednosti so bile odstranjene" ], - "This markdown component has an error. Please revert your recent changes.": [ - "Markdown komponenta ima napako. Povrnite nedavne spremembe." + "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" ], - "This may be triggered by:": ["To je lahko sproženo z/s:"], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "Mera, ki določa kako so razvrščene vrstice, če je določena omejitev serij ali vrstic. Če ni določena, se uporabi prva mera (kjer je ustrezno)." + "Controls labeled ": ["Kontrolniki imenovani "], + "Control labeled ": ["Nastavitev "], + "Chart Source": ["Podatkovni vir grafikona"], + "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" ], - "This metric might be incompatible with current dataset": [ - "Ta mera je lahko nekompatibilna s trenutnim podatkovnim setom" + "Chart properties updated": ["Lastnosti grafikona posodobljene"], + "Edit Chart Properties": ["Uredi lastnosti grafikona"], + "This chart is managed externally, and can't be edited in Superset": [ + "Ta grafikon se ne ureja znotraj Superseta" ], - "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." + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Opis je lahko prikazan kot glava gradnika v pogledu nadzorne plošče. Podpira markdown." ], - "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" + "Person or group that has certified this chart.": [ + "Oseba ali skupina, ki je certificirala ta grafikon." ], - "This section contains validation errors": [ - "Ta sekcija vsebuje validacijske napake" + "Configuration": ["Nastavitve"], + "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.": [ + "Trajanje (v sekundah) predpomnjenja za ta grafikon. Nastavite na -1, da izključite predpomnjenje. Če ni definirano, je uporabljena vrednost za podatkovni set." ], - "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." + "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." ], - "This table already has a dataset": ["Ta tabela že ima podatkovni set"], - "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ - "Ta tabela že ima povezan podatkovni set. S tabelo je lahko povezan le en podatkovni set.\n" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "This value should be greater than the left target value": [ - "Ta vrednost mora biti večja od leve ciljne vrednosti" + "Create chart": ["Ustvarite grafikon"], + "Update chart": ["Posodobi grafikon"], + "Invalid lat/long configuration.": [ + "Neveljavna nastavitev zemljepisne dolžine/širine." ], - "This value should be smaller than the right target value": [ - "Ta vrednost mora biti manjša od desne ciljne vrednosti" + "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" ], - "This visualization type does not support cross-filtering.": [ - "Ta tip vizualizacije ni podpira medsebojnih filtrov." + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Sprejema različne zapise - podrobnosti najdete v Pythonovi knjižnici geopy.points" ], - "This visualization type is not supported.": [ - "Ta tip vizualizacije ni podprt." + "Geohash": ["Geohash"], + "textarea": ["področje besedila"], + "in modal": ["v modalnem oknu"], + "Sorry, An error occurred": ["Prišlo je do napake"], + "Save as Dataset": ["Shrani kot podatkovni set"], + "Open in SQL Lab": ["Odpri v SQL laboratoriju"], + "Failed to verify select options: %s": [ + "Preverjanje možnosti izbire ni uspelo: %s" ], - "This will remove your current embed configuration.": [ - "To bo odstranilo trenutno konfiguracijo za vgrajevanje." + "No annotation layers": ["Ni slojev z oznakami"], + "Add an annotation layer": ["Dodaj sloj z oznakami"], + "Annotation layer": ["Sloj z oznakami"], + "Select the Annotation Layer you would like to use.": [ + "Izberite sloj z oznakami, ki ga želite uporabiti." ], - "Threshold": ["Prag"], - "Threshold alpha level for determining significance": [ - "Mejna vrednost alfa za določanje značilnosti" + "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]" ], - "Threshold: ": ["Prag: "], - "Thumbnails": ["Sličice"], - "Thursday": ["Četrtek"], - "Time": ["Čas"], - "Time Column": ["Časovni stolpec"], - "Time Comparison": ["Časovna primerjava"], - "Time Format": ["Oblika zapisa časa"], - "Time Grain": ["Granulacija časa"], - "Time Grain must be specified when using Time Shift.": [ - "Pri časovnem premiku mora biti definirana granulacija časa." + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Pričakovana je formula z odvisnim časovnim parametrom 'x'\n v milisekundah od epohe. Za vrednotenje formule je uporabljen mathjs.\n Primer: '2x +5'" ], - "Time Granularity": ["Granulacija časa"], - "Time Lag": ["Časovni zaostanek"], - "Time Range": ["Časovno obdobje"], - "Time Ratio": ["Časovno razmerje"], - "Time Series": ["Časovna vrsta"], - "Time Series - Bar Chart": ["Časovna vrsta - Stolpčni grafikon"], - "Time Series - Line Chart": ["Časovna vrsta - Črtni grafikon"], - "Time Series - Nightingale Rose Chart": [ - "Časovna vrsta - Nightingale Rose grafikon" + "Annotation layer value": ["Vrednost sloja z oznakami"], + "Bad formula.": ["Napačna formula."], + "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." ], - "Time Series - Paired t-test": [ - "Časovna vrsta - t-test za odvisne vzorce" + "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." ], - "Time Series - Percent Change": [ - "Časovna vrsta - Procentualna sprememba" + "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" ], - "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" + "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." ], - "Time column filter plugin": ["Vtičnik za časovni filter"], - "Time column to apply dependent temporal filter to": [ - "Časovni stolpec za časovno filtriranje za" + "Override time range": ["Onemogoči časovno obdobje"], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Upravlja ali je polje \"time_range\" iz trenutnega pogleda lahko\n\tposredovano grafikonu, ki vsebuje podatke oznak slojev." ], - "Time column to apply time range to": [ - "Časovni stolpec za časovno obdobje za" + "Override time grain": ["Onemogoči granulacijo časa"], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Upravlja ali je polje časovne granulacije iz trenutnega pogleda lahko\n posredovano grafikonu, ki vsebuje podatke oznak slojev." ], - "Time comparison": ["Časovna primerjava"], "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "Časovna razlika v naravnem (angleškem) jeziku\n (primer: 24 hours, 7 days, 56 weeks, 365 days)" ], - "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]." + "Display configuration": ["Prikaži nastavitve"], + "Configure your how you overlay is displayed here.": [ + "Nastavite kako se tukaj prikazuje vrhnja plast." ], - "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 lag": ["Časovni zaostanek"], - "Time range": ["Časovno obdobje"], - "Time ratio": ["Časovno razmerje"], - "Time related form attributes": ["S časom povezani atributi prikaza"], - "Time series": ["Časovna vrsta"], - "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]." + "Annotation layer stroke": ["Obroba sloja z oznakami"], + "Style": ["Slog"], + "Solid": ["Zapolnjen"], + "Dashed": ["Črtkano"], + "Long dashed": ["Dolgo-črtkano"], + "Dotted": ["Pikčasto"], + "Annotation layer opacity": ["Prosojnost sloja z oznakami"], + "Color": ["Barva"], + "Automatic Color": ["Samodejne barve"], + "Shows or hides markers for the time series": [ + "Prikaže ali skrije markerje časovne serije" ], - "Time-series Bar Chart (legacy)": [ - "Stolpčni grafikon za časovno vrsto (zastarelo)" + "Hide Line": ["Skrij črto"], + "Hides the Line for the time series": ["Skrije črto časovne serije"], + "Layer configuration": ["Nastavitve sloja"], + "Configure the basics of your Annotation Layer.": [ + "Osnovne nastavitve sloja z oznakami." ], - "Time-series Percent Change": ["Časovna vrsta - Procentualna sprememba"], - "Time-series Period Pivot": ["Časovna serija - Vrtenje periode"], - "Time-series Table": ["Tabela s časovno vrsto"], - "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" + "Mandatory": ["Obvezno"], + "Hide layer": ["Skrij sloj"], + "Show label": ["Prikaži oznako"], + "Whether to always show the annotation label": [ + "Če želite vedno prikazati naslov oznake" ], - "Timezone selector": ["Izbira časovnega pasa"], - "Tiny": ["Drobno"], - "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." + "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"], + "Time series": ["Časovna vrsta"], + "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"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Barvna shema je bila preglasovana z barvami oznak po meri.\n Preverite JSON-metapodatke v naprednih nastavitvah" ], - "To get a readable URL for your dashboard": [ - "Za pridobitev berljivega URL-ja za nadzorno ploščo" + "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." ], - "Tooltip": ["Opis orodja"], - "Tooltip Contents": ["Vsebina opisa orodja"], - "Tooltip sort by metric": ["Mera za razvrščanje opisa orodja"], - "Tooltip time format": ["Oblika zapisa časa v opisu orodja"], - "Top": ["Zgoraj"], - "Top left": ["Zgoraj levo"], - "Top right": ["Zgoraj desno"], - "Top to Bottom": ["Od vrha proti dnu"], - "Total": ["Skupaj"], - "Total (%(aggfunc)s)": ["Skupaj (%(aggfunc)s)"], - "Total (%(aggregatorName)s)": ["Skupaj (%(aggregatorName)s)"], - "Total value": ["Skupna vsota"], - "Total: %s": ["Skupaj: %s"], - "Totals": ["Vsota"], - "Track job": ["Sledi opravilom"], - "Transformable": ["Prilagodljiv"], - "Transparent": ["Prozorno"], - "Transpose pivot": ["Transponirano vrtenje"], - "Treat values as categorical.": [""], - "Tree Chart": ["Drevesni grafikon"], - "Tree layout": ["Oblika drevesa"], - "Tree orientation": ["Orientacija drevesa"], - "Treemap": ["Drevesni grafikon s pravokotniki"], - "Trend": ["Trend"], - "Triangle": ["Trikotnik"], - "Trigger Alert If...": ["Sproži opozorilo v primeru ..."], - "Truncate Axis": ["Prireži os"], - "Truncate Cells": ["Prireži celice"], - "Truncate Metric": ["Odstrani mero"], - "Truncate X Axis": ["Prireži X-os"], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ - "Prireži X-os. Če določite spodnjo ali zgornjo mejo, preprečite prirezovanje. Deluje samo za numerično X os." + "dashboard": ["nadzorna plošča"], + "Dashboard scheme": ["Shema nadzorne plošče"], + "Select color scheme": ["Izberite barvno shemo"], + "Select scheme": ["Izberite shemo"], + "Show less columns": ["Prikaži manj stolpcev"], + "Show all columns": ["Prikaži vse stolpce"], + "Fraction digits": ["Število decimalk"], + "Number of decimal digits to round numbers to": [ + "Število decimalnih mest za zaokroževanje števil" ], - "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." + "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" + ], + "Text align": ["Poravnava besedila"], + "Horizontal alignment": ["Vodoravna poravnava"], + "Show cell bars": ["Prikaži grafe v celicah"], + "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" ], + "Whether to colorize numeric values by if they are positive or negative": [ + "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" + ], + "Truncate Cells": ["Prireži celice"], "Truncate long cells to the \"min width\" set above": [ "Prireži dolge celice na \"min. širino\" nastavljeno zgoraj" ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Zaokroži datum-čas, glede na definirano časovno enoto." + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Prilagodi mere grafikona ali stolpce s predponami ali priponami valute. Izberite simbol ali napišite lastnega." ], - "Try applying different filters or ensuring your datasource has data": [ - "Poskusite uporabiti druge filtre oz. zagotovite, da so v podatkovnem viru podatki" + "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 significant digits for small and large numbers": [ + "D3 format zapisa za števila med -1.0 in 1.0. Uporabno, če želite različno število števk za majhna in velika števila" ], - "Try different criteria to display results.": [ - "Za prikaz rezultatov poskusite z drugačnimi kriteriji." + "Display": ["Prikaz"], + "Number formatting": ["Oblika zapisa števila"], + "Edit formatter": ["Uredi oblikovanje"], + "Add new formatter": ["Dodaj novo pravilo"], + "Add new color formatter": ["Dodaj novo pravilo za barvo"], + "alert": ["opozorilo"], + "error": ["napaka"], + "success dark": ["uspešno (temno)"], + "alert dark": ["opozorilo (temno)"], + "error dark": ["napaka (temno)"], + "This value should be smaller than the right target value": [ + "Ta vrednost mora biti manjša od desne ciljne vrednosti" ], - "Tuesday": ["Torek"], - "Tukey": ["Tukey"], - "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": [ - "Vrsta primerjave, razlike vrednosti ali procenta" + "This value should be greater than the left target value": [ + "Ta vrednost mora biti večja od leve ciljne vrednosti" ], - "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." + "Required": ["Obvezno"], + "Operator": ["Operator"], + "Left value": ["Leva vrednost"], + "Right value": ["Desna vrednost"], + "Target value": ["Ciljna vrednost"], + "Select column": ["Izberite stolpec"], + "Color: ": ["Barva: "], + "Lower threshold must be lower than upper threshold": [ + "Spodnji prag mora biti manjši od zgornjega" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Povezava na katalog \"%(catalog_name)s\" ni uspela." + "Upper threshold must be greater than lower threshold": [ + "Zgornji prag mora biti večji od spodnjega" ], - "Unable to connect to database \"%(database)s\".": [ - "Povezava s podatkovno bazo \"%(database)s\" ni uspela." + "Isoline": ["Plastnica"], + "Threshold": ["Prag"], + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "Določa vrednost, ki razmejuje različna področja oziroma nivoje podatkov " ], - "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\"": [ - "Povezava neuspešna. Preverite če so v servisnem računu nastavljene naslednje vloge: \"BigQuery Data Viewer\", \"BigQuery Metadata Viewer\", \"BigQuery Job User\" in so nastavljena naslednja dovoljenja: \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" + "The width of the Isoline in pixels": ["Debelina plastnic v pikslih"], + "The color of the isoline": ["Barva plastnice"], + "Isoband": ["Površinska plastnica"], + "Lower Threshold": ["Spodnji prag"], + "The lower limit of the threshold range of the Isoband": [ + "Spodnji prag za površinske plastnice" ], - "Unable to create chart without a query id.": [ - "Grafikona ni mogoče ustvariti brez id-ja poizvedbe." + "Upper Threshold": ["Zgornji prag"], + "The upper limit of the threshold range of the Isoband": [ + "Zgornji prag za površinske plastnice" ], - "Unable to decode value": ["Vrednosti ni mogoče dešifrirati"], - "Unable to encode value": ["Vrednosti ni mogoče šifrirati"], - "Unable to find such a holiday: [%(holiday)s]": [ - "Ni mogoče najti takšnega praznika: [%(holiday)s]" + "The color of the isoband": ["Barva površinske plastnice"], + "Click to add a contour": ["Klikni za dodajanje plastnice"], + "Prefix": ["Predpona"], + "Suffix": ["Pripona"], + "Currency prefix or suffix": ["Predpona ali pripona valute"], + "Prefix or suffix": ["Predpona ali pripona"], + "Currency symbol": ["Simbol valute"], + "Currency": ["Valuta"], + "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." ], - "Unable to load columns for the selected table. Please select a different table.": [ - "Stolpcev za izbrano tabelo ni bilo mogoče naložiti. Izberite drugo tabelo." + "View in SQL Lab": ["Ogled v SQL laboratoriju"], + "Query preview": ["Predogled poizvedbe"], + "Save as dataset": ["Shrani kot 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." ], - "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." + "The dataset linked to this chart may have been deleted.": [ + "Podatkovni set, povezan s tem grafikonom, je bil izbrisan." ], - "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." + "RANGE TYPE": ["TIP OBDOBJA"], + "Actual time range": ["Dejansko časovno obdobje"], + "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" ], - "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." + "END (EXCLUSIVE)": ["KONEC (NI VKLJUČEN)"], + "End date excluded from time range": [ + "Končni datum ni vključen v časovno obdobje" ], - "Unable to retrieve dashboard colors": [ - "Neuspešno pridobivanje barv nadzorne plošče" + "Configure Time Range: Previous...": [ + "Nastavi časovno obdobje: Prejšnji ..." ], - "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" + "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 datum-čas."], + "Syntax": ["Sintaksa"], + "Example": ["Primer"], + "Moves the given set of dates by a specified interval.": [ + "Premakne dani nabor datumov za definirano obdobje." ], - "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" + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Zaokroži datum-čas, glede na definirano časovno enoto." ], - "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" + "Get the last date by the date unit.": [ + "Pridobi zadnji datum glede na časovno enoto." ], - "Undefined": ["Ni definirano"], - "Undefined window for rolling operation": [ - "Nedefinirano okno za drsečo operacijo" + "Get the specify date for the holiday": ["Določi datum praznika"], + "Previous": ["Prejšnji"], + "Custom": ["Prilagojen"], + "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"], + "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\"" ], - "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" + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Dodaj izračunan stolpec v podatkovni set v oknu \"Uredi podatkovni vir\"" ], - "Unexpected error: ": ["Nepričakovana napaka: "], - "Unknown": ["Neznano"], - "Unknown Doris server host \"%(hostname)s\".": [ - "Neznan Doris strežnik \"%(hostname)s\"." + " to mark a column as a time column": [ + " za označitev stolpca kot časovnega" ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Neznan MySQL strežnik \"%(hostname)s\"." + " to add calculated columns": [" za dodajanje izračunanih stolpcev"], + "Simple": ["Preprosto"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Označite stolpec kot časoven preko okna \"Uredi podatkovni vir\"" ], - "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" + "Custom SQL": ["Prilagojen SQL"], + "My column": ["Moj stolpec"], + "This filter might be incompatible with current dataset": [ + "Ta filter je lahko nekompatibilen s trenutnim podatkovnim setom" ], - "Unknown error": ["Neznana napaka"], - "Unknown input format": ["Neznana oblika vnosa"], - "Unknown type": ["Neznan tip"], - "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" + "This column might be incompatible with current dataset": [ + "Ta grafikon je lahko nekompatibilen s trenutnim podatkovnim setom" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Nevaren vzorec za ključ %(key)s: %(value_type)s" + "Click to edit label": ["Kliknite za urejanje oznake"], + "Drop columns/metrics here or click": [ + "Spustite stolpce/mere sem ali kliknite" ], - "Unsupported clause type: %(clause)s": [ - "Nepodprt tip izraza: %(clause)s" + "This metric might be incompatible with current dataset": [ + "Ta mera je lahko nekompatibilna s trenutnim podatkovnim setom" ], - "Unsupported post processing operation: %(operation)s": [ - "Nepodprta poprocesirna operacija: %(operation)s" + "\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 " ], - "Unsupported return value for method %(name)s": [ - "Nepodprt rezultat vračanja za metodo %(name)s" + "%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." ], - "Unsupported template value for key %(key)s": [ - "Nepodprta vrednost vzorca za ključ %(key)s" + "To filter on a metric, use Custom SQL tab.": [ + "Za filtriranje po meri uporabite prilagojen SQL zavihek." ], - "Unsupported time grain: %(time_grain)s": [ - "Nepodprta časovna granulacija: %(time_grain)s" + "%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)" ], - "Untitled Dataset": ["Neimenovan podatkovni set"], - "Untitled Query": ["Neimenovana poizvedba"], - "Untitled query": ["Neimenovana poizvedba"], - "Update": ["Posodobi"], - "Update chart": ["Posodobi grafikon"], - "Updating chart was stopped": [ - "Posodabljanje grafikona je bilo ustavljeno" + "Failed to retrieve advanced type": [ + "Napaka pri pridobivanju naprednega tipa" ], - "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" + "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\"" ], - "Upload JSON file": ["Naloži JSON datoteko"], - "Upload columnar file": ["Naloži stolpčno datoteko"], - "Upload columnar file to database": [ - "Naloži stolpčno datoteko v podatkovno bazo" + " to add metrics": [" za dodajanje mer"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Preproste ad-hoc mere za ta podatkovni set niso omogočene" ], - "Upload file to database": ["Naloži datoteko v podatkovno bazo"], - "Upper Threshold": ["Zgornji prag"], - "Upper threshold must be greater than lower threshold": [ - "Zgornji prag mora biti večji od spodnjega" + "column": ["stolpec"], + "aggregate": ["agregacija"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Ad-hoc SQL mere po meri za ta podatkovni set niso omogočene" ], - "Usage": ["Uporaba"], - "Use \"%(menuName)s\" menu instead.": [ - "Namesto tega uporabite meni: \"%(menuName)s\"." + "Error while fetching data: %s": ["Napaka pri pridobivanju podatkov: %s"], + "Time series columns": ["Stolpci s časovnimi vrstami"], + "Actual value": ["Dejanska vrednost"], + "Sparkline": ["Hitri grafikon"], + "Period average": ["Povprečje obdobja"], + "The column header label": ["Naslov stolpca"], + "Column header tooltip": ["Opis glave stolpca"], + "Type of comparison, value difference or percentage": [ + "Vrsta primerjave, razlike vrednosti ali procenta" ], - "Use %s to open in a new tab.": [ - "Uporabite %s za odpiranje v novem zavihku." + "Width": ["Širina"], + "Width of the sparkline": ["Širina hitrega grafikona"], + "Height of the sparkline": ["Višina hitrega grafikona"], + "Time lag": ["Časovni zaostanek"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "" ], - "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" + "Time Lag": ["Časovni zaostanek"], + "Time ratio": ["Časovno razmerje"], + "Number of periods to ratio against": [ + "Število časovnih obdobij za izračun deleža" ], - "Use an ssh tunnel connection to the database": [ - "Za povezavo s podatkovno bazo uporabite ssh-tunel" + "Time Ratio": ["Časovno razmerje"], + "Show Y-axis": ["Prikaži Y-os"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Prikaz Y-osi na hitrem grafikonu. Če je nastavljena vrednost min/max, pokaže to, drugače pa glede na podatke." ], - "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]" + "Y-axis bounds": ["Meje Y-osi"], + "Manually set min/max values for the y-axis.": [ + "Ročno nastavi min./max. vrednosti za y-os." ], - "Use date formatting even when metric value is not a timestamp": [ - "Oblikovanje datuma uporabi tudi, ko vrednost mere ni časovna značka" + "Color bounds": ["Barvne meje"], + "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.": [ + "Številske meje za kodiranje barv od rdeče do modre.\n\tZamenjajte števili za barve od modre do rdeče. Če želite čisto rdečo ali modro,\n\tvnesite samo min ali max." ], - "Use legacy datasource editor": [ - "Uporabi zastareli urejevalnik podatkovnega vira" + "Optional d3 number format string": [ + "Opcijski niz za d3-oblikovanje števila" ], - "Use metrics as a top level group for columns or for rows": [ - "Uporabi mere kot vrhovni nivo grupiranja za stolpce ali vrstice" + "Number format string": ["Niz za obliko števila"], + "Optional d3 date format string": [ + "Opcijski niz za d3-oblikovanje datuma" ], - "Use only a single value.": ["Uporabite le eno vrednost."], - "Use the Advanced Analytics options below": [ - "Uporabite spodnje možnosti napredne analitike" + "Date format string": ["Niz za obliko datuma"], + "Column Configuration": ["Konfiguracija stolpca"], + "Select Viz Type": ["Izberite tip vizualizacije"], + "Currently rendered: %s": ["Trenutno izrisano: %s"], + "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." ], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "Uporabite JSON datoteko, ki ste jo prenesli pri ustvarjanju servisnega računa." + "View all charts": ["Ogled vseh grafikonov"], + "Select a visualization type": ["Izberite tip vizualizacije"], + "No results found": ["Rezultati niso najdeni"], + "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": ["Koda za vgradnjo"], + "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" ], - "Use the edit button to change this field": [ - "Za spreminjanje tega polja uporabite gumb za urejanje" + "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" ], - "Use this section if you want a query that aggregates": [ - "Ta sklop uporabite če želite poizvedbo za agregacijo" + "Annotations and layers": ["Oznake in sloji"], + "Annotation layers": ["Sloji z oznakami"], + "My beautiful colors": ["Moje čudovite barve"], + "< (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 null (IS NOT NULL)"], + "60 days": ["60 days"], + "90 days": ["90 days"], + "Send as PNG": ["Pošlji kot PNG"], + "Send as CSV": ["Pošlji kot CSV"], + "Send as text": ["Pošlji kot besedilo"], + "Alert condition": ["Status opozorila"], + "Notification method": ["Način obveščanja"], + "database": ["podatkovna baza"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ + "" ], - "Use this section if you want to query atomic rows": [ - "Ta sklop uporabite, če želite poizvedbo za posamezne vrstice" + "Add delivery method": ["Dodajte način dostave"], + "report": ["poročilo"], + "%s updated": ["%s posodobljeni"], + "Edit Report": ["Uredi poročilo"], + "Edit Alert": ["Uredi opozorilo"], + "Add Report": ["Dodaj poročilo"], + "Add Alert": ["Dodaj opozorilo"], + "Add": ["Dodaj"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Naslov poročila"], + "Alert name": ["Naslov opozorila"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "Use this to define a static color for all circles": [ - "S tem definirate določeno barvo za vse kroge" + "SQL Query": ["SQL-poizvedba"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "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" + "Trigger Alert If...": ["Sproži opozorilo v primeru ..."], + "Condition": ["Pogoj"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": ["Širina zaslonske slike"], + "Input custom width in pixels": ["Vnesi poljubno širino v pikslih"], + "Ignore cache when generating report": [ + "Ne upoštevaj predpomnjenja pri ustvarjanju poročila" ], - "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." + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Časovni pas"], + "Log retention": ["Hranjenje dnevnikov"], + "Working timeout": ["Pretek delovanja"], + "Time in seconds": ["Čas v sekundah"], + "seconds": ["sekunde"], + "Grace period": ["Obdobje mirovanja"], + "Recurring (every)": [""], + "CRON Schedule": ["CRON urnik"], + "CRON expression": ["CRON izraz"], + "Report sent": ["Poročilo poslano"], + "Alert triggered, notification sent": [ + "Opozorilo sproženo, obvestilo poslano" ], - "User": ["Uporabnik"], - "User doesn't have the proper permissions.": [ - "Uporabnik nima ustreznih dovoljenj." + "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" ], - "User must select a value before applying the filter": [ - "Uporabnik mora obvezno izbrati vrednost pred uveljavitvijo filtra" + "Delivery method": ["Način dostave"], + "Select Delivery Method": ["Izberite način dostave"], + "Recipients are separated by \",\" or \";\"": [ + "Prejemniki so ločeni z \",\" ali \";\"" ], - "User query": ["Uporabnikova poizvedba"], - "Username": ["Uporabniško ime"], - "Users are not allowed to set a search path for security reasons.": [ - "Uporabnikom ni dovoljeno nastaviti iskalne poti zaradi varnostnih razlogov." + "Queries": ["Poizvedbe"], + "No entities have this tag currently assigned": [ + "Noben element trenutno nima te oznake" ], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "Za prikaz prostorske porazdelitve podatkov uporablja ocenjevanje Gaussove jedrno gostote" + "Add tag to entities": ["Dodaj oznako elementom"], + "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"], + "Description (this can be seen in the list)": [ + "Opis (viden bo na seznamu)" ], - "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." + "annotation": ["oznaka"], + "The annotation has been updated": ["Označba je bila posodobljena"], + "The annotation has been saved": ["Označba je bila shranjena"], + "Edit annotation": ["Uredi oznako"], + "Add annotation": ["Dodaj oznako"], + "date": ["datum"], + "Additional information": ["Dodatne informacije"], + "Please confirm": ["Prosim, potrdite"], + "Are you sure you want to delete": [ + "Ali ste prepričani, da želite izbrisati" ], - "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." + "Modified %s": ["Zadnja sprememba %s"], + "css_template": ["css_template"], + "Edit CSS template properties": ["Uredi lastnosti CSS predloge"], + "Add CSS template": ["Dodaj CSS predlogo"], + "css": ["css"], + "published": ["objavljeno"], + "draft": ["osnutek"], + "Adjust how this database will interact with SQL Lab.": [ + "Nastavite kako bo ta podatkovna baza delovala z SQL-laboratorijem." ], - "Value": ["Vrednost"], - "Value Domain": ["Domena vrednosti"], - "Value Format": ["Oblika zapisa vrednosti"], - "Value bounds": ["Meje vrednosti"], - "Value cannot exceed %s": ["Vrednost ne sme presegati %s"], - "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" + "Expose database in SQL Lab": [ + "Razkrij podatkovno bazo v SQL laboratoriju" ], - "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" + "Allow this database to be queried in SQL Lab": [ + "Dovoli poizvedbo na to podatkovno bazo v SQL laboratoriju" ], - "Vehicle Types": ["Vrste vozil"], - "Verbose Name": ["Podrobno ime"], - "Version": ["Verzija"], - "Version number": ["Številka verzije"], - "Vertical": ["Navpično"], - "Vertical (Left)": ["Navpično (levo)"], - "Video game consoles": ["Igralne konzole"], - "View": ["Ogled"], - "View All »": ["Ogled vseh »"], - "View Dataset": ["Ogled podatkovnega seta"], - "View all charts": ["Ogled vseh grafikonov"], - "View as table": ["Ogled kot tabela"], - "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": ["Virtualen"], - "Virtual (SQL)": ["Virtualen (SQL-poizvedba)"], - "Virtual dataset": ["Virtualen podatkovni set"], - "Virtual dataset query cannot be empty": [ - "Poizvedba na virtualnem podatkovnem setu ne sme biti prazna" + "Allow creation of new tables based on queries": [ + "Dovoli ustvarjanje novih tabel s poizvedbami" ], - "Virtual dataset query cannot consist of multiple statements": [ - "Poizvedba na virtualnem podatkovnem setu ne sme biti sestavljena iz več stavkov" + "Allow creation of new views based on queries": [ + "Dovoli ustvarjanje novih pogledov s poizvedbami" ], - "Virtual dataset query must be read-only": [ - "Poizvedba na virtualnem podatkovnem setu mora biti samo za branje" + "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." ], - "Visual Tweaks": ["Nastavitve izgleda"], - "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." + "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." ], - "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." + "Enable query cost estimation": [ + "Omogoči ocenjevanje potratnosti poizvedbe" ], - "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." + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Za Bigquery, Presto in Postgres prikaže gumb za izračun potratnosti pred zagonom poizvedbe." ], - "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. Dodajte stolpec za združevanje po za prikaz mer na nivoju skupin in njihovega spreminjanja." + "Allow this database to be explored": [ + "Dovoli raziskovanje te podatkovne baze" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "Prikaz več hierarhičnih nivojev z drevesno strukturo." + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija v raziskovalcu." ], - "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)." + "Disable SQL Lab data preview queries": [ + "Izključite poizvedbe za predogled podatkov v SQL Laboratoriju" ], - "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." + "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." ], - "Visualizes connected points, which form a path, on a map.": [ - "Na zemljevidu prikaže povezane točke, ki tvorijo pot." + "Enable row expansion in schemas": ["Omogoči razširitev vrstic v shemah"], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "Za Trino opiši celotno shemo gnezdenih tipov vrstic, razširjeno s potmi za pikami" ], - "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." + "Performance": ["Zmogljivost"], + "Adjust performance settings of this database.": [ + "Prilagodite nastavitve zmogljivosti te podatkovne baze." ], - "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." + "Chart cache timeout": ["Trajanje predpomnilnika grafikona"], + "Enter duration in seconds": ["Vnesite trajanje v sekundah"], + "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.": [ + "Trajanje (v sekundah) predpomnjenja za grafikon v tej podatkovni bazi. Vrednost 0 označuje, da predpomnilnik nikoli ne poteče, -1 pa onemogoči predpomnjenje. V primeru, da ni definirano, ima globalno nastavitev." ], - "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.": [ - "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." + "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." ], - "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." + "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. " ], - "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." + "Asynchronous query execution": ["Asinhroni zagon poizvedb"], + "Cancel query on window unload event": [ + "Prekini poizvedbo pri dogodku zaprtja okna (window unload event)" ], - "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." + "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 uporabnik gre na drugo stran. Na razpolago za Presto, Hive, MySQL, Postgres in Snowflake podatkovne baze." ], - "Viz is missing a datasource": ["Vizualizaciji manjka podatkovni vir"], - "Viz type": ["Tip vizualizacije"], - "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." + "Add extra connection information.": ["Dodaj informacije o povezavi."], + "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." ], - "Was unable to check your query": ["Poizvedbe ni bilo mogoče preveriti"], - "Waterfall Chart": ["Grafikon slapov"], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ - "Neuspešna povezava z vašo podatkovno bazo. Kliknite \"Prikaži več\" za podatke s strani podatkovne baze, ki bodo mogoče v pomoč pri težavi." + "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." ], - "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." + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Predstavljanje kot prijavljeni uporabnik (Presto, Trino, Drill, Hive in GSheets)" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Zdi se, da ni mogoče razrešiti stolpca \"%(column_name)s\"" + "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." ], - "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." + "Allow file uploads to database": [ + "Dovolite nalaganje datotek v podatkovno bazo" ], - "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." + "Schemas allowed for File upload": [ + "Dovoljene sheme za nalaganje datotek" ], - "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." + "A comma-separated list of schemas that files are allowed to upload to.": [ + "Z vejicami ločen seznam shem, kjer je dovoljeno nalaganje datotek." ], - "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." + "Additional settings.": ["Dodatne nastavitve."], + "Metadata Parameters": ["Parametri metapodatkov"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Objekt metadata_params se razpakira v klic sqlalchemy.MetaData." ], - "Web": ["Mreža"], - "Wednesday": ["Sreda"], - "Week": ["Teden"], - "Week ending Saturday": ["Teden s koncem v soboto"], - "Week ending Sunday": ["Teden s koncem v nedeljo"], - "Week starting Monday": ["Teden z začetkom v ponedeljek"], - "Week starting Sunday": ["Teden z začetkom v nedeljo"], - "Weekly Report": ["Tedensko poročilo"], - "Weekly Report for %s": ["Tedensko poročilo za %s"], - "Weekly seasonality": ["Tedenska sezonskost"], - "Weeks %s": ["Tedni %s"], - "Weight": ["Utež"], - "What should be shown as the label": ["Kaj bo prikazano na oznaki"], - "What should be shown as the tooltip label": [ - "Kaj bo prikazano na opisu orodja" + "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." ], - "What should be shown on the label?": ["Kaj bo prikazano na oznaki?"], - "What should happen if the table already exists": [ - "Kaj naj se zgodi, če tabela že obstaja" + "Version": ["Verzija"], + "Version number": ["Številka verzije"], + "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ + "Podajte verzijo podatkovne baze. Uporablja se s Presto za potrebe ocenjevanja potratnosti poizvedbe in z Dremio za sprememba sintakse." ], - "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%`" + "STEP %(stepCurr)s OF %(stepLast)s": [ + "KORAK %(stepCurr)s OD %(stepLast)s" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Če je podana sekundarna metrika, je uporabljena linearna barvna skala." + "Enter Primary Credentials": ["Vnesite primarne vpisne podatke"], + "Need help? Learn how to connect your database": [ + "Potrebujete pomoč? Kako povezati vašo podatkovno bazo se naučite" ], - "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" + "Database connected": ["Podatkovna baza povezana"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Ustvarite podatkovni set, da začnete vizualizacijo podatkov z grafikonom ali\n pojdite v SQL-laboratorij za poizvedovanje nad podatki." ], - "When checked, the map will zoom to your data after each query": [ - "Če želite, da se zemljevid prilagodi vašim podatkom po vsaki poizvedbi" + "Enter the required %(dbModelName)s credentials": [ + "Vnesite potrebne %(dbModelName)s vpisne podatke" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "Ko je omogočeno, lahko uporabniki prikazujejo rezultate SQL laboratorija v raziskovalcu." + "Need help? Learn more about": ["Potrebujete pomoč? Naučite se več o"], + "connecting to %(dbModelName)s.": ["povezovanje z %(dbModelName)s."], + "Select a database to connect": ["Izberite podatkovno bazo za povezavo"], + "SSH Host": ["SSH-gostitelj"], + "e.g. 127.0.0.1": ["npr. 127.0.0.1"], + "SSH Port": ["SSH-vrata"], + "e.g. Analytics": ["npr. Analitika"], + "Login with": ["Prijava z"], + "Private Key & Password": ["Privatni ključ in geslo"], + "SSH Password": ["SSH-geslo"], + "e.g. ********": ["npr. ********"], + "Private Key": ["Privatni ključ"], + "Paste Private Key here": ["Prilepite privatni ključ sem"], + "Private Key Password": ["Geslo privatnega ključa"], + "SSH Tunnel": ["SSH-tunel"], + "SSH Tunnel configuration parameters": [ + "Parametri nastavitev SSH-tunela" ], - "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." + "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." ], - "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." + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ - "Če so sekundarni časovni stolpci filtrirani, uporabi enak filter tudi za glavni časovni stolpec." + "Refer to the": ["Obrnite se na"], + "for more information on how to structure your URI.": [ + "za več informacij o oblikovanju URI." ], - "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." + "Test connection": ["Preizkus povezave"], + "Please enter a SQLAlchemy URI to test": [ + "Vnesite SQLAlchemy URI za test" ], - "When using 'Group By' you are limited to use a single metric": [ - "Ko uporabljate 'Group By', ste omejeni na uporabo ene mere" + "e.g. world_population": ["npr. world_population"], + "Database settings updated": ["Nastavitve podatkovne baze posodobljene"], + "Sorry there was an error fetching database information: %s": [ + "Pri pridobivanju informacij o podatkovni bazi je prišlo do napake: %s" ], - "When using other than adaptive formatting, labels may overlap": [ - "Če ne uporabljate prilagodljive oblike, se oznake lahko prekrivajo" + "Or choose from a list of other databases we support:": [ + "Ali pa izberite iz seznama drugih podatkovnih baz, ki jih podpiramo:" ], - "When using this option, default value can’t be set": [ - "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" + "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. " ], - "Whether the progress bar overlaps when there are multiple groups of data": [ - "Če želite prekrivanje območij, ko imate več skupin podatkov" + "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 " ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Če želite, da je tabela ustvarjena s postopkom 'Vizualizacija' v SQL laboratoriju" + "Connect": ["Poveži"], + "Finish": ["Zaključi"], + "This database is managed externally, and can't be edited in Superset": [ + "Podatkovna baza se upravlja eksterno in je ni mogoče urediti znotraj Superseta" ], - "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." + "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." ], - "Whether to align background charts with both positive and negative values at 0": [ - "Poravnava grafa v ozadju celic za negativne in pozitivne vrednosti pri 0" + "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?" ], - "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" + "Database Creation Error": ["Napaka pri ustvarjanju podatkovne baze"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Neuspešna povezava z vašo podatkovno bazo. Kliknite \"Prikaži več\" za podatke s strani podatkovne baze, ki bodo mogoče v pomoč pri težavi." ], - "Whether to always show the annotation label": [ - "Če želite vedno prikazati naslov oznake" + "CREATE DATASET": ["USTVARI PODATKOVNI SET"], + "QUERY DATA IN SQL LAB": ["POIZVEDBA V SQL-LABORATORIJU"], + "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" ], - "Whether to animate the progress and the value or just display them": [ - "Če želite animiran prikaz grafikona" + "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." ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Če želite uporabiti normalno porazdelitev glede na stopnjo na barvni lestvici" + "Additional fields may be required": [ + "Mogoče bodo potrebna dodatna polja" ], - "Whether to apply filter when items are clicked": [ - "Če želite uporabiti filter, ko kliknete na elemente" + "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. Kaj zahteva vaša podatkovna baza se naučite " ], - "Whether to colorize numeric values by if they are positive or negative": [ - "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" + "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" ], - "Whether to colorize numeric values by whether they are positive or negative": [ - "Če želite obarvati številske vrednosti, ko so le-te pozitivne ali negativne" + "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." ], - "Whether to display a bar chart background in table columns": [ - "Če želite omogočiti prikaz manjših stolpčnih grafikonov v ozadju stolpcev tabele" + "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)." ], - "Whether to display a legend for the chart": [ - "Če želite prikaz legende za grafikon" + "Host": ["Gostitelj"], + "e.g. 5432": ["npr. 5432"], + "Port": ["Vrata"], + "e.g. sql/protocolv1/o/12345": ["npr. sql/protocolv1/o/12345"], + "Copy the name of the HTTP Path of your cluster.": [ + "Kopirajte naziv HTTP poti vaše gruče." ], - "Whether to display bubbles on top of countries": [ - "Če želite prikaz mehurčkov nad državami" + "Copy the name of the database you are trying to connect to.": [ + "Kopirajte ime podatkovne baze, s katero se skušate povezati." ], - "Whether to display the aggregate count": [ - "Če želite prikazati agregirano število" + "Access token": ["Žeton za dostop"], + "Pick a nickname for how the database will display in Superset.": [ + "Izberite vzdevek za to podatkovno bazo, ki bo prikazan v Supersetu." ], - "Whether to display the interactive data table": [ - "Če želite prikaz interaktivne podatkovne tabele" + "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\"." ], - "Whether to display the labels.": ["Če želite prikaz oznak."], - "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ - "Če želite prikazati oznake. Oznake so prikazane le nad 5-odstotnim pragom." + "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" ], - "Whether to display the legend (toggles)": [ - "Preklapljanje prikaza legende" + "How do you want to enter service account credentials?": [ + "Kako želite vnesti prijavne podatke servisnega računa?" ], - "Whether to display the metric name as a title": [ - "Če želite prikazati ime mere kot naslov" - ], - "Whether to display the min and max values of the X-axis": [ - "Če želite prikaz min. in max. vrednosti X-osi" - ], - "Whether to display the min and max values of the Y-axis": [ - "Če želite prikaz min. in max. vrednosti Y-osi" - ], - "Whether to display the numerical values within the cells": [ - "Če želite v celicah prikazati numerične vrednosti" - ], - "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 JSON file": ["Naloži JSON datoteko"], + "Copy and Paste JSON credentials": [ + "Kopiraj in prilepi JSON prijavne podatke" ], - "Whether to display the timestamp": [ - "Če želite prikazati časovno značko" + "Service Account": ["Servisni račun"], + "Paste content of service credentials JSON file here": [ + "Sem prilepite vsebino json-datoteke servisnega računa" ], - "Whether to display the tooltip labels.": [ - "Če želite prikaz oznak opisa orodja." + "Copy and paste the entire service account .json file here": [ + "Tukaj kopirajte in prilepite celotno json datoteko servisnega računa" ], - "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." + "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." ], - "Whether to enable node dragging in force layout mode.": [ - "Če želite omogočiti premikanje vozlišč v načinu vsiljenega prikaza." + "Connect Google Sheets as tables to this database": [ + "Googlove preglednice poveži s to podatkovno bazo kot tabele" ], - "Whether to fill the objects": ["Če želite zapolniti objekte"], - "Whether to ignore locations that are null": [ - "Če ne želite upoštevati praznih (NULL) lokacij" + "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" ], - "Whether to include a client-side search box": [ - "Če želite vključiti iskalno polje za uporabnika" + "Add sheet": ["Dodaj preglednico"], + "Copy the identifier of the account you are trying to connect to.": [ + "Kopirajte ID računa, s katerim se skušate povezati." ], - "Whether to include the percentage in the tooltip": [ - "Če želite prikaz procentov v opisu orodja" + "e.g. xy12345.us-east-2.aws": ["npr. xy12345.us-east-2.aws"], + "e.g. compute_wh": ["npr. compute_wh"], + "e.g. AccountAdmin": ["npr. AccountAdmin"], + "Duplicate dataset": ["Dupliciraj podatkovni set"], + "Duplicate": ["Dupliciraj"], + "New dataset name": ["Ime novega podatkovnega seta"], + "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." ], - "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" + "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?" ], - "Whether to make the grid 3D": ["Če želite mrežo v 3D-prikazu"], - "Whether to make the histogram cumulative": [ - "Če želite kumulativni histogram" + "Refreshing columns": ["Osveževanje stolpcev"], + "Table columns": ["Stolpci tabele"], + "Loading": ["Nalaganje"], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "Ta tabela že ima povezan podatkovni set. S tabelo je lahko povezan le en podatkovni set.\n" ], - "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" + "View Dataset": ["Ogled podatkovnega seta"], + "This table already has a dataset": ["Ta tabela že ima podatkovni set"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Podatkovni set lahko ustvarite iz tabel podatkovne baze ali s pomočjo SQL-poizvedbe. Izberite tabelo podatkovne baze na levi ali " ], - "Whether to normalize the histogram": ["Če želite normirati histogram"], - "Whether to populate autocomplete filters options": [ - "Če želite napolniti možnosti za samodokončanje filtrov" + "create dataset from SQL query": [ + "ustvari podatkovni set iz SQL-poizvedbe" ], - "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" + " to open SQL Lab. From there you can save the query as a dataset.": [ + " za odpiranje SQL laboratorija. Tam lahko poizvedbo shranite kot podatkovni set." ], - "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." + "Select dataset source": ["Izberite podatkovni vir"], + "No table columns": ["Ni stolpcev tabel"], + "This database table does not contain any data. Please select a different table.": [ + "Tabela podatkovne baze ne vsebuje podatkov. Izberite drugo tabelo." ], - "Whether to show minor ticks on the axis": [ - "Če želite prikaz pomožnih oznak na osi" + "An Error Occurred": ["Prišlo je do napake"], + "Unable to load columns for the selected table. Please select a different table.": [ + "Stolpcev za izbrano tabelo ni bilo mogoče naložiti. Izberite drugo tabelo." ], - "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" + "The API response from %s does not match the IDatabaseTable interface.": [ + "Odziv API-ja iz %s se ne ujema z vmesnikom IDatabaseTable." ], - "Whether to show the split lines on the axis": [ - "Če želite prikazati razdelitvene črte na osi" + "Usage": ["Uporaba"], + "Chart owners": ["Lastniki grafikona"], + "Chart last modified": ["Zadnja sprememba grafikona"], + "Chart last modified by": ["Grafikon nazadnje spremenil"], + "Dashboard usage": ["Uporaba nadzorne plošče"], + "Create chart with dataset": ["Ustvarite grafikon s podatkovnim setom"], + "chart": ["grafikona"], + "No charts": ["Ni grafikonov"], + "This dataset is not used to power any charts.": [ + "Podatkovni set ni uporabljen v nobenem grafikonu." ], - "Whether to sort ascending or descending on the base Axis.": [ - "Če želite padajoče ali naraščajoče razvrščanje na osnovni osi." + "Select a database table.": ["Izberite tabelo podatkovne baze."], + "Create dataset and create chart": [ + "Ustvarite podatkovni set in grafikon" ], - "Whether to sort descending or ascending": [ - "Če želite padajoče ali naraščajoče razvrščanje" + "New dataset": ["Nov podatkovni set"], + "Select a database table and create dataset": [ + "Izberite tabelo podatkovne baze in ustvarite podatkovni set" ], - "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" + "dataset name": ["naziv podatkovnega seta"], + "Not defined": ["Ni definirano"], + "There was an error fetching dataset": [ + "Pri pridobivanju podatkovnega seta je prišlo do napake" ], - "Whether to sort results by the selected metric in descending order.": [ - "Če želite padajoče razvrstiti rezultate z izbrano mero." + "There was an error fetching dataset's related objects": [ + "Pri pridobivanju elementov podatkovnega seta je prišlo do napake" ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Če želite padajoče razvrstiti opis orodja z izbrano mero." + "There was an error loading the dataset metadata": [ + "Napaka pri nalaganju metapodatkov podatkovnega seta" ], - "Whether to truncate metrics": ["Če želite odstraniti naziv mere"], - "Which country to plot the map for?": [ - "Za katero državo želite grafikon?" + "[Untitled]": ["[Neimenovana]"], + "Unknown": ["Neznano"], + "Viewed %s": ["Ogledane %s"], + "Edited": ["Urejeno"], + "Created": ["Ustvarjene"], + "Viewed": ["Ogledane"], + "Favorite": ["Priljubljene"], + "Mine": ["Moje"], + "View All »": ["Ogled vseh »"], + "An error occurred while fetching dashboards: %s": [ + "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" ], - "Which relatives to highlight on hover": [ - "Kateri element se poudari na prehodu z miško" + "charts": ["grafikoni"], + "dashboards": ["nadzorne plošče"], + "recents": ["nedavne"], + "saved queries": ["shranjene poizvedbe"], + "No charts yet": ["Ni še grafikonov"], + "No dashboards yet": ["Ni še nadzornih plošč"], + "No recents yet": ["Ni še nedavnih"], + "No saved queries yet": ["Ni še shranjenih poizvedb"], + "%(other)s charts will appear here": [ + "%(other)s grafikoni bodo prikazani tu" ], - "Whisker/outlier options": ["Možnosti grafikona kvantilov"], - "White": ["Belo"], - "Width": ["Širina"], - "Width of the confidence interval. Should be between 0 and 1": [ - "Širina intervala zaupanja. Mora bit med 0 in 1" + "%(other)s dashboards will appear here": [ + "%(other)s nadzorne plošče bodo prikazane tu" ], - "Width of the sparkline": ["Širina hitrega grafikona"], - "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 a handlebars template to render the data": [ - "Napišite Handlebars-predlogo za prikaz podatkov" + "%(other)s recents will appear here": [ + "%(other)s zadnji bodo prikazani tu" ], - "Write dataframe index as a column": [ - "Zapiši indeks dataframe-a kot stolpec" + "%(other)s saved queries will appear here": [ + "%(other)s shranjene poizvedbe bodo prikazane tu" ], - "Write dataframe index as a column.": [ - "Zapiši indeks dataframe-a kot stolpec." + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Nedavno ogledani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "X AXIS TITLE BOTTOM MARGIN": ["SPODNJA OBROBA NASLOVA X-OSI"], - "X AXIS TITLE MARGIN": ["OBROBA NASLOVA X-OSI"], - "X Axis": ["X-os"], - "X Axis Bounds": ["Meje X-osi"], - "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 Ascending": ["Razvrsti X-os naraščajoče"], - "X-Axis Sort By": ["\"Razvrsčanje po\" za X-os"], - "X-axis": ["X-os"], - "XScale Interval": ["Interval X-osi"], - "Y 2 bounds": ["Meje Y-osi 2"], - "Y AXIS TITLE MARGIN": ["OBROBA NASLOVA Y-OSI"], - "Y Axis": ["Y-os"], - "Y Axis 2 Bounds": ["Meje Y-osi 2"], - "Y Axis Bounds": ["Meje Y-osi"], - "Y Axis Format": ["Oblika Y-osi"], - "Y Axis Label": ["Naslov Y-osi"], - "Y Axis Title": ["Naslov Y-osi"], - "Y Axis Title Margin": ["Rob naslova Y-osi"], - "Y Axis Title Position": ["Položaj naslova Y-osi"], - "Y Log Scale": ["Logaritemska Y-os"], - "Y bounds": ["Meje Y-osi"], - "Y-Axis Sort Ascending": ["Razvrsti Y-os naraščajoče"], - "Y-Axis Sort By": ["\"Razvrsčanje po\" za Y-os"], - "Y-axis": ["Y-os"], - "Y-axis bounds": ["Meje Y-osi"], - "YScale Interval": ["Interval Y-osi"], - "Year": ["Leto"], - "Year (freq=AS)": ["Leto (freq=AS)"], - "Yearly seasonality": ["Letna sezonskost"], - "Years %s": ["Leta %s"], - "Yes": ["Da"], - "Yes, cancel": ["Da, prekini"], - "Yes, overwrite changes": ["Da, prepiši spremembe"], - "You are adding tags to %s %ss": ["Oznake dodajate %s %ss"], - "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?" + "Recently created charts, dashboards, and saved queries will appear here": [ + "Nedavno ustvarjeni grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "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?" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Nedavno urejani grafikoni, nadzorne plošče in shranjene poizvedbe bodo prikazane tukaj" ], - "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?" + "SQL query": ["SQL-poizvedba"], + "You don't have any favorites yet!": ["Priljubljenih še niste izbrali!"], + "See all %(tableName)s": ["Poglej vse %(tableName)s"], + "Connect database": ["Poveži se s podatkovno bazo"], + "Create dataset": ["Ustvarite podatkovni set"], + "Connect Google Sheet": ["Povežite Googlovo preglednico"], + "Upload CSV to database": ["Naloži CSV v podatkovno bazo"], + "Upload columnar file to database": [ + "Naloži stolpčno datoteko v podatkovno bazo" ], - "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?" + "Upload Excel file to database": [ + "Naloži Excel-ovo datoteko v podatkovno bazo" ], - "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?" + "Enable 'Allow file uploads to database' in any database's settings": [ + "Omogoči 'Dovoli nalaganje podatkov' v nastavitvah vseh podatkovnih baz" ], - "You can": ["Lahko"], - "You can add the components in the": ["Elemente lahko dodate v"], - "You can add the components in the edit mode.": [ - "Elemente lahko dodate v načinu urejanja." + "Info": ["Informacije"], + "Logout": ["Odjava"], + "About": ["O programu"], + "Powered by Apache Superset": ["Omogoča Apache Superset"], + "SHA": ["SHA"], + "Build": ["Zgradi"], + "Documentation": ["Dokumentacija"], + "Report a bug": ["Sporočite napako"], + "Login": ["Prijava"], + "query": ["poizvedba"], + "Deleted: %s": ["Izbrisano: %s"], + "There was an issue deleting %s: %s": ["Težava pri brisanju %s: %s"], + "This action will permanently delete the saved query.": [ + "S tem dejanjem boste trajno izbrisali shranjeno poizvedbo." ], - "You can also just click on the chart to apply cross-filter.": [ - "Lahko tudi samo kliknete na grafikon za medsebojno filtriranje." + "Delete Query?": ["Izbrišem poizvedbo?"], + "Ran %s": ["Pretečeno %s"], + "Saved queries": ["Shranjene poizvedbe"], + "Next": ["Naslednji"], + "Tab name": ["Naslov zavihka"], + "User query": ["Uporabnikova poizvedba"], + "Executed query": ["Zagnana poizvedba"], + "Query name": ["Ime poizvedbe"], + "SQL Copied!": ["SQL kopiran!"], + "Sorry, your browser does not support copying.": [ + "Vaš brskalnik ne podpira kopiranja." ], - "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.": [ - "Lahko izberete prikaz vseh grafikonov, do katerih imate dostop ali pa samo tistih v vaši lasti.\n Izbira filtrov bo shranjena in bo ostala aktivna, dokler je ne spremenite." + "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." ], - "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" + "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." ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "Seznam nadzornih plošč si lahko ogledate v spustnem meniju nastavitev grafikona." + "Your report could not be deleted": [ + "Vašega poročila ni mogoče izbrisati" ], - "You can't apply cross-filter on this data point.": [ - "Za to podatkovno točko ne morete uporabiti medsebojnega filtra." + "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"], + "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"], + "Report Name": ["Naslov poročila"], + "Include a description that will be sent with your report": [ + "Vključite opis, ki bo vključen v poročilo" ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ - "Zadnjega časovnega filtra ni mogoče izbrisati, ker se uporablja za filtre časovnega obdobja v nadzorni plošči." + "Failed to update report": ["Posodabljanje poročila neuspešno"], + "Failed to create report": ["Ustvarjanje poročila nesupešno"], + "Set up an email report": ["Nastavite e-poštno poročilo"], + "Email reports active": ["E-poštna poročila aktivna"], + "Delete email report": ["Izbriši 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." ], - "You cannot use 45° tick layout along with the time range filter": [ - "Skupaj s filtriranjem časovnega obdobja ne morete uporabiti oznak pod 45° kotom" + "Delete Report?": ["Izbrišem poročilo?"], + "rowlevelsecurity": ["varnost na nivoju vrstic"], + "Rule added": ["Pravilo dodano"], + "Edit Rule": ["Uredi pravilo"], + "Add Rule": ["Dodaj pravilo"], + "Rule Name": ["Ime pravila"], + "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." ], - "You do not have permission to edit this %s": [ - "Nimate dovoljenja za urejanje %s" + "These are the datasets this filter will be applied to.": [ + "To so podatkovni seti, na katere se nanaša ta filter." ], - "You do not have permission to edit this chart": [ - "Nimate dovoljenja za urejanje tega grafikona" + "Excluded roles": ["Izključene vloge"], + "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." ], - "You do not have permission to edit this dashboard": [ - "Nimate dovoljenja za urejanje te nadzorne plošče" + "Group Key": ["Ključ za združevanje"], + "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')." ], - "You do not have permission to read tags": [ - "Nimate dovoljenja za branje oznak" + "Clause": ["Stavek"], + "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 FALSE)." ], - "You do not have permissions to edit this dashboard.": [ - "Nimate dovoljenj za urejanje te nadzorne plošče." + "Regular": ["Navaden"], + "Base": ["Osnova"], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "%s elementov ni mogoče označiti, ker nimate pravic za urejanje vseh izbranih elementov." ], - "You don't have access to this chart.": [ - "Nimate dostopa do tega grafikona." + "Tagged %s %ss": ["Označen %s %s"], + "Failed to tag items": ["Napaka pri označevanju elementov"], + "Bulk tag": ["Označi več"], + "You are adding tags to %s %ss": ["Oznake dodajate %s %ss"], + "tags": ["oznake"], + "Select Tags": ["Izberite oznake"], + "Tag updated": ["Oznaka posodobljena"], + "Tag created": ["Oznaka ustvarjena"], + "Tag name": ["Ime oznake"], + "Name of your tag": ["Ime vaše oznake"], + "Add description of your tag": ["Dodajte opis vaše oznake"], + "Select dashboards": ["Izberite nadzorne plošče"], + "Select saved queries": ["Izberite shranjene poizvedbe"], + "Chosen non-numeric column": ["Izbran ne-numeričen stolpec"], + "UI Configuration": ["UI-nastavitve"], + "Filter value is required": ["Vrednost filtra je obvezna"], + "User must select a value before applying the filter": [ + "Uporabnik mora obvezno izbrati vrednost pred uveljavitvijo filtra" ], - "You don't have access to this dashboard.": [ - "Nimate dostopa do te nadzorne plošče." + "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" ], - "You don't have access to this dataset.": [ - "Nimate dostopa do tega podatkovnega seta." + "Experimental": ["Eksperimentalno"], + " (excluded)": [" (ni vključeno)"], + "Check for sorting ascending": ["Označi za naraščajoče razvrščanje"], + "Can select multiple values": ["Dovoli izbiro več vrednosti"], + "Select first filter value by default": [ + "Izberi prvo vrednost kot privzeto" ], - "You don't have access to this embedded dashboard config.": [ - "Nimate dostopa do konfiguracije te vgrajene nadzorne plošče." + "When using this option, default value can’t be set": [ + "Če uporabite to možnost, privzeta vrednost ne more biti nastavljena" ], - "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." + "Inverse selection": ["Invertiraj izbiro"], + "Exclude selected values": ["Izloči izbrane vrednosti"], + "Dynamically search all filter values": [ + "Dinamično poišče vse možnosti filtra" ], - "You don't have the rights to alter %(resource)s": [ - "Nimate pravic za spreminjanje %(resource)s" + "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)." ], - "You don't have the rights to alter this chart": [ - "Nimate pravic za spreminjanje tega grafikona" + "Select filter plugin using AntD": [ + "Izberite Vtičnik za filter z uporabo AntD" ], - "You don't have the rights to alter this dashboard": [ - "Nimate pravic za spreminjanje te nadzorne plošče" + "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"], + "Working": ["Delam"], + "Not triggered": ["Ni sproženo"], + "On Grace": ["V mirovanju"], + "reports": ["poročila"], + "alerts": ["opozorila"], + "There was an issue deleting the selected %s: %s": [ + "Težava pri brisanju izbranih %s: %s" ], - "You don't have the rights to alter this title.": [ - "Nimate pravic za spreminjanje tega naslova." + "Last run": ["Zadnji zagon"], + "Active": ["Aktiven"], + "Execution log": ["Dnevnik izvajanja"], + "Bulk select": ["Izberi več"], + "No %s yet": ["%s še ne obstajajo"], + "Owner": ["Lastnik"], + "All": ["Vse"], + "An error occurred while fetching owners values: %s": [ + "Pri pridobivanju polja lastnik je prišlo do napake: %s" ], - "You don't have the rights to create a chart": [ - "Nimate pravic za ustvarjanje grafikona" + "Status": ["Status"], + "An error occurred while fetching dataset datasource values: %s": [ + "Pri pridobivanju vrednosti podatkovnega vira podatkovnega seta je prišlo do napake: %s" ], - "You don't have the rights to create a dashboard": [ - "Nimate pravic za ustvarjanje nadzorne plošče" + "Alerts & reports": ["Opozorila in poročila"], + "Alerts": ["Opozorila"], + "Reports": ["Poročila"], + "Delete %s?": ["Izbrišem %s?"], + "Are you sure you want to delete the selected %s?": [ + "Ali ste prepričani, da želite izbrisati izbrane %s?" ], - "You don't have the rights to download as csv": [ - "Nimate pravic za prenos csv-ja" + "Error Fetching Tagged Objects": [ + "Pri pridobivanju označenih elementov je prišlo do napake" ], - "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.": [ - "Uporabili ste celotno količino %(historyLength)s razveljavitev in ne boste mogli več povrniti nadaljnjih dejanj. Količino lahko resetirate, če shranite stanje." + "Edit Tag": ["Uredi oznako"], + "There was an issue deleting the selected layers: %s": [ + "Pri brisanju izbranih slojev je prišlo do težave: %s" ], - "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." + "Edit template": ["Uredi predlogo"], + "Delete template": ["Izbriši predlogo"], + "Changed by": ["Spremenil"], + "No annotation layers yet": ["Slojev z oznakami še ni"], + "This action will permanently delete the layer.": [ + "S tem dejanjem boste trajno izbrisali sloj." ], - "You must pick a name for the new dashboard": [ - "Izbrati morate ime nove nadzorne plošče" + "Delete Layer?": ["Izbrišem sloj?"], + "Are you sure you want to delete the selected layers?": [ + "Ali ste prepričani, da želite izbrisati izbrane sloje?" ], - "You must run the query successfully first": [ - "Najprej morate uspešno izvesti poizvedbo" + "There was an issue deleting the selected annotations: %s": [ + "Pri brisanju izbranih oznak je prišlo do težave: %s" ], - "You need to configure HTML sanitization to use CSS": [ - "Za uporabo CSS morate nastaviti sanitizacijo HTML" + "Delete annotation": ["Izbriši oznako"], + "Annotation": ["Oznaka"], + "No annotation yet": ["Oznak še ni"], + "Annotation Layer %s": ["Sloj z oznakami %s"], + "Back to all": ["Nazaj na vse"], + "Are you sure you want to delete %s?": [ + "Ali ste prepričani, da želite izbrisati %s?" ], - "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" + "Delete Annotation?": ["Izbrišem oznako?"], + "Are you sure you want to delete the selected annotations?": [ + "Ali ste prepričani, da želite izbrisati izbrane oznake?" ], - "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." + "Failed to load chart data": ["Neuspešno nalaganje podatkov grafikona"], + "view instructions": ["ogled navodil"], + "Add a dataset": ["Dodaj podatkovni set"], + "Choose a dataset": ["Izberite podatkovni set"], + "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" ], - "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." + "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." ], - "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" + "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?" ], - "Your query could not be updated": [ - "Vaše poizvedbe ni mogoče posodobiti" + "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" ], - "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" + "An error occurred while fetching dashboards": [ + "Prišlo je do napake pri pridobivanju nadzornih plošč" ], - "Your query was not properly saved": [ - "Vaša poizvedba ni bila pravilno shranjena" + "Any": ["Katerikoli"], + "Tag": ["Oznaka"], + "An error occurred while fetching chart owners values: %s": [ + "Pri pridobivanju polja lastnik grafikona je prišlo do napake: %s" ], - "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" + "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?" ], - "Zero imputation": ["Nadomeščanje ničel"], - "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 po]" + "CSS templates": ["CSS predloge"], + "There was an issue deleting the selected templates: %s": [ + "Pri brisanju izbranih predlog je prišlo do težave: %s" ], - "[Longitude] and [Latitude] must be set": [ - "[Zemljepisna dolžina] in [Zemljepisna širina] morata biti nastavljeni" + "CSS template": ["CSS predloga"], + "This action will permanently delete the template.": [ + "S tem dejanjem boste trajno izbrisali predlogo." ], - "[Missing Dataset]": ["[Manjka podatkovni set]"], - "[Untitled]": ["[Neimenovana]"], - "[asc]": ["[asc]"], - "[dashboard name]": ["[ime nadzorne plošče]"], - "[desc]": ["[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" + "Delete Template?": ["Izbrišem predlogo?"], + "Are you sure you want to delete the selected templates?": [ + "Ali ste prepričani, da želite izbrisati izbrane predloge?" ], - "[untitled]": ["[neimenovana]"], - "`compare_columns` must have the same length as `source_columns`.": [ - "`compare_columns` morajo imeti enako dolžino kot `source_columns`." + "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." ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` mora biti `difference`, `percentage` ali `ratio`" + "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?" ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` mora biti med 0 in 1 (odprt)" + "Dashboard imported": ["Nadzorna plošča uvožena"], + "There was an issue deleting the selected dashboards: ": [ + "Pri brisanju izbranih nadzornih plošč je prišlo do težave: " ], - "`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 po (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." + "An error occurred while fetching dashboard owner values: %s": [ + "Pri pridobivanju polja lastnik nadzorne plošče je prišlo do napake: %s" ], - "`operation` property of post processing object undefined": [ - "Lastnost `operation` poprocesirnega objekta ni definirana" + "Are you sure you want to delete the selected dashboards?": [ + "Ali ste prepričani, da želite izbrisati izbrane nadzorne plošče?" ], - "`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`." + "An error occurred while fetching database related data: %s": [ + "Pri pridobivanju podatkov iz podatkovne baze je prišlo do napake: %s" ], - "`row_limit` must be greater than or equal to 0": [ - "`row_limit` mora biti večja ali enaka 0" + "Upload file to database": ["Naloži datoteko v podatkovno bazo"], + "Upload CSV": ["Naloži CSV"], + "Upload columnar file": ["Naloži stolpčno datoteko"], + "Upload Excel file": ["Naloži Excel-ovo datoteko"], + "AQE": ["AQE"], + "Allow data manipulation language": [ + "Dovoli jezik za manipulacijo podatkov (DML)" ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` mora biti večja ali enaka 0" + "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 %s grafikoni, ki so prisotni na %s nadzornih ploščah. Uporabniki imajo odprtih %s zavihkov SQL-laboratorija s to podatkovno bazo. Ali želite nadaljevati? Izbris podatkovne baze bo pokvaril te objekte." ], - "`width` must be greater or equal to 0": [ - "`width` mora biti večja ali enaka 0" + "Delete Database?": ["Izbrišem podatkovno bazo?"], + "Dataset imported": ["Podatkovni set uvožen"], + "An error occurred while fetching dataset related data": [ + "Napaka pri pridobivanju podatkov iz podatkovnega seta" ], - "aggregate": ["agregacija"], - "alert": ["opozorilo"], - "alert dark": ["opozorilo (temno)"], - "alerts": ["opozorila"], - "all": ["vsi"], - "also copy (duplicate) charts": ["kopiraj (podvoji) tudi grafikone"], - "ancestor": ["nadrejeni"], - "and": ["in"], - "annotation": ["oznaka"], - "annotation_layer": ["annotation_layer"], - "asfreq": ["asfreq"], - "at": ["ob"], - "auto": ["samodejno"], - "auto (Smooth)": ["samodejno (glajenje)"], - "background": ["ozadje"], - "basis": ["basis"], - "below (example:": ["v polje spodaj (primer:"], - "between {down} and {up} {name}": ["med {down} in {up} {name}"], - "bfill": ["bfill"], - "bolt": ["vijak"], - "boolean type icon": ["ikona binarnega tipa"], - "bottom": ["spodaj"], - "button (cmd + z) until you save your changes.": [ - "gumb (cmd + z) dokler ne shranite sprememb." + "An error occurred while fetching dataset related data: %s": [ + "Napaka pri pridobivanju podatkov iz podatkovnega seta: %s" ], - "by using": ["z uporabo"], - "cannot be empty": ["ne sme biti prazno"], - "cardinal": ["cardinal"], - "change": ["sprememba"], - "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)": ["koda ISO 3166-1 alpha-2 (cca2)"], - "code ISO 3166-1 alpha-3 (cca3)": ["koda ISO 3166-1 alpha-3 (cca3)"], - "code International Olympic Committee (cioc)": [ - "koda Mednarodnega olimpijskega komiteja (cioc)" + "Physical dataset": ["Fizičen podatkovni set"], + "Virtual dataset": ["Virtualen podatkovni set"], + "Virtual": ["Virtualen"], + "An error occurred while fetching datasets: %s": [ + "Prišlo je do napake pri pridobivanju podatkovnih setov: %s" ], - "column": ["stolpec"], - "connecting to %(dbModelName)s.": ["povezovanje z %(dbModelName)s."], - "count": ["število"], - "create": ["ustvari"], - "create a new chart": ["ustvarite nov grafikon"], - "create dataset from SQL query": [ - "ustvari podatkovni set iz SQL-poizvedbe" + "An error occurred while fetching schema values: %s": [ + "Pri pridobivanju vrednosti shem je prišlo do napake: %s" ], - "css": ["css"], - "css_template": ["css_template"], - "cumsum": ["kumulativna vsota"], - "cumulative": ["kumulativno"], - "dashboard": ["nadzorna plošča"], - "dashboards": ["nadzorne plošče"], - "database": ["podatkovna baza"], - "dataset": ["podatkovni set"], - "dataset name": ["naziv podatkovnega seta"], - "date": ["datum"], - "day": ["dan"], - "day of the month": ["dan v mesecu"], - "day of the week": ["dan v tednu"], - "deck.gl 3D Hexagon": ["deck.gl - 3D HEX"], - "deck.gl Arc": ["deck.gl - lok"], - "deck.gl Geojson": ["deck.gl - GeoJson"], - "deck.gl Grid": ["deck.gl - 3D mreža"], - "deck.gl Heatmap": ["deck.gl - toplotna karta"], - "deck.gl Multiple Layers": ["deck.gl - večplastni grafikon"], - "deck.gl Path": ["deck.gl - poti"], - "deck.gl Polygon": ["deck.gl - poligon"], - "deck.gl Scatterplot": ["deck.gl - raztreseni grafikon"], - "deck.gl Screen Grid": ["deck.gl - mreža"], - "deck.gl charts": ["deck.gl grafikoni"], - "deckGL": ["deckGL"], - "default": ["privzeto"], - "delete": ["izbriši"], - "descendant": ["podrejeni"], - "description": ["opis"], - "deviation": ["deviacija"], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "An error occurred while fetching dataset owner values: %s": [ + "Pri pridobivanju polja lastnik podatkovnega seta je prišlo do napake: %s" ], - "draft": ["osnutek"], - "dttm": ["datum-čas"], - "e.g. ********": ["npr. ********"], - "e.g. 127.0.0.1": ["npr. 127.0.0.1"], - "e.g. 5432": ["npr. 5432"], - "e.g. AccountAdmin": ["npr. AccountAdmin"], - "e.g. Analytics": ["npr. Analitika"], - "e.g. compute_wh": ["npr. compute_wh"], - "e.g. param1=value1¶m2=value2": ["npr. param1=value1¶m2=value2"], - "e.g. sql/protocolv1/o/12345": ["npr. sql/protocolv1/o/12345"], - "e.g. world_population": ["npr. world_population"], - "e.g. xy12345.us-east-2.aws": ["npr. xy12345.us-east-2.aws"], - "e.g., a \"user id\" column": ["npr. stolpec \"id_uporabnika\""], - "edit mode": ["načinu urejanja"], - "entries": ["vnosi"], - "error": ["napaka"], - "error dark": ["napaka (temno)"], - "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"], - "expand": ["razširi"], - "explore": ["raziskovanje"], - "failed": ["ni uspelo"], - "fetching": ["pridobivanje"], - "ffill": ["ffill"], - "flat": ["ravno"], - "for more information on how to structure your URI.": [ - "za več informacij o oblikovanju URI." + "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" ], - "function type icon": ["ikona funkcijskega tipa"], - "geohash (square)": ["geohash (kvadrat)"], - "heatmap": ["toplotni prikaz"], - "heatmap: values are normalized across the entire heatmap": [ - "heatmap: vrednosti so normirane po celotni temperaturni lestvici" + "There was an issue duplicating the dataset.": [ + "Pri dupliciranju podatkovnega seta je prišlo do težave." ], - "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" + "There was an issue duplicating the selected datasets: %s": [ + "Pri dupliciranju izbranih podatkovnih setov je prišlo do težave: %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.": [ + "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." + ], + "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?" + ], + "0 Selected": ["0 izbranih"], + "%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)" ], - "in": ["v"], - "in modal": ["v modalnem oknu"], - "is expected to be a Mapbox URL": ["mora biti URL za Mapbox"], - "is expected to be a number": ["pričakovano je število"], - "is expected to be an integer": ["pričakovano je celo število"], - "json isn't valid": ["json ni veljaven"], - "key a-z": ["a - ž"], - "key z-a": ["ž - a"], - "label": ["oznaka"], - "latest partition:": ["zadnja particija:"], - "left": ["levo"], - "less than {min} {name}": ["manj kot {min} {name}"], - "linear": ["linearno"], "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." + "Execution ID": ["ID izvedbe"], + "Scheduled at (UTC)": ["Izvede se ob (UTC)"], + "Start at (UTC)": ["Zažene se ob (UTC)"], + "Error message": ["Sporočilo napake"], + "Alert": ["Opozorilo"], + "There was an issue fetching your recent activity: %s": [ + "Pri pridobivanju vaše nedavne aktivnosti je prišlo do napake: %s" ], - "max": ["max"], - "mean": ["povprečje"], - "median": ["mediana"], - "meters": ["metri"], - "metric": ["mera"], - "min": ["min"], - "minute": ["minuta"], - "minute(s)": ["minut"], - "monotone": ["monotone"], - "month": ["mesec"], - "more than {max} {name}": ["več kot {max} {name}"], - "must have a value": ["mora imeti vrednost"], - "name": ["ime"], - "no SQL validator is configured": ["potrjevalnik SQL ni nastavljen"], - "numeric type icon": ["ikona numeričnega tipa"], - "nvd3": ["nvd3"], - "offline": ["offline"], - "on": ["v"], - "or": ["ali"], - "or use existing ones from the panel on the right": [ - "ali uporabite obstoječe iz panela na desni" + "There was an issue fetching your dashboards: %s": [ + "Prišlo je do napake pri pridobivanju nadzornih plošč: %s" ], - "orderby column must be populated": [ - "stolpec za razvrščanje (orderby) mora biti izpolnjen" + "There was an issue fetching your chart: %s": [ + "Prišlo je do napake pri pridobivanju grafikona: %s" ], - "overall": ["skupaj"], - "p-value precision": ["točnost p-vrednosti"], - "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": ["v teku"], - "percentile (exclusive)": ["percentil (odprt interval)"], - "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" + "There was an issue fetching your saved queries: %s": [ + "Prišlo je do težave pri pridobivanju shranjenih poizvedb: %s" ], - "permalink state not found": ["stanje povezave ni najdeno"], - "pixelated (Sharp)": ["pikselirano (ostro)"], - "pixels": ["piksli"], - "previous calendar month": ["prejšnji koledarski mesec"], - "previous calendar week": ["prejšnji koledarski teden"], - "previous calendar year": ["prejšnje koledarsko leto"], - "published": ["objavljeno"], - "quarter": ["četrtletje"], - "queries": ["poizvedbe"], - "query": ["poizvedba"], - "random": ["naključno"], - "reboot": ["ponovni zagon"], - "recent": ["nedavno"], - "recents": ["nedavne"], - "report": ["poročilo"], - "reports": ["poročila"], - "restore zoom": ["ponastavi prikaz"], - "right": ["desno"], - "rowlevelsecurity": ["varnost na nivoju vrstic"], - "running": ["v teku"], - "saved queries": ["shranjene poizvedbe"], - "seconds": ["sekunde"], - "series": ["serije"], - "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: Prikaži razlike glede na prvo točko vsake serije" + "Thumbnails": ["Sličice"], + "Recents": ["Nedavno"], + "There was an issue previewing the selected query. %s": [ + "Pri predogledu izbrane poizvedbe je prišlo do težave. %s" ], - "square": ["pravokotno"], - "stack": ["nalaganje"], - "staggered": ["cik-cak"], - "std": ["std"], - "step-after": ["step-after"], - "step-before": ["step-before"], - "stopped": ["ustavljeno"], - "stream": ["tok"], - "string type icon": ["ikona znakovnega tipa"], - "success": ["uspešno"], - "success dark": ["uspešno (temno)"], - "sum": ["vsota"], - "syntax.": ["sintakse."], + "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" + ], + "An error occurred while fetching user values: %s": [ + "Pri pridobivanju vrednosti uporabnika je prišlo do napake: %s" + ], + "Search by query text": ["Išči z besedilom poizvedbe"], + "Deleted %s": ["Izbrisano %s"], + "Deleted": ["Izbrisano"], + "There was an issue deleting rules: %s": [ + "Težava pri brisanju pravil: %s" + ], + "No Rules yet": ["Pravil še ni"], + "Are you sure you want to delete the selected rules?": [ + "Ali ste prepričani, da želite izbrisati izbrana pravila?" + ], + "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." + ], + "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?" + ], + "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" + ], + "Import queries": ["Uvozi poizvedbe"], + "Link Copied!": ["Povezava kopirana!"], + "There was an issue deleting the selected queries: %s": [ + "Pri brisanju izbranih poizvedb je prišlo do težave: %s" + ], + "Edit query": ["Uredi poizvedbo"], + "Copy query URL": ["Kopiraj URL poizvedbe"], + "Export query": ["Izvozi poizvedbe"], + "Delete query": ["Izbriši poizvedbo"], + "Are you sure you want to delete the selected queries?": [ + "Ali ste prepričani, da želite izbrisati izbrane poizvedbe?" + ], + "queries": ["poizvedbe"], "tag": ["oznaka"], - "tags": ["oznake"], - "temporal type icon": ["ikona časovnega tipa"], - "textarea": ["področje besedila"], - "to": ["do"], - "top": ["zgoraj"], - "undo": ["razveljavitev"], - "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." + "No Tags created": ["Ni ustvarjenih oznak"], + "Are you sure you want to delete the selected tags?": [ + "Ali ste prepričani, da želite izbrisati izbrane oznake?" ], - "use latest_partition template": ["uporaba predloge latest_partition"], - "value ascending": ["0 - 9"], - "value descending": ["9 - 0"], - "var": ["var"], - "variance": ["varianca"], - "view instructions": ["ogled navodil"], - "virtual": ["virtualen"], - "viz type": ["tip vizualizacije"], - "was created": ["ustvarjeno"], - "week": ["teden"], - "week ending Saturday": ["teden s koncem v soboto"], - "week starting Sunday": ["teden z začetkom v nedeljo"], - "x": ["x"], - "x: values are normalized within each column": [ - "x: vrednosti so normirane znotraj vsakega stolpca" + "Image download failed, please refresh and try again.": [ + "Prenos slike ni uspel. Osvežite in poskusite ponovno." ], - "y": ["y"], - "y: values are normalized within each row": [ - "y: vrednosti so normirane znotraj vsake vrstice" + "PDF download failed, please refresh and try again.": [ + "Prenos PDF ni uspel. Osvežite in poskusite ponovno." ], - "year": ["leto"], - "zoom area": ["približaj območje"] + "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." + ], + "An error occurred while fetching %s info: %s": [ + "Napaka pri pridobivanju informacij za %s: %s" + ], + "An error occurred while fetching %ss: %s": [ + "Napaka pri pridobivanju informacij za %s: %s" + ], + "An error occurred while creating %ss: %s": [ + "Napaka pri ustvarjanju %s: %s" + ], + "Please re-export your file and try importing again": [ + "Ponovno izvozite datoteko in jo nato uvozite" + ], + "An error occurred while importing %s: %s": [ + "Napaka pri uvažanju %s: %s" + ], + "There was an error fetching the favorite status: %s": [ + "Napaka pri pridobivanju statusa \"Priljubljeno\": %s" + ], + "There was an error saving the favorite status: %s": [ + "Napaka pri shranjevanju statusa \"Priljubljeno\": %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:" + ], + "There was an issue deleting: %s": ["Težava pri brisanju: %s"], + "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." + ], + "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." + ], + "We have the following keys: %s": ["Imamo naslednje ključe: %s"] } } } diff --git a/superset/translations/tr/LC_MESSAGES/messages.json b/superset/translations/tr/LC_MESSAGES/messages.json index 2c15308f2e1c7..4a8bf7f8ca2b6 100644 --- a/superset/translations/tr/LC_MESSAGES/messages.json +++ b/superset/translations/tr/LC_MESSAGES/messages.json @@ -63,11 +63,16 @@ "The submitted payload failed validation.": [""], "Invalid certificate": [""], "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], "File size must be less than or equal to %(max_size)s bytes": [""], "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": [""], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" + ], + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], "Only SELECT statements are allowed against this database.": [""], "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ "" @@ -81,6 +86,7 @@ ], "Running statement %(statement_num)s out of %(statement_count)s": [""], "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], "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.": [ "" @@ -269,6 +275,7 @@ "SSH Tunnel could not be deleted.": [""], "SSH Tunnel not found.": [""], "SSH Tunnel parameters are invalid.": [""], + "A database port is required when connecting via SSH Tunnel.": [""], "SSH Tunnel could not be updated.": [""], "Creating SSH Tunnel failed for an unknown reason": [""], "SSH Tunneling is not enabled": [""], @@ -339,6 +346,7 @@ "Report Schedule delete failed.": [""], "Report Schedule log prune failed.": [""], "Report Schedule execution failed when generating a screenshot.": [""], + "Report Schedule execution failed when generating a pdf.": [""], "Report Schedule execution failed when generating a csv.": [""], "Report Schedule execution failed when generating a dataframe.": [""], "Report Schedule execution got an unexpected error.": [""], @@ -418,14 +426,12 @@ "Virtual dataset query must be read-only": [ "Sanal veriseti sorgusu read-only olmak zorunda" ], - "Error while rendering virtual dataset query: %(msg)s": [""], - "Virtual dataset query cannot be empty": [ - "Sanal veriseti sorgusu boş olamaz" - ], - "Virtual dataset query cannot consist of multiple statements": [""], "Error in jinja expression in RLS filters: %(msg)s": [""], "Metric '%(metric)s' does not exist": [""], "Db engine did not return all queried columns": [""], + "Virtual dataset query cannot be empty": [ + "Sanal veriseti sorgusu boş olamaz" + ], "Only `SELECT` statements are allowed": [""], "Only single queries supported": [""], "Columns": [""], @@ -667,6 +673,8 @@ "Unable to encode value": [""], "Unable to decode value": [""], "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [""], + "Virtual dataset query cannot consist of multiple statements": [""], "Datetime column not provided as part table configuration and is required by this type of chart": [ "" ], @@ -688,6 +696,7 @@ "\n Error: %(text)s\n ": [""], "EMAIL_REPORTS_CTA": [""], "%(name)s.csv": [""], + "%(name)s.pdf": [""], "%(prefix)s %(title)s": [""], "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ "" @@ -724,6 +733,7 @@ "Test Connection": [""], "Unsupported clause type: %(clause)s": [""], "Invalid metric object: %(metric)s": [""], + "Unable to calculate such a date delta": [""], "Unable to find such a holiday: [%(holiday)s]": [""], "DB column %(col_name)s has unknown type: %(value_type)s": [""], "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ @@ -750,7 +760,7 @@ "DataFrame include at least one series": [""], "Label already exists": [""], "Resample operation requires DatetimeIndex": [""], - "Resample method should in ": [""], + "Resample method should be in ": [""], "Undefined window for rolling operation": [""], "Window must be > 0": [""], "Invalid rolling_type: %(type)s": [""], @@ -873,7 +883,7 @@ "Table name cannot contain a schema": [""], "Select a database to upload the file to": [""], "Column Data Types": [""], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], "Select a schema if the database supports this": [""], @@ -1309,6 +1319,19 @@ "No Results": ["Sonuç bulunamadı"], "ERROR": ["HATA"], "Found invalid orderby options": [""], + "Invalid input": [""], + "Unexpected error: ": ["Beklenmeyen hata:"], + "(no description, click to see stack trace)": [""], + "Network error": [""], + "Request timed out": [""], + "Issue 1000 - The dataset is too large to query.": [""], + "Issue 1001 - The database is under an unusual load.": [""], + "An error occurred": ["Bir hata oluştu"], + "Sorry, an unknown error occurred.": [""], + "Sorry, there was an error saving this %s: %s": [""], + "You do not have permission to edit this %s": [ + "Bu %s’i değiştirmeye yetkiniz yok" + ], "is expected to be an integer": [""], "is expected to be a number": [""], "is expected to be a Mapbox URL": [""], @@ -1370,7 +1393,6 @@ ], "Relationships between community channels": [""], "Chord Diagram": [""], - "Aesthetic": [""], "Circular": [""], "Legacy": [""], "Proportional": [""], @@ -1464,9 +1486,11 @@ ], "Sizes of vehicles": [""], "Employment and education": [""], + "Heatmap (legacy)": [""], "Density": [""], "Predictive": [""], "Single Metric": [""], + "Deprecated": [""], "to": ["ila"], "count": ["sayı"], "cumulative": [""], @@ -1589,7 +1613,6 @@ "Plots the individual metrics for each row in the data vertically and links them together as a line. This chart is useful for comparing multiple metrics across all of the samples or rows in the data.": [ "" ], - "Coordinates": [""], "Directional": [""], "Time Series Options": [""], "Not Time Series": [""], @@ -1749,7 +1772,6 @@ ], "deck.gl Contour": [""], "Spatial": [""], - "Experimental": [""], "GeoJson Settings": [""], "Line width unit": [""], "meters": [""], @@ -1952,7 +1974,6 @@ "Continuous": [""], "Line": [""], "nvd3": [""], - "Deprecated": [""], "Series Limit Sort By": [""], "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ "" @@ -1966,7 +1987,6 @@ ], "Time-series Bar Chart (legacy)": [""], "Bar": [""], - "Vertical": [""], "Box Plot": [""], "X Log Scale": [""], "Use a log scale for the X-axis": [""], @@ -2003,7 +2023,6 @@ ], "Bar Chart (legacy)": [""], "Additive": [""], - "Discrete": [""], "Propagate": [""], "Send range filter events to other charts": [""], "Classic chart that visualizes how metrics change over time.": [""], @@ -2113,8 +2132,13 @@ "" ], "Filters for Comparison": [""], + "Percent Difference format": [""], "Comparison font size": [""], "Add color for positive/negative change": [""], + "color scheme for comparison": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" + ], "Big Number with Time Period Comparison": [""], "Display settings": [""], "Subheader": [""], @@ -2302,6 +2326,9 @@ ], "Graph Chart": [""], "Structural": [""], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Y-Axis": [""], "Whether to sort descending or ascending": [""], "Series type": [""], "Smooth Line": [""], @@ -2423,6 +2450,7 @@ ], "Chart Orientation": ["Grafik Yönü"], "Bar orientation": [""], + "Vertical": [""], "Horizontal": [""], "Orientation of bar chart": [""], "Bar Charts are used to show metrics as a series of bars.": [""], @@ -2616,6 +2644,7 @@ "Total (%(aggregatorName)s)": [""], "Unknown input format": [""], "search.num_records": [""], + "Search %s records": [""], "page_size.show": [""], "page_size.entries": ["kayıt"], "No matching records found": [""], @@ -2639,6 +2668,8 @@ "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.": [ "" ], + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], "Customize columns": [""], "Further customize how to display each column": [""], "Apply conditional color formatting to numeric columns": [""], @@ -2736,7 +2767,6 @@ "Estimate cost": [""], "Cost estimate": [""], "Creating a data source and creating a new tab": [""], - "An error occurred": ["Bir hata oluştu"], "Explore the result set in the data exploration view": [""], "explore": [""], "Create Chart": ["Grafik Oluştur"], @@ -2852,6 +2882,7 @@ "You must run the query successfully first": [ "Önce sorguyu başarıyla çalıştırmalısınız" ], + "Render HTML": [""], "Autocomplete": ["Otomatik tamamlama"], "CREATE TABLE AS": [""], "CREATE VIEW AS": [""], @@ -2912,6 +2943,7 @@ "Loaded from cache": ["Cacheden yüklendi"], "Click to force-refresh": ["Yenilemek için tıklayın"], "Cached": ["Cachelendi"], + "Waiting on %s": [""], "Add required control values to preview chart": [""], "Your chart is ready to go!": [""], "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ @@ -2954,17 +2986,20 @@ "Grafiği yüklerken hata oluştu" ], "Results %s": ["Sonuçlar %s"], - "Drill to detail by": [""], "Drill to detail": [""], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Drill to detail by": [""], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ "" ], - "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.": [ "" ], "Right-click on a dimension value to drill to detail by that value.": [ "" ], + "Drill to detail by value is not yet supported for this chart type.": [ + "" + ], "Drill to detail: %s": [""], "Formatting": [""], "Formatted value": [""], @@ -3189,6 +3224,7 @@ "See less": [""], "Copy message": ["Mesajı kopyala"], "Details": [""], + "Authorization needed": [""], "This was triggered by:": [""], "Did you mean:": [""], "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [""], @@ -3348,6 +3384,7 @@ "Superset chart": [""], "Check out this chart in dashboard:": [""], "Layout elements": ["Tasarım"], + "An error occurred while fetching available CSS templates": [""], "Load a CSS template": [""], "Live CSS editor": [""], "Collapse tab content": [""], @@ -3389,7 +3426,6 @@ "Redo the action": [""], "Discard": [""], "Edit dashboard": ["Dashboardı düzenle"], - "An error occurred while fetching available CSS templates": [""], "Refreshing charts": ["Grafikler yenileniyor"], "Superset dashboard": [""], "Check out this dashboard: ": [""], @@ -3763,13 +3799,13 @@ "Samples": ["Tabloyu gör"], "No samples were returned for this dataset": [""], "No results": ["Sonuç bulunamadı"], - "Search Metrics & Columns": [""], - "Create a dataset": ["Veriseti oluştur"], - " to edit or add columns and metrics.": [""], "Showing %s of %s": [""], + "%s ineligible item(s) are hidden": [""], "Show less...": [""], "Show all...": [""], - "Show Less...": [""], + "Search Metrics & Columns": [""], + "Create a dataset": ["Veriseti oluştur"], + " to edit or add columns and metrics.": [""], "Unable to retrieve dashboard colors": [""], "Added to 1 dashboard": ["1 Dashboarda eklendi"], "Not added to any dashboard": [""], @@ -3813,7 +3849,9 @@ "A list of users who can alter the chart. Searchable by name or username.": [ "" ], - "Limit reached": [""], + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" + ], "Create chart": ["Grafik oluştur"], "Update chart": ["Grafiği güncelle"], "Invalid lat/long configuration.": [""], @@ -4127,7 +4165,6 @@ "Column Configuration": [""], "Select Viz Type": [""], "Currently rendered: %s": [""], - "Recommended tags": [""], "Search all charts": ["Tüm grafikleri ara"], "No description available.": ["Açıklama bulunmuyor."], "Examples": ["Örnekler"], @@ -4138,7 +4175,6 @@ "Superset Chart": [""], "New chart": ["Yeni grafik"], "Edit chart properties": ["Grafik özelliklerini düzenle"], - "Dashboards added to": ["Dashboardlar eklendi"], "Export to original .CSV": [""], "Export to pivoted .CSV": [""], "Export to .JSON": ["JSON’a Aktar"], @@ -4162,6 +4198,7 @@ "Not null": [""], "60 days": ["60 gün"], "90 days": ["90 gün"], + "Send as PDF": [""], "Send as PNG": [""], "Send as CSV": [""], "Send as text": [""], @@ -4333,6 +4370,8 @@ "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ "" ], + "Disable drill to detail": [""], + "Disables the drill to detail feature for this database.": [""], "STEP %(stepCurr)s OF %(stepLast)s": [""], "Enter Primary Credentials": [""], "Need help? Learn how to connect your database": [""], @@ -4366,6 +4405,7 @@ "Test connection": [""], "Please enter a SQLAlchemy URI to test": [""], "e.g. world_population": [""], + "Connection failed, please check your connection settings.": [""], "Database settings updated": ["Veritabanı ayarları güncellendi"], "Sorry there was an error fetching database information: %s": [""], "Or choose from a list of other databases we support:": [""], @@ -4584,7 +4624,7 @@ "Formatted CSV attached in email": [""], "Report Name": ["Rapor İsmi"], "Include a description that will be sent with your report": [""], - "A screenshot of the dashboard will be sent to your email at": [""], + "The report will be sent to your email at": [""], "Failed to update report": [""], "Failed to create report": [""], "Set up an email report": [""], @@ -4642,6 +4682,7 @@ "Single value": [""], "Use only a single value.": [""], "Range filter plugin using AntD": [""], + "Experimental": [""], " (excluded)": [""], "%s option": [""], "Check for sorting ascending": [""], @@ -4827,18 +4868,6 @@ "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ "" ], - "Invalid input": [""], - "Unexpected error: ": ["Beklenmeyen hata:"], - "(no description, click to see stack trace)": [""], - "Sorry, an unknown error occurred.": [""], - "Sorry, there was an error saving this %s: %s": [""], - "You do not have permission to edit this %s": [ - "Bu %s’i değiştirmeye yetkiniz yok" - ], - "Network error": [""], - "Request timed out": [""], - "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": [""], diff --git a/superset/translations/uk/LC_MESSAGES/messages.json b/superset/translations/uk/LC_MESSAGES/messages.json index efdb79dada3ca..7304ea1f9617a 100644 --- a/superset/translations/uk/LC_MESSAGES/messages.json +++ b/superset/translations/uk/LC_MESSAGES/messages.json @@ -8,6101 +8,6125 @@ "plural_forms": "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)", "lang": "uk" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n Цей фільтр був успадкований із контексту панелі приладної панелі.\n Це не буде збережено під час збереження діаграми.\n " + "The datasource is too large to query.": [ + "DataSource занадто великий, щоб запитувати." ], - "\n Error: %(text)s\n ": [ - "\n Помилка: %(text)s\n " + "The database is under an unusual load.": [ + "База даних знаходиться під незвичним навантаженням." ], - " (excluded)": [" (виключається)"], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - " Встановіть непрозорість на 0, якщо ви не хочете перекрити колір, вказаний у Geojson" + "The database returned an unexpected error.": [ + "База даних повернула несподівану помилку." ], - " a dashboard OR ": [" інформаційна панель або "], - " a new one": [" новий"], - " expression which needs to adhere to the ": [ - " вираз, який повинен дотримуватися до " + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "У запиті SQL є помилка синтаксису. Можливо, було неправильне написання чи друкарську помилку." ], - " source code of Superset's sandboxed parser": [ - " Вихідний код аналізатора пісочниці Superset" + "The column was deleted or renamed in the database.": [ + "Стовпчик був видалений або перейменований у базу даних." ], - " 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.": [ - " стандарт для забезпечення лексикографічного впорядкування\n збігається з хронологічним впорядкуванням. Якщо\n Формат часової позначки не дотримується стандарту ISO 8601\n Вам потрібно буде визначити вираз і ввести для\n перетворення рядка на дату або часову позначку. Примітка\n В даний час часові пояси не підтримуються. Якщо час зберігається\n У форматі епохи поставте `epoch_s` або` epoch_ms`. Якщо немає шаблону\n вказано, що ми повертаємось до використання додаткових за замовчуванням на Per\n Рівень імені даних/стовпця через додатковий параметр." + "The table was deleted or renamed in the database.": [ + "Таблицю було видалено або перейменовано в базу даних." ], - " to add calculated columns": [" Для додавання обчислених стовпців"], - " to add metrics": [" Додати показники"], - " to edit or add columns and metrics.": [ - " редагувати або додати стовпці та показники." + "One or more parameters specified in the query are missing.": [ + "Один або кілька параметрів, зазначених у запиті, відсутні." ], - " to mark a column as a time column": [ - " Щоб позначити стовпець як стовпчик часу" + "The hostname provided can't be resolved.": [ + "Ім'я хоста неможливо вирішити." ], - " to open SQL Lab. From there you can save the query as a dataset.": [ - " відкрити SQL Lab. Звідти ви можете зберегти запит як набір даних." + "The port is closed.": ["Порт закритий."], + "The host might be down, and can't be reached on the provided port.": [ + "Хост може бути вниз, і його неможливо дістатися на наданий порт." ], - " to visualize your data.": [" Візуалізувати свої дані."], - "!= (Is not equal)": ["! = (Не рівний)"], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "%(dialect)s не можна використовувати як джерело даних з міркувань безпеки." + "Superset encountered an error while running a command.": [ + "Суперсет зіткнувся з помилкою під час запуску команди." ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\nЦе може бути спровоковано:\n%(issues)s" + "Superset encountered an unexpected error.": [ + "Суперсет зіткнувся з несподіваною помилкою." ], - "%(name)s.csv": ["%(name)s.CSV"], - "%(object)s does not exist in this database.": [ - "%(object)s не існує в цій базі даних." + "The username provided when connecting to a database is not valid.": [ + "Ім'я користувача, що надається при підключенні до бази даних, не є дійсним." ], - "%(other)s charts will appear here": [ - "%(other)s -діаграми з’являться тут" + "The password provided when connecting to a database is not valid.": [ + "Пароль, наданий при підключенні до бази даних, не є дійсним." ], - "%(other)s dashboards will appear here": [ - "%(other)s інформаційні панелі з’являться тут" + "Either the username or the password is wrong.": [ + "Або ім'я користувача, або пароль неправильні." ], - "%(other)s recents will appear here": ["%(other)s останнє з’явиться тут"], - "%(other)s saved queries will appear here": [ - "%(other)s збережені запити з’являться тут" + "Either the database is spelled incorrectly or does not exist.": [ + "Або база даних написана неправильно, або не існує." ], - "%(prefix)s %(title)s": ["%(prefix)s %(title)s"], - "%(rows)d rows returned": ["%(rows)d рядки повернулися"], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ - "%(subtitle)s\nЦе може бути спровоковано:\n %(issue)s" + "The schema was deleted or renamed in the database.": [ + "Схема була видалена або перейменована в базу даних." ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s не зміг перевірити ваш запит.\nБудь ласка, перегляньте свій запит.\nВиняток: %(ex)s" + "User doesn't have the proper permissions.": [ + "Користувач не має належних дозволів." ], - "%s Error": ["%s помилка"], - "%s PASSWORD": ["%s пароль"], - "%s SSH TUNNEL PASSWORD": ["%s SSH Тунельний пароль"], - "%s SSH TUNNEL PRIVATE KEY": ["%s SSH Tunnel Private Key"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH тунель приватного пароля"], - "%s Selected": ["%s вибраний"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s вибраний ( %s фізичний, %s віртуальний)" + "One or more parameters needed to configure a database are missing.": [ + "Не вистачає одного або декількох параметрів, необхідних для налаштування бази даних." ], - "%s Selected (Physical)": ["%s вибраний (фізичний)"], - "%s Selected (Virtual)": ["%s вибраний (віртуальний)"], - "%s aggregates(s)": ["%s агреговані"], - "%s column(s)": ["%s стовпці"], - "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "The submitted payload has the incorrect format.": [ + "Надістоване корисне навантаження має неправильний формат." ], - "%s operator(s)": ["%s Оператор(и)"], - "%s option(s)": ["%s варіант(и)"], - "%s saved metric(s)": ["%s збережені метрики"], - "%s updated": ["%s оновлено"], - "%s%s": ["%s%s"], - "%s-%s of %s": ["%s-%s з %s"], - "(Removed)": ["(Видалено)"], - "(deleted or invalid type)": ["(видалений або недійсний тип)"], - "(no description, click to see stack trace)": [ - "(Немає опису, натисніть, щоб побачити Trace Stack)" + "The submitted payload has the incorrect schema.": [ + "Надіслане корисне навантаження має неправильну схему." ], - "), and they become available in your SQL (example:": [ - "), і вони стають доступними у вашому SQL (приклад:" + "Results backend needed for asynchronous queries is not configured.": [ + "Результати, необхідні для асинхронних запитів, не налаштована." ], - "*%(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 | Ознайомтеся з Superset>\n\n%(table)s\n" + "Database does not allow data manipulation.": [ + "База даних не дозволяє маніпулювати даними." ], - "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ - "*%(name)s*\n\n%(description)s\n\nПомилка: %(text)s\n" + "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 (створити таблицю як Select) не має оператора SELECT в кінці. Будь ласка, переконайтеся, що ваш запит має вибір як останнє твердження. Потім спробуйте знову запустити свій запит." ], - "+ %s more": ["+ %s більше"], - ",": [","], - "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ - "- Примітка. Якщо ви не зберегли свій запит, ці вкладки не будуть зберігатись, якщо ви очистите файли cookie або змінить браузери.\n\n" + "CVAS (create view as select) query has more than one statement.": [ + "CVAS (створити перегляд як SELECT) Запит має більше одного оператора." ], - ".": ["."], - "0 Selected": ["0 Вибрано"], - "1 calendar day frequency": ["1 Календарний день частота"], - "1 day": ["1 день"], - "1 day ago": ["1 день тому"], - "1 hour": ["1 година"], - "1 hourly frequency": ["1 погодинна частота"], - "1 minute": ["1 хвилина"], - "1 minutely frequency": ["1 хвилинна частота"], - "1 month end frequency": ["Кінцева частота 1 місяця"], - "1 month start frequency": ["Частота початку 1 місяця"], - "1 week": ["1 тиждень"], - "1 week ago": ["1 тиждень тому"], - "1 week starting Monday (freq=W-MON)": [ - "1 тиждень, починаючи з понеділка (FREQ = W-Mon)" + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS (Створіть перегляд як SELECT) Запит не є оператором SELECT." ], - "1 week starting Sunday (freq=W-SUN)": [ - "1 тиждень, починаючи з неділі (FREQ = W-SUN)" + "Query is too complex and takes too long to run.": [ + "Запит занадто складний і займає занадто багато часу." ], - "1 year": ["1 рік"], - "1 year ago": ["1 рік тому"], - "1 year end frequency": ["Кінцева частота 1 рік"], - "1 year start frequency": ["1 рік старту частоти"], - "10 minute": ["10 хвилин"], - "104 weeks": ["104 тижні"], - "104 weeks ago": ["104 тижні тому"], - "15 minute": ["15 хвилин"], - "156 weeks": ["156 тижнів"], - "156 weeks ago": ["156 тижнів тому"], - "1AS": ["1AS"], - "1D": ["1D"], - "1H": ["1H"], - "1M": ["1M"], - "1T": ["1T"], - "2 years": ["2 роки"], - "2 years ago": ["2 роки тому"], - "2/98 percentiles": ["2/98 процентиль"], - "28 days": ["28 днів"], - "28 days ago": ["28 днів тому"], - "2D": ["2d"], - "3 letter code of the country": ["3х символьний код країни"], - "3 years": ["3 роки"], - "3 years ago": ["3 роки тому"], - "30 days": ["30 днів"], - "30 days ago": ["30 днів тому"], - "30 minute": ["30 хвилин"], - "30 minutes": ["30 хвилин"], - "30 second": ["30 секунд"], - "30 seconds": ["30 секунд"], - "3D": ["3D"], - "4 weeks (freq=4W-MON)": ["4 тижні (частота=4W-MON)"], - "5 minute": ["5 -хвилинний"], - "5 minutes": ["5 хвилин"], - "5 second": ["5 секунд"], - "5 seconds": ["5 секунд"], - "52 weeks": ["52 тижні"], - "52 weeks ago": ["52 тижні тому"], - "52 weeks starting Monday (freq=52W-MON)": [ - "52 тижні, починаючи з понеділка (частота=52W-MON)" + "The database is currently running too many queries.": [ + "В даний час база даних працює занадто багато запитів." ], - "6 hour": ["6 годин"], - "60 days": ["60 днів"], - "7 calendar day frequency": ["7 Календарний день частота"], - "7 days": ["7 днів"], - "7D": ["7d"], - "9/91 percentiles": ["9/91 відсотків"], - "90 days": ["90 днів"], - ":": [":"], - "< (Smaller than)": ["<(Менше, ніж)"], - "<= (Smaller or equal)": ["<= (Менший або рівний)"], - "": ["<введіть вираз SQL тут>"], - "": ["<новий стовпець>"], - "": ["<Новий метрик>"], - "": ["<новий просторовий>"], - "": ["<без типу>"], - "== (Is equal)": ["== (рівний)"], - "> (Larger than)": ["> (Більше, ніж)"], - ">= (Larger or equal)": ["> = (Більший або рівний)"], - "A Big Number": ["Велика кількість"], - "A comma separated list of columns that should be parsed as dates": [ - "Кома -розділений список стовпців, які слід проаналізувати як дати" + "The object does not exist in the given database.": [ + "Об'єкт не існує в даній базі даних." ], - "A comma separated list of columns that should be parsed as dates.": [ - "Список стовпців, відокремлений комою, які слід проаналізувати як дати." + "The query has a syntax error.": ["Запит має помилку синтаксису."], + "The results backend no longer has the data from the query.": [ + "Результати, що бекрономиться, більше не мають даних із запиту." ], - "A comma-separated list of schemas that files are allowed to upload to.": [ - "Список схем, відокремлений комами, до яких файли дозволяють завантажувати." + "The query associated with the results was deleted.": [ + "Запит, пов’язаний з результатами, було видалено." ], - "A database with the same name already exists.": [ - "База даних з тим самим іменем вже існує." + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "Результати, що зберігаються в бекенді, зберігалися в іншому форматі, і більше не можуть бути дезеріалізовані." ], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "Словник із назвами стовпців та їх типами даних, якщо вам потрібно змінити за замовчуванням. Приклад: {\"user_id\": \"Integer\"}" + "The port number is invalid.": ["Номер порту недійсний."], + "Failed to start remote query on a worker.": [ + "Не вдалося запустити віддалений запит на працівника." ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "Повна URL -адреса, що вказує на розташування вбудованого плагіна (наприклад, може бути розміщена на CDN)" + "The database was deleted.": ["База даних була видалена."], + "Custom SQL fields cannot contain sub-queries.": [ + "Спеціальні поля SQL не можуть містити підзапити." ], - "A handlebars template that is applied to the data": [ - "Шаблон ручки, який застосовується до даних" + "Invalid certificate": ["Недійсний сертифікат"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "Небезпечний тип повернення для функції %(func)s: %(value_type)s" ], - "A human-friendly name": ["Зручне для людини ім’я"], - "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ - "Список доменних імен, які можуть вбудувати цю інформаційну панель. Якщо лишити це поле порожнім, це дозволить вбудувати панель з будь-якого домену." + "Unsupported return value for method %(name)s": [ + "Непідтримуване повернення значення для методу %(name)s" ], - "A list of tags that have been applied to this chart.": [ - "Список тегів, які були застосовані до цієї діаграми." + "Unsafe template value for key %(key)s: %(value_type)s": [ + "Небезпечне значення шаблону для ключа %(key)s: %(value_type)s" ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "Список користувачів, які можуть змінити діаграму. Шукати за іменем або іменем користувача." + "Unsupported template value for key %(key)s": [ + "Небудова значення шаблону для ключа %(key)s" ], - "A map of the world, that can indicate values in different countries.": [ - "Карта світу, яка може вказувати на цінності в різних країнах." + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ + "" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ - "Карта, яка приймає кола з рендерінгу зі змінною радіусом на координатах широти/довготи" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "Протягом цієї бази даних допускаються лише вибору." ], - "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.": [ - "Полярна координатна діаграма, де коло розбивається на клини з рівним кутом, а значення, представлене будь -яким клином, проілюстровано його областю, а не його радіусом або кутом підмітання." + "The query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Запит був убитий після %(sqllab_timeout)s секунд. Це може бути занадто складно, або база даних може бути під великим навантаженням." ], - "A readable URL for your dashboard": [ - "Читабельна URL адреса для вашої інформаційної панелі" + "Results backend is not configured.": [ + "Бекенд результатів не налаштовано." ], - "A reference to the [Time] configuration, taking granularity into account": [ - "Посилання на конфігурацію [часу], враховуючи деталізацію" + "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.": [ + "CTA (створити таблицю як Select) можна запустити лише за допомогою запиту, де останнє твердження - це вибір. Будь ласка, переконайтеся, що ваш запит має вибір як останнє твердження. Потім спробуйте знову запустити свій запит." ], - "A report named \"%(name)s\" already exists": [ - "Звіт під назвою “%(name)s” вже існує" + "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.": [ + "CVA (створити перегляд як Select) можна запустити лише за допомогою запиту з одним оператором SELECT. Будь ласка, переконайтеся, що ваш запит має лише оператор SELECT. Потім спробуйте знову запустити свій запит." ], - "A reusable dataset will be saved with your chart.": [ - "Набору даних багаторазового використання буде збережено за допомогою вашої діаграми." + "Running statement %(statement_num)s out of %(statement_count)s": [ + "Запуск оператора %(statement_num)s з %(statement_count)s" ], - "A screenshot of the dashboard will be sent to your email at": [ - "Скріншот інформаційної панелі буде надіслано на ваш електронний лист за адресою" + "Statement %(statement_num)s out of %(statement_count)s": [ + "Заява %(statement_num)s з %(statement_count)s" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "Набір параметрів, які стають доступними у запиті за допомогою синтаксису шаблону Jinja" + "You may have an error in your SQL statement. {message}": [""], + "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 time column must be specified when using a Time Comparison.": [ - "Стовпчик часу повинен бути вказаний при використанні порівняння часу." + "From date cannot be larger than to date": [ + "З дати не може бути більшим, ніж на сьогоднішній день" ], - "A time series chart that visualizes how a related metric from multiple groups vary over time. Each group is visualized using a different color.": [ - "Діаграма часових рядів, яка візуалізує, як пов'язана метрика з декількох груп різниться з часом. Кожна група візуалізується за допомогою іншого кольору." + "Cached value not found": ["Кешоване значення не знайдено"], + "Columns missing in datasource: %(invalid_columns)s": [ + "Стовпці відсутні в даних datasource: %(invalid_columns)s" ], - "A timeout occurred while executing the query.": [ - "Під час виконання запиту стався таймаут." + "Time Table View": ["Перегляд таблиці часу"], + "Pick at least one metric": ["Виберіть хоча б одну метрику"], + "When using 'Group By' you are limited to use a single metric": [ + "При використанні \"Group за\" ви обмежені для використання однієї метрики" ], - "A timeout occurred while generating a csv.": [ - "Під час генерування CSV стався таймаут." + "Calendar Heatmap": ["Календарна теплова карта"], + "Bubble Chart": ["Міхурна діаграма"], + "Please use 3 different metric labels": [ + "Будь ласка, використовуйте 3 різні метричні етикетки" ], - "A timeout occurred while generating a dataframe.": [ - "Під час генерування даних даних траплявся таймаут." + "Pick a metric for x, y and size": [ + "Виберіть показник для X, Y та розміру" ], - "A timeout occurred while taking a screenshot.": [ - "Під час зняття скріншота стався таймаут." + "Bullet Chart": ["Куляна діаграма"], + "Pick a metric to display": ["Виберіть показник для відображення"], + "Time Series - Line Chart": ["Часовий ряд - Лінійна діаграма"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "При використанні порівняння часу вкладений діапазон часу (як стартовий, так і кінець)." ], - "A valid color scheme is required": ["Потрібна дійсна кольорова гама"], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "Time Series - Bar Chart": ["Часові серії - Барна діаграма"], + "Time Series - Period Pivot": ["Часовий ряд - Період"], + "Time Series - Percent Change": ["Часовий ряд - відсоток зміни"], + "Time Series - Stacked": ["Часовий ряд - складений"], + "Histogram": ["Гістограма"], + "Must have at least one numeric column specified": [ + "Повинен мати щонайменше один числовий стовпчик" ], - "APPLY": ["Застосовувати"], - "APR": ["Квітня"], - "AQE": ["AQE"], - "AUG": ["Серпень"], - "AXIS TITLE MARGIN": ["ЗАВДАННЯ ВІСІВ"], - "AXIS TITLE POSITION": ["Позиція заголовка вісь"], - "About": ["Про"], - "Access": ["Доступ"], - "Access token": ["Маркер доступу"], - "Action": ["Дія"], - "Action Log": ["Журнал дій"], - "Actions": ["Дії"], - "Active": ["Активний"], - "Actual Values": ["Фактичні значення"], - "Actual time range": ["Фактичний часовий діапазон"], - "Actual value": ["Фактичне значення"], - "Actual values": ["Фактичні значення"], - "Adaptive formatting": ["Адаптивне форматування"], - "Add": ["Додавання"], - "Add Alert": ["Додати сповіщення"], - "Add CSS Template": ["Додайте шаблон CSS"], - "Add CSS template": ["Додайте шаблон CSS"], - "Add Chart": ["Додайте діаграму"], - "Add Column": ["Додайте стовпчик"], - "Add Dashboard": ["Додайте Інформаційну панель"], - "Add Database": ["Додати базу даних"], - "Add Log": ["Додати журнал"], - "Add Metric": ["Додати показник"], - "Add Report": ["Додайте звіт"], - "Add Rule": ["Додайте правило"], - "Add a Plugin": ["Додайте плагін"], - "Add a dataset": ["Додайте набір даних"], - "Add a new tab": ["Додайте нову вкладку"], - "Add a new tab to create SQL Query": [ - "Додайте нову вкладку, щоб створити запит SQL" + "Distribution - Bar Chart": ["Розповсюдження - штрих -діаграма"], + "Can't have overlap between Series and Breakdowns": [ + "Не може бути перекриття між серіями та розбиттями" ], - "Add additional custom parameters": [ - "Додайте додаткові спеціальні параметри" + "Pick at least one field for [Series]": [ + "Виберіть принаймні одне поле для [серії]" ], - "Add an annotation layer": ["Додайте шар анотації"], - "Add an item": ["Додайте предмет"], - "Add and edit filters": ["Додати та редагувати фільтри"], - "Add annotation": ["Додати анотацію"], - "Add annotation layer": ["Додайте шар анотації"], - "Add calculated columns to dataset in \"Edit datasource\" modal": [ - "Додайте обчислені стовпці до набору даних у модалі \"Редагувати DataSource\"" + "Sankey": ["Санкі"], + "Pick exactly 2 columns as [Source / Target]": [ + "Виберіть рівно 2 стовпці як [джерело / ціль]" ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "Додайте обчислені тимчасові стовпці до набору даних у модалі \"редагувати дані\"" + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "У вашому Санкі є петля, будь ласка, надайте дерево. Ось несправне посилання: {}" ], - "Add color for positive/negative change": [""], - "Add cross-filter": ["Додати перехресний фільтр"], - "Add custom scoping": ["Додайте власні сфери застосування"], - "Add delivery method": ["Додайте метод доставки"], - "Add extra connection information.": [ - "Додайте додаткову інформацію про з'єднання." + "Directed Force Layout": ["Спрямований макет сили"], + "Country Map": ["Карта країни"], + "World Map": ["Карта світу"], + "Parallel Coordinates": ["Паралельні координати"], + "Heatmap": ["Теплова карта"], + "Horizon Charts": ["Horizon Charts"], + "Mapbox": ["Mapbox"], + "[Longitude] and [Latitude] must be set": [ + "[Longitude] та [Latitude] повинні бути встановлені" ], - "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.": [ - "Додайте застереження про фільтр для контролю запиту джерела фільтра,\n Хоча лише в контексті автозаповнення, тобто ці умови\n Не впливайте на те, як фільтр застосовується на інформаційній панелі. Це корисно\n Коли ви хочете покращити продуктивність запиту, лише скануючи підмножину\n базових даних або обмежити наявні значення, відображені у фільтрі." + "Must have a [Group By] column to have 'count' as the [Label]": [ + "Повинен мати стовпець [група за], щоб мати \"рахувати\" як [мітку]" ], - "Add filters and dividers": ["Додайте фільтри та роздільники"], - "Add item": ["Додати елемент"], - "Add metric": ["Додати показник"], - "Add metrics to dataset in \"Edit datasource\" modal": [ - "Додайте показники до набору даних у модал \"Редагувати DataSource\"" + "Choice of [Label] must be present in [Group By]": [ + "Вибір [мітки] повинен бути присутнім у [групі]" ], - "Add new color formatter": ["Додайте новий кольоровий форматер"], - "Add new formatter": ["Додати новий форматер"], - "Add notification method": ["Додайте метод сповіщення"], - "Add required control values to preview chart": [ - "Додайте необхідні контрольні значення для попереднього перегляду діаграми" + "Choice of [Point Radius] must be present in [Group By]": [ + "Вибір [радіуса точки] повинен бути присутнім у [групі]" ], - "Add required control values to save chart": [ - "Додайте необхідні контрольні значення для збереження діаграми" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "[Longitude] та [Latitude] стовпці повинні бути присутніми в [Group By]" ], - "Add sheet": ["Додати аркуш"], - "Add tag to entities": [""], - "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": [ - "Можуть знадобитися додаткові поля" + "Deck.gl - Multiple Layers": ["Deck.gl - кілька шарів"], + "Bad spatial key": ["Поганий просторовий ключ"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "Зіткнувшись недійсний нульовий просторовий запис, будь ласка, подумайте про фільтрування їх" ], - "Additional information": ["Додаткова інформація"], - "Additional metadata": ["Додаткові метадані"], - "Additional padding for legend.": ["Додаткові прокладки для легенди."], - "Additional parameters": ["Додаткові параметри"], - "Additional settings.": ["Додаткові налаштування."], - "Additional text to add before or after the value, e.g. unit": [ - "Додатковий текст, який можна додати до або після значення, наприклад одиниця" + "Deck.gl - Scatter plot": ["Колода.gl - сюжет розсіювання"], + "Deck.gl - Screen Grid": ["Deck.gl - сітка екрана"], + "Deck.gl - 3D Grid": ["Палуба.gl - 3D сітка"], + "Deck.gl - Paths": ["Deck.gl - шляхи"], + "Deck.gl - Polygon": ["Палуба.gl - багатокутник"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D -шестигранник"], + "Deck.gl - Heatmap": ["Палуба.gl - Теплова карта"], + "Deck.gl - GeoJSON": ["Deck.gl - Geojson"], + "Deck.gl - Arc": ["Колода.gl - дуга"], + "Event flow": ["Потік подій"], + "Time Series - Paired t-test": ["Часовий ряд - парний t -тест"], + "Time Series - Nightingale Rose Chart": [ + "Часові серії - Соловейна діаграма троянд" ], - "Additive": ["Добавка"], - "Adjust how this database will interact with SQL Lab.": [ - "Відрегулюйте, як ця база даних буде взаємодіяти з лабораторією SQL." + "Partition Diagram": ["Діаграма розділів"], + "Please choose at least one groupby": [ + "Будь ласка, виберіть хоча б одну групу" ], - "Adjust performance settings of this database.": [ - "Налаштуйте налаштування продуктивності цієї бази даних." + "Invalid advanced data type: %(advanced_data_type)s": [ + "Недійсний тип даних про розширені дані: %(advanced_data_type)s" ], - "Advanced": ["Просунутий"], - "Advanced Analytics": ["Розширена аналітика"], - "Advanced Data type": ["Розширений тип даних"], - "Advanced analytics": ["Розширена аналітика"], - "Advanced analytics Query A": ["Розширений запит аналітики a"], - "Advanced analytics Query B": ["Розширений запит аналітики 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.": [ - "Агрегатна функція, застосована до списку точок у кожному кластері для отримання етикетки кластера." + "All Text": ["Весь текст"], + "Is certified": ["Є сертифікованим"], + "Has created by": ["Створив"], + "Created by me": ["Створений мною"], + "Owned Created or Favored": ["Належить створеним або прихильним"], + "Total (%(aggfunc)s)": ["Всього (%(aggfunc)s)"], + "Subtotal": ["Суттєвий"], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`confidence_interval` повинна бути між 0 і 1 (ексклюзивна)" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "Сукупна функція, яка застосовується при повороті та обчисленні загальних рядків та стовпців" + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "нижній percentile повинен бути більше 0 і менше 100. Повинен бути нижчим, ніж верхній percentile." ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "Агрегує дані в межах кордону клітин сітки та відображають агреговані значення до динамічної кольорової шкали" + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "верхній percentile повинен бути більшим за 0 і менше 100. Повинен бути вищим, ніж нижчий percentile." ], - "Aggregation": ["Агрегація"], - "Aggregation function": ["Функція агрегації"], - "Alert": ["Насторожений"], - "Alert Triggered, In Grace Period": [ - "Попередження, спрацьоване, в пільговий період" + "`width` must be greater or equal to 0": [ + "`width` повинна бути більшою або рівною 0" ], - "Alert condition": ["Умова попередження"], - "Alert condition schedule": ["Розклад умови попередження"], - "Alert ended grace period.": [ - "Попередження закінчився пільговим періодом." + "`row_limit` must be greater than or equal to 0": [ + "`row_limit` повинен бути більшим або рівним 0" ], - "Alert failed": ["Попередження не вдалося"], - "Alert fired during grace period.": [ - "Попередження, вистрілене під час витонченого періоду." - ], - "Alert found an error while executing a query.": [ - "Попередження знайшло помилку під час виконання запиту." + "`row_offset` must be greater than or equal to 0": [ + "`row_offset` повинен бути більшим або рівним 0" ], - "Alert name": ["Ім'я сповіщення"], - "Alert on grace period": ["Попередження про період Грейс"], - "Alert query returned a non-number value.": [ - "Попередній запит повернув значення безлічів." + "orderby column must be populated": [ + "стовпчик orderby повинен бути заповнений" ], - "Alert query returned more than one column.": [ - "Попередній запит повернув більше одного стовпця." + "Chart has no query context saved. Please save the chart again.": [ + "Діаграма не має збереженого контексту запиту. Будь ласка, збережіть діаграму ще раз." ], - "Alert query returned more than one row.": [ - "Попередній запит повернув більше одного ряду." + "Request is incorrect: %(error)s": ["Запит невірний: %(error)s"], + "Request is not JSON": ["Запит - це не json"], + "Empty query result": ["Порожній результат запиту"], + "Owners are invalid": ["Власники недійсні"], + "Some roles do not exist": ["Деяких ролей не існує"], + "Datasource type is invalid": ["Тип даних недійсний"], + "Datasource does not exist": ["DataSource не існує"], + "Query does not exist": ["Запити не існує"], + "Annotation layer parameters are invalid.": [ + "Параметри шару анотації недійсні." ], - "Alert running": ["Попередження"], - "Alert triggered, notification sent": [ - "Попередження, спрацьоване, повідомлення надіслано" + "Annotation layer could not be created.": [ + "Анотаційний шар не вдалося створити." ], - "Alert validator config error.": ["Помилка конфігурації валідатора."], - "Alerts": ["Попередження"], - "Alerts & Reports": ["Попередження та звіти"], - "Alerts & reports": ["Попередження та звіти"], - "Align +/-": ["Вирівняти +/-"], - "All": ["Всі"], - "All Text": ["Весь текст"], - "All charts": ["Усі діаграми"], - "All charts/global scoping": ["Усі діаграми/глобальні обсяги"], - "All filters": ["Всі фільтри"], - "All panels": ["Всі панелі"], - "All panels with this column will be affected by this filter": [ - "На всі панелі з цим стовпцем впливатимуть цей фільтр" + "Annotation layer could not be updated.": [ + "Анотаційний шар не вдалося оновити." ], - "Allow CREATE TABLE AS": ["Дозволити створити таблицю як"], - "Allow CREATE TABLE AS option in SQL Lab": [ - "Дозволити створювати таблицю як опцію в лабораторії SQL" + "Annotation layer not found.": ["Анотаційний шар не знайдено."], + "Annotation layer has associated annotations.": [ + "Анотаційний шар має пов’язані анотації." ], - "Allow CREATE VIEW AS": ["Дозволити створити перегляд як"], - "Allow CREATE VIEW AS option in SQL Lab": [ - "Дозволити створити перегляд як опцію в лабораторії SQL" + "Name must be unique": ["Ім'я повинно бути унікальним"], + "End date must be after start date": [ + "Дата закінчення повинна бути після дати початку" ], - "Allow Csv Upload": ["Дозволити завантаження CSV"], - "Allow DML": ["Дозволити DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "" + "Short description must be unique for this layer": [ + "Короткий опис повинен бути унікальним для цього шару" ], - "Allow columns to be rearranged": ["Дозволити перестановку стовпців"], - "Allow creation of new tables based on queries": [ - "Дозволити створення нових таблиць на основі запитів" + "Annotation not found.": ["Анотація не знайдена."], + "Annotation parameters are invalid.": ["Параметри анотації недійсні."], + "Annotation could not be created.": ["Анотація не вдалося створити."], + "Annotation could not be updated.": ["Анотацію не вдалося оновити."], + "Annotations could not be deleted.": ["Анотації не можна було видалити."], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Рядок часу неоднозначний. Будь ласка, вкажіть [%(human_readable)s тому] або [%(human_readable)s пізніше]." ], - "Allow creation of new views based on queries": [ - "Дозволити створення нових поглядів на основі запитів" + "Cannot parse time string [%(human_readable)s]": [ + "Не вдається розбирати часовий рядок [%(human_readable)s]" ], - "Allow data manipulation language": [ - "Дозволити мову маніпулювання даними" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "Дельта часу неоднозначна. Будь ласка, вкажіть [%(human_readable)s тому] або [%(human_readable)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.": [ - "Дозвольте кінцевому користувачеві перетягувати заголовки стовпців, щоб переставити їх. Зверніть увагу, що їх зміни не будуть зберігатись наступного разу, коли вони відкриють діаграму." + "Database does not exist": ["Бази даних не існує"], + "Dashboards do not exist": ["Дашбордів не існує"], + "Datasource type is required when datasource_id is given": [ + "Тип даних потрібен, коли задається DataSource_ID" ], - "Allow file uploads to database": [ - "Дозволити завантаження файлів у базу даних" + "Chart parameters are invalid.": ["Параметри діаграми недійсні."], + "Chart could not be created.": ["Діаграма не вдалося створити."], + "Chart could not be updated.": ["Діаграма не вдалося оновити."], + "Charts could not be deleted.": ["Діаграми не можна було видалити."], + "There are associated alerts or reports": [ + "Є пов'язані сповіщення або звіти" ], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "Дозволити маніпулювання базою даних за допомогою операторів, що не вибирають, такі як оновлення, видалення, створення тощо." + "You don't have access to this chart.": [ + "Ви не маєте доступу до цієї діаграми." ], - "Allow node selections": ["Дозволити вибір вузлів"], - "Allow sending multiple polygons as a filter event": [ - "Дозволити надсилання декількох багатокутників як події фільтра" + "Changing this chart is forbidden": ["Зміна цієї діаграми заборонена"], + "Import chart failed for an unknown reason": [ + "Діаграма імпорту не вдалася з невідомих причин" ], - "Allow this database to be explored": [ - "Дозволити досліджувати цю базу даних" + "Error: %(error)s": ["Помилка: %(error)s"], + "CSS template not found.": ["Шаблон CSS не знайдено."], + "Must be unique": ["Має бути унікальним"], + "Dashboard parameters are invalid.": [ + "Параметри інформаційної панелі недійсні." ], - "Allow this database to be queried in SQL Lab": [ - "Дозволити цю базу даних запитувати в лабораторії SQL" + "Dashboard could not be updated.": [ + "Не вдалося оновити інформаційну панель." ], - "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "Дозволити користувачам запускати оператори, що не вибирали (оновити, видаляти, створювати, ...) у лабораторії SQL" + "Dashboard could not be deleted.": [ + "Не вдалося видалити інформаційну панель." ], - "Allowed Domains (comma separated)": [ - "Дозволені домени (розділені кома)" + "Changing this Dashboard is forbidden": [ + "Зміна цієї інформаційної панелі заборонена" ], - "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 квартали." + "Import dashboard failed for an unknown reason": [ + "Не вдалося імпортувати інформаційну панель з невідомих причин" ], - "Altered": ["Змінений"], - "An Error Occurred": ["Виникла помилка"], - "An alert named \"%(name)s\" already exists": [ - "Попередження під назвою “%(name)s” вже існує" + "You don't have access to this dashboard.": [ + "У вас немає доступу до цієї інформаційної панелі." ], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "При використанні порівняння часу вкладений діапазон часу (як стартовий, так і кінець)." + "You don't have access to this embedded dashboard config.": [ + "У вас немає доступу до цієї вбудованої конфігурації інформаційної панелі." ], - "An engine must be specified when passing individual parameters to a database.": [ - "Двигун повинен бути вказаний при передачі окремих параметрів до бази даних." + "No data in file": ["Немає даних у файлі"], + "Database parameters are invalid.": ["Параметри бази даних недійсні."], + "A database with the same name already exists.": [ + "База даних з тим самим іменем вже існує." ], - "An error has occurred": ["Сталася помилка"], - "An error occurred": ["Виникла помилка"], - "An error occurred saving dataset": [ - "Сталася помилка збереження набору даних" + "Field is required": ["Потрібне поле"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "Поле не може розшифрувати JSON. %(json_error)s" ], - "An error occurred while accessing the value.": [ - "Під час доступу до значення сталася помилка." + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "Metadata_params у додатковому полі налаштовані не правильно. Ключ %{key} s є недійсним." ], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "Помилка сталася під час руйнування схеми таблиці. Зверніться до свого адміністратора." + "Database not found.": ["База даних не знайдена."], + "Database could not be created.": ["База даних не вдалося створити."], + "Database could not be updated.": ["База даних не вдалося оновити."], + "Connection failed, please check your connection settings": [ + "Не вдалося підключити, будь ласка, перевірте налаштування з'єднання" ], - "An error occurred while creating %ss: %s": [ - "Помилка сталася під час створення %ss: %s" + "Cannot delete a database that has datasets attached": [ + "Не вдається видалити базу даних, в якій додаються набори даних" ], - "An error occurred while creating the data source": [ - "Під час створення джерела даних сталася помилка" + "Database could not be deleted.": ["База даних не вдалося видалити."], + "Stopped an unsafe database connection": [ + "Зупинив небезпечне з'єднання бази даних" ], - "An error occurred while creating the value.": [ - "Під час створення значення сталася помилка." + "Could not load database driver": [ + "Не вдалося завантажити драйвер бази даних" ], - "An error occurred while deleting the value.": [ - "Під час видалення значення сталася помилка." + "Unexpected error occurred, please check your logs for details": [ + "Сталася несподівана помилка, будь ласка, перевірте свої журнали на детальну інформацію" ], - "An error occurred while expanding the table schema. Please contact your administrator.": [ - "Під час розширення схеми таблиці сталася помилка. Зверніться до свого адміністратора." + "no SQL validator is configured": ["жоден SQL валідатор не налаштований"], + "No validator found (configured for the engine)": [ + "Жодного валідатора не знайдено (налаштовано для двигуна)" ], - "An error occurred while fetching %s info: %s": [ - "Помилка сталася під час отримання %s Інформація: %s" + "Was unable to check your query": ["Не зміг перевірити ваш запит"], + "An unexpected error occurred": ["Сталася несподівана помилка"], + "Import database failed for an unknown reason": [ + "Імпортувати базу даних не вдалося з незрозумілої причини" ], - "An error occurred while fetching %ss: %s": [ - "Помилка сталася під час отримання %ss: %s" + "Could not load database driver: {}": [ + "Не вдалося завантажити драйвер бази даних: {}" ], - "An error occurred while fetching available CSS templates": [ - "Помилка сталася під час отримання доступних шаблонів CSS" + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "Двигун “%(engine)s” не може бути налаштований за параметрами." ], - "An error occurred while fetching chart owners values: %s": [ - "Помилка сталася під час отримання цінностей власників діаграм: %s" + "Database is offline.": ["База даних офлайн."], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s не зміг перевірити ваш запит.\nБудь ласка, перегляньте свій запит.\nВиняток: %(ex)s" ], - "An error occurred while fetching dashboard owner values: %s": [ - "Помилка сталася під час отримання значення власника інформаційної панелі: %s" + "SSH Tunnel could not be deleted.": ["Тунель SSH не вдалося видалити."], + "SSH Tunnel not found.": ["Тунель SSH не знайдено."], + "SSH Tunnel parameters are invalid.": ["Параметри тунелю SSH недійсні."], + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunnel could not be updated.": ["Тунель SSH не вдалося оновити."], + "Creating SSH Tunnel failed for an unknown reason": [ + "Створення тунелю SSH не вдалося з незрозумілої причини" ], - "An error occurred while fetching dashboards": [ - "Під час отримання інформаційної панелі сталася помилка" + "SSH Tunneling is not enabled": ["Тунелювання SSH не ввімкнено"], + "Must provide credentials for the SSH Tunnel": [ + "Повинен надати облікові дані для тунелю SSH" ], - "An error occurred while fetching dashboards: %s": [ - "Під час отримання інформаційної панелі сталася помилка: %s" + "Cannot have multiple credentials for the SSH Tunnel": [ + "Не може бути декількох облікових даних для тунелю SSH" ], - "An error occurred while fetching database related data: %s": [ - "Помилка сталася під час отримання даних, пов’язаних з базою даних: %s" + "The database was not found.": ["База даних не була знайдена."], + "Dataset %(name)s already exists": ["Набір даних %(name)s вже існує"], + "Database not allowed to change": [ + "База даних не дозволяється змінювати" ], - "An error occurred while fetching database values: %s": [ - "Помилка сталася під час отримання значень бази даних: %s" + "One or more columns do not exist": [ + "Одного або декількох стовпців не існує" ], - "An error occurred while fetching dataset datasource values: %s": [ - "Помилка сталася під час отримання значень набору даних набору даних: %s" + "One or more columns are duplicated": [ + "Один або кілька стовпців дублюються" ], - "An error occurred while fetching dataset owner values: %s": [ - "Помилка сталася під час отримання значень власника набору даних: %s" + "One or more columns already exist": [ + "Один або кілька стовпців вже існують" ], - "An error occurred while fetching dataset related data": [ - "Помилка сталася під час отримання даних, пов’язаних з наборами" + "One or more metrics do not exist": [ + "Одного або декількох показників не існує" ], - "An error occurred while fetching dataset related data: %s": [ - "Помилка сталася під час отримання даних, пов’язаних з набором даних: %s" + "One or more metrics are duplicated": [ + "Один або кілька показників дублюються" ], - "An error occurred while fetching datasets: %s": [ - "Помилка сталася під час отримання наборів даних: %s" + "One or more metrics already exist": [ + "Один або кілька показників вже існують" ], - "An error occurred while fetching function names.": [ - "Помилка сталася під час отримання імен функцій." + "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ + "Таблиця [%(table_name)s] Не вдалося знайти, будь ласка, перевірте підключення до бази даних, схеми та назву таблиці" ], - "An error occurred while fetching owners values: %s": [ - "Помилка сталася під час отримання цінностей власників: %s" + "Dataset does not exist": ["Набір даних не існує"], + "Dataset parameters are invalid.": ["Параметри набору даних недійсні."], + "Dataset could not be created.": ["Не вдалося створити набір даних."], + "Dataset could not be updated.": ["Набір даних не вдалося оновити."], + "Samples for dataset could not be retrieved.": [ + "Зразки для набору даних не вдалося отримати." ], - "An error occurred while fetching schema values: %s": [ - "Помилка сталася під час отримання значень схеми: %s" + "Changing this dataset is forbidden": [ + "Зміна цього набору даних заборонена" ], - "An error occurred while fetching tab state": [ - "Під час отримання стану вкладки сталася помилка" + "Import dataset failed for an unknown reason": [ + "Імпортувати набір даних не вдалося з незрозумілої причини" ], - "An error occurred while fetching table metadata": [ - "Помилка сталася під час отримання метаданих таблиці" + "You don't have access to this dataset.": [ + "Ви не маєте доступу до цього набору даних." ], - "An error occurred while fetching table metadata. Please contact your administrator.": [ - "Помилка сталася під час отримання метаданих таблиці. Зверніться до свого адміністратора." + "Dataset could not be duplicated.": [ + "Набір даних не можна було дублювати." ], - "An error occurred while fetching user values: %s": [ - "Помилка сталася під час отримання значень користувачів: %s" + "Data URI is not allowed.": ["URI даних заборонено."], + "Dataset column not found.": ["Стовпчик набору даних не знайдено."], + "Dataset column delete failed.": [ + "Видалення стовпця набору даних не вдалося." ], - "An error occurred while importing %s: %s": [ - "Помилка сталася під час імпорту %s: %s" + "Changing this dataset is forbidden.": [ + "Зміна цього набору даних заборонена." ], - "An error occurred while loading dashboard information.": [ - "Під час завантаження інформації про інформаційну панель сталася помилка." + "Dataset metric not found.": ["Мета даних не знайдено."], + "Dataset metric delete failed.": [ + "Видалення метрики набору даних не вдалося." ], - "An error occurred while loading the SQL": [ - "Під час завантаження SQL сталася помилка" + "Form data not found in cache, reverting to chart metadata.": [ + "Дані форми, які не містяться в кеші, повертаючись до метаданих діаграм." ], - "An error occurred while opening Explore": [ - "Під час відкриття досліджувати сталася помилка" + "Form data not found in cache, reverting to dataset metadata.": [ + "Дані форми, які не знайдені в кеші, повертаючись до метаданих набору даних." ], - "An error occurred while parsing the key.": [ - "Під час розбору ключа сталася помилка." + "[Missing Dataset]": ["[Відсутній набір даних]"], + "Saved queries could not be deleted.": [ + "Збережені запити не можливо видалити." ], - "An error occurred while pruning logs ": [ - "Помилка сталася під час обрізки журналів " + "Saved query not found.": ["Збережений запит не знайдено."], + "Import saved query failed for an unknown reason.": [ + "Збережений імпорт не вдалося з невідомих причин." ], - "An error occurred while removing query. Please contact your administrator.": [ - "Під час зняття запиту сталася помилка. Зверніться до свого адміністратора." + "Saved query parameters are invalid.": [ + "Збережені параметри запиту недійсні." ], - "An error occurred while removing tab. Please contact your administrator.": [ - "Під час видалення вкладки сталася помилка. Зверніться до свого адміністратора." + "Invalid tab ids: %s(tab_ids)": [ + "Недійсні ідентифікатори вкладки: %s (tab_ids)" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "Під час зняття схеми таблиці сталася помилка. Зверніться до свого адміністратора." + "Dashboard does not exist": ["Дашборд не існує"], + "Chart does not exist": ["Діаграма не існує"], + "Database is required for alerts": ["База даних необхідна для сповіщень"], + "Type is required": ["Потрібен тип"], + "Choose a chart or dashboard not both": [ + "Виберіть діаграму або інформаційну панель, а не обидва" ], - "An error occurred while rendering the visualization: %s": [ - "Під час візуалізації сталася помилка: %s" + "Must choose either a chart or a dashboard": [ + "Потрібно вибрати або діаграму, або інформаційну панель" ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "Під час встановлення вкладки Active сталася помилка. Зверніться до свого адміністратора." + "Please save your chart first, then try creating a new email report.": [ + "Спочатку збережіть свою діаграму, а потім спробуйте створити новий звіт електронної пошти." ], - "An error occurred while starring this chart": [ - "Під час головної частини цього діаграми сталася помилка" + "Please save your dashboard first, then try creating a new email report.": [ + "Спочатку збережіть свою інформаційну панель, а потім спробуйте створити новий звіт на електронну пошту." ], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "Під час зберігання вашого запиту сталася помилка. Щоб уникнути втрати змін, збережіть свій запит за допомогою кнопки \"Зберегти запит\"." + "Report Schedule parameters are invalid.": [ + "Параметри розкладу звіту недійсні." ], - "An error occurred while updating the value.": [ - "Під час оновлення значення сталася помилка." + "Report Schedule could not be created.": [ + "Графік звітів не вдалося створити." ], - "An error occurred while upserting the value.": [ - "Помилка сталася під час збільшення значення." + "Report Schedule could not be updated.": [ + "Графік звіту не можна було оновити." ], - "An unexpected error occurred": ["Сталася несподівана помилка"], - "Anchor to": ["Прив’язати до"], - "Angle at which to end progress axis": [ - "Кут, з яким слід закінчити вісь прогресу" + "Report Schedule not found.": ["Розклад звіту не знайдено."], + "Report Schedule delete failed.": ["Графік звіту Видалити не вдалося."], + "Report Schedule log prune failed.": [ + "Не вдалося очистити логи Звіту Розкладу." ], - "Angle at which to start progress axis": [ - "Кут, з яким почати прогрес вісь" + "Report Schedule execution failed when generating a screenshot.": [ + "Виконання графіку звіту не вдалося при створенні скріншота." ], - "Animation": ["Анімація"], - "Annotation": ["Анотація"], - "Annotation Layer %s": ["Анотаційний шар %s"], - "Annotation Layers": ["Анотаційні шари"], - "Annotation Slice Configuration": ["Конфігурація анотаційних шматочків"], - "Annotation could not be created.": ["Анотація не вдалося створити."], - "Annotation could not be updated.": ["Анотацію не вдалося оновити."], - "Annotation layer": ["Анотаційний шар"], - "Annotation layer could not be created.": [ - "Анотаційний шар не вдалося створити." + "Report Schedule execution failed when generating a csv.": [ + "Виконання графіку звіту не вдалося при створенні CSV." ], - "Annotation layer could not be updated.": [ - "Анотаційний шар не вдалося оновити." + "Report Schedule execution failed when generating a dataframe.": [ + "Виконання графіку звіту не вдалося при створенні даних даних." ], - "Annotation layer description columns": ["Анотація Шар Опис Стовпці"], - "Annotation layer has associated annotations.": [ - "Анотаційний шар має пов’язані анотації." + "Report Schedule execution got an unexpected error.": [ + "Виконання графіку звіту Отримано несподівану помилку." ], - "Annotation layer interval end": ["Анотаційний шар інтервалу кінця"], - "Annotation layer name": ["Назва шару анотації"], - "Annotation layer not found.": ["Анотаційний шар не знайдено."], - "Annotation layer opacity": ["Анотація Шар непрозорості"], - "Annotation layer parameters are invalid.": [ - "Параметри шару анотації недійсні." + "Report Schedule is still working, refusing to re-compute.": [ + "Графік звіту все ще працює, відмовляючись від повторного складання." ], - "Annotation layer stroke": ["Анотаційний шлюб"], - "Annotation layer time column": ["Стовпчик часу анотації"], - "Annotation layer title column": ["Стовпчик заголовка шару анотації"], - "Annotation layer type": ["Тип шару анотації"], - "Annotation layer value": ["Значення шару анотації"], - "Annotation layers": ["Анотаційні шари"], - "Annotation layers are still loading.": [ - "Анотаційні шари все ще завантажуються." + "Report Schedule reached a working timeout.": [ + "Графік звітів досяг робочого тайм -ауту." ], - "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.": [ - "Будь -яка додаткова деталь для показу в підказці сертифікації." + "A report named \"%(name)s\" already exists": [ + "Звіт під назвою “%(name)s” вже існує" ], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "Будь-яка вибрана тут палітра перевищить кольори, застосовані до окремих діаграм цієї інформаційної панелі" + "An alert named \"%(name)s\" already exists": [ + "Попередження під назвою “%(name)s” вже існує" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "Будь-які бази даних, які можуть бути з'єднані через URIs SQL Alchemy. " + "Resource already has an attached report.": [ + "Ресурс вже має доданий звіт." ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "Будь-які бази даних, які можуть бути з'єднані через URIs SQL Alchemy. Дізнайтеся, як підключити драйвер бази даних " + "Alert query returned more than one row.": [ + "Попередній запит повернув більше одного ряду." ], - "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.": [ - "Застосоване вікно прокатки не повернуло жодних даних. Будь ласка, переконайтесь, що запит джерела задовольняє мінімальні періоди, визначені у вікні прокатки." + "Alert validator config error.": ["Помилка конфігурації валідатора."], + "Alert query returned more than one column.": [ + "Попередній запит повернув більше одного стовпця." ], - "Apply": ["Застосовувати"], - "Apply conditional color formatting to metric": [ - "Застосувати умовне форматування кольорів до метрики" + "Alert query returned a non-number value.": [ + "Попередній запит повернув значення безлічів." ], - "Apply conditional color formatting to metrics": [ - "Застосувати умовне форматування кольорів до показників" + "Alert found an error while executing a query.": [ + "Попередження знайшло помилку під час виконання запиту." ], - "Apply conditional color formatting to numeric columns": [ - "Застосовуйте умовне форматування кольорів до числових стовпців" + "A timeout occurred while executing the query.": [ + "Під час виконання запиту стався таймаут." ], - "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?": [ - "Ви впевнені, що маєте намір перезаписати наступні значення?" + "A timeout occurred while taking a screenshot.": [ + "Під час зняття скріншота стався таймаут." ], - "Are you sure you want to cancel?": ["Ви впевнені, що хочете скасувати?"], - "Are you sure you want to delete": ["Ви впевнені, що хочете видалити"], - "Are you sure you want to delete %s?": [ - "Ви впевнені, що хочете видалити %s?" + "A timeout occurred while generating a csv.": [ + "Під час генерування CSV стався таймаут." ], - "Are you sure you want to delete the selected %s?": [ - "Ви впевнені, що хочете видалити вибрані %s?" + "A timeout occurred while generating a dataframe.": [ + "Під час генерування даних даних траплявся таймаут." ], - "Are you sure you want to delete the selected annotations?": [ - "Ви впевнені, що хочете видалити вибрані анотації?" + "Alert fired during grace period.": [ + "Попередження, вистрілене під час витонченого періоду." ], - "Are you sure you want to delete the selected charts?": [ - "Ви впевнені, що хочете видалити вибрані діаграми?" + "Alert ended grace period.": [ + "Попередження закінчився пільговим періодом." ], - "Are you sure you want to delete the selected dashboards?": [ - "Ви впевнені, що хочете видалити вибрані інформаційні панелі?" + "Alert on grace period": ["Попередження про період Грейс"], + "Report Schedule state not found": [ + "Держава розкладу звітів не знайдена" ], - "Are you sure you want to delete the selected datasets?": [ - "Ви впевнені, що хочете видалити вибрані набори даних?" + "Report schedule system error": ["Помилка системи розкладу звітів"], + "Report schedule client error": ["Помилка звіту про графік звітів"], + "Report schedule unexpected error": [ + "Графік звіту про несподівану помилку" ], - "Are you sure you want to delete the selected layers?": [ - "Ви впевнені, що хочете видалити вибрані шари?" + "Changing this report is forbidden": ["Зміна цього звіту заборонена"], + "An error occurred while pruning logs ": [ + "Помилка сталася під час обрізки журналів " ], - "Are you sure you want to delete the selected queries?": [ - "Ви впевнені, що хочете видалити вибрані запити?" + "RLS Rule not found.": ["Правило RLS не знайдено."], + "The database could not be found": ["Бази даних не вдалося знайти"], + "The query estimation was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "Оцінка запитів була вбита після %(sqllab_timeout)s секунд. Це може бути занадто складно, або база даних може бути під великим навантаженням." ], - "Are you sure you want to delete the selected rules?": [ - "Ви впевнені, що хочете видалити вибрані правила?" + "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ + "База даних, на яку посилається в цьому запиті, не було знайдено. Зверніться до адміністратора для отримання додаткової допомоги або повторіть спробу." ], - "Are you sure you want to delete the selected tags?": [ - "Ви впевнені, що хочете видалити вибрані теги?" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "Не вдалося знайти запит, пов'язаний з цими результатами. Потрібно повторно запустити оригінальний запит." ], - "Are you sure you want to delete the selected templates?": [ - "Ви впевнені, що хочете видалити вибрані шаблони?" + "Cannot access the query": ["Не вдається отримати доступ до запиту"], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "Дані не можна було отримати з результатів результатів. Потрібно повторно запустити оригінальний запит." ], - "Are you sure you want to overwrite this dataset?": [ - "Ви впевнені, що хочете перезаписати цей набір даних?" + "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.": [ + "Дані не могли бути дезеріалізовані з результатів результатів. Формат зберігання, можливо, змінився, зробивши стару частку даних. Потрібно повторно запустити оригінальний запит." ], - "Are you sure you want to proceed?": [ - "Ви впевнені, що хочете продовжити?" + "Tag parameters are invalid.": ["Параметри тегів недійсні."], + "Tag could not be created.": ["Тег не вдалося створити."], + "Tag could not be deleted.": ["Тег не вдалося видалити."], + "Tagged Object could not be deleted.": [ + "Позначений об’єкт не можна було видалити." ], - "Are you sure you want to save and apply changes?": [ - "Ви впевнені, що хочете зберегти та застосувати зміни?" + "An error occurred while creating the value.": [ + "Під час створення значення сталася помилка." ], - "Area Chart": ["Діаграма"], - "Time-series 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.": [ - "Діаграми області схожі на лінійні діаграми тим, що вони представляють змінні з однаковою шкалою, але діаграми області складають показники один до одного." + "An error occurred while accessing the value.": [ + "Під час доступу до значення сталася помилка." ], - "Arrow": ["Стрілка"], - "Assign a set of parameters as": ["Призначити набір параметрів як"], - "Associated Charts": ["Асоційовані діаграми"], - "Async Execution": ["Виконання асинхронізації"], - "Asynchronous query execution": ["Асинхронне виконання запитів"], - "August": ["Серпень"], - "Auto": ["Автоматичний"], - "Auto Zoom": ["Автомобільний масштаб"], - "Autocomplete": ["Автозаповнення"], - "Autocomplete filters": ["Автоматичні фільтри"], - "Autocomplete query predicate": ["Auto -Complete Query Prediac"], - "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.": [ - "Барські діаграми використовуються для показу показників як серії барів." + "An error occurred while deleting the value.": [ + "Під час видалення значення сталася помилка." ], - "Bar Values": ["Значення планки"], - "Bar orientation": ["Орієнтація"], - "Base": ["Базовий"], - "Base layer map style. See Mapbox documentation: %s": [""], - "Based on a metric": ["На основі метрики"], - "Based on granularity, number of time periods to compare against": [ - "На основі деталізації, кількість часових періодів для порівняння" + "An error occurred while updating the value.": [ + "Під час оновлення значення сталася помилка." ], - "Based on what should series be ordered on the chart and legend": [ - "Виходячи з того, як слід впорядкувати серії на діаграмі та легенді" + "You don't have permission to modify the value.": [ + "У вас немає дозволу на зміну значення." ], - "Basic": ["Основний"], - "Basic information": ["Основна інформація"], - "Batch editing %d filters:": ["Редагування партії %d фільтрів:"], - "Battery level over time": ["Рівень акумулятора з часом"], - "Be careful.": ["Будь обережний."], - "Before": ["До"], - "Big Number": ["Велике число"], - "Big Number Font Size": ["Розмір шрифту великого числа"], - "Big Number with Time Period Comparison": [""], - "Big Number with Trendline": ["Велика кількість з Trendline"], - "Bottom": ["Дно"], - "Bottom Margin": ["Нижня маржа"], - "Bottom left": ["Знизу зліва"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "Нижній запас, в пікселях, що дозволяє отримати більше місця для етикетки осі" + "Resource was not found.": ["Ресурс не був знайдений."], + "Invalid result type: %(result_type)s": [ + "Недійсний тип результату: %(result_type)s" ], - "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.": [ - "Межі для осі y. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." + "Columns missing in dataset: %(invalid_columns)s": [ + "Стовпці відсутні в наборі даних: %(invalid_columns)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.": [ - "Межі для осі. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." + "A time column must be specified when using a Time Comparison.": [ + "Стовпчик часу повинен бути вказаний при використанні порівняння часу." ], - "Bounds for the primary Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Межі для первинної осі y. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." + "The chart does not exist": ["Діаграма не існує"], + "The chart datasource does not exist": ["Діаграма даних не існує"], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "Дублікат стовпців/метричних міток: %(labels)s. Будь ласка, переконайтеся, що всі стовпці та показники мають унікальну мітку." ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "Межі для вторинної осі y. Працює лише тоді, коли незалежна вісь Y\n Межі увімкнено. Якщо залишити порожні, межі динамічно визначені\n на основі міні/максимуму даних. Зауважте, що ця функція лише розшириться\n діапазон осі. Це не звузить ступінь даних." + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + "Наступні записи в `series_columns` відсутні у ґcolumnsґ: %(columns)s. " ], - "Box Plot": ["Ділянка коробки"], - "Breakdowns": ["Розбиття"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "`operation` property of post processing object undefined": [ + "`operation` властивість об'єкта після обробки не визначений" ], - "Bubble Chart": ["Міхурна діаграма"], - "Bubble Color": ["Бульбашковий колір"], - "Bubble Size": ["Розмір міхура"], - "Bubble size": ["Розмір міхура"], - "Bucket break points": ["Точки розриву відра"], - "Build": ["Побудувати"], - "Bulk select": ["Виберіть декілька"], - "Bulk tag": [""], - "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 значень фільтра і хочете ввімкнути динамічний пошук, який завантажує значення фільтра, як вводить користувачі (може додавати напругу до вашої бази даних)." + "Unsupported post processing operation: %(operation)s": [ + "Непідтримувана операція після обробки: %(operation)s" ], - "By key: use column names as sorting key": [ - "За ключем: Використовуйте імена стовпців як ключ сортування" + "[asc]": ["[asc]"], + "[desc]": ["[desc]"], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "Помилка в експресії jinja у значеннях вибору предикат: %(msg)s" ], - "By key: use row names as sorting key": [ - "За ключем: Використовуйте імена рядків як ключ сортування" + "Virtual dataset query must be read-only": [ + "Віртуальний запит набору даних повинен бути лише для читання" ], - "By value: use metric values as sorting key": [ - "За значенням: Використовуйте метричні значення як ключ сортування" + "Error in jinja expression in RLS filters: %(msg)s": [ + "Помилка в виразі jinja у фільтрах RLS: %(msg)s" ], - "CANCEL": ["Скасувати"], - "CREATE DATASET": ["Створити набір даних"], - "CREATE TABLE AS": ["Створити таблицю як"], - "CREATE VIEW AS": ["Створити перегляд як"], - "CREATE VIEW statement": ["Створіть оператор перегляду"], - "CRON Schedule": ["Графік крон"], - "CRON expression": ["Вираження крон"], - "CSS": ["CSS"], - "CSS Styles": ["Стилі CSS"], - "CSS Templates": ["Шаблони CSS"], - "CSS applied to the chart": ["CSS, застосований до діаграми"], - "CSS template": ["Шаблон CSS"], - "CSS template not found.": ["Шаблон CSS не знайдено."], - "CSS templates": ["Шаблони CSS"], - "CSV Upload": ["Завантаження CSV"], - "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "CSV файл “%(csv_filename)s\" Завантажено в таблицю \"%(table_name)s\" в базі даних “%(db_name)s”" + "Metric '%(metric)s' does not exist": ["Метрика ‘%(metric)s' не існує"], + "Db engine did not return all queried columns": [ + "БД двигун не повернув усі запити стовпчики" ], - "CSV to Database configuration": ["CSV до конфігурації бази даних"], - "CSV upload": ["Завантаження CSV"], - "CTAS & CVAS 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.": [ - "CTA (створити таблицю як Select) можна запустити лише за допомогою запиту, де останнє твердження - це вибір. Будь ласка, переконайтеся, що ваш запит має вибір як останнє твердження. Потім спробуйте знову запустити свій запит." + "Virtual dataset query cannot be empty": [ + "Віртуальний запит набору даних не може бути порожнім" ], - "CTAS 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.": [ - "CVA (створити перегляд як Select) можна запустити лише за допомогою запиту з одним оператором SELECT. Будь ласка, переконайтеся, що ваш запит має лише оператор SELECT. Потім спробуйте знову запустити свій запит." + "Only `SELECT` statements are allowed": ["Дозволено лише `вибору"], + "Only single queries supported": ["Підтримуються лише одиночні запити"], + "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": [ + "Незалежно від того, щоб зробити цей стовпець доступним як параметр [Час деталізації], стовпець повинен бути датетом або датетом" ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS (створити перегляд як SELECT) Запит має більше одного оператора." + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "Чи викривається цей стовпець у розділі \"Фільтри\" перегляду \"Вивчення\"." ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS (Створіть перегляд як SELECT) Запит не є оператором SELECT." + "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.": [ + "Тип даних, який висловився в базі даних. У деяких випадках може знадобитися вводити тип вручну для визначені виразами стовпців. У більшості випадків користувачам не потрібно це змінювати." ], - "Cache Timeout": ["Тайм -аут кешу"], - "Cache Timeout (seconds)": ["Час кешу (секунди)"], - "Cache timeout": ["Тайм -аут кешу"], - "Cached": ["Кешевий"], - "Cached %s": ["Кешовані %s"], - "Cached value not found": ["Кешоване значення не знайдено"], - "Calculate contribution per series or row": [ - "Обчисліть внесок на серію або ряд" + "Column": ["Стовпчик"], + "Verbose Name": ["Назва багатослів'я"], + "Description": ["Опис"], + "Groupable": ["Груповий"], + "Filterable": ["Фільтруваний"], + "Table": ["Стіл"], + "Expression": ["Вираз"], + "Is temporal": ["Є тимчасовим"], + "Datetime Format": ["Формат DateTime"], + "Type": ["Тип"], + "Business Data Type": ["Тип даних бізнесу"], + "Invalid date/timestamp format": [ + "Недійсна дата/формат часової позначки" ], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "Обчислений стовпчик [%s] вимагає виразу" + "Metrics": ["Показники"], + "Show Metric": ["Показати показник"], + "Add Metric": ["Додати показник"], + "Edit Metric": ["Метрика редагування"], + "Metric": ["Метричний"], + "SQL Expression": ["Вираз SQL"], + "D3 Format": ["Формат D3"], + "Extra": ["Додатковий"], + "Warning Message": ["Попереджувальне повідомлення"], + "Tables": ["Столи"], + "Show Table": ["Показати таблицю"], + "Import a table definition": ["Імпортувати визначення таблиці"], + "Edit Table": ["Редагувати таблицю"], + "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'": [ + "Список діаграм, пов’язаних з цією таблицею. Змінюючи цю дані, ви можете змінити, як поводяться ці пов'язані діаграми. Також зауважте, що діаграми повинні вказати на даний момент, тому ця форма не зможе зберегти, якщо видалити діаграми з даних. Якщо ви хочете змінити дані для діаграми, перезапишіть діаграму з \"Вивчення перегляду\"" ], - "Calculated columns": ["Обчислені стовпці"], - "Calculation type": ["Тип обчислення"], - "Calendar Heatmap": ["Календарна теплова карта"], - "Can not move top level tab into nested tabs": [ - "Не можна переміщувати вкладку верхнього рівня на вкладені вкладки" + "Timezone offset (in hours) for this datasource": [ + "Зсув часового поясу (у годинах) для цього даних" ], - "Can select multiple values": ["Може вибрати кілька значень"], - "Can't have overlap between Series and Breakdowns": [ - "Не може бути перекриття між серіями та розбиттями" + "Name of the table that exists in the source database": [ + "Назва таблиці, яка існує у вихідній базі даних" ], - "Cancel": ["Скасувати"], - "Cancel query on window unload event": [ - "Скасувати запит на подію Window Unload" + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "Схема, як використовується лише в деяких базах даних, таких як Postgres, Redshift та DB2" ], - "Cannot access the query": ["Не вдається отримати доступ до запиту"], - "Cannot delete a database that has datasets attached": [ - "Не вдається видалити базу даних, в якій додаються набори даних" + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "Ця поля діє на суперсетний вигляд, що означає, що Superset буде виконувати запит проти цього рядка як підзапит." ], - "Cannot have multiple credentials for the SSH Tunnel": [ - "Не може бути декількох облікових даних для тунелю SSH" + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "Приклад застосовується при отримання чіткого значення для заповнення компонента управління фільтром. Підтримує синтаксис шаблону Jinja. Застосовується лише тоді, коли увімкнено `Увімкнути Filter Select`." ], - "Cannot load filter": ["Не вдається завантажувати фільтр"], - "Cannot parse time string [%(human_readable)s]": [ - "Не вдається розбирати часовий рядок [%(human_readable)s]" + "Redirects to this endpoint when clicking on the table from the table list": [ + "Перенаправлення до цієї кінцевої точки при натисканні на таблицю зі списку таблиці" ], - "Categorical": ["Категоричний"], - "Categorical Color": ["Категоричний колір"], - "Categories to group by on the x-axis.": [ - "Категорії групуватися на осі x." + "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": [ + "Чи заповнити спадне місце у розділі фільтра «Дослідження перегляду» зі списком різних значень, отриманих з бекенду на льоту" ], - "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": ["Обмеження клітин"], - "Centroid (Longitude and Latitude): ": ["Центроїд (довгота та широта): "], - "Certification": ["Сертифікація"], - "Certification details": ["Деталі сертифікації"], - "Certified": ["Сертифікований"], - "Certified By": ["Сертифікований"], - "Certified by": ["Сертифікований"], - "Certified by %s": ["Сертифікований %s"], - "Change order of columns.": ["Змінити порядок стовпців."], - "Change order of rows.": ["Змінити порядок рядків."], - "Changed By": ["Змінений"], - "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": [ - "Зміна набору даних може зламати діаграму, якщо діаграма покладається на стовпці або метадані, які не існують у цільовому наборі даних" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "Чи створена таблиця за допомогою \"візуалізації\" потоку в лабораторії SQL" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "Зміна цих налаштувань вплине на всі діаграми за допомогою цього набору даних, включаючи діаграми, що належать іншим людям." + "A set of parameters that become available in the query using Jinja templating syntax": [ + "Набір параметрів, які стають доступними у запиті за допомогою синтаксису шаблону Jinja" ], - "Changing this Dashboard is forbidden": [ - "Зміна цієї інформаційної панелі заборонена" + "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 вказує на те, що кеш ніколи не закінчується. Зверніть увагу на цей час очікування бази даних, якщо він не визначений." ], - "Changing this chart is forbidden": ["Зміна цієї діаграми заборонена"], - "Changing this control takes effect instantly": [ - "Зміна цього контролю набуває чинності миттєво" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "" ], - "Changing this dataset is forbidden": [ - "Зміна цього набору даних заборонена" + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "Changing this dataset is forbidden.": [ - "Зміна цього набору даних заборонена." + "Associated Charts": ["Асоційовані діаграми"], + "Changed By": ["Змінений"], + "Database": ["База даних"], + "Last Changed": ["Востаннє змінився"], + "Enable Filter Select": ["Увімкнути фільтр Виберіть"], + "Schema": ["Схема"], + "Default Endpoint": ["Кінцева точка за замовчуванням"], + "Offset": ["Компенсація"], + "Cache Timeout": ["Тайм -аут кешу"], + "Table Name": ["Назва таблиці"], + "Fetch Values Predicate": ["Значення отримання предикатів"], + "Owners": ["Власники"], + "Main Datetime Column": ["Основний стовпець DateTime"], + "SQL Lab View": ["Перегляд лабораторії SQL"], + "Template parameters": ["Параметри шаблону"], + "Modified": ["Змінений"], + "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 this datasource is forbidden": [ - "Зміна цього даних забороняється" + "Dataset schema is invalid, caused by: %(error)s": [ + "Схема набору даних недійсна, викликана: %(error)s" ], - "Changing this report is forbidden": ["Зміна цього звіту заборонена"], - "Character to interpret as decimal point": [ - "Характер тлумачити як десяткову точку" + "Title or Slug": ["Назва або слим"], + "Role": ["Роль"], + "Invalid state.": ["Недійсна держава."], + "Table name undefined": ["Назва таблиці не визначена"], + "Upload Enabled": ["Завантажити увімкнено"], + "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ + "Недійсний рядок підключення, дійсне рядок зазвичай випливає: Backend+драйвер: // користувач: пароль@база даних-розміщення/ім'я бази даних-name" ], - "Character to interpret as decimal point.": [ - "Характер тлумачити як десяткову точку." + "Field cannot be decoded by JSON. %(msg)s": [ + "Поле не може розшифрувати JSON. %(msg)s" ], - "Chart": ["Графік"], - "Chart %(id)s not found": ["Діаграма %(id)s не знайдено"], - "Chart Cache Timeout": ["ЧАС КАХ ЧАСУВАННЯ"], - "Chart Data: %s": ["Дані діаграми: %s"], - "Chart ID": ["Ідентифікатор діаграми"], - "Chart Options": ["Параметри діаграми"], - "Chart Orientation": ["Орієнтація діаграми"], - "Chart Source": ["Джерело діаграми"], - "Chart Title": ["Назва діаграми"], - "Chart [%s] has been overwritten": ["Діаграма [%s] була перезаписана"], - "Chart [%s] has been saved": ["Діаграма [%s] збережена"], - "Chart [%s] was added to dashboard [%s]": [ - "Діаграма [%s] була додана до інформаційної панелі [%s]" + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "Metadata_params у додатковому полі налаштовані не правильно. Ключ %(key)s є недійсним." ], - "Chart [{}] has been overwritten": ["Діаграма [{}] була перезаписана"], - "Chart [{}] has been saved": ["Діаграма [{}] збережена"], - "Chart [{}] was added to dashboard [{}]": [ - "Діаграма [{}] була додана до інформаційної панелі [{}]" + "An engine must be specified when passing individual parameters to a database.": [ + "Двигун повинен бути вказаний при передачі окремих параметрів до бази даних." ], - "Chart cache timeout": ["ЧАС КАХ ЧАСУВАННЯ"], - "Chart changes": ["Зміни діаграми"], - "Chart could not be created.": ["Діаграма не вдалося створити."], - "Chart could not be updated.": ["Діаграма не вдалося оновити."], - "Chart does not exist": ["Діаграма не існує"], - "Chart has no query context saved. Please save the chart again.": [ - "Діаграма не має збереженого контексту запиту. Будь ласка, збережіть діаграму ще раз." + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "Специфікація двигуна \"Invalidengine\" не підтримує налаштування за допомогою окремих параметрів." ], - "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 requires a dataset": ["Тип діаграми вимагає набору даних"], - "Chart width": ["Ширина діаграми"], - "Charts": ["Діаграми"], - "Charts could not be deleted.": ["Діаграми не можна було видалити."], - "Check for sorting ascending": [ - "Перевірте наявність сортування висхідного" + "Null or Empty": ["Нульовий або порожній"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "Будь ласка, перевірте свій запит на наявність помилок синтаксису на або поблизу “%(syntax_error)s\". Потім спробуйте знову запустити свій запит." ], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "Перевірте, чи повинна діаграма троянд використовувати область сегмента замість радіуса сегмента для пропорції" + "Second": ["Другий"], + "5 second": ["5 секунд"], + "30 second": ["30 секунд"], + "Minute": ["Хвилина"], + "5 minute": ["5 -хвилинний"], + "10 minute": ["10 хвилин"], + "15 minute": ["15 хвилин"], + "30 minute": ["30 хвилин"], + "Hour": ["Година"], + "6 hour": ["6 годин"], + "Day": ["День"], + "Week": ["Тиждень"], + "Month": ["Місяць"], + "Quarter": ["Чверть"], + "Year": ["Рік"], + "Week starting Sunday": ["Тиждень, починаючи з неділі"], + "Week starting Monday": ["Тиждень, починаючи з понеділка"], + "Week ending Saturday": ["Тиждень, що закінчується в суботу"], + "Username": ["Ім'я користувача"], + "Password": ["Пароль"], + "Hostname or IP address": ["Ім'я хоста або IP -адреса"], + "Database port": ["Порт бази даних"], + "Database name": ["Назва бази даних"], + "Additional parameters": ["Додаткові параметри"], + "Use an encrypted connection to the database": [ + "Використовуйте зашифроване з'єднання з базою даних" ], - "Check out this chart in dashboard:": [ - "Перегляньте цю діаграму на інформаційній панелі:" + "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\"": [ + "Не може підключитися. Переконайтеся, що на обліковому записі служби встановлюються такі ролі: \"Переглядач даних BigQuery\", \"Переглядач метаданих BigQuery\", \"Користувач роботи з великою роботою\" та наступні дозволи встановлюються \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" ], - "Check out this chart: ": ["Перегляньте цю діаграму: "], - "Check out this dashboard: ": ["Перегляньте цю інформаційну панель: "], - "Check to force date partitions to have the same height": [ - "Перевірте, щоб змусити датні розділи мати однакову висоту" + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "Таблиця “%(table)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну таблицю." ], - "Child label position": ["Позиція дочірньої етикетки"], - "Choice of [Label] must be present in [Group By]": [ - "Вибір [мітки] повинен бути присутнім у [групі]" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "Ми, здається, не можемо вирішити стовпчик \"%(column)s” на лінії %(location)s." ], - "Choice of [Point Radius] must be present in [Group By]": [ - "Вибір [радіуса точки] повинен бути присутнім у [групі]" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "Схеми “%(schema)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну схему." ], - "Choose File": ["Виберіть файл"], - "Choose a chart or dashboard not both": [ - "Виберіть діаграму або інформаційну панель, а не обидва" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "Або ім'я користувача “%(username)s”, або пароль невірний." ], - "Choose a database...": ["Виберіть базу даних ..."], - "Choose a dataset": ["Виберіть набір даних"], - "Choose a metric for right axis": ["Виберіть метрику для правої осі"], - "Choose a number format": ["Виберіть формат числа"], - "Choose a source": ["Виберіть джерело"], - "Choose a source and a target": ["Виберіть джерело та ціль"], - "Choose a target": ["Виберіть ціль"], - "Choose chart type": ["Виберіть тип діаграми"], - "Choose one of the available databases from the panel on the left.": [ - "Виберіть одну з доступних баз даних з панелі зліва." + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "Хост “%(hostname)s” може бути знижений і неможливо досягти." ], - "Choose the annotation layer type": ["Виберіть тип шару анотації"], - "Choose the format for legend values": [ - "Виберіть формат для значень легенди" + "Unable to connect to database \"%(database)s\".": [ + "Неможливо підключитися до бази даних “%(database)s”." ], - "Choose the position of the legend": ["Виберіть положення легенди"], - "Choose the source of your annotations": [ - "Виберіть джерело своїх анотацій" + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "Будь ласка, перевірте свій запит на наявність помилок синтаксису поблизу \"%(server_error)s\". Потім спробуйте знову запустити свій запит." ], - "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ - "Виберіть, чи повинна країна затінювати метрику, або призначати колір на основі категоричної кольорової палітру" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "Ми не можемо вирішити стовпець “%(column_name)s”" ], - "Chord Diagram": ["Акордна діаграма"], - "Chosen non-numeric column": ["Обраний не-чим’яний стовпчик"], - "Circle": ["Кола"], - "Circle -> Arrow": ["Коло -> Стрілка"], - "Circle -> Circle": ["Коло -> Коло"], - "Circle radar shape": ["Форма радіолокаційного кола"], - "Circular": ["Круговий"], - "Classic chart that visualizes how metrics change over time.": [ - "Класична діаграма, яка візуалізує, як змінюються показники з часом." + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "Або ім'я користувача “%(username)s”, пароль або ім'я бази даних “%(database)s\" є неправильним." ], - "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.": [ - "Класична електронна таблиця за стовпцем, як перегляд набору даних. Використовуйте таблиці, щоб продемонструвати перегляд у основних даних або для показу сукупних показників." + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "Ім'я хоста \"%(ім'я хоста)s\" неможливо вирішити." ], - "Clause": ["Застереження"], - "Clear": ["Чіткий"], - "Clear all": ["Очистити всі"], - "Clear all data": ["Очистіть усі дані"], - "Clear form": ["Чітка форма"], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ - "Натисніть кнопку \"+додавання/редагування фільтрів\", щоб створити нові фільтри для інформаційної панелі" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "Порт %(port)s на ім'я хоста \" %(hostname)s” відмовився від з'єднання." ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ - "Натисніть кнопку \"Створити діаграму\" на панелі управління зліва, щоб переглянути візуалізацію або" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "Хост \" %(hostname)s” може бути знижений, і його не можна дістатися на порт %(port)s." ], - "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.": [ - "Клацніть на це посилання, щоб перейти на альтернативну форму, яка дозволяє вводити URL -адресу SQLALCHEMY для цієї бази даних вручну." + "Unknown MySQL server host \"%(hostname)s\".": [ + "Невідомий хост MySQL Server “%(hostname)s”." ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "Клацніть на це посилання, щоб перейти на альтернативну форму, яка розкриває лише необхідні поля, необхідні для підключення цієї бази даних." + "The username \"%(username)s\" does not exist.": [ + "Ім'я користувача “%(username)s\" не існує." ], - "Click to add a contour": [""], - "Click to cancel sorting": ["Клацніть, щоб скасувати сортування"], - "Click to edit": ["Клацніть, щоб редагувати"], - "Click to edit %s.": ["Клацніть на редагування %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: ": [ - "Колір буде затінений на основі нормалізованого (0% до 100%) значення даної клітини проти інших клітин у вибраному діапазоні: " + "The user/password combination is not valid (Incorrect password for user).": [ + "Комбінація користувача/пароля не є дійсною (неправильний пароль для користувача)." ], - "Colors": ["Кольори"], - "Column": ["Стовпчик"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "Стовпчик “%(column)s” не є числовим або не існує в результатах запиту." + "Could not connect to database: \"%(database)s\"": [ + "Не вдалося підключитися до бази даних: “%(database)s”" ], - "Column Configuration": ["Конфігурація стовпців"], - "Column Data Types": ["Типи даних стовпців"], - "Column Formatting": ["Форматування стовпців"], - "Column Label(s)": ["Мітки стовпців"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "Стовпчик, що містить ISO 3166-2 Коди регіону/провінції/відділення у вашій таблиці." + "Could not resolve hostname: \"%(host)s\".": [ + "Не вдалося вирішити ім'я хоста: “%(host)s\"." ], - "Column containing latitude data": [ - "Стовпчик, що містить дані про широту" + "Port out of range 0-65535": ["Порт поза діапазоном 0-65535"], + "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ + "Недійсний рядок підключення: очікуючи рядка форми 'ocient: // user: pass@host: port/database'." ], - "Column containing longitude data": ["Стовпчик, що містить дані довготи"], - "Column datatype": ["Тип даних стовпців"], - "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.": [ - "Мітка стовпця для індексу стовпців (ів). Якщо жодного не дано і індекс даних даних є правдивим, використовуються імена індексу." + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "Помилка синтаксису:%(qualifier)s введення “%(input)s” очікування “%(expected)s" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "Мітка стовпця для індексу стовпців (ів). Якщо жодного не дається та перевіряється індекс даних" + "Table or View \"%(table)s\" does not exist.": [ + "Таблиця або переглянути \"%(таблиця)s\" не існує." ], - "Column name": ["Назва стовпця"], - "Column name [%s] is duplicated": ["Назва стовпця [%s] дублюється"], - "Column referenced by aggregate is undefined: %(column)s": [ - "Стовпчик, на який посилається агрегат, не визначений: %(column)s" + "Invalid reference to column: \"%(column)s\"": [ + "Недійсне посилання на стовпець: “%(column)s”" ], - "Column select": ["Вибір стовпця"], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "Стовпчик для використання в якості рядків рядків даних даних. Залиште порожній, якщо немає стовпця індексу" + "The password provided for username \"%(username)s\" is incorrect.": [ + "Пароль, що надається для імені користувача \"%(ім'я користувача)s\", є неправильним." ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "Стовпчик для використання в якості рядків рядків даних даних. Залиште порожній, якщо немає стовпця індексу." + "Please re-enter the password.": ["Будь ласка, повторно введіть пароль."], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "Ми, здається, не можемо вирішити стовпець \" %(column_name)s” на лінії %(location)s." ], - "Columnar File": ["Стовпчик"], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Солодкий файл “%(columnar_filename)s\" завантажено в таблицю \"%(table_name)s\" в базі даних \"%(db_name)s\"" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "Таблиця “%(table_name)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну таблицю." ], - "Columnar to Database configuration": [ - "Conturear в конфігурацію бази даних" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "Схема \"%(schema_name)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну схему." ], - "Columns": ["Колони"], - "Columns To Be Parsed as Dates": [ - "Стовпці, які слід проаналізувати як дати" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "Неможливо підключитися до каталогу під назвою “%(catalog_name)s”." ], - "Columns To Read": ["Стовпці для читання"], - "Columns missing in dataset: %(invalid_columns)s": [ - "Стовпці відсутні в наборі даних: %(invalid_columns)s" + "Unknown Presto Error": ["Невідома помилка Престо"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "Ми не змогли підключитися до вашої бази даних під назвою “%(database)s\". Будь ласка, перевірте ім’я бази даних та спробуйте ще раз." ], - "Columns missing in datasource: %(invalid_columns)s": [ - "Стовпці відсутні в даних datasource: %(invalid_columns)s" + "%(object)s does not exist in this database.": [ + "%(object)s не існує в цій базі даних." ], - "Columns subtotal position": ["Стовпці субтотального положення"], - "Columns to calculate distribution across.": [ - "Стовпці для обчислення розподілу поперек." + "Samples for datasource could not be retrieved.": [ + "Зразки для даних не вдалося отримати." ], - "Columns to display": ["Стовпці для відображення"], - "Columns to group by": ["Стовпці до групи"], - "Columns to group by on the columns": ["Стовпці до групи на стовпцях"], - "Columns to group by on the rows": ["Стовпці до групи на рядках"], - "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.": [ - "Вибір кольору, розділених комою для інтервалів, наприклад 1,2,4. Цілі числа позначають кольори з обраної кольорової гами і є 1-індексованими. Довжина повинна відповідати межі інтервалу." + "Changing this datasource is forbidden": [ + "Зміна цього даних забороняється" ], - "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.": [ - "Кома-розділені інтервальні межі, наприклад 2,4,5 для інтервалів 0-2, 2-4 та 4-5. Останнє число повинно відповідати значенням, передбаченим для максимуму." + "Home": ["Домашня сторінка"], + "Database Connections": ["З'єднання бази даних"], + "Data": ["Дані"], + "Dashboards": ["Дашборди"], + "Charts": ["Діаграми"], + "Datasets": ["Набори даних"], + "Plugins": ["Плагіни"], + "Manage": ["Керувати"], + "CSS Templates": ["Шаблони CSS"], + "SQL Lab": ["SQL LAB"], + "SQL": ["SQL"], + "Saved Queries": ["Збережені запити"], + "Query History": ["Історія запитів"], + "Tags": ["Теги"], + "Action Log": ["Журнал дій"], + "Security": ["Безпека"], + "Alerts & Reports": ["Попередження та звіти"], + "Annotation Layers": ["Анотаційні шари"], + "Row Level Security": ["Безпека на рівні рядків"], + "An error occurred while parsing the key.": [ + "Під час розбору ключа сталася помилка." ], - "Comparator option": ["Параметр порівняння"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "Порівняйте кілька діаграм часових рядів (як іскричні лінії) та пов'язані з ними показники." + "An error occurred while upserting the value.": [ + "Помилка сталася під час збільшення значення." ], - "Compare the same summarized metric across multiple groups.": [ - "Порівняйте однакову узагальнену метрику для декількох груп." + "Unable to encode value": ["Неможливо кодувати значення"], + "Unable to decode value": ["Не в змозі розшифрувати значення"], + "Invalid permalink key": ["Недійсний ключ постійного посилання"], + "Error while rendering virtual dataset query: %(msg)s": [ + "Помилка під час надання віртуального запиту набору даних: %(msg)s" ], - "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.": [ - "Порівняється, як метрика змінюється з часом між різними групами. Кожна група відображається на ряд, і змінюється з часом, візуалізується довжини планки та колір." + "Virtual dataset query cannot consist of multiple statements": [ + "Віртуальний запит набору даних не може складатися з декількох тверджень" ], - "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.": [ - "Порівнює показники різних категорій за допомогою барів. Довжина смуги використовується для позначення величини кожного значення, а колір використовується для диференціації груп." + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "Стовпчик DateTime не надається як конфігурація таблиці деталей і вимагається цим типом діаграми" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "Порівняйте тривалість часу, коли різні види діяльності займаються спільним переглядом часової шкали." + "Empty query?": ["Порожній запит?"], + "Unknown column used in orderby: %(col)s": [ + "Невідомий стовпчик, що використовується в порядку: %(col)s" ], - "Comparison": ["Порівняння"], - "Comparison Period Lag": ["Порівняльний період відставання"], - "Comparison suffix": ["Суфікс порівняння"], - "Compose multiple layers together to form complex visuals.": [ - "Складіть кілька шарів разом для формування складних візуальних зображень." + "Time column \"%(col)s\" does not exist in dataset": [ + "Стовпчик часу “%(col)s” не існує в наборі даних" ], - "Compute the contribution to the total": ["Обчисліть внесок у загальний"], - "Condition": ["Хвороба"], - "Conditional Formatting": ["Умовне форматування"], - "Conditional formatting": ["Умовне форматування"], - "Confidence interval": ["Довірчий інтервал"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "Інтервал довіри повинен бути від 0 до 1 (ексклюзивний)" + "error_message": ["повідомлення про помилку"], + "Filter value list cannot be empty": [ + "Список значень фільтра не може бути порожнім" ], - "Configuration": ["Конфігурація"], - "Configure Advanced Time Range ": [ - "Налаштування розширеного діапазону часу " + "Must specify a value for filters with comparison operators": [ + "Потрібно вказати значення для фільтрів з операторами порівняння" ], - "Configure Time Range: Last...": [ - "Налаштування діапазону часу: Останнє ..." + "Invalid filter operation type: %(op)s": [ + "Недійсний тип функції фільтра: %(op)s" ], - "Configure Time Range: Previous...": [ - "Налаштування діапазону часу: Попередній ..." + "Error in jinja expression in WHERE clause: %(msg)s": [ + "Помилка в виразі jinja WHERE: %(msg)s" ], - "Configure custom time range": ["Налаштуйте спеціальний діапазон часу"], - "Configure filter scopes": ["Налаштуйте фільтрувальні сфери"], - "Configure the basics of your Annotation Layer.": [ - "Налаштуйте основи вашого шару анотації." + "Error in jinja expression in HAVING clause: %(msg)s": [ + "Помилка в виразі jinja у HAVING фразі: %(msg)s" ], - "Configure this dashboard to embed it into an external web application.": [ - "Налаштуйте цю інформаційну панель, щоб вставити її у зовнішній веб додаток." + "Database does not support subqueries": [ + "База даних не підтримує підрозділи" ], - "Configure your how you overlay is displayed here.": [ - "Налаштуйте, як тут відображається накладка." + "Value must be greater than 0": ["Значення повинно бути більше 0"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [""], + "\n Error: %(text)s\n ": [ + "\n Помилка: %(text)s\n " ], - "Confirm overwrite": ["Підтвердити перезапис"], - "Confirm save": ["Підтвердьте збереження"], - "Connect": ["З'єднувати"], - "Connect Google Sheet": ["Підключіть аркуш Google"], - "Connect Google Sheets as tables to this database": [ - "Підключіть аркуші Google як таблиці до цієї бази даних" + "EMAIL_REPORTS_CTA": ["Email_reports_cta"], + "%(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 | Ознайомтеся з Superset>\n\n%(table)s\n" ], - "Connect a database": ["Підключіть базу даних"], - "Connect database": ["Підключіть базу даних"], - "Connect this database using the dynamic form instead": [ - "Підключіть цю базу даних за допомогою динамічної форми" + "*%(name)s*\n\n%(description)s\n\nError: %(text)s\n": [ + "*%(name)s*\n\n%(description)s\n\nПомилка: %(text)s\n" ], - "Connect this database with a SQLAlchemy URI string instead": [ - "Підключіть цю базу даних за допомогою рядка URI SQLALCHEMY" + "%(dialect)s cannot be used as a data source for security reasons.": [ + "%(dialect)s не можна використовувати як джерело даних з міркувань безпеки." ], - "Connection": ["З'єднання"], - "Connection failed, please check your connection settings": [ - "Не вдалося підключити, будь ласка, перевірте налаштування з'єднання" + "Guest user cannot modify chart payload": [""], + "You don't have the rights to alter %(resource)s": [ + "Ви не маєте прав на зміну %(ресурси)s" ], - "Connection looks good!": ["З'єднання виглядає добре!"], - "Continue": ["Продовжувати"], - "Continuous": ["Безперервний"], - "Contribution": ["Внесок"], - "Contribution Mode": ["Режим внеску"], - "Control": ["КОНТРОЛЬ"], - "Control labeled ": ["Метод контролю позначено "], - "Controls labeled ": ["Методи керування позначені "], - "Coordinates": ["Координує"], - "Copied to clipboard!": ["Скопіюється в буфер обміну!"], - "Copy": ["Копіювати"], - "Copy SELECT statement to the clipboard": [ - "Скопіюйте оператор SELECT у буфер обміну" + "Failed to execute %(query)s": ["Не вдалося виконати %(query)s"], + "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.": [ + "Будь ласка, перевірте свої параметри шаблону на наявність помилок синтаксису та переконайтеся, що вони відповідають вашому запиту SQL та встановіть параметри. Потім спробуйте знову запустити свій запит." ], - "Copy and Paste JSON credentials": [ - "Копіювати та вставити облікові дані JSON" + "The query contains one or more malformed template parameters.": [ + "Запит містить один або кілька неправильно сформованих параметрів шаблону." ], - "Copy and paste the entire service account .json file here": [ - "Скопіюйте та вставте весь обліковий запис служби .json файл тут" + "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}}\". Потім спробуйте знову запустити свій запит." ], - "Copy link": ["Копіювати посилання"], - "Copy message": ["Скопіюйте повідомлення"], - "Copy of %s": ["Копія %s"], - "Copy partition query to clipboard": [ - "Скопіюйте запит на розділ у буфер обміну" + "Tag name is invalid (cannot contain ':')": [ + "Назва тегу недійсна (не може містити ':')" ], - "Copy permalink to clipboard": [ - "Скопіюйте постійне посилання на буфер обміну" + "Scheduled task executor not found": [ + "Запланований виконавець завдань не знайдено" ], - "Copy query URL": ["Скопіюйте URL -адресу запитів"], - "Copy query link to your clipboard": [ - "Скопіюйте посилання на запит у свій буфер обміну" + "Record Count": ["Реєстрація"], + "No records found": ["Записів не знайдено"], + "Filter List": ["Список фільтрів"], + "Search": ["Пошук"], + "Refresh": ["Оновлювати"], + "Import dashboards": ["Імпортувати інформаційні панелі"], + "Import Dashboard(s)": ["Імпортувати Дашборд(и)"], + "File": ["Файл"], + "Choose File": ["Виберіть файл"], + "Upload": ["Завантажувати"], + "Use the edit button to change this field": [ + "Використовуйте кнопку Редагувати, щоб змінити це поле" ], - "Copy the name of the HTTP Path of your cluster.": [ - "Скопіюйте назву HTTP -шляху кластера." + "Test Connection": ["Тестове з'єднання"], + "Unsupported clause type: %(clause)s": [ + "Небудова тип пункту: %(clause)s" ], - "Copy the name of the database you are trying to connect to.": [ - "Скопіюйте назву бази даних, до якої ви намагаєтесь підключитися." + "Invalid metric object: %(metric)s": [ + "Недійсний метричний об’єкт: %(metric)s" ], - "Copy to Clipboard": ["Копіювати в буфер обміну"], - "Copy to clipboard": ["Копіювати в буфер обміну"], - "Correlation": ["Співвідношення"], - "Cost estimate": ["Оцінка витрат"], - "Could not connect to database: \"%(database)s\"": [ - "Не вдалося підключитися до бази даних: “%(database)s”" + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "Не в змозі знайти таке свято: [%(holiday)s]" ], - "Could not determine datasource type": ["Не вдалося визначити тип даних"], - "Could not fetch all saved charts": [ - "Не міг отримати всі збережених діаграм" + "DB column %(col_name)s has unknown type: %(value_type)s": [ + "Стовпчик DB %(col_name)s має невідомий тип: %(value_type)s" ], - "Could not find viz object": ["Не вдалося знайти об'єкт Viz"], - "Could not load database driver": [ - "Не вдалося завантажити драйвер бази даних" + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "відсотки повинні бути списком або кортежом з двома числовими значеннями, з яких перша нижча за друге значення" ], - "Could not load database driver: {}": [ - "Не вдалося завантажити драйвер бази даних: {}" + "`compare_columns` must have the same length as `source_columns`.": [ + "`compare_columns` повинні мати таку ж довжину, що і `source_columns`." ], - "Could not resolve hostname: \"%(host)s\".": [ - "Не вдалося вирішити ім'я хоста: “%(host)s\"." + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` повинно бути `difference`, `percentage` або `ratio`" ], - "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": ["Створіть набір даних"], - "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ - "Створіть набір даних, щоб почати візуалізувати свої дані як діаграму або перейти до\n SQL Lab, щоб запитати ваші дані." + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "Стовпчик “%(column)s” не є числовим або не існує в результатах запиту." ], - "Create a new chart": ["Створіть нову діаграму"], - "Create chart": ["Створити діаграму"], - "Create chart with dataset": [ - "Створіть діаграму за допомогою набору даних" + "`rename_columns` must have the same length as `columns`.": [ + "`rename_columns` повинен мати таку ж довжину, що і `columns`." ], - "Create dataset": ["Створити набір даних"], - "Create dataset and create chart": [ - "Створити набір даних та створити діаграму" + "Invalid cumulative operator: %(operator)s": [ + "Недійсний кумулятивний оператор: %(operator)s" ], - "Create new chart": ["Створіть нову діаграму"], - "Create or select schema...": ["Створити або вибрати схему ..."], - "Created": ["Створений"], - "Created by": ["Створений"], - "Created by me": ["Створений мною"], - "Created on": ["Створений на"], - "Creating SSH Tunnel failed for an unknown reason": [ - "Створення тунелю SSH не вдалося з незрозумілої причини" + "Invalid geohash string": ["Недійсна геохашна струна"], + "Invalid longitude/latitude": ["Недійсна довгота/широта"], + "Invalid geodetic string": ["Недійсна геодезна струна"], + "Pivot operation requires at least one index": [ + "Робота повороту вимагає щонайменше одного індексу" ], - "Creating a data source and creating a new tab": [ - "Створення джерела даних та створення нової вкладки" + "Pivot operation must include at least one aggregate": [ + "Робота повороту повинна включати щонайменше одну сукупність" ], - "Creator": ["Творець"], - "Crimson": ["Малиновий"], - "Cross-filter will be applied to all of the charts that use this dataset.": [ - "Перехресний фільтр буде застосований до всіх діаграм, які використовують цей набір даних." + "`prophet` package not installed": ["`prophet` модуль не встановлений"], + "Time grain missing": ["Часове зерно відсутнє"], + "Unsupported time grain: %(time_grain)s": [ + "Непідтримуване зерно часу: %(time_grain)s" ], - "Cross-filtering is not enabled for this dashboard.": [ - "Перехресне фільтрування не ввімкнено для цієї інформаційної панелі." + "Periods must be a whole number": ["Періоди повинні бути цілим числом"], + "Confidence interval must be between 0 and 1 (exclusive)": [ + "Інтервал довіри повинен бути від 0 до 1 (ексклюзивний)" ], - "Cross-filtering is not enabled in this dashboard": [ - "Перехресне фільтрування не ввімкнено для цієї інформаційної панелі" + "DataFrame must include temporal column": [ + "Dataframe повинен включати часовий стовпчик" ], - "Cross-filtering scoping": ["Перехресне фільтрування"], - "Cross-filters": ["Перехресні фільтри"], - "Cumulative": ["Кумулятивний"], - "Currency": [""], - "Currency prefix or suffix": [""], - "Currency symbol": [""], - "Currently rendered: %s": ["В даний час надано: %s"], - "Custom": ["Звичайний"], - "Custom Plugin": ["Спеціальний плагін"], - "Custom Plugins": ["Спеціальні плагіни"], - "Custom SQL": ["Спеціальний SQL"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "Спеціальні спеціальні показники SQL не ввімкнено для цього набору даних" + "DataFrame include at least one series": [ + "Dataframe включає щонайменше одну серію" ], - "Custom SQL fields cannot contain sub-queries.": [ - "Спеціальні поля SQL не можуть містити підзапити." + "Label already exists": ["Етикетка вже існує"], + "Resample operation requires DatetimeIndex": [ + "REPAMBLE ORTERCTION вимагає DateTimeIndex" ], - "Custom time filter plugin": ["Спеціальний плагін фільтра часу"], - "Custom width of the screenshot in pixels": [""], - "Customize": ["Налаштувати"], - "Customize Metrics": ["Налаштуйте показники"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ - "" + "Undefined window for rolling operation": [ + "Невизначене вікно для операції прокатки" ], - "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-format" + "Window must be > 0": ["Вікно повинно бути> 0"], + "Invalid rolling_type: %(type)s": ["Недійсне Rolling_Type: %(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "Недійсні варіанти для %(rolling_type)s: %(options)s" ], - "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 для чисел між -1,0 до 1,0, корисний, коли ви хочете мати різні значні цифри для невеликої та великої кількості" + "Referenced columns not available in DataFrame.": [ + "Посилання на стовпці недоступні в даних даних." ], - "D3 time format for datetime columns": [ - "D3 Формат часу для стовпців DateTime" + "Column referenced by aggregate is undefined: %(column)s": [ + "Стовпчик, на який посилається агрегат, не визначений: %(column)s" ], - "D3 time format syntax: https://github.com/d3/d3-time-format": [ - "D3 Синтаксис формату часу: https://github.com/d3/d3-time-format" + "Operator undefined for aggregator: %(name)s": [ + "Оператор, не визначений для агрегатора: %(ім'я)s" ], - "DATETIME": ["ДАТА, ЧАС"], - "DB column %(col_name)s has unknown type: %(value_type)s": [ - "Стовпчик DB %(col_name)s має невідомий тип: %(value_type)s" + "Invalid numpy function: %(operator)s": [ + "Недійсна функція Numpy: %(operator)s" ], - "DD/MM format dates, international and European format": [""], - "DEC": ["Ухвала"], - "DELETE": ["Видаляти"], - "DML": ["DML"], - "Daily seasonality": ["Щоденна сезонність"], - "Dark": ["Темний"], - "Dark Cyan": ["Темний блакит"], - "Dark mode": ["Темний режим"], - "Dashboard": ["Дашборд"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "Дашборд [%s] був щойно створений, а діаграма [%s] була додана до нього" + "json isn't valid": ["json не є дійсним"], + "Export to YAML": ["Експорт до Ямла"], + "Export to YAML?": ["Експорт до Ямла?"], + "Delete": ["Видаляти"], + "Delete all Really?": ["Видалити все справді?"], + "Is favorite": ["Є улюбленим"], + "Is tagged": ["Позначено"], + "The data source seems to have been deleted": [ + "Джерело даних, здається, було видалено" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "Дашборд [{}] був щойно створений, і діаграма [{}] була додана до нього" + "The user seems to have been deleted": ["Здається, користувач видалив"], + "You don't have the rights to download as csv": [ + "Ви не маєте прав на завантаження як CSV" ], - "Dashboard could not be deleted.": [ - "Не вдалося видалити інформаційну панель." + "Error: permalink state not found": [ + "Помилка: стан постійного посилання не знайдено" ], - "Dashboard could not be updated.": [ - "Не вдалося оновити інформаційну панель." + "Error: %(msg)s": ["Помилка: %(msg)s"], + "You don't have the rights to alter this chart": [ + "Ви не маєте прав на зміну цієї діаграми" ], - "Dashboard does not exist": ["Дашборд не існує"], - "Dashboard imported": ["Дашборд імпортовано"], - "Dashboard parameters are invalid.": [ - "Параметри інформаційної панелі недійсні." + "You don't have the rights to create a chart": [ + "Ви не маєте прав на створення діаграми" ], - "Dashboard properties": ["Властивості інформаційної панелі"], - "Dashboard properties updated": [ - "Оновлені властивості інформаційної панелі" + "Explore - %(table)s": ["Дослідити - %(table)s"], + "Explore": ["Досліджувати"], + "Chart [{}] has been saved": ["Діаграма [{}] збережена"], + "Chart [{}] has been overwritten": ["Діаграма [{}] була перезаписана"], + "You don't have the rights to alter this dashboard": [ + "Ви не маєте прав на зміну цієї інформаційної панелі" ], - "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.": [ - "Фільтри діапазону часу на інформаційній панелі застосовуються до тимчасових стовпців, визначених у\n розділ фільтра кожної діаграми. Додайте тимчасові стовпці до діаграми\n Фільтри, щоб цей фільтр на інформаційній панелі впливав на ці діаграми." + "Chart [{}] was added to dashboard [{}]": [ + "Діаграма [{}] була додана до інформаційної панелі [{}]" ], - "Dashboard title": ["Назва інформаційної панелі"], - "Dashboard usage": ["Використання інформаційної панелі"], - "Dashboards": ["Дашборди"], - "Dashboards added to": ["Дашборди були додані до"], - "Dashboards do not exist": ["Дашбордів не існує"], - "Dashed": ["Бридкий"], - "Data": ["Дані"], - "Data Table": ["Таблиця даних"], - "Data URI is not allowed.": ["URI даних заборонено."], - "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.": [ - "Дані не можна було отримати з результатів результатів. Потрібно повторно запустити оригінальний запит." + "You don't have the rights to create a dashboard": [ + "Ви не маєте прав на створення інформаційної панелі" ], - "Data preview": ["Попередній перегляд даних"], - "Data refreshed": ["Дані оновлені"], - "Data type": ["Тип даних"], - "DataFrame include at least one series": [ - "Dataframe включає щонайменше одну серію" + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "Дашборд [{}] був щойно створений, і діаграма [{}] була додана до нього" ], - "DataFrame must include temporal column": [ - "Dataframe повинен включати часовий стовпчик" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "Неправильно сформований запит. Очікуються аргументи slice_id або table_name та db_name" ], - "Database": ["База даних"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження стовпців. Зверніться до свого адміністратора Superset." + "Chart %(id)s not found": ["Діаграма %(id)s не знайдено"], + "Table %(table)s wasn't found in the database %(db)s": [ + "Таблиця %(table)s не знайдено в базі даних %(db)s" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження CSV. Зверніться до свого адміністратора Superset." + "permalink state not found": ["стан постійного посилання не знайдено"], + "Show CSS Template": ["Показати шаблон CSS"], + "Add CSS Template": ["Додайте шаблон CSS"], + "Edit CSS 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": [ + "Використовується внутрішньо для ідентифікації плагіна. Має бути встановлено на ім'я пакету з пакету Plugin.json" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження Excel. Зверніться до свого адміністратора Superset." + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "Повна URL -адреса, що вказує на розташування вбудованого плагіна (наприклад, може бути розміщена на CDN)" ], - "Database Connections": ["З'єднання бази даних"], - "Database Creation Error": ["Помилка створення бази даних"], - "Database connected": ["База даних підключена"], - "Database could not be created.": ["База даних не вдалося створити."], - "Database could not be deleted.": ["База даних не вдалося видалити."], - "Database could not be updated.": ["База даних не вдалося оновити."], - "Database does not allow data manipulation.": [ - "База даних не дозволяє маніпулювати даними." + "Custom Plugins": ["Спеціальні плагіни"], + "Custom Plugin": ["Спеціальний плагін"], + "Add a Plugin": ["Додайте плагін"], + "Edit Plugin": ["Редагувати плагін"], + "The dataset associated with this chart no longer exists": [ + "Набір даних, пов'язаний з цією діаграмою, більше не існує" ], - "Database does not exist": ["Бази даних не існує"], - "Database does not support subqueries": [ - "База даних не підтримує підрозділи" + "Could not determine datasource type": ["Не вдалося визначити тип даних"], + "Could not find viz object": ["Не вдалося знайти об'єкт Viz"], + "Show Chart": ["Показати діаграму"], + "Add Chart": ["Додайте діаграму"], + "Edit Chart": ["Редагувати діаграму"], + "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ + "Ці параметри генеруються динамічно при натисканні кнопки збереження або перезапис у перегляді. Цей об’єкт JSON викривають тут для довідок та для користувачів живлення, які можуть захотіти змінити конкретні параметри." ], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ - "Драйвер бази даних для імпорту, можливо, не встановлений. Відвідайте сторінку документації Superset для інструкцій щодо встановлення: " + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ + "Тривалість (за секунди) тайм -ауту кешування для цієї діаграми. Зверніть увагу на за замовчуванням до часу очікування даних/таблиці, якщо він не визначений." ], - "Database error": ["Помилка бази даних"], - "Database is offline.": ["База даних офлайн."], - "Database is required for alerts": ["База даних необхідна для сповіщень"], - "Database name": ["Назва бази даних"], - "Database not allowed to change": [ - "База даних не дозволяється змінювати" + "Creator": ["Творець"], + "Datasource": ["Джерело даних"], + "Last Modified": ["Останнє змінено"], + "Parameters": ["Параметри"], + "Chart": ["Графік"], + "Name": ["Назва"], + "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": [ + "Цей об’єкт JSON описує позиціонування віджетів на приладовій панелі. Він динамічно генерується при регулюванні розміру та позицій віджетів, використовуючи перетягування в інформаційній панелі" ], - "Database not found.": ["База даних не знайдена."], - "Database parameters are invalid.": ["Параметри бази даних недійсні."], - "Database passwords": ["Паролі бази даних"], - "Database port": ["Порт бази даних"], - "Database settings updated": ["Оновлені параметри бази даних"], - "Databases": ["Бази даних"], - "Dataframe Index": ["Індекс даних даних"], - "Dataset": ["Набір даних"], - "Dataset %(name)s already exists": ["Набір даних %(name)s вже існує"], - "Dataset Name": ["Назва набору даних"], - "Dataset column delete failed.": [ - "Видалення стовпця набору даних не вдалося." + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "CSS для окремих інформаційних панелей може бути змінений тут, або на поданні приладової панелі, де зміни негайно видно" ], - "Dataset column not found.": ["Стовпчик набору даних не знайдено."], - "Dataset could not be created.": ["Не вдалося створити набір даних."], - "Dataset could not be duplicated.": [ - "Набір даних не можна було дублювати." + "To get a readable URL for your dashboard": [ + "Щоб отримати читабельну URL адресу для вашої інформаційної панелі" ], - "Dataset could not be updated.": ["Набір даних не вдалося оновити."], - "Dataset does not exist": ["Набір даних не існує"], - "Dataset imported": ["Імпортний набір даних"], - "Dataset is required": ["Необхідний набір даних"], - "Dataset metric delete failed.": [ - "Видалення метрики набору даних не вдалося." + "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 генерується динамічно при натисканні кнопки збереження або перезапис у поданні панелі приладної панелі. Тут викрито для довідок та для користувачів живлення, які можуть захотіти змінити конкретні параметри." ], - "Dataset metric not found.": ["Мета даних не знайдено."], - "Dataset name": ["Назва набору даних"], - "Dataset parameters are invalid.": ["Параметри набору даних недійсні."], - "Dataset schema is invalid, caused by: %(error)s": [ - "Схема набору даних недійсна, викликана: %(error)s" + "Owners is a list of users who can alter the dashboard.": [ + "Власники - це список користувачів, які можуть змінити інформаційну панель." ], - "Datasets": ["Набори даних"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "Набори даних можна створити з таблиць баз даних або запитів SQL. Виберіть таблицю бази даних зліва або " + "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.": [ + "Ролі - це список, який визначає доступ до інформаційної панелі. Надання ролі доступу до інформаційної панелі буде обходити перевірки рівня набору даних. Якщо визначаються жодні ролі, застосовуються регулярні дозволи на доступ." ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "Визначає, чи видно цю інформаційну панель у списку всіх інформаційних панелей" ], - "Datasets do not contain a temporal column": [ - "Набори даних не містять тимчасового стовпця" + "Dashboard": ["Дашборд"], + "Title": ["Титул"], + "Slug": ["Слимак"], + "Roles": ["Ролі"], + "Published": ["Опублікований"], + "Position JSON": ["Позиція JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["Метадані JSON"], + "Export": ["Експорт"], + "Export dashboards?": ["Експортувати інформаційні панелі?"], + "CSV Upload": ["Завантаження CSV"], + "Select a file to be uploaded to the database": [ + "Виберіть файл, який потрібно завантажити в базу даних" ], - "Datasource": ["Джерело даних"], - "Datasource & Chart Type": ["Тип даних та тип діаграми"], - "Datasource does not exist": ["DataSource не існує"], - "Datasource type is invalid": ["Тип даних недійсний"], - "Datasource type is required when datasource_id is given": [ - "Тип даних потрібен, коли задається DataSource_ID" + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "Дозволено лише наступні розширення файлу: %(allowed_extensions)s" ], - "Date Time Format": ["Формат часу дати"], - "Date format": ["Формат дати"], - "Date format string": ["Рядок формату дати"], - "Date/Time": ["Дата, час"], - "Datetime Format": ["Формат DateTime"], - "Datetime column not provided as part table configuration and is required by this type of chart": [ - "Стовпчик DateTime не надається як конфігурація таблиці деталей і вимагається цим типом діаграми" + "Name of table to be created with CSV file": [ + "Ім'я таблиці, яке потрібно створити за допомогою файлу CSV" ], - "Datetime format": ["Формат DateTime"], - "Day": ["День"], - "Day (freq=D)": ["День (Freq = D)"], - "Day First": [""], - "Days %s": ["Дні %s"], - "Db engine did not return all queried columns": [ - "БД двигун не повернув усі запити стовпчики" + "Table name cannot contain a schema": [ + "Назва таблиці не може містити схему" ], - "Deactivate": ["Деактивувати"], - "December": ["Грудень"], - "Decides which column to sort the base axis by.": [ - "Вирішує, який стовпець для сортування базової осі за." + "Select a database to upload the file to": [ + "Виберіть базу даних для завантаження файлу в" ], - "Decides which measure to sort the base axis by.": [ - "Вирішує, яка міра для сортування базової осі за." + "Column Data Types": ["Типи даних стовпців"], + "Select a schema if the database supports this": [ + "Виберіть схему, якщо база даних підтримує це" ], - "Decimal Character": ["Десятковий характер"], - "Deck.gl - 3D Grid": ["Палуба.gl - 3D сітка"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D -шестигранник"], - "Deck.gl - Arc": ["Колода.gl - дуга"], - "Deck.gl - GeoJSON": ["Deck.gl - Geojson"], - "Deck.gl - Heatmap": ["Палуба.gl - Теплова карта"], - "Deck.gl - Multiple Layers": ["Deck.gl - кілька шарів"], - "Deck.gl - Paths": ["Deck.gl - шляхи"], - "Deck.gl - Polygon": ["Палуба.gl - багатокутник"], - "Deck.gl - Scatter plot": ["Колода.gl - сюжет розсіювання"], - "Deck.gl - Screen Grid": ["Deck.gl - сітка екрана"], - "Default Endpoint": ["Кінцева точка за замовчуванням"], - "Default URL": ["URL -адреса за замовчуванням"], - "Default URL to redirect to when accessing from the dataset list page": [ - "URL -адреса за замовчуванням для перенаправлення на доступ до доступу зі сторінки списку даних" + "Delimiter": ["Розмежування"], + "Enter a delimiter for this data": ["Введіть розмежування цих даних"], + ",": [","], + ".": ["."], + "Other": ["Інший"], + "If Table Already Exists": ["Якщо таблиця вже існує"], + "What should happen if the table already exists": [ + "Що має статися, якщо стіл вже існує" ], - "Default Value": ["Значення за замовчуванням"], - "Default datetime": ["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": [ - "Мінімальна ширина стовпців за замовчуванням у пікселях фактична ширина все ще може бути більша, ніж це, якщо іншим стовпцям не потрібно багато місця" + "Fail": ["Провалити"], + "Replace": ["Замінити"], + "Append": ["Додаватися"], + "Skip Initial Space": ["Пропустити початковий простір"], + "Skip spaces after delimiter": ["Пропустити простори після розмежування"], + "Skip Blank Lines": ["Пропустити порожні лінії"], + "Skip blank lines rather than interpreting them as Not A Number values": [ + "Пропустити порожні рядки, а не інтерпретувати їх як не значення числа" ], - "Default value is required": ["Значення за замовчуванням необхідне"], - "Default value must be set when \"Filter has default value\" is checked": [ - "Значення за замовчуванням повинно бути встановлено, коли перевіряється \"Фільтр має значення за замовчуванням\"" + "Columns To Be Parsed as Dates": [ + "Стовпці, які слід проаналізувати як дати" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "Значення за замовчуванням повинно бути встановлено, коли перевіряється \"значення фільтра\"" + "A comma separated list of columns that should be parsed as dates": [ + "Кома -розділений список стовпців, які слід проаналізувати як дати" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "Налаштування значення за замовчуванням автоматично, коли перевіряється \"Виберіть значення першого фільтра\"" + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["Десятковий характер"], + "Character to interpret as decimal point": [ + "Характер тлумачити як десяткову точку" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "Визначте функцію, яка отримує вхід і виводить вміст для підказки" + "Null Values": ["Нульові значення"], + "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 значень, які слід розглядати як NULL. Приклади: [\"\"] для порожніх рядків, [\"Немає\", \"n/a\"], [\"nan\", \"null\"]. Попередження: база даних HIVE підтримує лише одне значення" ], - "Define a function that returns a URL to navigate to when user clicks": [ - "Визначте функцію, яка повертає URL -адресу, щоб перейти до того, коли користувач клацає" + "Index Column": ["Стовпчик індексу"], + "Column to use as the row labels of the dataframe. Leave empty if no index column": [ + "Стовпчик для використання в якості рядків рядків даних даних. Залиште порожній, якщо немає стовпця індексу" ], - "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ - "Визначте функцію JavaScript, яка отримує масив даних, що використовується у візуалізації, і, як очікується, поверне модифіковану версію цього масиву. Це може бути використане для зміни властивостей даних, фільтра або збагачення масиву." + "Dataframe Index": ["Індекс даних даних"], + "Write dataframe index as a column": [ + "Запишіть індекс даних даних як стовпець" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "" + "Column Label(s)": ["Мітки стовпців"], + "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ + "Мітка стовпця для індексу стовпців (ів). Якщо жодного не дається та перевіряється індекс даних" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "Визначає функцію котячого вікна для застосування, працює разом із текстовим полем [періоди]" + "Columns To Read": ["Стовпці для читання"], + "Json list of the column names that should be read": [ + "Json список імен стовпців, які слід прочитати" ], - "Defines how each series is broken down": [ - "Визначає, як розбивається кожна серія" + "Overwrite Duplicate Columns": ["Перезаписати дублікат стовпців"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "Якщо дублікат стовпців не перекриваються, вони будуть представлені як \"x.1, x.2 ... x.x\"" ], - "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": [ - "Визначає групування суб'єктів. Кожна серія відображається як конкретний колір на діаграмі і має легенду перемикання" + "Header Row": ["Заголовок"], + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row": [ + "Рядок, що містить заголовки, які використовуються як імена стовпців (0 - це перший рядок даних). Залиште порожнім, якщо немає рядка заголовка" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "Визначає розмір функції котячого вікна, відносно вибитої деталізації часу" + "Rows to Read": ["Ряди для читання"], + "Number of rows of file to read": ["Кількість рядків файлу для читання"], + "Skip Rows": ["Пропустити ряди"], + "Number of rows to skip at start of file": [ + "Кількість рядків для пропускання на початку файлу" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "Name of table to be created from excel data.": [ + "Назва таблиці, яка повинна бути створена з даних Excel." ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "Визначає, чи повинен крок з’являтися на початку, середній або кінець між двома точками даних" + "Excel File": ["Файл Excel"], + "Select a Excel file to be uploaded to a database.": [ + "Виберіть файл Excel, щоб завантажуватися в базу даних." ], - "Delete": ["Видаляти"], - "Delete %s?": ["Видалити %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.": [ - "Видаліть цей контейнер і збережіть, щоб видалити це повідомлення." + "Sheet Name": ["Назва аркуша"], + "Strings used for sheet names (default is the first sheet).": [ + "Рядки, що використовуються для імен аркушів (за замовчуванням - це перший аркуш)." ], - "Deleted": ["Видалений"], - "Deleted %s": ["Видалено %s"], - "Deleted: %s": ["Видалено: %s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "Видалення вкладки видалить весь вміст всередині неї. Ви все ще можете змінити цю дію за допомогою" + "Specify a schema (if database flavor supports this).": [ + "Вкажіть схему (якщо аромат бази даних підтримує це)." ], - "Delimited long & lat single column": [ - "Розмежований одиночний стовпчик Long & Lat" + "Table Exists": ["Таблиця існує"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "Якщо таблиця існує одне з наступних: не вдасться (нічого не робіть), замініть (падайте та відтворіть таблицю) або додайте (вставте дані)." ], - "Delimiter": ["Розмежування"], - "Delivery method": ["Метод доставки"], - "Demographics": ["Демографія"], - "Density": ["Щільність"], - "Dependent on": ["Залежить від"], - "Deprecated": ["Застарілий"], - "Description": ["Опис"], - "Description (this can be seen in the list)": [ - "Опис (це можна побачити у списку)" + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "Рядок, що містить заголовки, які використовуються як імена стовпців (0 - це перший рядок даних). Залиште порожній, якщо немає рядка заголовка." ], - "Description Columns": ["Опис стовпців"], - "Description text that shows up below your Big Number": [ - "Опис текст, який відображається нижче вашого великого номера" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "Стовпчик для використання в якості рядків рядків даних даних. Залиште порожній, якщо немає стовпця індексу." ], - "Deselect all": ["Скасувати всі"], - "Details of the certification": ["Деталі сертифікації"], - "Determines how whiskers and outliers are calculated.": [ - "Визначає, як обчислюються вуса та переживчі." + "Number of rows to skip at start of file.": [ + "Кількість рядків для пропускання на початку файлу." ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "Визначає, чи видно цю інформаційну панель у списку всіх інформаційних панелей" + "Number of rows of file to read.": [ + "Кількість рядків файлу для читання." ], - "Diamond": ["Алмаз"], - "Did you mean:": ["Ти мав на увазі:"], - "Difference": ["Різниця"], - "Dim Gray": ["Тьмяно сірий"], - "Dimension": ["Вимір"], - "Dimension to use on x-axis.": ["Розмір використання на осі x."], - "Dimension to use on y-axis.": ["Розмір використання в осі Y."], - "Dimensions": ["Розміри"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "" + "Parse Dates": ["Дати розбору"], + "A comma separated list of columns that should be parsed as dates.": [ + "Список стовпців, відокремлений комою, які слід проаналізувати як дати." ], - "Directed Force Layout": ["Спрямований макет сили"], - "Directional": ["Спрямований"], - "Disable SQL Lab data preview queries": [ - "Вимкнути запити попереднього перегляду даних SQL" + "Character to interpret as decimal point.": [ + "Характер тлумачити як десяткову точку." ], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "Вимкнути попередній перегляд даних під час отримання метаданих таблиці в лабораторії SQL. Корисно, щоб уникнути проблем з продуктивністю браузера при використанні баз даних з дуже широкими таблицями." + "Write dataframe index as a column.": [ + "Запишіть індекс даних даних як стовпець." ], - "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.": [ - "Показники дисплея поруч у кожному стовпці, на відміну від кожного стовпця, що відображається поруч для кожної метрики." + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "Мітка стовпця для індексу стовпців (ів). Якщо жодного не дано і індекс даних даних є правдивим, використовуються імена індексу." ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "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.": [ + "Список JSON значень, які слід розглядати як NULL. Приклади: [\"\"], [\"Немає\", \"n/a\"], [\"nan\", \"null\"]. Попередження: база даних HIVE підтримує лише одне значення. Використовуйте [\"\"] для порожнього рядка." ], - "Display row level total": ["Відображення рівня рядка загалом"], - "Display settings": ["Налаштування дисплею"], - "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.": [ - "Відображає з'єднання між об'єктами в структурі графів. Корисно для відображення відносин та показ, які вузли важливі в мережі. Діаграми графів можуть бути налаштовані на спрямування сили або циркуляцію. Якщо ваші дані мають геопросторову складову, спробуйте діаграму дуги Deck.gl." + "Name of table to be created from columnar data.": [ + "Назва таблиці, яка повинна бути створена з стовпчастих даних." ], - "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": ["Завантажте в CSV"], - "Draft": ["Розтягувати"], - "Drag and drop components and charts to the dashboard": [ - "Перетягніть компоненти та діаграми на інформаційну панель" + "Columnar File": ["Стовпчик"], + "Select a Columnar file to be uploaded to a database.": [ + "Виберіть стовпчастий файл, щоб завантажуватися в базу даних." ], - "Drag and drop components to this tab": [ - "Перетягніть компоненти на цю вкладку" + "Use Columns": ["Використовуйте стовпці"], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Список JSON імен стовпців, які слід прочитати. Якщо ні, то з файлу будуть прочитані лише ці стовпці." ], - "Draw a marker on data points. Only applicable for line types.": [ - "Накресліть маркер на точках даних. Застосовується лише для типів ліній." + "Databases": ["Бази даних"], + "Show Database": ["Показати базу даних"], + "Add Database": ["Додати базу даних"], + "Edit Database": ["Редагувати базу даних"], + "Expose this DB 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.": [ + "Керуйте базою даних в асинхронному режимі, що означає, що запити виконуються на віддалених працівниках на відміну від самого веб -сервера. Це передбачає, що у вас є налаштування працівника селери, а також резервні результати. Для отримання додаткової інформації зверніться до документів про встановлення." ], - "Draw area under curves. Only applicable for line types.": [ - "Накресліть область під кривими. Застосовується лише для типів ліній." + "Allow CREATE TABLE AS option in SQL Lab": [ + "Дозволити створювати таблицю як опцію в лабораторії SQL" ], - "Draw line from Pie to label when labels outside?": [ - "Намалювати лінію з пирога до етикетки, коли етикетки зовні?" + "Allow CREATE VIEW AS option in SQL Lab": [ + "Дозволити створити перегляд як опцію в лабораторії SQL" ], - "Draw split lines for minor axis ticks": [ - "Накресліть розділені лінії для незначних кліщів" + "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "Дозволити користувачам запускати оператори, що не вибирали (оновити, видаляти, створювати, ...) у лабораторії SQL" ], - "Draw split lines for minor y-axis ticks": [ - "Накресліть розділені лінії для незначних кліщів у осі Y" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "При дозволі створювати таблицю як опцію в лабораторії SQL, ця опція змушує створювати таблицю в цій схемі" ], - "Drill by": ["Свердлити"], - "Drill by is not available for this data point": [ - "Свердло не доступне для цієї точки даних" + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "Якщо Presto, всі запити в лабораторії SQL будуть виконані як в даний час реєстрували користувача, який повинен мати дозвіл на їх запуск. Обліковий запис служби, але представляє себе в даний час зафіксовано користувача через властивість hive.server2.proxy.user." ], - "Drill by is not yet supported for this chart type": [ - "Свердло ще не підтримується для цього типу діаграми" + "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 вказує на те, що кеш ніколи не закінчується. Зверніть увагу на це за замовчуванням до глобального тайм -ауту, якщо він не визначений." ], - "Drill by: %s": ["Свердлити: %s"], - "Drill to detail": ["Свердлити до деталей"], - "Drill to detail by": ["Свердлити до деталей"], - "Drill to detail by value is not yet supported for this chart type.": [ - "Свердло до деталей за значенням ще не підтримується для цього типу діаграми." + "If selected, please set the schemas allowed for csv upload in Extra.": [ + "Якщо вибрано, встановіть схеми, дозволені для завантаження CSV додатково." ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "Дріль до деталей вимкнено, оскільки ця діаграма не групує дані за значенням розмірності." + "Expose in SQL Lab": ["Викриття в лабораторії SQL"], + "Allow CREATE TABLE AS": ["Дозволити створити таблицю як"], + "Allow CREATE VIEW AS": ["Дозволити створити перегляд як"], + "Allow DML": ["Дозволити DML"], + "CTAS Schema": ["Схема CTAS"], + "SQLAlchemy URI": ["Sqlalchemy uri"], + "Chart Cache Timeout": ["ЧАС КАХ ЧАСУВАННЯ"], + "Secure Extra": ["Забезпечити додаткове"], + "Root certificate": ["Кореневий сертифікат"], + "Async Execution": ["Виконання асинхронізації"], + "Impersonate the logged on user": [ + "Видати себе за реєстрацію користувача" ], - "Drill to detail: %s": ["Свердло до деталей: %s"], - "Drop a temporal column here or click": [ - "Спустіть тимчасовий стовпець або натисніть" + "Allow Csv Upload": ["Дозволити завантаження CSV"], + "Backend": ["Бекен"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "Додаткове поле не може розшифровувати JSON. %(msg)s" ], - "Drop columns/metrics here or click": [ - "Спустіть тут стовпці/метрики або натисніть" + "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ + "Недійсний рядок підключення, дійсний рядок зазвичай випливає: 'Драйвер: // користувач: пароль@db-host/database-name'

Приклад: 'postgresql: // user: password@your-postgres-db/база даних' < /p>" ], - "Duplicate": ["Дублікат"], - "Duplicate column name(s): %(columns)s": [ - "Дублікат назви стовпців: %(columns)s" + "CSV to Database configuration": ["CSV до конфігурації бази даних"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження CSV. Зверніться до свого адміністратора Superset." ], - "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ - "Дублікат стовпців/метричних міток: %(labels)s. Будь ласка, переконайтеся, що всі стовпці та показники мають унікальну мітку." + "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” до таблиці “%(table_name)s” в базі даних “%(db_name)s”. Повідомлення про помилку: %(error_msg)s" ], - "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.": [ - "Тривалість (за секунди) тайм -ауту кешування для діаграм цієї бази даних. Час очікування 0 вказує на те, що кеш ніколи не закінчується, і -1 обходить кеш. Зверніть увагу на це за замовчуванням до глобального тайм -ауту, якщо він не визначений." + "CSV file \"%(csv_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "CSV файл “%(csv_filename)s\" Завантажено в таблицю \"%(table_name)s\" в базі даних “%(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 вказує на те, що кеш ніколи не закінчується. Зверніть увагу на це за замовчуванням до глобального тайм -ауту, якщо він не визначений." + "Excel to Database configuration": ["Excel до конфігурації бази даних"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження Excel. Зверніться до свого адміністратора Superset." ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "Тривалість (за секунди) тайм -ауту кешування для цієї діаграми. Зверніть увагу на за замовчуванням до часу очікування даних/таблиці, якщо він не визначений." + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Неможливо завантажити файл Excel “%(filename)s” до таблиці “%(table_name)s” в базі даних “%(db_name)s\". Повідомлення про помилку: %(error_msg)s" ], - "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.": [ - "Тривалість (за секунди) тайм -ауту кешування для цієї діаграми. Встановіть -1, щоб обійти кеш. Зверніть увагу на за замовчуванням до часу очікування набору даних, якщо він не визначений." + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Файл Excel \"%(excel_filename)s\" завантажено в таблицю \"%(table_name)s\" в базі даних \"%(db_name)s\"" ], - "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 вказує на те, що кеш ніколи не закінчується. Зверніть увагу на цей час очікування бази даних, якщо він не визначений." + "Columnar to Database configuration": [ + "Conturear в конфігурацію бази даних" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "Тривалість (за лічені секунди) таймаут кешування метаданих для схем цієї бази даних. Якщо залишатись не встановлено, кеш ніколи не закінчується." + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "Для завантаження стовпців заборонено кілька розширень файлу. Будь ласка, переконайтеся, що всі файли мають однакове розширення." ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "Тривалість (за лічені секунди) таймаут кешування метаданих для таблиць цієї бази даних. Якщо залишатись не встановлено, кеш ніколи не закінчується. " + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "База даних “%(database_name)s” схема \"%(schema_name)s\" не дозволена для завантаження стовпців. Зверніться до свого адміністратора Superset." ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "Тривалість в МС (1,40008 => 1 мс 400 мк 80ns)" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "Не в змозі завантажити стовпчастий файл “%(filename)s” до таблиці “%(table_name)s\" в базі даних “%(db_name)s\". Повідомлення про помилку: %(error_msg)s" ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "Тривалість у MS (100,40008 => 100 мс 400 мкс 80ns)" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Солодкий файл “%(columnar_filename)s\" завантажено в таблицю \"%(table_name)s\" в базі даних \"%(db_name)s\"" ], - "Duration in ms (66000 => 1m 6s)": ["Тривалість у MS (66000 => 1 м 6с)"], - "Dynamic Aggregation Function": ["Функція динамічної агрегації"], - "Dynamically search all filter values": [ - "Динамічно шукайте всі значення фільтра" + "Request missing data field.": ["Запит пропущеного поля даних."], + "Duplicate column name(s): %(columns)s": [ + "Дублікат назви стовпців: %(columns)s" ], - "ECharts": ["Echarts"], - "EMAIL_REPORTS_CTA": ["Email_reports_cta"], - "END (EXCLUSIVE)": ["Кінець (ексклюзивний)"], - "ERROR": ["Помилка"], - "ERROR: %s": ["Помилка: %s"], - "Edge length": ["Довжина краю"], - "Edge length between nodes": ["Довжина краю між вузлами"], - "Edge symbols": ["Символи краю"], - "Edge width": ["Ширина краю"], - "Edit": ["Редагувати"], - "Edit Alert": ["Редагувати попередження"], - "Edit CSS": ["Редагувати CSS"], - "Edit CSS Template": ["Редагувати шаблон CSS"], - "Edit CSS template properties": ["Редагувати властивості шаблону CSS"], - "Edit Chart": ["Редагувати діаграму"], - "Edit Chart Properties": ["Редагувати властивості діаграми"], - "Edit Column": ["Редагувати стовпчик"], - "Edit Dashboard": ["Редагувати Дашборд"], - "Edit Database": ["Редагувати базу даних"], - "Edit Dataset ": ["Редагувати набір даних "], + "Logs": ["Журнали"], + "Show Log": ["Показувати журнал"], + "Add Log": ["Додати журнал"], "Edit Log": ["Редагувати журнал"], - "Edit Metric": ["Метрика редагування"], - "Edit Plugin": ["Редагувати плагін"], - "Edit Report": ["Редагувати звіт"], - "Edit Rule": ["Правило редагування"], - "Edit Table": ["Редагувати таблицю"], - "Edit annotation": ["Редагувати анотацію"], - "Edit annotation layer": ["Редагувати шар анотації"], - "Edit annotation layer properties": [ - "Редагувати властивості шару анотації" + "User": ["Користувач"], + "Action": ["Дія"], + "dttm": ["dttm"], + "JSON": ["Json"], + "Untitled Query": ["Неправлений запит"], + "Time Range": ["Часовий діапазон"], + "Time Column": ["Стовпчик часу"], + "Time Grain": ["Зерно часу"], + "Time Granularity": ["Час деталізація"], + "Time": ["Час"], + "A reference to the [Time] configuration, taking granularity into account": [ + "Посилання на конфігурацію [часу], враховуючи деталізацію" ], - "Edit chart": ["Редагувати діаграму"], - "Edit chart properties": ["Редагувати властивості діаграми"], - "Edit dashboard": ["Редагувати інформаційну панель"], - "Edit database": ["Редагувати базу даних"], - "Edit dataset": ["Редагувати набір даних"], - "Edit email report": ["Редагувати звіт електронної пошти"], - "Edit formatter": ["Редагувати форматер"], - "Edit properties": ["Редагувати властивості"], - "Edit query": ["Редагувати запит"], - "Edit template": ["Редагувати шаблон"], - "Edit template parameters": ["Редагувати параметри шаблону"], - "Edit the dashboard": ["Відредагуйте інформаційну панель"], - "Edit time range": ["Редагувати часовий діапазон"], - "Edited": ["Редаговані"], - "Editing 1 filter:": ["Редагування 1 фільтр:"], - "Either the database is spelled incorrectly or does not exist.": [ - "Або база даних написана неправильно, або не існує." + "Aggregate": ["Сукупний"], + "Raw records": ["RAW Records"], + "Category name": ["Назва категорії"], + "Total value": ["Загальна вартість"], + "Minimum value": ["Мінімальне значення"], + "Maximum value": ["Максимальне значення"], + "Average value": ["Середнє значення"], + "Certified by %s": ["Сертифікований %s"], + "description": ["опис"], + "bolt": ["болт"], + "Changing this control takes effect instantly": [ + "Зміна цього контролю набуває чинності миттєво" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "Або ім'я користувача “%(username)s”, або пароль невірний." + "Show info tooltip": ["Показати інформацію про підказку"], + "SQL expression": ["Вираз SQL"], + "Column datatype": ["Тип даних стовпців"], + "Column name": ["Назва стовпця"], + "Label": ["Мітка"], + "Metric name": ["Метрична назва"], + "unknown type icon": ["іконка невідомого типу"], + "function type icon": ["іконка типу функції"], + "string type icon": ["іконка типу рядка"], + "numeric type icon": ["значок числового типу"], + "boolean type icon": ["значок булевого типу"], + "temporal type icon": ["іконка тимчасового типу"], + "Advanced analytics": ["Розширена аналітика"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "Цей розділ містить варіанти, які дозволяють отримати розширену аналітичну обробку результатів запитів" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "Або ім'я користувача “%(username)s”, пароль або ім'я бази даних “%(database)s\" є неправильним." + "Rolling window": ["Коктейльне вікно"], + "Rolling function": ["Функція прокатки"], + "None": ["Ні"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "Визначає функцію котячого вікна для застосування, працює разом із текстовим полем [періоди]" ], - "Either the username or the password is wrong.": [ - "Або ім'я користувача, або пароль неправильні." + "Periods": ["Періоди"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "Визначає розмір функції котячого вікна, відносно вибитої деталізації часу" ], - "Elevation": ["Піднесення"], - "Email reports active": ["Звіти про електронну пошту активні"], - "Embed": ["Вбудувати"], - "Embed code": ["Вбудувати код"], - "Embed dashboard": ["Вбудувати інформаційну панель"], - "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": [ - "Увімкніть \"Дозволити завантаження файлів у базу даних\" в налаштуваннях будь -якої бази даних" + "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": [ + "Мінімальна кількість періодів прокатки, необхідні для показу значення. Наприклад, якщо ви робите накопичувальну суму на 7 днів, ви можете захотіти, щоб ваш \"мінливий період\" був 7, так що всі показані точки даних - це загальна кількість 7 періодів. Це приховає \"рампу\", що відбудеться протягом перших 7 періодів" ], - "Enable Filter Select": ["Увімкнути фільтр Виберіть"], - "Enable cross-filtering": ["Увімкнути перехресне фільтрування"], - "Enable data zooming controls": [ - "Увімкнути контроль за масштабуванням даних" + "Time comparison": ["Порівняння часу"], + "Time shift": ["Зрушення в часі"], + "1 day ago": ["1 день тому"], + "1 week ago": ["1 тиждень тому"], + "28 days ago": ["28 днів тому"], + "30 days ago": ["30 днів тому"], + "52 weeks ago": ["52 тижні тому"], + "1 year ago": ["1 рік тому"], + "104 weeks ago": ["104 тижні тому"], + "2 years ago": ["2 роки тому"], + "156 weeks ago": ["156 тижнів тому"], + "3 years ago": ["3 роки тому"], + "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 днів, 52 тижні, 365 днів). Підтримується безкоштовний текст." ], - "Enable embedding": ["Увімкнути вбудовування"], + "Calculation type": ["Тип обчислення"], + "Actual values": ["Фактичні значення"], + "Difference": ["Різниця"], + "Percentage change": ["Зміна відсотків"], + "Ratio": ["Співвідношення"], + "How to display time shifts: as individual lines; as the difference between the main time series and each time shift; as the percentage change; or as the ratio between series and time shifts.": [ + "Як відобразити зміни часу: як окремі лінії; як різниця між основним часовим рядом та кожною зміною часу; як відсоткова зміна; або як співвідношення між серіями та часом змінюється." + ], + "Resample": ["Перепродаж"], + "Rule": ["Правити"], + "1 minutely frequency": ["1 хвилинна частота"], + "1 hourly frequency": ["1 погодинна частота"], + "1 calendar day frequency": ["1 Календарний день частота"], + "7 calendar day frequency": ["7 Календарний день частота"], + "1 month start frequency": ["Частота початку 1 місяця"], + "1 month end frequency": ["Кінцева частота 1 місяця"], + "1 year start frequency": ["1 рік старту частоти"], + "1 year end frequency": ["Кінцева частота 1 рік"], + "Pandas resample rule": ["Pandas resamplable Правило"], + "Fill method": ["Метод заповнення"], + "Null imputation": ["Нульова імпутація"], + "Zero imputation": ["Нульова імпутація"], + "Linear interpolation": ["Лінійна інтерполяція"], + "Forward values": ["Значення вперед"], + "Backward values": ["Назад значення"], + "Median values": ["Середні цінності"], + "Mean values": ["Середні значення"], + "Sum values": ["Значення суми"], + "Pandas resample method": ["Метод Pandas Resample"], + "Annotations and Layers": ["Анотації та шари"], + "Left": ["Лівий"], + "Top": ["Топ"], + "Chart Title": ["Назва діаграми"], + "X Axis": ["X Вісь"], + "X Axis Title": ["Назва X Axis"], + "X AXIS TITLE BOTTOM MARGIN": ["X Осі Назва Нижня краю"], + "Y Axis": ["Y Вісь"], + "Y Axis Title": ["Y Назва вісь"], + "Y Axis Title Margin": [""], + "Query": ["Запит"], + "Predictive Analytics": ["Прогнозування аналітики"], "Enable forecast": ["Увімкнути прогноз"], "Enable forecasting": ["Увімкнути прогнозування"], - "Enable graph roaming": ["Увімкнути роумінг графів"], - "Enable node dragging": ["Увімкнути перетягування вузла"], - "Enable query cost estimation": ["Увімкнути оцінку витрат на запит"], - "Enable row expansion in schemas": [""], - "Enable server side pagination of results (experimental feature)": [ - "Увімкнути серверну пагінування результатів (експериментальна функція)" - ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "Зіткнувшись недійсний нульовий просторовий запис, будь ласка, подумайте про фільтрування їх" + "Forecast periods": ["Прогнозна періоди"], + "How many periods into the future do we want to predict": [ + "Скільки періодів у майбутньому ми хочемо передбачити" ], - "End": ["Кінець"], - "End (Longitude, Latitude): ": ["Кінець (довгота, широта): "], - "End Longitude & Latitude": ["Кінцева довгота та широта"], - "End angle": ["Кінцевий кут"], - "End date": ["Дата закінчення"], - "End date excluded from time range": [ - "Дата закінчення виключається з часового діапазону" + "Confidence interval": ["Довірчий інтервал"], + "Width of the confidence interval. Should be between 0 and 1": [ + "Ширина довірчого інтервалу. Має бути від 0 до 1" ], - "End date must be after start date": [ - "Дата закінчення повинна бути після дати початку" + "Yearly seasonality": ["Щорічна сезонність"], + "default": ["за замовчуванням"], + "Yes": ["Так"], + "No": ["Немає"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Якщо щорічно застосовувати сезонність. Цінне значення буде визначати порядок сезонності Фур'є." ], - "Engine \"%(engine)s\" cannot be configured through parameters.": [ - "Двигун “%(engine)s” не може бути налаштований за параметрами." + "Weekly seasonality": ["Щотижнева сезонність"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Якщо застосовуватися щотижнева сезонність. Цінне значення буде визначати порядок сезонності Фур'є." ], - "Engine Parameters": ["Параметри двигуна"], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "Специфікація двигуна \"Invalidengine\" не підтримує налаштування за допомогою окремих параметрів." + "Daily seasonality": ["Щоденна сезонність"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "Якщо щоденна сезонність застосовувати. Цінне значення буде визначати порядок сезонності Фур'є." ], - "Enter CA_BUNDLE": ["Введіть 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": [ - "Введіть необхідні дані %(dbModelName)s" + "Time related form attributes": ["Атрибути, пов’язані з часом"], + "Datasource & Chart Type": ["Тип даних та тип діаграми"], + "Chart ID": ["Ідентифікатор діаграми"], + "The id of the active chart": ["Ідентифікатор активної діаграми"], + "Cache Timeout (seconds)": ["Час кешу (секунди)"], + "The number of seconds before expiring the cache": [ + "Кількість секунд до закінчення кешу" ], - "Entity": ["Об'єкт"], - "Entity ID": ["Ідентифікатор сутності"], - "Equal Date Sizes": ["Рівні розміри дати"], - "Equal to (=)": ["Дорівнює (=)"], - "Error": ["Помилка"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "Помилка в виразі jinja у HAVING фразі: %(msg)s" + "URL Parameters": ["Параметри URL -адреси"], + "Extra url parameters for use in Jinja templated queries": [ + "Додаткові параметри URL -адреси для використання в шаблонних запитах Jinja" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "Помилка в виразі jinja у фільтрах RLS: %(msg)s" + "Extra Parameters": ["Додаткові параметри"], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "Додаткові параметри, які будь -які плагіни можуть вибрати для використання в шаблонних запитах Jinja" ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "Помилка в виразі jinja WHERE: %(msg)s" + "Color Scheme": ["Кольорова схема"], + "Contribution Mode": ["Режим внеску"], + "Row": ["Рядок"], + "Series": ["Серія"], + "Calculate contribution per series or row": [ + "Обчисліть внесок на серію або ряд" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "Помилка в експресії jinja у значеннях вибору предикат: %(msg)s" + "Y-Axis Sort By": ["Y-осі сорт"], + "X-Axis Sort By": ["X-осі сорт"], + "Decides which column to sort the base axis by.": [ + "Вирішує, який стовпець для сортування базової осі за." ], - "Error loading chart datasources. Filters may not work correctly.": [ - "Помилка завантаження діаграм даних. Фільтри можуть працювати не правильно." + "Y-Axis Sort Ascending": ["Y-осі сорт піднімається"], + "X-Axis Sort Ascending": ["X-осі сорт висхідного"], + "Whether to sort ascending or descending on the base Axis.": [ + "Чи сортувати висхідну чи спускатися на осі бази." ], - "Error message": ["Повідомлення про помилку"], - "Error while fetching charts": ["Помилка під час отримання діаграм"], - "Error while fetching data: %s": ["Помилка під час отримання даних: %s"], - "Error while rendering virtual dataset query: %(msg)s": [ - "Помилка під час надання віртуального запиту набору даних: %(msg)s" + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [ + "Вирішує, яка міра для сортування базової осі за." ], - "Error: %(error)s": ["Помилка: %(error)s"], - "Error: %(msg)s": ["Помилка: %(msg)s"], - "Error: permalink state not found": [ - "Помилка: стан постійного посилання не знайдено" + "Dimensions": ["Розміри"], + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "" ], - "Estimate cost": ["Оцінка вартості"], - "Estimate selected query cost": ["Оцініть вибрані вартість запиту"], - "Estimate the cost before running a query": [ - "Оцініть вартість перед проведенням запиту" + "Dimension": ["Вимір"], + "Entity": ["Об'єкт"], + "This defines the element to be plotted on the chart": [ + "Це визначає елемент, який потрібно побудувати на діаграмі" ], - "Event": ["Подія"], - "Event Flow": ["Потік подій"], - "Event Names": ["Назви подій"], - "Event definition": ["Визначення події"], - "Event flow": ["Потік подій"], - "Event time column": ["Стовпчик часу події"], - "Every": ["Кожен"], - "Evolution": ["Еволюція"], - "Exact": ["Точний"], - "Example": ["Приклад"], - "Examples": ["Приклади"], - "Excel File": ["Файл Excel"], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Файл Excel \"%(excel_filename)s\" завантажено в таблицю \"%(table_name)s\" в базі даних \"%(db_name)s\"" + "Filters": ["Фільтри"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Excel to Database configuration": ["Excel до конфігурації бази даних"], - "Exclude selected values": ["Виключіть вибрані значення"], - "Excluded roles": ["Виключені ролі"], - "Executed SQL": ["Виконаний 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'": [ - "Очікує формули з параметром залежно від часу 'x'\n У мілісекундах з моменту епохи. MathJS використовується для оцінки формул.\n Приклад: '2x+5'" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "" ], - "Experimental": ["Експериментальний"], - "Explore": ["Досліджувати"], - "Explore - %(table)s": ["Дослідити - %(table)s"], - "Explore the result set in the data exploration view": [ - "Вивчіть результат, встановлений у поданні досліджень даних" + "Right Axis Metric": ["Метрика правої осі"], + "Sort by": ["Сортувати за"], + "Bubble Size": ["Розмір міхура"], + "Metric used to calculate bubble size": [ + "Метрика, що використовується для обчислення розміру міхура" ], - "Export": ["Експорт"], - "Export dashboards?": ["Експортувати інформаційні панелі?"], - "Export query": ["Експортний запит"], - "Export to .CSV": ["Експорт до .csv"], - "Export to .JSON": ["Експорт до .json"], - "Export to Excel": ["Експорт до Excel"], - "Export to YAML": ["Експорт до Ямла"], - "Export to YAML?": ["Експорт до Ямла?"], - "Export to full .CSV": ["Експорт до повного .csv"], - "Export to original .CSV": ["Експорт до оригіналу .csv"], - "Export to pivoted .CSV": ["Експорт до повороту .csv"], - "Expose database in SQL Lab": ["Викрити базу даних у лабораторії SQL"], - "Expose in SQL Lab": ["Викриття в лабораторії SQL"], - "Expose this DB in SQL Lab": ["Викрити цей БД у лабораторії SQL"], - "Expression": ["Вираз"], - "Extra": ["Додатковий"], - "Extra Controls": ["Додаткові елементи управління"], - "Extra Parameters": ["Додаткові параметри"], - "Extra data for JS": ["Додаткові дані для 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.\" }`.": [ - "Додаткові дані для визначення метаданих таблиць. В даний час підтримує метадані формату: `{\" Сертифікація \": {\" сертифікат_by \":\" Команда платформи даних \",\" Деталі \":\" Ця таблиця є джерелом істини \". }, \"попередження_markdown\": \"Це попередження\". } `." + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "Додаткове поле не може розшифровувати JSON. %(msg)s" + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "Extra parameters for use in jinja templated queries": [ - "Додаткові параметри для використання в шаблонних запитах Jinja" + "Color Metric": ["Кольоровий показник"], + "A metric to use for color": ["Показник для використання для кольору"], + "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 в таблиці. Також зауважте, що фільтр нижче застосовується проти цього стовпця або виразу" ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "Додаткові параметри, які будь -які плагіни можуть вибрати для використання в шаблонних запитах Jinja" + "Drop a temporal column here or click": [ + "Спустіть тимчасовий стовпець або натисніть" ], - "Extra url parameters for use in Jinja templated queries": [ - "Додаткові параметри URL -адреси для використання в шаблонних запитах Jinja" + "Y-axis": ["Y-вісь"], + "Dimension to use on y-axis.": ["Розмір використання в осі Y."], + "X-axis": ["X-вісь"], + "Dimension to use on x-axis.": ["Розмір використання на осі x."], + "The type of visualization to display": [ + "Тип візуалізації для відображення" ], - "Extruded": ["Екструдований"], - "FEB": ["Лютий"], - "FRI": ["Пт"], - "Factor": ["Фактор"], - "Factor to multiply the metric by": [ - "Коефіцієнт для множення метрики на" + "Fixed Color": ["Фіксований колір"], + "Use this to define a static color for all circles": [ + "Використовуйте це для визначення статичного кольору для всіх кола" ], - "Fail": ["Провалити"], - "Failed": ["Провалився"], - "Failed at retrieving results": ["Не вдалося отримати результати"], - "Failed at stopping query. %s": ["Не вдалося зупинити запит. %s"], - "Failed to create report": ["Не вдалося створити звіт"], - "Failed to execute %(query)s": ["Не вдалося виконати %(query)s"], - "Failed to generate chart edit URL": [ - "Не вдалося створити URL -адресу редагування діаграм" + "Linear Color Scheme": ["Лінійна кольорова гамма"], + "all": ["всі"], + "5 seconds": ["5 секунд"], + "30 seconds": ["30 секунд"], + "1 minute": ["1 хвилина"], + "5 minutes": ["5 хвилин"], + "30 minutes": ["30 хвилин"], + "1 hour": ["1 година"], + "1 day": ["1 день"], + "7 days": ["7 днів"], + "week": ["тиждень"], + "week starting Sunday": ["тиждень, починаючи з неділі"], + "week ending Saturday": ["тиждень, що закінчується в суботу"], + "month": ["місяць"], + "quarter": ["чверть"], + "year": ["рік"], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "Часова деталізація для візуалізації. Зауважте, що ви можете вводити та використовувати просту природну мову, як у 10 секунд, `1 день 'або` 56 тижнів'" ], - "Failed to load chart data": ["Не вдалося завантажити дані діаграми"], - "Failed to load chart data.": ["Не вдалося завантажити дані діаграми."], - "Failed to load dimensions for drill by": [ - "Не вдалося завантажити розміри для свердління" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "" ], - "Failed to retrieve advanced type": [ - "Не вдалося отримати розширений тип" + "This control filters the whole chart based on the selected time range. 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.": [ + "" ], - "Failed to save cross-filter scoping": [ - "Не вдалося зберегти перехресне фільтрування" + "Row limit": ["Межа рядка"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "" ], - "Failed to start remote query on a worker.": [ - "Не вдалося запустити віддалений запит на працівника." + "Sort Descending": ["Сортувати низхід"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "Failed to update report": ["Не вдалося оновити звіт"], - "Failed to verify select options: %s": [ - "Не вдалося перевірити вибрати параметри: %s" + "Series limit": ["Ліміт серії"], + "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.": [ + "Обмежує кількість серій, які відображаються. Приєднаний підзапит (або додаткова фаза, де підтримуються підрозділи) застосовується для обмеження кількості серій, які отримують та надаються. Ця функція корисна при групуванні за допомогою стовпців (ів) високої кардинальності, хоча збільшує складність та вартість запитів." ], - "Favorite": ["Улюблені"], - "February": ["Лютий"], - "Fetch Values Predicate": ["Значення отримання предикатів"], - "Fetch data preview": ["Попередній перегляд даних"], - "Fetched %s": ["Витягнутий %s"], - "Fetching": ["Приплив"], - "Field cannot be decoded by JSON. %(json_error)s": [ - "Поле не може розшифрувати JSON. %(json_error)s" + "Y Axis Format": ["Формат y Axis"], + "Time format": ["Формат часу"], + "The color scheme for rendering chart": [ + "Колірна гама для діаграми візуалізації" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "Поле не може розшифрувати JSON. %(msg)s" + "Truncate Metric": ["Укорочений метрик"], + "Whether to truncate metrics": ["Чи варто обрізати показники"], + "Show empty columns": ["Показати порожні стовпці"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "D3 Формат Синтаксис: https://github.com/d3/d3-format" ], - "Field is required": ["Потрібне поле"], - "File": ["Файл"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["Заповнити колір"], - "Fill all required fields to enable \"Default Value\"": [ - "Заповніть усі необхідні поля, щоб увімкнути \"значення за замовчуванням\"" + "Only applies when \"Label Type\" is set to show values.": [ + "Застосовується лише тоді, коли \"тип мітки\" встановлюється для показу значень." ], - "Fill method": ["Метод заповнення"], - "Filled": ["Наповнений"], - "Filter": ["Фільтрувати"], - "Filter Configuration": ["Конфігурація фільтра"], - "Filter List": ["Список фільтрів"], - "Filter Settings": ["Налаштування фільтра"], - "Filter Type": ["Тип фільтру"], - "Filter charts": ["Фільтр -діаграми"], - "Filter has default value": ["Фільтр має значення за замовчуванням"], - "Filter menu": ["Меню фільтра"], - "Filter name": ["Назва фільтра"], - "Filter only displays values relevant to selections made in other filters.": [ - "Фільтр відображає лише значення, що стосуються вибору, зроблених в інших фільтрах." + "Only applies when \"Label Type\" is not set to a percentage.": [ + "Застосовується лише тоді, коли \"тип мітки\" не встановлений на відсоток." ], - "Filter results": ["Результати фільтрів"], - "Filter type": ["Тип фільтру"], - "Filter value (case sensitive)": [ - "Значення фільтра (чутливе до випадку)" + "Adaptive formatting": ["Адаптивне форматування"], + "Original value": ["Початкове значення"], + "Duration in ms (66000 => 1m 6s)": ["Тривалість у MS (66000 => 1 м 6с)"], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "Тривалість в МС (1,40008 => 1 мс 400 мк 80ns)" ], - "Filter value is required": ["Потрібне значення фільтра"], - "Filter value list cannot be empty": [ - "Список значень фільтра не може бути порожнім" + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "D3 Синтаксис формату часу: https://github.com/d3/d3-time-format" ], - "Filter your charts": ["Відфільтруйте свої діаграми"], - "Filterable": ["Фільтруваний"], - "Filters": ["Фільтри"], - "Filters by columns": ["Фільтри за колонками"], - "Filters by metrics": ["Фільтри за метриками"], - "Filters for comparison must have a value": [""], - "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').": [ - "Фільтри з тим самим груповим ключем будуть розглянуті разом у групі, тоді як різні групи фільтрів будуть та разом. Невизначені групові ключі трактуються як унікальні групи, тобто не згруповані разом. Наприклад, якщо в таблиці є три фільтри, з яких два - для відділів фінансування та маркетинг (груповий ключ = 'відділ'), а один відноситься до регіону Європи (груповий ключ = 'регіон'), застереження про фільтр застосовуватиметься фільтр (відділ = \"фінанси\" або відділ = \"маркетинг\") та (регіон = \"Європа\")." + "Oops! An error occurred!": ["На жаль! Виникла помилка!"], + "Stack Trace:": ["Стечко слід:"], + "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.": [ + "Для цього запиту жодних результатів не було. Якщо ви очікували повернення результатів, переконайтеся, що будь -які фільтри налаштовані належним чином, а дані містять дані для вибраного діапазону часу." ], - "Finish": ["Закінчити"], - "First": ["Перший"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "Зафіксуйте лінію тенденції до повного часу, зазначеного у відфільтрованих результатах" + "No Results": ["Немає результатів"], + "ERROR": ["Помилка"], + "Found invalid orderby options": [ + "Знайдені недійсні параметри замовлення" ], - "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": [ - "Розмір шрифту для етикетки осі, детальне значення та інші текстові елементи" + "Invalid input": ["Неправильні дані"], + "Unexpected error: ": ["Неочікувана помилка: "], + "(no description, click to see stack trace)": [ + "(Немає опису, натисніть, щоб побачити Trace Stack)" ], - "Font size for the biggest value in the list": [ - "Розмір шрифту за найбільшим значенням у списку" + "Network error": ["Помилка мережі"], + "Request timed out": ["Час запиту вичерпано"], + "Issue 1000 - The dataset is too large to query.": [ + "Випуск 1000 - набір даних занадто великий, щоб запитувати." ], - "Font size for the smallest value in the list": [ - "Розмір шрифту для найменшого значення у списку" + "Issue 1001 - The database is under an unusual load.": [ + "Випуск 1001 - База даних знаходиться під незвичним навантаженням." ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "Для BigQuery, Presto та Postgres показує кнопку для обчислення вартості перед запуском запиту." + "An error occurred": ["Виникла помилка"], + "Sorry, an unknown error occurred.": [ + "Вибачте, сталася невідома помилка." ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "" + "Sorry, there was an error saving this %s: %s": [ + "Вибачте, була помилка, заощадивши цей %s: %s" ], - "For further instructions, consult the": [ - "Для отримання додаткових інструкцій проконсультуйтеся" + "You do not have permission to edit this %s": [ + "Ви не маєте дозволу на редагування цього %s" ], - "For more information about objects are in context in the scope of this function, refer to the": [ - "Для отримання додаткової інформації про об'єкти в контексті в обсязі цієї функції, див. " + "is expected to be an integer": ["очікується, що буде цілим числом"], + "is expected to be a number": ["очікується, що буде числом"], + "Value cannot exceed %s": [""], + "cannot be empty": ["не може бути порожнім"], + "Filters for comparison must have a value": [""], + "Domain": ["Домен"], + "hour": ["година"], + "day": ["день"], + "The time unit used for the grouping of blocks": [ + "Одиниця часу, що використовується для групування блоків" ], - "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.": [ - "Для регулярних фільтрів це ролі, до яких цей фільтр буде застосований. Для базових фільтрів це ролі, до яких фільтр не застосовується, наприклад Адміністратор, якщо адміністратор повинен побачити всі дані." + "Subdomain": ["Субдомен"], + "min": ["хв"], + "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ + "Одиниця часу для кожного блоку. Має бути меншим одиницею, ніж домен_гранулярність. Має бути більшим або рівним часовим зерном" ], - "Force": ["Примушувати"], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "Примушіть всі таблиці та перегляди в цій схемі, натиснувши CTA або CVA в лабораторії SQL." + "Chart Options": ["Параметри діаграми"], + "Cell Size": ["Розмір клітини"], + "The size of the square cell, in pixels": [ + "Розмір квадратної клітини, пікселів" ], - "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.": [ - "Дані форми, які не містяться в кеші, повертаючись до метаданих діаграм." + "Cell Padding": ["Комірка"], + "The distance between cells, in pixels": [ + "Відстань між клітинами, в пікселях" ], - "Form data not found in cache, reverting to dataset metadata.": [ - "Дані форми, які не знайдені в кеші, повертаючись до метаданих набору даних." + "Cell Radius": ["Радіус клітин"], + "The pixel radius": ["Радіус пікселя"], + "Color Steps": ["Кольорові кроки"], + "The number color \"steps\"": ["Колір числа \"кроки\""], + "Time Format": ["Формат часу"], + "Legend": ["Легенда"], + "Whether to display the legend (toggles)": [ + "Чи відображати легенду (перемикає)" ], - "Formatted CSV attached in email": [ - "Відформатовано CSV, доданий електронною поштою" + "Show Values": ["Показувати значення"], + "Whether to display the numerical values within the cells": [ + "Чи відображати числові значення всередині комірок" ], - "Formatted date": ["Відформатована дата"], - "Formatted value": ["Відформатоване значення"], - "Formatting": ["Форматування"], - "Formula": ["Формула"], - "Forward values": ["Значення вперед"], - "Found invalid orderby options": [ - "Знайдені недійсні параметри замовлення" + "Show Metric Names": ["Показати метричні назви"], + "Whether to display the metric name as a title": [ + "Чи відображати метричну назву як заголовок" ], - "Fraction digits": ["Фракційні цифри"], - "Frequency": ["Частота"], - "Friction": ["Тертя"], - "Friction between nodes": ["Тертя між вузлами"], - "Friday": ["П’ятниця"], - "From date cannot be larger than to date": [ - "З дати не може бути більшим, ніж на сьогоднішній день" + "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.": [ + "Візуалізує, як метрика змінювалася за час, використовуючи кольорову шкалу та подання календаря. Сірі значення використовуються для позначення відсутніх значень, а лінійна кольорова гама використовується для кодування величини значення кожного дня." ], - "Full name": ["Повне ім'я"], - "Funnel Chart": ["Графік воронки"], - "Further customize how to display each column": [ - "Далі налаштувати, як відобразити кожен стовпець" + "Business": ["Бізнес"], + "Comparison": ["Порівняння"], + "Intensity": ["Інтенсивність"], + "Pattern": ["Зразок"], + "Report": ["Доповідь"], + "Trend": ["Тенденція"], + "less than {min} {name}": ["менше {min} {name}"], + "between {down} and {up} {name}": ["між {down} і {up} {name}"], + "more than {max} {name}": ["більше {max} {name}"], + "Sort by metric": ["Сортування за метрикою"], + "Whether to sort results by the selected metric in descending order.": [ + "Чи слід сортувати результати за вибраним показником у порядку зменшення." ], - "Further customize how to display each metric": [ - "Далі налаштувати, як відобразити кожну метрику" + "Number format": ["Формат числа"], + "Choose a number format": ["Виберіть формат числа"], + "Source": ["Джерело"], + "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.": [ + "Демонструє потік або зв’язок між категоріями, використовуючи товщину акордів. Значення та відповідна товщина можуть бути різними для кожної сторони." ], - "GROUP BY": ["Група"], - "Gauge Chart": ["Діаграма калібру"], - "General": ["Загальний"], - "Generating link, please wait..": [ - "Генеруючи посилання, будь ласка, зачекайте .." + "Relationships between community channels": [ + "Відносини між каналами громади" ], - "Generic Chart": ["Загальна діаграма"], + "Chord Diagram": ["Акордна діаграма"], + "Circular": ["Круговий"], + "Legacy": ["Спадщина"], + "Proportional": ["Пропорційний"], + "Relational": ["Реляційний"], + "Country": ["Країна"], + "Which country to plot the map for?": [ + "Для якої країни побудувати карту?" + ], + "ISO 3166-2 Codes": ["ISO 3166-2 Коди"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "Стовпчик, що містить ISO 3166-2 Коди регіону/провінції/відділення у вашій таблиці." + ], + "Metric to display bottom title": [ + "Метрика для відображення нижньої назви" + ], + "Map": ["Карта"], + "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.": [ + "Візуалізує, як одна метрика змінюється в основних підрозділах країни (держави, провінції тощо) на карті хороплета. Значення кожного підрозділу підвищується, коли ви наведете на відповідну географічну межу." + ], + "2D": ["2d"], "Geo": ["Гео"], - "GeoJson Column": ["Колонка Geojson"], - "GeoJson Settings": ["Налаштування Geojson"], - "Geohash": ["Геохаш"], - "Get the last date by the date unit.": [ - "Отримайте останню дату до одиниці дати." + "Range": ["Діапазон"], + "Stacked": ["Складений"], + "Sorry, there appears to be no data": [ + "Вибачте, даних, як видається, немає" ], - "Get the specify date for the holiday": [ - "Отримайте дату вказати на свято" + "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.": [ + "Важливо! Виберіть це, якщо таблиця ще не відсортована за ідентифікатором сутності, інакше немає гарантії, що всі події для кожної сутності повертаються." ], - "Go to the edit mode to configure the dashboard and add charts": [ - "Перейдіть у режим редагування, щоб налаштувати інформаційну панель та додати діаграми" + "Minimum leaf node event count": [ + "Мінімальний кількість подій вузла листя" ], - "Gold": ["Золото"], - "Google Sheet Name and URL": ["Назва та URL адреса Google Sheet"], - "Grace period": ["Період витонченості"], - "Graph Chart": ["Діаграма графа"], - "Graph layout": ["Розположення графу"], - "Gravity": ["Тяжкість"], - "Greater or equal (>=)": ["Більший або рівний (> =)"], - "Greater than (>)": ["Більше (>)"], - "Grid": ["Сітка"], - "Grid Size": ["Розмір сітки"], - "Group By": ["Група"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "Група за, показники або відсоткові показники повинні мати значення" + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "Листові вузли, що представляють менше, ніж ця кількість подій, спочатку будуть приховані у візуалізації" ], - "Group Key": ["Груповий ключ"], - "Group by": ["Група"], - "Groupable": ["Груповий"], - "Guest user cannot modify chart payload": [""], - "Handlebars": ["Ручка"], - "Handlebars Template": ["Шаблон ручки"], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "Межі жорсткого значення застосовуються для кольорового кодування. Є актуальним і застосовується лише тоді, коли нормалізація застосовується проти всієї теплової карти." + "Additional metadata": ["Додаткові метадані"], + "Metadata": ["Метадані"], + "Select any columns for metadata inspection": [ + "Виберіть будь -які стовпці для перевірки метаданих" ], - "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": [ - "Приховує лінію для часових рядів" + "Entity ID": ["Ідентифікатор сутності"], + "e.g., a \"user id\" column": ["наприклад, стовпець “user id”"], + "Max Events": ["Максимальні події"], + "The maximum number of events to return, equivalent to the number of rows": [ + "Максимальна кількість подій, що повертаються, еквівалентні кількості рядків" ], - "Hierarchy": ["Ієрархія"], - "Histogram": ["Гістограма"], - "Home": ["Домашня сторінка"], - "Horizon Chart": ["Діаграма горизонту"], - "Horizon Charts": ["Horizon Charts"], - "Horizontal": ["Горизонтальний"], - "Horizontal (Top)": ["Горизонтальний (вгорі)"], - "Horizontal alignment": ["Горизонтальне вирівнювання"], - "Host": ["Господар"], - "Hostname or IP address": ["Ім'я хоста або IP -адреса"], - "Hour": ["Година"], - "Hours %s": ["Години %s"], - "Hours offset": ["Години зміщення"], - "How do you want to enter service account credentials?": [ - "Як ви хочете ввести облікові дані облікового запису служби?" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "Порівняйте тривалість часу, коли різні види діяльності займаються спільним переглядом часової шкали." ], - "How many buckets should the data be grouped in.": [ - "Скільки відра слід згрупувати дані." + "Event Flow": ["Потік подій"], + "Progressive": ["Прогресивний"], + "Axis ascending": ["Осі висхідна"], + "Axis descending": ["Осі, що спускається"], + "Metric ascending": ["Метричний висхід"], + "Metric descending": ["Метричний спуск"], + "Heatmap Options": ["Варіанти теплової карти"], + "XScale Interval": ["Xscale Interval"], + "Number of steps to take between ticks when displaying the X scale": [ + "Кількість кроків, які потрібно зробити між кліщами при відображенні шкали X" ], - "How many periods into the future do we want to predict": [ - "Скільки періодів у майбутньому ми хочемо передбачити" + "YScale Interval": ["ІНСПАЛЬНИЙ ІНТЕРВАЛЬ"], + "Number of steps to take between ticks when displaying the Y scale": [ + "Кількість кроків, які потрібно зробити між кліщами при відображенні шкали Y" ], - "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.": [ - "Як відобразити зміни часу: як окремі лінії; як різниця між основним часовим рядом та кожною зміною часу; як відсоткова зміна; або як співвідношення між серіями та часом змінюється." + "Rendering": ["Візуалізація"], + "pixelated (Sharp)": ["пікселізований (різкий)"], + "auto (Smooth)": ["авто (Smooth)"], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "CSS атрибут об'єкта canvas, який визначає, як браузер збільшує зображення" ], - "Huge": ["Величезний"], - "ISO 3166-2 Codes": ["ISO 3166-2 Коди"], - "ISO 8601": ["ISO 8601"], - "Id": ["Ідентифікатор"], - "Id of root node of the tree.": ["Id кореневого вузла дерева."], - "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.": [ - "Якщо Presto або Trino, всі запити в лабораторії SQL будуть виконані як реєстрація в даний час користувачеві, який повинен мати дозвіл на їх запуск. Якщо hive and hive.server2.enable.doas увімкнено, запустить запити в якості облікового запису послуг, але представлять себе в даний час в даний час користувачеві через властивість hive.server2.proxy.user." + "Normalize Across": ["Нормалізувати"], + "heatmap": ["теплова карта"], + "x": ["x"], + "y": ["у"], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ + "Колір буде затінений на основі нормалізованого (0% до 100%) значення даної клітини проти інших клітин у вибраному діапазоні: " ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "Якщо Presto, всі запити в лабораторії SQL будуть виконані як в даний час реєстрували користувача, який повинен мати дозвіл на їх запуск. Обліковий запис служби, але представляє себе в даний час зафіксовано користувача через властивість hive.server2.proxy.user." + "x: values are normalized within each column": [ + "x: Значення нормалізуються в кожному стовпці" ], - "If Table Already Exists": ["Якщо таблиця вже існує"], - "If a metric is specified, sorting will be done based on the metric value": [ - "Якщо вказано метрику, сортування буде здійснено на основі метричного значення" + "y: values are normalized within each row": [ + "y: Значення нормалізуються в кожному рядку" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "Якщо дублікат стовпців не перекриваються, вони будуть представлені як \"x.1, x.2 ... x.x\"" + "heatmap: values are normalized across the entire heatmap": [ + "heatmap: значення нормалізуються по всьому heatmap" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "" + "Left Margin": ["Залишив націнку"], + "auto": ["автоматичний"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "Лівий запас у пікселях, що дозволяє отримати більше місця для етикетки Axis" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "Якщо вибрано, встановіть схеми, дозволені для завантаження CSV додатково." + "Bottom Margin": ["Нижня маржа"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "Нижній запас, в пікселях, що дозволяє отримати більше місця для етикетки осі" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "Якщо таблиця існує одне з наступних: не вдасться (нічого не робіть), замініть (падайте та відтворіть таблицю) або додайте (вставте дані)." + "Value bounds": ["Значення цінності"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "Межі жорсткого значення застосовуються для кольорового кодування. Є актуальним і застосовується лише тоді, коли нормалізація застосовується проти всієї теплової карти." ], - "Ignore null locations": ["Ігноруйте нульові місця"], - "Ignore time": ["Ігноруйте час"], - "Image (PNG) embedded in email": [ - "Зображення (PNG), вбудоване в електронну пошту" + "Sort X Axis": ["Сортуйте вісь x"], + "Sort Y Axis": ["Сортуйте вісь"], + "Show percentage": ["Показати відсоток"], + "Whether to include the percentage in the tooltip": [ + "Чи включати відсоток у підказку" ], - "Image download failed, please refresh and try again.": [ - "Завантажити зображення не вдалося, оновити та повторіть спробу." + "Normalized": ["Нормалізований"], + "Whether to apply a normal distribution based on rank on the color scale": [ + "Чи застосовувати нормальний розподіл на основі рангу за кольоровою шкалою" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "Видання себе в системі в системі (Presto, Trino, Drill, Hive та Gsheets)" + "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.": [ + "Візуалізуйте пов'язаний показник по парах груп. Теплові карти перевершують кореляцію або міцність між двома групами. Колір використовується для підкреслення сили зв'язку між кожною парою груп." ], - "Impersonate the logged on user": [ - "Видати себе за реєстрацію користувача" + "Sizes of vehicles": ["Розміри транспортних засобів"], + "Employment and education": ["Зайнятість та освіта"], + "Density": ["Щільність"], + "Predictive": ["Прогнозний"], + "Single Metric": ["Єдиний метрик"], + "Deprecated": ["Застарілий"], + "to": ["до"], + "count": ["рахувати"], + "cumulative": ["кумулятивний"], + "percentile (exclusive)": ["відсотковий (ексклюзивний)"], + "Select the numeric columns to draw the histogram": [ + "Виберіть числові стовпці, щоб намалювати гістограму" ], - "Import": ["Імпорт"], - "Import %s": ["Імпорт %s"], - "Import Dashboard(s)": ["Імпортувати Дашборд(и)"], - "Import a table definition": ["Імпортувати визначення таблиці"], - "Import chart failed for an unknown reason": [ - "Діаграма імпорту не вдалася з невідомих причин" + "No of Bins": ["Немає бункерів"], + "Select the number of bins for the histogram": [ + "Виберіть кількість бункерів для гістограми" ], - "Import charts": ["Імпортувати діаграми"], - "Import dashboard failed for an unknown reason": [ - "Не вдалося імпортувати інформаційну панель з невідомих причин" + "X Axis Label": ["X мітка вісь"], + "Y Axis Label": ["Y мітка вісь"], + "Whether to normalize the histogram": ["Чи нормалізувати гістограму"], + "Cumulative": ["Кумулятивний"], + "Whether to make the histogram cumulative": [ + "Чи робити гістограму кумулятивною" ], - "Import dashboards": ["Імпортувати інформаційні панелі"], - "Import database failed for an unknown reason": [ - "Імпортувати базу даних не вдалося з незрозумілої причини" + "Distribution": ["Розподіл"], + "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ + "Візьміть свої точки даних та групуйте їх у \"бункери\", щоб побачити, де лежать найгустіші області інформації" ], - "Import database from file": ["Імпортувати базу даних з файлу"], - "Import dataset failed for an unknown reason": [ - "Імпортувати набір даних не вдалося з незрозумілої причини" + "Population age data": ["Дані віку населення"], + "Contribution": ["Внесок"], + "Compute the contribution to the total": ["Обчисліть внесок у загальний"], + "Series Height": ["Висота серії"], + "Pixel height of each series": ["Висота пікселів кожної серії"], + "Value Domain": ["Домен значення"], + "series": ["серія"], + "overall": ["загальний"], + "change": ["зміна"], + "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: Ставтеся до кожної серії незалежно; Загалом: усі серії використовують однакову шкалу; Зміна: Показати зміни порівняно з першою точкою даних у кожній серії" ], - "Import datasets": ["Імпортувати набори даних"], - "Import queries": ["Імпортувати запити"], - "Import saved query failed for an unknown reason.": [ - "Збережений імпорт не вдалося з невідомих причин." + "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.": [ + "Порівняється, як метрика змінюється з часом між різними групами. Кожна група відображається на ряд, і змінюється з часом, візуалізується довжини планки та колір." ], - "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.": [ - "Важливо! Виберіть це, якщо таблиця ще не відсортована за ідентифікатором сутності, інакше немає гарантії, що всі події для кожної сутності повертаються." + "Horizon Chart": ["Діаграма горизонту"], + "Dark Cyan": ["Темний блакит"], + "Purple": ["Фіолетовий"], + "Gold": ["Золото"], + "Dim Gray": ["Тьмяно сірий"], + "Crimson": ["Малиновий"], + "Forest Green": ["Лісовий зелений"], + "Longitude": ["Довгота"], + "Column containing longitude data": ["Стовпчик, що містить дані довготи"], + "Latitude": ["Широта"], + "Column containing latitude data": [ + "Стовпчик, що містить дані про широту" ], - "In": ["У"], - "Include Series": ["Включіть серію"], - "Include a description that will be sent with your report": [ - "Включіть опис, який буде надіслано з вашим звітом" + "Clustering Radius": ["Радій кластеризації"], + "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ + "Радіус (у пікселях) алгоритм використовує для визначення кластера. Виберіть 0, щоб вимкнути кластеризацію, але будьте обережні, що велика кількість балів (> 1000) спричинить відставання." ], - "Include series name as an axis": ["Включіть назву серії як вісь"], - "Include time": ["Включіть час"], - "Index": ["Індекс"], - "Index Column": ["Стовпчик індексу"], - "Info": ["Інформація"], - "Inner Radius": ["Внутрішній радіус"], - "Inner radius of donut hole": ["Внутрішній радіус пончиків"], - "Input custom width in pixels": [""], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "Поле введення підтримує власне обертання. напр. 30 на 30 °" + "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": [ + "Радіус окремих точок (тих, які не в кластері). Або чисельна колонка, або `auto`, що масштабує точку на основі найбільшого кластера" ], - "Intensity": ["Інтенсивність"], - "Intensity Radius": ["Радіус інтенсивності"], - "Intensity Radius is the radius at which the weight is distributed": [ - "Радіус інтенсивності - радіус, на якому розподіляється вага" + "Auto": ["Автоматичний"], + "Point Radius Unit": ["Блок радіуса точки"], + "Pixels": ["Пікселі"], + "Miles": ["Милі"], + "Kilometers": ["Кілометри"], + "The unit of measure for the specified point radius": [ + "Одиниця виміру для заданого радіуса точки" ], - "Intensity is the value multiplied by the weight to obtain the final weight": [ - "Інтенсивність - це значення, помножене на вагу, щоб отримати кінцеву вагу" + "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.": [ + "`Count` - це кількість (*), якщо група використовується. Числові стовпці будуть агреговані з агрегатором. Для маркування точок будуть використані нечислові стовпчики. Залиште порожнім, щоб отримати кількість балів у кожному кластері." ], - "Interval": ["Інтервал"], - "Interval End column": ["Інтервальний кінцевий стовпчик"], - "Interval bounds": ["Інтервальні межі"], - "Interval colors": ["Інтервальні кольори"], - "Interval start column": ["Стовпчик запуску інтервалу"], - "Intervals": ["Інтервали"], - "Intesity": ["Нечіткість"], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ - "Недійсний рядок підключення: очікуючи рядка форми 'ocient: // user: pass@host: port/database'." + "Cluster label aggregator": ["Агрегатор кластерної етикетки"], + "sum": ["сума"], + "mean": ["середній"], + "max": ["максимум"], + "std": ["std"], + "var": ["var"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "Агрегатна функція, застосована до списку точок у кожному кластері для отримання етикетки кластера." ], - "Invalid JSON": ["Недійсний JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "Недійсний тип даних про розширені дані: %(advanced_data_type)s" + "Visual Tweaks": ["Візуальні зміни"], + "Live render": ["Жива візуалізація"], + "Points and clusters will update as the viewport is being changed": [ + "Бали та кластери оновляться, коли змінюється ViewPort" ], - "Invalid certificate": ["Недійсний сертифікат"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "Недійсний рядок підключення, дійсне рядок зазвичай випливає: Backend+драйвер: // користувач: пароль@база даних-розміщення/ім'я бази даних-name" + "Map Style": ["Стиль карти"], + "Streets": ["Вулиці"], + "Dark": ["Темний"], + "Light": ["Світлий"], + "Satellite Streets": ["Супутникові вулиці"], + "Satellite": ["Супутник"], + "Outdoors": ["На відкритому повітрі"], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["Непрозорість"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "Прозоість усіх кластерів, балів та мітків. Між 0 і 1." ], - "Invalid connection string, a valid string usually follows:'DRIVER://USER:PASSWORD@DB-HOST/DATABASE-NAME'

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

": [ - "Недійсний рядок підключення, дійсний рядок зазвичай випливає: 'Драйвер: // користувач: пароль@db-host/database-name'

Приклад: 'postgresql: // user: password@your-postgres-db/база даних' < /p>" + "RGB Color": ["RGB Колір"], + "The color for points and clusters in RGB": [ + "Колір для точок і кластерів у RGB" ], - "Invalid cron expression": ["Недійсний вираз Cron"], - "Invalid cumulative operator: %(operator)s": [ - "Недійсний кумулятивний оператор: %(operator)s" + "Viewport": ["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.": [ + "Один або багато елементів керування групами за. Якщо групування, широта та довгота повинні бути присутніми." ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": [ - "Недійсна дата/формат часової позначки" + "Light mode": ["Світловий режим"], + "Dark mode": ["Темний режим"], + "MapBox": ["Mapbox"], + "Scatter": ["Розсіювати"], + "Transformable": ["Перетворений"], + "Significance Level": ["Рівень значущості"], + "Threshold alpha level for determining significance": [ + "Пороговий рівень альфа для визначення значущості" ], - "Invalid filter operation type: %(op)s": [ - "Недійсний тип функції фільтра: %(op)s" + "p-value precision": ["точність p-value"], + "Number of decimal places with which to display p-values": [ + "Кількість десяткових місць, з якими можна відобразити p-значення" ], - "Invalid geodetic string": ["Недійсна геодезна струна"], - "Invalid geohash string": ["Недійсна геохашна струна"], - "Invalid input": ["Неправильні дані"], - "Invalid lat/long configuration.": ["Недійсна конфігурація LAT/Довга."], - "Invalid longitude/latitude": ["Недійсна довгота/широта"], - "Invalid metric object: %(metric)s": [ - "Недійсний метричний об’єкт: %(metric)s" + "Lift percent precision": ["Підніміть відсоткову точність"], + "Number of decimal places with which to display lift values": [ + "Кількість десяткових місць, з якими можна відобразити значення підйому" ], - "Invalid numpy function: %(operator)s": [ - "Недійсна функція Numpy: %(operator)s" + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "Таблиця, яка візуалізує парні t-тести, які використовуються для розуміння статистичних відмінностей між групами." ], - "Invalid options for %(rolling_type)s: %(options)s": [ - "Недійсні варіанти для %(rolling_type)s: %(options)s" + "Paired t-test Table": ["Парна таблиця t-тесту"], + "Statistical": ["Статистичний"], + "Tabular": ["Табличний"], + "Options": ["Варіанти"], + "Data Table": ["Таблиця даних"], + "Whether to display the interactive data table": [ + "Чи відображати таблицю інтерактивних даних" ], - "Invalid permalink key": ["Недійсний ключ постійного посилання"], - "Invalid reference to column: \"%(column)s\"": [ - "Недійсне посилання на стовпець: “%(column)s”" + "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.": [ + "Розраховує окремі показники для кожного рядка в даних вертикально і пов'язують їх як ряд. Ця діаграма корисна для порівняння декількох показників у всіх зразках або рядах у даних." ], - "Invalid result type: %(result_type)s": [ - "Недійсний тип результату: %(result_type)s" + "Directional": ["Спрямований"], + "Time Series Options": ["Параметри часових рядів"], + "Not Time Series": ["Не часовий ряд"], + "Ignore time": ["Ігноруйте час"], + "Time Series": ["Часовий ряд"], + "Standard time series": ["Стандартний часовий ряд"], + "Aggregate Mean": ["Сукупне середнє значення"], + "Mean of values over specified period": [ + "Середнє значення за визначений період" ], - "Invalid rolling_type: %(type)s": ["Недійсне Rolling_Type: %(type)s"], - "Invalid state.": ["Недійсна держава."], - "Invalid tab ids: %s(tab_ids)": [ - "Недійсні ідентифікатори вкладки: %s (tab_ids)" + "Aggregate Sum": ["Сукупна сума"], + "Sum of values over specified period": [ + "Сума значень протягом визначеного періоду" ], - "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.": [ - "Випуск 1000 - набір даних занадто великий, щоб запитувати." + "Metric change in value from `since` to `until`": [ + "Метрична зміна значення від `з` `` до '" ], - "Issue 1001 - The database is under an unusual load.": [ - "Випуск 1001 - База даних знаходиться під незвичним навантаженням." + "Percent Change": ["Відсоткова зміна"], + "Metric percent change in value from `since` to `until`": [ + "Метрична відсоткова зміна вартості з `з моменту` `до '" ], - "It’s not recommended to truncate axis in Bar chart.": [ - "Не рекомендується скоротити вісь у гістограмі." + "Factor": ["Фактор"], + "Metric factor change from `since` to `until`": [ + "Зміна метричного фактора від `з` `до` до '" ], - "JAN": ["Ян"], - "JSON": ["Json"], - "JSON Metadata": ["Метадані JSON"], - "JSON metadata": ["Метадані JSON"], - "JSON metadata is invalid!": ["Метадані 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.": [ - "Рядок JSON, що містить додаткову конфігурацію з'єднання. Це використовується для надання інформації про з'єднання для таких систем, як Hive, Presto та BigQuery, які не відповідають імені користувача: синтаксис пароля, як правило, використовується SQLALCHEMY." + "Advanced Analytics": ["Розширена аналітика"], + "Use the Advanced Analytics options below": [ + "Використовуйте наведені нижче варіанти аналітики" ], - "JUL": ["Липень"], - "JUN": ["Червень"], - "January": ["Січень"], - "JavaScript data interceptor": ["Перехоплювач даних JavaScript"], - "JavaScript onClick href": ["Javascript onclick href"], - "JavaScript tooltip generator": ["Generator JavaScript"], - "Jinja templating": ["Шаблон джинджа"], - "Json list of the column names that should be read": [ - "Json список імен стовпців, які слід прочитати" + "Settings for time series": ["Налаштування часових рядів"], + "Date Time Format": ["Формат часу дати"], + "Partition Limit": ["Обмеження розділу"], + "The maximum number of subdivisions of each group; lower values are pruned first": [ + "Максимальна кількість підрозділів кожної групи; Нижні значення обрізаються спочатку" ], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Список JSON імен стовпців, які слід прочитати. Якщо ні, то з файлу будуть прочитані лише ці стовпці." + "Partition Threshold": ["Поріг розділення"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "Перегородки, пропорції висоти, висота батьківства нижче цього значення обрізаються" ], - "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 значень, які слід розглядати як NULL. Приклади: [\"\"] для порожніх рядків, [\"Немає\", \"n/a\"], [\"nan\", \"null\"]. Попередження: база даних HIVE підтримує лише одне значення" + "Log Scale": ["Журнал"], + "Use a log scale": ["Використовуйте шкалу журналу"], + "Equal Date Sizes": ["Рівні розміри дати"], + "Check to force date partitions to have the same height": [ + "Перевірте, щоб змусити датні розділи мати однакову висоту" ], - "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 значень, які слід розглядати як NULL. Приклади: [\"\"], [\"Немає\", \"n/a\"], [\"nan\", \"null\"]. Попередження: база даних HIVE підтримує лише одне значення. Використовуйте [\"\"] для порожнього рядка." + "Rich Tooltip": ["Багатий підказки"], + "The rich tooltip shows a list of all series for that point in time": [ + "Багата підказка показує список усіх серій для цього моменту часу" ], - "July": ["Липень"], - "June": ["Червень"], - "KPI": ["KPI"], - "Keep control settings?": ["Продовжувати налаштування контролю?"], - "Keep editing": ["Продовжуйте редагувати"], - "Key": ["Ключ"], - "Keyboard shortcuts": [""], - "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": ["Останній оновлений %s"], - "Last Updated %s by %s": ["Останній оновлений %s на %s"], - "Last available value seen on %s": [ - "Остання доступна вартість, що спостерігається на %s" + "Rolling Window": ["Коктейльне вікно"], + "Rolling Function": ["Функція прокатки"], + "cumsum": ["кумсум"], + "Min Periods": ["Мінські періоди"], + "Time Comparison": ["Порівняння часу"], + "Time Shift": ["Зрушення в часі"], + "1 week": ["1 тиждень"], + "28 days": ["28 днів"], + "30 days": ["30 днів"], + "52 weeks": ["52 тижні"], + "1 year": ["1 рік"], + "104 weeks": ["104 тижні"], + "2 years": ["2 роки"], + "156 weeks": ["156 тижнів"], + "3 years": ["3 роки"], + "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 днів, 52 тижні, 365 днів). Підтримується безкоштовний текст." ], - "Last modified": ["Останнє змінено"], - "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": [ - "Листові вузли, що представляють менше, ніж ця кількість подій, спочатку будуть приховані у візуалізації" + "Actual Values": ["Фактичні значення"], + "1T": ["1T"], + "1H": ["1H"], + "1D": ["1D"], + "7D": ["7d"], + "1M": ["1M"], + "1AS": ["1AS"], + "Method": ["Метод"], + "asfreq": ["асфрек"], + "bfill": ["блюд"], + "ffill": ["ффіл"], + "median": ["медіана"], + "Part of a Whole": ["Частина цілого"], + "Compare the same summarized metric across multiple groups.": [ + "Порівняйте однакову узагальнену метрику для декількох груп." ], - "Least recently modified": ["Найменше нещодавно модифіковано"], - "Left": ["Лівий"], - "Left Margin": ["Залишив націнку"], - "Left margin, in pixels, allowing for more room for axis labels": [ - "Лівий запас у пікселях, що дозволяє отримати більше місця для етикетки Axis" + "Partition Chart": ["Діаграма розділів"], + "Categorical": ["Категоричний"], + "Use Area Proportions": ["Використовуйте пропорції площі"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "Перевірте, чи повинна діаграма троянд використовувати область сегмента замість радіуса сегмента для пропорції" ], - "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 type": ["Тип обмеження"], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "Полярна координатна діаграма, де коло розбивається на клини з рівним кутом, а значення, представлене будь -яким клином, проілюстровано його областю, а не його радіусом або кутом підмітання." + ], + "Nightingale Rose Chart": ["Sowingale Rose Chart"], + "Advanced-Analytics": ["Розширена аналітика"], + "Multi-Layers": ["Багатошарові"], + "Source / Target": ["Джерело / ціль"], + "Choose a source and a target": ["Виберіть джерело та ціль"], "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.": [ - "Обмежує кількість серій, які відображаються. Приєднаний підзапит (або додаткова фаза, де підтримуються підрозділи) застосовується для обмеження кількості серій, які отримують та надаються. Ця функція корисна при групуванні за допомогою стовпців (ів) високої кардинальності, хоча збільшує складність та вартість запитів." - ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "" - ], - "Line": ["Лінія"], - "Line Chart": ["Лінійна діаграма"], - "Time-series 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": [ - "Лінійна інтерполяція, визначена D3.js" - ], - "Line width": ["Ширина лінії"], - "Linear Color Scheme": ["Лінійна кольорова гамма"], - "Linear color scheme": ["Лінійна кольорова гамма"], - "Linear interpolation": ["Лінійна інтерполяція"], - "Lines column": ["Стовпчик рядків"], - "Lines encoding": ["Лінії кодування"], - "Link Copied!": ["Посилання скопійовано!"], - "List Unique Values": ["Перелічіть унікальні значення"], - "List of extra columns made available in JavaScript functions": [ - "Список додаткових стовпців, доступних у функціях JavaScript" - ], - "List of n+1 values for bucketing metric into n buckets.": [ - "Список значення N+1 для метрики відра в N відра." - ], - "List of values to mark with lines": [ - "Перелік значень для позначення рядками" - ], - "List of values to mark with triangles": [ - "Список значень, які слід позначити трикутниками" - ], - "List updated": ["Список оновлено"], - "Live CSS editor": ["Живий редактор CSS"], - "Live render": ["Жива візуалізація"], - "Load a CSS template": ["Завантажте шаблон CSS"], - "Loaded data cached": ["Завантажені дані кешуються"], - "Loaded from cache": ["Завантажений з кешу"], - "Loading": ["Навантаження"], - "Loading...": ["Завантаження ..."], - "Locate the chart": ["Знайдіть діаграму"], - "Log Scale": ["Журнал"], - "Log retention": ["Затримка журналу"], - "Logarithmic axis": ["Логарифмічна вісь"], - "Logarithmic scale on primary y-axis": [ - "Логарифмічна шкала на первинній осі Y" - ], - "Logarithmic scale on secondary y-axis": [ - "Логарифмічна шкала на вторинній осі Y" - ], - "Logarithmic y-axis": ["Логарифмічна вісь Y"], - "Login": ["Логін"], - "Login with": ["Увійти за допомогою"], - "Logout": ["Вийти"], - "Logs": ["Журнали"], - "Long dashed": ["Довгий пункт"], - "Longitude": ["Довгота"], - "Longitude & Latitude": ["Довгота та широта"], - "Longitude & Latitude columns": ["Стовпці довготи та широти"], - "Longitude and Latitude": ["Довгота і широта"], - "Longitude of default viewport": ["Довгота перегляду за замовчуванням"], - "Lower threshold must be lower than upper threshold": [""], - "MAR": ["Марнотратство"], - "MAY": ["МОЖЕ"], - "MON": ["Мн"], - "Main Datetime Column": ["Основний стовпець DateTime"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "Переконайтесь, що елементи керування налаштовано належним чином, а DataSource містить дані для вибраного часового діапазону" + "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.": [ + "Візуалізує потік значень різних груп через різні етапи системи. Нові етапи в трубопроводі візуалізуються як вузли або шари. Товщина брусків або країв представляє показник, який візуалізується." ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "Неправильно сформований запит. Очікуються аргументи slice_id або table_name та db_name" + "Demographics": ["Демографія"], + "Survey Responses": ["Відповіді на опитування"], + "Sankey Diagram": ["Діаграма Санкі"], + "Percentages": ["Відсотки"], + "Sankey Diagram with Loops": ["Діаграма Санкі з петлями"], + "Country Field Type": ["Тип поля країни"], + "Full name": ["Повне ім'я"], + "code International Olympic Committee (cioc)": [ + "код міжнародного олімпійського комітету (cioc)" ], - "Manage": ["Керувати"], - "Manage email report": ["Керуйте звітом електронної пошти"], - "Manage your databases": ["Керуйте своїми базами даних"], - "Mandatory": ["Обов'язковий"], - "Manually set min/max values for the y-axis.": [ - "Вручну встановити значення min/max для осі y." + "code ISO 3166-1 alpha-2 (cca2)": ["код ISO 3166-1 Альфа-2 (CCA2)"], + "code ISO 3166-1 alpha-3 (cca3)": ["код ISO 3166-1 Alpha-3 (CCA3)"], + "The country code standard that Superset should expect to find in the [country] column": [ + "Стандарт коду країни, який суперсет повинен очікувати, що у стовпці [країна]" ], - "Map": ["Карта"], - "Map Style": ["Стиль карти"], - "MapBox": ["Mapbox"], - "Mapbox": ["Mapbox"], - "March": ["Марш"], - "Margin": ["Націнка"], - "Mark a column as temporal in \"Edit datasource\" modal": [ - "Позначте стовпець як тимчасовий у модальному режимі \"редагувати дані\"" + "Show Bubbles": ["Показати бульбашки"], + "Whether to display bubbles on top of countries": [ + "Чи відображати бульбашки поверх країн" ], - "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": [ - "Максимальне значення на осі датчика" + "Color by": ["Забарвляти"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "Виберіть, чи повинна країна затінювати метрику, або призначати колір на основі категоричної кольорової палітру" ], - "May": ["Може"], - "Mean of values over specified period": [ - "Середнє значення за визначений період" + "Country Column": ["Стовпчик країни"], + "3 letter code of the country": ["3х символьний код країни"], + "Metric that defines the size of the bubble": [ + "Метрика, яка визначає розмір міхура" ], - "Mean values": ["Середні значення"], - "Median": ["Медіана"], - "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ - "Середня ширина краю, найгустіший край буде в 4 рази товстіший, ніж найтонший." + "Bubble Color": ["Бульбашковий колір"], + "Country Color Scheme": ["Колірна гамма країни"], + "A map of the world, that can indicate values in different countries.": [ + "Карта світу, яка може вказувати на цінності в різних країнах." ], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "Середній розмір вузла, найбільший вузол буде в 4 рази більший, ніж найменший" + "Multi-Dimensions": ["Мультимір"], + "Multi-Variables": ["Багаторазові"], + "Popular": ["Популярний"], + "deck.gl charts": ["deck.gl charts"], + "Pick a set of deck.gl charts to layer on top of one another": [ + "Виберіть набір діаграм палуби" ], - "Median values": ["Середні цінності"], - "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": ["Метрика, призначена до осі [x]"], - "Metric assigned to the [Y] axis": ["Метрика, присвоєна вісь [y]"], - "Metric change in value from `since` to `until`": [ - "Метрична зміна значення від `з` `` до '" + "Select charts": ["Виберіть діаграми"], + "Error while fetching charts": ["Помилка під час отримання діаграм"], + "Compose multiple layers together to form complex visuals.": [ + "Складіть кілька шарів разом для формування складних візуальних зображень." ], - "Metric currency": [""], - "Metric descending": ["Метричний спуск"], - "Metric factor change from `since` to `until`": [ - "Зміна метричного фактора від `з` `до` до '" + "deck.gl Multiple Layers": ["deck.gl Multiple Layers"], + "deckGL": ["палуба"], + "Start (Longitude, Latitude): ": ["Початок (довгота, широта): "], + "End (Longitude, Latitude): ": ["Кінець (довгота, широта): "], + "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": [ + "Виберіть вимір, з якого визначені категоричні кольори" ], - "Metric for node values": ["Метрика для значень вузла"], - "Metric name": ["Метрична назва"], - "Metric name [%s] is duplicated": ["Метрична назва [%s] дублюється"], - "Metric percent change in value from `since` to `until`": [ - "Метрична відсоткова зміна вартості з `з моменту` `до '" + "Stroke Width": ["Ширина інсульту"], + "Advanced": ["Просунутий"], + "Plot the distance (like flight paths) between origin and destination.": [ + "Наведіть відстань (як доріжки польоту) між походженням та пунктом призначення." ], - "Metric that defines the size of the bubble": [ - "Метрика, яка визначає розмір міхура" + "deck.gl Arc": ["deck.gl Arc"], + "3D": ["3D"], + "Web": ["Павутина"], + "Centroid (Longitude and Latitude): ": ["Центроїд (довгота та широта): "], + "Aggregation": ["Агрегація"], + "The function to use when aggregating points into groups": [ + "Функція, яку слід використовувати при агрегуванні точок у групи" ], - "Metric to display bottom title": [ - "Метрика для відображення нижньої назви" + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "" ], + "Weight": ["Вага"], "Metric used as a weight for the grid's coloring": [ "Метрика, що використовується як вага для забарвлення сітки" ], - "Metric used to calculate bubble size": [ - "Метрика, що використовується для обчислення розміру міхура" + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "Використання оцінки щільності ядра Гаусса для візуалізації просторового розподілу даних" + ], + "Spatial": ["Просторовий"], + "GeoJson Settings": ["Налаштування Geojson"], + "Point Radius Scale": ["Шкала радіуса точки"], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "Geojsonlayer приймає дані, відформатовані Geojson, і представляє їх як інтерактивні багатокутники, лінії та точки (кола, ікони та/або тексти)." ], + "deck.gl Geojson": ["deck.gl Geojson"], + "Longitude and Latitude": ["Довгота і широта"], + "Height": ["Висота"], "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, що використовується для визначення того, як сортується верхня серія, якщо присутній ліміт серії або рядка. Якщо невизначений повернення до першої метрики (де це доречно)." + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "Візуалізуйте геопросторові дані, такі як 3D -будівлі, ландшафти або предмети в View." ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ - "Метрика, яка використовується для замовлення ліміту, якщо присутній ліміт серії. Якщо невизначений повернення до першої метрики (де це доречно)." + "deck.gl Grid": ["колода.gl сітка"], + "Intesity": ["Нечіткість"], + "Intensity is the value multiplied by the weight to obtain the final weight": [ + "Інтенсивність - це значення, помножене на вагу, щоб отримати кінцеву вагу" ], - "Metrics": ["Показники"], - "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": [ - "Мінімальний кількість подій вузла листя" + "Intensity Radius": ["Радіус інтенсивності"], + "Intensity Radius is the radius at which the weight is distributed": [ + "Радіус інтенсивності - радіус, на якому розподіляється вага" ], - "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ - "Мінімальний розмір радіуса кола, в пікселях. У міру зміни рівня масштабу це гарантує, що коло поважає цей мінімальний радіус." + "deck.gl Heatmap": ["deck.gl Heatmap"], + "Dynamic Aggregation Function": ["Функція динамічної агрегації"], + "variance": ["дисперсія"], + "deviation": ["відхилення"], + "p1": ["p1"], + "p5": ["p5"], + "p95": ["p95"], + "p99": ["p99"], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "Накладає шестикутну сітку на карті та агрегує дані в межах кордону кожної комірки." ], - "Minimum threshold in percentage points for showing labels.": [ - "Мінімальний поріг у відсотковому пункті для показу мітків." + "deck.gl 3D Hexagon": ["deck.gl 3D шестикутник"], + "Polyline": ["Полілінія"], + "Visualizes connected points, which form a path, on a map.": [ + "Візуалізує підключені точки, які утворюють шлях, на карті." ], - "Minimum value": ["Мінімальне значення"], - "Minimum value for label to be displayed on graph.": [ - "Мінімальне значення для мітки для відображення на графі." + "deck.gl Path": ["deck.gl Path"], + "name": ["назва"], + "Polygon Column": ["Полігонна колонка"], + "Polygon Encoding": ["Кодування багатокутника"], + "Elevation": ["Піднесення"], + "Polygon Settings": ["Налаштування багатокутників"], + "Opacity, expects values between 0 and 100": [ + "Непрозорість, очікує значення від 0 до 100" ], - "Minimum value on the gauge axis": ["Мінімальне значення на осі датчика"], - "Minor Split Line": ["Незначна лінія розколу"], - "Minute": ["Хвилина"], - "Minutes %s": ["Хвилини %s"], - "Missing URL parameters": ["Відсутні параметри URL -адреси"], - "Missing dataset": ["Відсутній набір даних"], - "Mixed Chart": ["Змішана діаграма"], - "Modified": ["Змінений"], - "Modified %s": ["Модифіковані %s"], - "Modified by": ["Змінений"], - "Modified columns: %s": ["Модифіковані стовпці: %s"], - "Monday": ["Понеділок"], - "Month": ["Місяць"], - "Months %s": ["Місяці %s"], - "More": ["Більше"], - "More filters": ["Більше фільтрів"], - "Move only": ["Тільки рухатися"], - "Moves the given set of dates by a specified interval.": [ - "Переміщує заданий набір дати заданим інтервалом." + "Number of buckets to group data": [ + "Кількість відр для групування даних" ], - "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.": [ - "Для завантаження стовпців заборонено кілька розширень файлу. Будь ласка, переконайтеся, що всі файли мають однакове розширення." + "How many buckets should the data be grouped in.": [ + "Скільки відра слід згрупувати дані." ], - "Multiple filtering": ["Багаторазова фільтрація"], - "Multiple formats accepted, look the geopy.points Python library for more details": [ - "Прийняті кілька форматів, подивіться на бібліотеку Python Geopy.points для отримання детальної інформації" + "Bucket break points": ["Точки розриву відра"], + "List of n+1 values for bucketing metric into n buckets.": [ + "Список значення N+1 для метрики відра в N відра." ], - "Multiplier": ["Множник"], - "Must be unique": ["Має бути унікальним"], - "Must choose either a chart or a dashboard": [ - "Потрібно вибрати або діаграму, або інформаційну панель" + "Emit Filter Events": ["Виносити подій фільтра"], + "Whether to apply filter when items are clicked": [ + "Чи слід застосовувати фільтр, коли елементи клацають" ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "Повинен мати стовпець [група за], щоб мати \"рахувати\" як [мітку]" + "Multiple filtering": ["Багаторазова фільтрація"], + "Allow sending multiple polygons as a filter event": [ + "Дозволити надсилання декількох багатокутників як події фільтра" ], - "Must have at least one numeric column specified": [ - "Повинен мати щонайменше один числовий стовпчик" + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "Візуалізує географічні області з ваших даних як багатокутників на карті, що надається Mapbox. Полігони можна забарвити за допомогою метрики." ], - "Must provide credentials for the SSH Tunnel": [ - "Повинен надати облікові дані для тунелю SSH" + "deck.gl Polygon": ["deck.gl Polygon"], + "Category": ["Категорія"], + "Point Size": ["Розмір точки"], + "Point Unit": ["Точкова одиниця"], + "Square meters": ["Квадратних метрів"], + "Square kilometers": ["Квадратні кілометри"], + "Square miles": ["Квадратні милі"], + "Radius in meters": ["Радіус у метрах"], + "Radius in kilometers": ["Радіус у кілометрах"], + "Radius in miles": ["Радіус у милях"], + "Minimum Radius": ["Мінімальний радіус"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "Мінімальний розмір радіуса кола, в пікселях. У міру зміни рівня масштабу це гарантує, що коло поважає цей мінімальний радіус." ], - "Must specify a value for filters with comparison operators": [ - "Потрібно вказати значення для фільтрів з операторами порівняння" + "Maximum Radius": ["Максимальний радіус"], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "Максимальний розмір радіуса кола, в пікселях. У міру зміни рівня масштабу це гарантує, що коло поважає цей максимальний радіус." ], - "My beautiful colors": ["Мої прекрасні кольори"], - "My column": ["Моя колонка"], - "My metric": ["Мій показник"], - "N/A": ["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.": [ - "Назва таблиці, яка повинна бути створена з стовпчастих даних." + "Point Color": ["Точковий колір"], + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Карта, яка приймає кола з рендерінгу зі змінною радіусом на координатах широти/довготи" ], - "Name of table to be created from excel data.": [ - "Назва таблиці, яка повинна бути створена з даних Excel." + "deck.gl Scatterplot": ["deck.gl Scatterplot"], + "Grid": ["Сітка"], + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "Агрегує дані в межах кордону клітин сітки та відображають агреговані значення до динамічної кольорової шкали" ], - "Name of table to be created with CSV file": [ - "Ім'я таблиці, яке потрібно створити за допомогою файлу CSV" + "deck.gl Screen Grid": ["deck.gl Screen Grid"], + "For more information about objects are in context in the scope of this function, refer to the": [ + "Для отримання додаткової інформації про об'єкти в контексті в обсязі цієї функції, див. " ], - "Name of the column containing the id of the parent node": [ - "Назва стовпця, що містить ідентифікатор батьківського вузла" + " source code of Superset's sandboxed parser": [ + " Вихідний код аналізатора пісочниці Superset" ], - "Name of the id column": ["Ім'я стовпця ідентифікатора"], - "Name of the source nodes": ["Назва вихідних вузлів"], - "Name of the table that exists in the source database": [ - "Назва таблиці, яка існує у вихідній базі даних" + "This functionality is disabled in your environment for security reasons.": [ + "Ця функціональність відключена у вашому середовищі з міркувань безпеки." ], - "Name of the target nodes": ["Назва цільових вузлів"], - "Name your database": ["Назвіть свою базу даних"], - "Need help? Learn how to connect your database": [ - "Потрібна допомога? Дізнайтеся, як підключити базу даних" + "Ignore null locations": ["Ігноруйте нульові місця"], + "Whether to ignore locations that are null": [ + "Чи потрібно ігнорувати місця, які є нульовими" ], - "Need help? Learn more about": [ - "Потрібна допомога? Дізнайтеся більше про" + "Auto Zoom": ["Автомобільний масштаб"], + "When checked, the map will zoom to your data after each query": [ + "Після перевірки карта збільшиться до ваших даних після кожного запиту" ], - "Network error": ["Помилка мережі"], - "Network error.": ["Помилка мережі."], - "New chart": ["Нова діаграма"], - "New columns added: %s": ["Додано нові стовпці: %s"], - "New dataset": ["Новий набір даних"], - "New dataset name": ["Нове ім'я набору даних"], - "New header": ["Новий заголовок"], - "New tab": ["Нова вкладка"], - "New tab (Ctrl + q)": ["Нова вкладка (Ctrl + Q)"], - "New tab (Ctrl + t)": ["Нова вкладка (Ctrl + T)"], - "Next": ["Наступний"], - "Nightingale Rose Chart": ["Sowingale Rose Chart"], - "No": ["Немає"], - "No %s yet": ["Ще немає %s"], - "No Data": ["Немає даних"], - "No Results": ["Немає результатів"], - "No Rules yet": ["Ще немає правил"], - "No annotation layers": ["Ніяких шарів анотації"], - "No annotation layers yet": ["Ще немає анотаційних шарів"], - "No annotation yet": ["Ще немає анотації"], - "No applied filters": ["Немає застосованих фільтрів"], - "No available filters.": ["Немає доступних фільтрів."], - "No charts": ["Немає діаграм"], - "No charts yet": ["Ще немає діаграм"], - "No columns found": ["Не знайдено стовпців"], - "No compatible columns found": ["Не знайдено сумісних стовпців"], - "No compatible datasets found": ["Не знайдено сумісних наборів даних"], - "No compatible schema found": ["Не знайдено сумісної схеми"], - "No dashboards yet": ["Ще немає інформаційних панелей"], - "No data": ["Немає даних"], - "No data after filtering or data is NULL for the latest time record": [ - "Ніякі дані після фільтрації або даних є нульовими для останнього запису часу" + "Select a dimension": ["Виберіть вимір"], + "Extra data for JS": ["Додаткові дані для JS"], + "List of extra columns made available in JavaScript functions": [ + "Список додаткових стовпців, доступних у функціях JavaScript" ], - "No data in file": ["Немає даних у файлі"], - "No databases match your search": [ - "Жодне бази даних не відповідає вашому пошуку" + "JavaScript data interceptor": ["Перехоплювач даних JavaScript"], + "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ + "Визначте функцію JavaScript, яка отримує масив даних, що використовується у візуалізації, і, як очікується, поверне модифіковану версію цього масиву. Це може бути використане для зміни властивостей даних, фільтра або збагачення масиву." ], - "No description available.": ["Опис не доступний."], - "No entities have this tag currently assigned": [""], - "No filter": ["Без фільтра"], - "No filter is selected.": ["Фільтр не вибирається."], - "No filters": ["Немає фільтрів"], - "No filters are currently added to this dashboard.": [ - "Наразі на цю інформаційну панель не додано жодних фільтрів." + "JavaScript tooltip generator": ["Generator JavaScript"], + "Define a function that receives the input and outputs the content for a tooltip": [ + "Визначте функцію, яка отримує вхід і виводить вміст для підказки" ], - "No form settings were maintained": ["Налаштування форми не зберігалися"], - "No global filters are currently added": [ - "Наразі глобальні фільтри не додаються" + "JavaScript onClick href": ["Javascript onclick href"], + "Define a function that returns a URL to navigate to when user clicks": [ + "Визначте функцію, яка повертає URL -адресу, щоб перейти до того, коли користувач клацає" ], - "No matching records found": ["Не знайдено відповідних записів"], - "No of Bins": ["Немає бункерів"], - "No recents yet": ["Ще немає жодних випадків"], - "No records found": ["Записів не знайдено"], - "No results": ["Немає результатів"], - "No results found": ["Нічого не знайдено"], - "No results match your filter criteria": [ - "Ніякі результати не відповідають вашим критеріям фільтра" + "Legend Format": ["Легенда формат"], + "Choose the format for legend values": [ + "Виберіть формат для значень легенди" ], - "No results were returned for this query": [ - "Для цього запиту не було повернуто жодних результатів" + "Legend Position": ["Легенда позиція"], + "Choose the position of the legend": ["Виберіть положення легенди"], + "Top left": ["Зверху ліворуч"], + "Top right": ["Праворуч зверху"], + "Bottom left": ["Знизу зліва"], + "Bottom right": ["Знизу праворуч"], + "Lines column": ["Стовпчик рядків"], + "The database columns that contains lines information": [ + "Стовпці бази даних, що містить інформацію про рядки" ], - "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.": [ - "Для цього запиту жодних результатів не було. Якщо ви очікували повернення результатів, переконайтеся, що будь -які фільтри налаштовані належним чином, а дані містять дані для вибраного діапазону часу." + "Line width": ["Ширина лінії"], + "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": [ + " Встановіть непрозорість на 0, якщо ви не хочете перекрити колір, вказаний у Geojson" ], - "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": [ - "Не знайдено жодних збережених результатів, вам потрібно повторно запустити свій запит" + "Stroke Color": ["Колір удару"], + "Filled": ["Наповнений"], + "Whether to fill the objects": ["Чи заповнювати об'єкти"], + "Stroked": ["Погладжений"], + "Whether to display the stroke": ["Чи відображати хід"], + "Extruded": ["Екструдований"], + "Whether to make the grid 3D": ["Чи робити сітку 3D"], + "Grid Size": ["Розмір сітки"], + "Defines the grid size in pixels": ["Визначає розмір сітки в пікселях"], + "Parameters related to the view and perspective on the map": [ + "Параметри, пов’язані з переглядом та перспективою на карті" ], - "No such column found. To filter on a metric, try the Custom SQL tab.": [ - "Такого стовпця не знайдено. Щоб фільтрувати метрику, спробуйте спеціальну вкладку SQL." + "Longitude & Latitude": ["Довгота та широта"], + "Fixed point radius": ["Фіксований радіус точки"], + "Multiplier": ["Множник"], + "Factor to multiply the metric by": [ + "Коефіцієнт для множення метрики на" ], - "No table columns": ["Немає стовпців таблиці"], - "No temporal columns found": ["Не знайдено тимчасових стовпців"], - "No time columns": ["Немає часу стовпців"], - "No validator found (configured for the engine)": [ - "Жодного валідатора не знайдено (налаштовано для двигуна)" + "Lines encoding": ["Лінії кодування"], + "The encoding format of the lines": ["Формат кодування ліній"], + "geohash (square)": ["geohash (square)"], + "Reverse Lat & Long": ["Зворотний лат і довгий"], + "GeoJson Column": ["Колонка Geojson"], + "Select the geojson column": ["Виберіть стовпчик Geojson"], + "Right Axis Format": ["Формат правої осі"], + "Show Markers": ["Шоу маркерів"], + "Show data points as circle markers on the lines": [ + "Показати точки даних як маркери кола на лініях" ], - "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": [ - "Не додано на будь-яку інформаційну панель" + "Y bounds": ["Y межі"], + "Whether to display the min and max values of the Y-axis": [ + "Чи відображати значення min та максимально вісь y" ], - "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.": [ - "Межі числа, що використовуються для кодування кольору від червоного до синього.\n Поверніть числа для синього до червоного. Щоб отримати чистий червоний або синій,\n Ви можете ввести лише хв, або максимум." + "Y 2 bounds": ["Y 2 межі"], + "Line Style": ["Лінійний стиль"], + "linear": ["лінійний"], + "basis": ["основа"], + "cardinal": ["кардинальний"], + "monotone": ["монотонний"], + "step-before": ["ступінь"], + "step-after": ["накопичувач"], + "Line interpolation as defined by d3.js": [ + "Лінійна інтерполяція, визначена D3.js" ], - "Number format": ["Формат числа"], - "Number format string": ["Рядок формату числа"], - "Number of buckets to group data": [ - "Кількість відр для групування даних" + "Show Range Filter": ["Показати фільтр діапазону"], + "Whether to display the time range interactive selector": [ + "Чи відображати інтерактивний селектор часу" ], - "Number of decimal digits to round numbers to": [ - "Кількість десяткових цифр до круглих чисел до" + "Extra Controls": ["Додаткові елементи управління"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "Проявляти додаткові елементи управління чи ні. Додаткові елементи керування включають такі речі, як створення мулітбарів, складеними або поруч." ], - "Number of decimal places with which to display lift values": [ - "Кількість десяткових місць, з якими можна відобразити значення підйому" + "X Tick Layout": ["X макет галочки"], + "flat": ["рівномірний"], + "staggered": ["здивований"], + "The way the ticks are laid out on the X-axis": [ + "Те, як кліщі викладені на осі x" ], - "Number of decimal places with which to display p-values": [ - "Кількість десяткових місць, з якими можна відобразити p-значення" + "X Axis Format": ["Формат X Axis"], + "Y Log Scale": ["Y Шкала журналу"], + "Use a log scale for the Y-axis": [ + "Використовуйте шкалу журналу для осі y" ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "" + "Y Axis Bounds": ["Y межі осі"], + "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "Межі для осі y. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." ], - "Number of periods to ratio against": [ - "Кількість періодів до співвідношення проти" + "Y Axis 2 Bounds": ["Y Axis 2 Межі"], + "X bounds": ["X межі"], + "Whether to display the min and max values of the X-axis": [ + "Чи відображати значення min та максимально вісь x" ], - "Number of rows of file to read": ["Кількість рядків файлу для читання"], - "Number of rows of file to read.": [ - "Кількість рядків файлу для читання." + "Bar Values": ["Значення планки"], + "Show the value on top of the bar": ["Покажіть значення на вершині бару"], + "Stacked Bars": ["Складені бари"], + "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 не переповнюється, а мітки можуть відсутні. Якщо помилково, до стовпців буде застосовано мінімальна ширина, а ширина може переливатися в горизонтальний сувій." ], - "Number of rows to skip at start of file": [ - "Кількість рядків для пропускання на початку файлу" + "You cannot use 45° tick layout along with the time range filter": [ + "Ви не можете використовувати макет кліщів 45 ° разом із фільтром часу часу" ], - "Number of rows to skip at start of file.": [ - "Кількість рядків для пропускання на початку файлу." + "Stacked Style": ["Складений стиль"], + "stack": ["стек"], + "stream": ["потік"], + "expand": ["розширити"], + "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.": [ + "Діаграма часових рядів, яка візуалізує, як пов'язана метрика з декількох груп різниться з часом. Кожна група візуалізується за допомогою іншого кольору." ], - "Number of split segments on the axis": [ - "Кількість розділених сегментів на осі" + "Stretched style": ["Розтягнутий стиль"], + "Stacked style": ["Складений стиль"], + "Video game consoles": ["Консолі відеоігор"], + "Vehicle Types": ["Типи транспортних засобів"], + "Time-series Area Chart (legacy)": ["Діаграма області (спадщина)"], + "Continuous": ["Безперервний"], + "Line": ["Лінія"], + "nvd3": ["nvd3"], + "Series Limit Sort By": ["Серія ліміту сортування"], + "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ + "Метрика, яка використовується для замовлення ліміту, якщо присутній ліміт серії. Якщо невизначений повернення до першої метрики (де це доречно)." ], - "Number of steps to take between ticks when displaying the X scale": [ - "Кількість кроків, які потрібно зробити між кліщами при відображенні шкали X" + "Series Limit Sort Descending": ["Серія обмежує сортування"], + "Whether to sort descending or ascending if a series limit is present": [ + "Чи слід сортувати низхідну чи підніматися, якщо присутній ліміт серії" ], - "Number of steps to take between ticks when displaying the Y scale": [ - "Кількість кроків, які потрібно зробити між кліщами при відображенні шкали Y" + "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.": [ + "Візуалізуйте, як метрика змінюється з часом за допомогою брусків. Додайте групу за стовпцем для візуалізації показників групи та того, як вони змінюються з часом." ], - "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.": [ - "Один або багато стовпців до групи за. Високі угруповання кардинальності повинні включати ліміт серії для обмеження кількості витягнутих та наданих рядів." + "Time-series Bar Chart (legacy)": ["Діаграма штрих часу (Legacy)"], + "Bar": ["Бар"], + "Box Plot": ["Ділянка коробки"], + "X Log Scale": ["X шкала журналу"], + "Use a log scale for the X-axis": [ + "Використовуйте шкалу журналу для осі x" ], - "One or many controls to group by. If grouping, latitude and longitude columns must be present.": [ - "Один або багато елементів керування групами за. Якщо групування, широта та довгота повинні бути присутніми." + "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 та розміру міхура). Бульбашки з однієї групи можна демонструвати за допомогою кольору бульбашок." ], - "One or many controls to pivot as columns": [ - "Один або багато елементів керування, щоб стригти як стовпці" + "Ranges": ["Діапазони"], + "Ranges to highlight with shading": [ + "Діапазони, щоб виділити за допомогою затінення" ], - "One or many metrics to display": [ - "Один або багато показників для відображення" + "Range labels": ["Етикетки діапазону"], + "Labels for the ranges": ["Мітки для діапазонів"], + "Markers": ["Маркери"], + "List of values to mark with triangles": [ + "Список значень, які слід позначити трикутниками" ], - "One or more columns already exist": [ - "Один або кілька стовпців вже існують" + "Marker labels": ["Маркерні етикетки"], + "Labels for the markers": ["Етикетки для маркерів"], + "Marker lines": ["Маркерні лінії"], + "List of values to mark with lines": [ + "Перелік значень для позначення рядками" ], - "One or more columns are duplicated": [ - "Один або кілька стовпців дублюються" + "Marker line labels": ["Мітки маркерної лінії"], + "Labels for the marker lines": ["Мітки для ліній маркера"], + "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.": [ + "Демонструє прогрес однієї метрики проти заданої цілі. Чим вище заливка, тим ближче метрика до цілі." ], - "One or more columns do not exist": [ - "Одного або декількох стовпців не існує" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "Візуалізує багато різних об'єктів часових рядів в одній діаграмі. Ця діаграма застаріла, і ми рекомендуємо використовувати замість цього діаграму часових рядів." ], - "One or more metrics already exist": [ - "Один або кілька показників вже існують" + "Time-series Percent Change": ["Зміна відсотків часових рядів"], + "Sort Bars": ["Сортування барів"], + "Sort bars by x labels.": ["Сортуйте смуги за x мітками."], + "Breakdowns": ["Розбиття"], + "Defines how each series is broken down": [ + "Визначає, як розбивається кожна серія" ], - "One or more metrics are duplicated": [ - "Один або кілька показників дублюються" + "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.": [ + "Порівнює показники різних категорій за допомогою барів. Довжина смуги використовується для позначення величини кожного значення, а колір використовується для диференціації груп." ], - "One or more metrics do not exist": [ - "Одного або декількох показників не існує" + "Bar Chart (legacy)": ["Діаграма (спадщина)"], + "Additive": ["Добавка"], + "Propagate": ["Розповсюджувати"], + "Send range filter events to other charts": [ + "Надіслати події фільтра діапазону на інші діаграми" ], - "One or more parameters needed to configure a database are missing.": [ - "Не вистачає одного або декількох параметрів, необхідних для налаштування бази даних." + "Classic chart that visualizes how metrics change over time.": [ + "Класична діаграма, яка візуалізує, як змінюються показники з часом." ], - "One or more parameters specified in the query are missing.": [ - "Один або кілька параметрів, зазначених у запиті, відсутні." + "Battery level over time": ["Рівень акумулятора з часом"], + "Time-series Line Chart (legacy)": ["Лінійна діаграма (спадщина)"], + "Label Type": ["Тип етикетки"], + "Category Name": ["Назва категорії"], + "Value": ["Цінність"], + "Percentage": ["Відсоток"], + "Category and Value": ["Категорія та значення"], + "Category and Percentage": ["Категорія та відсоток"], + "Category, Value and Percentage": ["Категорія, вартість та відсоток"], + "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 5% threshold.": [ + "Чи відображати мітки. Зауважте, що мітка відображається лише тоді, коли поріг 5%." ], - "One ore more annotation layers failed loading.": [ - "Один руду більше анотаційних шарів не вдалося завантажити." + "Put labels outside": ["Покладіть етикетки назовні"], + "Put the labels outside the pie?": ["Поставити етикетки поза пирогом?"], + "Frequency": ["Частота"], + "Year (freq=AS)": ["Рік (freq = as)"], + "52 weeks starting Monday (freq=52W-MON)": [ + "52 тижні, починаючи з понеділка (частота=52W-MON)" ], - "Only SELECT statements are allowed against this database.": [ - "Протягом цієї бази даних допускаються лише вибору." + "1 week starting Sunday (freq=W-SUN)": [ + "1 тиждень, починаючи з неділі (FREQ = W-SUN)" ], - "Only Total": ["Тільки повне"], - "Only `SELECT` statements are allowed": ["Дозволено лише `вибору"], - "Only applies when \"Label Type\" is not set to a percentage.": [ - "Застосовується лише тоді, коли \"тип мітки\" не встановлений на відсоток." + "1 week starting Monday (freq=W-MON)": [ + "1 тиждень, починаючи з понеділка (FREQ = W-Mon)" ], - "Only applies when \"Label Type\" is set to show values.": [ - "Застосовується лише тоді, коли \"тип мітки\" встановлюється для показу значень." + "Day (freq=D)": ["День (Freq = D)"], + "4 weeks (freq=4W-MON)": ["4 тижні (частота=4W-MON)"], + "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.": [ + "Періодичність, протягом якої врізати час. Користувачі можуть надати\n Псевдонім \"Панди\".\n Клацніть на міхур Info для отримання більш детальної інформації про прийняті вирази \"Freq\"." ], - "Only selected panels will be affected by this filter": [ - "На цей фільтр вплине лише вибрані панелі" + "Time-series Period Pivot": ["Часові періоди періоду повороту"], + "Formula": ["Формула"], + "Event": ["Подія"], + "Interval": ["Інтервал"], + "Stack": ["Стек"], + "Stream": ["Потік"], + "Expand": ["Розширити"], + "Show legend": ["Показати легенду"], + "Whether to display a legend for the chart": [ + "Чи відображати легенду для діаграми" + ], + "Margin": ["Націнка"], + "Additional padding for legend.": ["Додаткові прокладки для легенди."], + "Scroll": ["Прокрутити"], + "Plain": ["Простий"], + "Legend type": ["Тип легенди"], + "Orientation": ["Орієнтація"], + "Bottom": ["Дно"], + "Right": ["Право"], + "Legend Orientation": ["Орієнтація на легенду"], + "Show Value": ["Показувати цінність"], + "Show series values on the chart": [ + "Показувати значення серії на діаграмі" ], + "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": [ "Показати лише загальну вартість у складеній діаграмі, а не показати у вибраній категорії" ], - "Only single queries supported": ["Підтримуються лише одиночні запити"], - "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "Дозволено лише наступні розширення файлу: %(allowed_extensions)s" - ], - "Oops! An error occurred!": ["На жаль! Виникла помилка!"], - "Opacity": ["Непрозорість"], - "Opacity of Area Chart. Also applies to confidence band.": [ - "Прозоість діаграми області. Також застосовується до групи довіри." + "Percentage threshold": ["Відсоток поріг"], + "Minimum threshold in percentage points for showing labels.": [ + "Мінімальний поріг у відсотковому пункті для показу мітків." ], - "Opacity of all clusters, points, and labels. Between 0 and 1.": [ - "Прозоість усіх кластерів, балів та мітків. Між 0 і 1." + "Rich tooltip": ["Багатий підказки"], + "Shows a list of all series available at that point in time": [ + "Показує список усіх серій, доступних на той момент часу" ], - "Opacity of area chart.": ["Прозоість діаграми області."], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" + "Tooltip time format": ["Формат часу підказки"], + "Tooltip sort by metric": ["Сортування підказок за метрикою"], + "Whether to sort tooltip by the selected metric in descending order.": [ + "Чи сортувати підказку за вибраним показником у порядку зменшення." ], - "Opacity, expects values between 0 and 100": [ - "Непрозорість, очікує значення від 0 до 100" + "Tooltip": ["Підказка"], + "Sort Series By": ["Сортування серії"], + "Based on what should series be ordered on the chart and legend": [ + "Виходячи з того, як слід впорядкувати серії на діаграмі та легенді" ], - "Open Datasource tab": ["Вкладка Відкрийте DataSource"], - "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.": [ - "Керуйте базою даних в асинхронному режимі, що означає, що запити виконуються на віддалених працівниках на відміну від самого веб -сервера. Це передбачає, що у вас є налаштування працівника селери, а також резервні результати. Для отримання додаткової інформації зверніться до документів про встановлення." + "Sort Series Ascending": ["Сортування серії, що піднімається"], + "Sort series in ascending order": [ + "Сортування серії у зростаючому порядку" ], - "Operator": ["Оператор"], - "Operator undefined for aggregator: %(name)s": [ - "Оператор, не визначений для агрегатора: %(ім'я)s" + "Rotate x axis label": ["Обертати мітку осі X"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "Поле введення підтримує власне обертання. напр. 30 на 30 °" ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "Необов’язковий вміст Ca_bundle для перевірки запитів HTTPS. Доступний лише в певних двигунах бази даних." + "Series Order": ["Замовлення серії"], + "Make the x-axis categorical": [""], + "Last available value seen on %s": [ + "Остання доступна вартість, що спостерігається на %s" ], - "Optional d3 date format string": ["Необов’язковий рядок формату D3 D3"], - "Optional d3 number format string": [ - "Необов’язковий рядок формату числа D3" + "Not up to date": ["Не в курсі"], + "No data": ["Немає даних"], + "No data after filtering or data is NULL for the latest time record": [ + "Ніякі дані після фільтрації або даних є нульовими для останнього запису часу" ], - "Optional name of the data column.": [ - "Необов’язкове ім'я стовпця даних." + "Try applying different filters or ensuring your datasource has data": [ + "Спробуйте застосувати різні фільтри або забезпечити, щоб ваш DataSource має дані" ], - "Optional warning about use of this metric": [ - "Необов’язкове попередження про використання цієї метрики" + "Big Number Font Size": ["Розмір шрифту великого числа"], + "Tiny": ["Крихітний"], + "Small": ["Невеликий"], + "Normal": ["Нормальний"], + "Large": ["Великий"], + "Huge": ["Величезний"], + "Subheader Font Size": ["Розмір шрифту підзаголовка"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Options": ["Варіанти"], - "Or choose from a list of other databases we support:": [ - "Або виберіть зі списку інших баз даних, які ми підтримуємо:" + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Order by entity id": ["Замовлення за сутністю ідентифікатор"], - "Order results by selected columns": [ - "Результати замовлення за вибраними стовпцями" + "Big Number with Time Period Comparison": [""], + "Display settings": ["Налаштування дисплею"], + "Subheader": ["Підзаголовка"], + "Description text that shows up below your Big Number": [ + "Опис текст, який відображається нижче вашого великого номера" ], - "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.": [ - "Накладіть один або кілька разів з відносного періоду часу. Очікує відносного часу дельти природною мовою (приклад: 24 години, 7 днів, 52 тижні, 365 днів). Підтримується безкоштовний текст." + "Date format": ["Формат дати"], + "Force date format": ["Формат дат сили"], + "Use date formatting even when metric value is not a timestamp": [ + "Використовуйте форматування дати навіть тоді, коли метричне значення не є часовою позначкою" ], - "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 днів, 52 тижні, 365 днів). Підтримується безкоштовний текст." + "Conditional Formatting": ["Умовне форматування"], + "Apply conditional color formatting to metric": [ + "Застосувати умовне форматування кольорів до метрики" ], - "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ - "Накладає шестикутну сітку на карті та агрегує дані в межах кордону кожної комірки." + "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.": [ + "Демонструє єдиний метричний передній і центр. Велика кількість найкраще використовується для звернення уваги на KPI або одне, на що ви хочете зосередитись на вашій аудиторії." ], - "Override time grain": ["Переоцінка зерна часу"], - "Override time range": ["Переоцінка часового діапазону"], - "Overwrite": ["Переписувати"], - "Overwrite & Explore": ["Переписати та досліджувати"], - "Overwrite Dashboard [%s]": ["Перезаписати Інформаційну панель [%s]"], - "Overwrite Duplicate Columns": ["Перезаписати дублікат стовпців"], - "Overwrite existing": ["Переписати існуючі"], - "Overwrite text in the editor with a query on this table": [ - "Переписати текст у редакторі із запитом на цій таблиці" + "A Big Number": ["Велика кількість"], + "With a subheader": ["З підзаголовком"], + "Big Number": ["Велике число"], + "Comparison Period Lag": ["Порівняльний період відставання"], + "Based on granularity, number of time periods to compare against": [ + "На основі деталізації, кількість часових періодів для порівняння" ], - "Owned Created or Favored": ["Належить створеним або прихильним"], - "Owner": ["Власник"], - "Owners": ["Власники"], - "Owners are invalid": ["Власники недійсні"], - "Owners is a list of users who can alter the dashboard.": [ - "Власники - це список користувачів, які можуть змінити інформаційну панель." + "Comparison suffix": ["Суфікс порівняння"], + "Suffix to apply after the percentage display": [ + "Суфікс подати заявку після відсоткового дисплея" ], - "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ - "Власники - це список користувачів, які можуть змінити інформаційну панель. Шукати за іменем або іменем користувача." + "Show Timestamp": ["Показати часову позначку"], + "Whether to display the timestamp": ["Чи відображати часову позначку"], + "Show Trend Line": ["Показати лінію тренду"], + "Whether to display the trend line": ["Чи відображати лінію тренду"], + "Start y-axis at 0": ["Почніть осі y о 0"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "Почніть осі y на нуль. Зніміть прапорець, щоб запустити вісь y з мінімальним значенням у даних." ], - "Page length": ["Довжина сторінки"], - "Paired t-test Table": ["Парна таблиця t-тесту"], - "Pandas resample method": ["Метод Pandas Resample"], - "Pandas resample rule": ["Pandas resamplable Правило"], - "Parallel Coordinates": ["Паралельні координати"], - "Parameter error": ["Помилка параметра"], - "Parameters": ["Параметри"], - "Parameters ": ["Параметри "], - "Parameters related to the view and perspective on the map": [ - "Параметри, пов’язані з переглядом та перспективою на карті" + "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": [ + "Зафіксуйте лінію тенденції до повного часу, зазначеного у відфільтрованих результатах" ], - "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": [ - "Перегородки, пропорції висоти, висота батьківства нижче цього значення обрізаються" + "TEMPORAL X-AXIS": ["Тимчасова осі x"], + "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.": [ + "Демонструє єдине число, що супроводжується простою лінійною діаграмою, щоб звернути увагу на важливу метрику разом із її зміною в часі чи іншим виміром." ], - "Password": ["Пароль"], - "Paste Private Key here": ["Вставте тут приватний ключ"], - "Paste content of service credentials JSON file here": [ - "Вставте вміст службових облікових даних JSON Файл тут" + "Big Number with Trendline": ["Велика кількість з Trendline"], + "Whisker/outlier options": ["Варіанти Віскера/Зовнішнього"], + "Determines how whiskers and outliers are calculated.": [ + "Визначає, як обчислюються вуса та переживчі." ], - "Paste the shareable Google Sheet URL here": [ - "Вставте сюди спільну URL -адресу Google Sheet" + "Tukey": ["Тюкі"], + "Min/max (no outliers)": ["Мін/Макс (без переживань)"], + "2/98 percentiles": ["2/98 процентиль"], + "9/91 percentiles": ["9/91 відсотків"], + "Categories to group by on the x-axis.": [ + "Категорії групуватися на осі x." ], - "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.": [ - "Особа або група, яка сертифікувала цю діаграму." + "Distribute across": ["Розповсюджувати"], + "Columns to calculate distribution across.": [ + "Стовпці для обчислення розподілу поперек." ], - "Person or group that has certified this dashboard.": [ - "Особа або група, яка сертифікувала цю інформаційну панель." + "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 квартали." ], - "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 metric for x, y and size": [ - "Виберіть показник для X, Y та розміру" + "ECharts": ["Echarts"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Pick a metric to display": ["Виберіть показник для відображення"], - "Pick a name to help you identify this database.": [ - "Виберіть ім’я, яке допоможе вам визначити цю базу даних." + "X AXIS TITLE MARGIN": [""], + "Y AXIS TITLE MARGIN": ["Y Exis title Margin"], + "Logarithmic y-axis": ["Логарифмічна вісь Y"], + "Truncate Y Axis": ["Укорочення y вісь"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "Укоротився вісь. Можна перекрити, вказавши мінімальну або максимальну межу." ], - "Pick a nickname for how the database will display in Superset.": [ - "Виберіть прізвисько, як база даних відображатиметься в суперсеті." + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "Pick a set of deck.gl charts to layer on top of one another": [ - "Виберіть набір діаграм палуби" + "Calculate from first step": [""], + "Calculate from previous step": [""], + "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.": [ + "Демонструє, як метрика змінюється в міру просування воронки. Ця класична діаграма корисна для візуалізації випадання між етапами в трубопроводі або життєвому циклі." ], - "Pick a title for you annotation.": [ - "Виберіть заголовок для вас анотацію." + "Funnel Chart": ["Графік воронки"], + "Sequential": ["Послідовний"], + "Columns to group by": ["Стовпці до групи"], + "General": ["Загальний"], + "Min": ["Хв"], + "Minimum value on the gauge axis": ["Мінімальне значення на осі датчика"], + "Max": ["Максимум"], + "Maximum value on the gauge axis": [ + "Максимальне значення на осі датчика" ], - "Pick at least one field for [Series]": [ - "Виберіть принаймні одне поле для [серії]" + "Start angle": ["Почати кут"], + "Angle at which to start progress axis": [ + "Кут, з яким почати прогрес вісь" ], - "Pick at least one metric": ["Виберіть хоча б одну метрику"], - "Pick exactly 2 columns as [Source / Target]": [ - "Виберіть рівно 2 стовпці як [джерело / ціль]" + "End angle": ["Кінцевий кут"], + "Angle at which to end progress axis": [ + "Кут, з яким слід закінчити вісь прогресу" ], - "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.": [ - "Виберіть один або кілька стовпців, які слід показати в анотації. Якщо ви не вибрали стовпець, всі вони будуть показані." + "Font size": ["Розмір шрифту"], + "Font size for axis labels, detail value and other text elements": [ + "Розмір шрифту для етикетки осі, детальне значення та інші текстові елементи" ], - "Pick your favorite markup language": ["Виберіть улюблену мову розмітки"], - "Pie Chart": ["Кругова діаграма"], - "Pie shape": ["Форма пирога"], - "Pin": ["Шпилька"], - "Pivot Table": ["Поворотна таблиця"], - "Pivot operation must include at least one aggregate": [ - "Робота повороту повинна включати щонайменше одну сукупність" + "Value format": ["Формат значення"], + "Additional text to add before or after the value, e.g. unit": [ + "Додатковий текст, який можна додати до або після значення, наприклад одиниця" ], - "Pivot operation requires at least one index": [ - "Робота повороту вимагає щонайменше одного індексу" + "Show pointer": ["Покажіть вказівник"], + "Whether to show the pointer": ["Чи показувати вказівник"], + "Animation": ["Анімація"], + "Whether to animate the progress and the value or just display them": [ + "Чи варто оживити прогрес і значення, чи просто відображати їх" ], - "Pivoted": ["Обрізаний"], - "Pixel height of each series": ["Висота пікселів кожної серії"], - "Pixels": ["Пікселі"], - "Plain": ["Простий"], - "Please DO NOT overwrite the \"filter_scopes\" key.": [ - "Будь ласка, не перезапишіть клавішу \"filter_scopes\"." + "Axis": ["Вісь"], + "Show axis line ticks": ["Показати кліщі лінії осі"], + "Whether to show minor ticks on the axis": [ + "Чи слід показувати незначні кліщі на осі" ], - "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}}\". Потім спробуйте знову запустити свій запит." + "Show split lines": ["Показати розділені лінії"], + "Whether to show the split lines on the axis": [ + "Чи відображати розділені лінії на осі" ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "Будь ласка, перевірте свій запит на наявність помилок синтаксису на або поблизу “%(syntax_error)s\". Потім спробуйте знову запустити свій запит." + "Split number": ["Розділений номер"], + "Number of split segments on the axis": [ + "Кількість розділених сегментів на осі" ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "Будь ласка, перевірте свій запит на наявність помилок синтаксису поблизу \"%(server_error)s\". Потім спробуйте знову запустити свій запит." + "Progress": ["Прогресувати"], + "Show progress": ["Показати прогрес"], + "Whether to show the progress of gauge chart": [ + "Чи показувати хід датчика діаграми" ], - "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.": [ - "Будь ласка, перевірте свої параметри шаблону на наявність помилок синтаксису та переконайтеся, що вони відповідають вашому запиту SQL та встановіть параметри. Потім спробуйте знову запустити свій запит." + "Overlap": ["Перетинати"], + "Whether the progress bar overlaps when there are multiple groups of data": [ + "Чи перекривається панель прогресу, коли існує кілька груп даних" ], - "Please choose at least one groupby": [ - "Будь ласка, виберіть хоча б одну групу" + "Round cap": ["Круглий cap"], + "Style the ends of the progress bar with a round cap": [ + "Стильні кінці смуги прогресу з круглою шапкою" ], - "Please confirm": ["Будь-ласка підтвердіть"], - "Please confirm the overwrite values.": [ - "Будь ласка, підтвердьте значення перезапису." + "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.": [ + "Кома-розділені інтервальні межі, наприклад 2,4,5 для інтервалів 0-2, 2-4 та 4-5. Останнє число повинно відповідати значенням, передбаченим для максимуму." ], - "Please enter a SQLAlchemy URI to test": [ - "Будь ласка, введіть URI SQLALCHEMY для тестування" + "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.": [ + "Вибір кольору, розділених комою для інтервалів, наприклад 1,2,4. Цілі числа позначають кольори з обраної кольорової гами і є 1-індексованими. Довжина повинна відповідати межі інтервалу." ], - "Please re-enter the password.": ["Будь ласка, повторно введіть пароль."], - "Please re-export your file and try importing again": [ - "Будь ласка, повторно експортуйте файл і спробуйте знову імпортувати" + "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.": [ + "Використовує датчик для демонстрації прогресу метрики до цілі. Положення циферблату представляє прогрес, а значення терміналу в калібрі являє собою цільове значення." ], - "Please save the query to enable sharing": [ - "Збережіть запит, щоб увімкнути обмін" + "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.": [ + "Категорія вихідних вузлів, що використовуються для призначення кольорів. Якщо вузол пов'язаний з більш ніж однією категорією, буде використано лише перший." ], - "Please save your chart first, then try creating a new email report.": [ - "Спочатку збережіть свою діаграму, а потім спробуйте створити новий звіт електронної пошти." + "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.": [ + "Чи ввімкнути вузол перетягування в режимі макета." ], - "Please save your dashboard first, then try creating a new email report.": [ - "Спочатку збережіть свою інформаційну панель, а потім спробуйте створити новий звіт на електронну пошту." + "Enable graph roaming": ["Увімкнути роумінг графів"], + "Disabled": ["Інвалід"], + "Scale only": ["Лише масштаб"], + "Move only": ["Тільки рухатися"], + "Scale and Move": ["Масштаб і рухайтеся"], + "Whether to enable changing graph position and scaling.": [ + "Чи можна змінювати положення графіку та масштабування." ], - "Please select both a Dataset and a Chart type to proceed": [ - "Виберіть як набір даних, так і тип діаграми, щоб продовжити" + "Node select mode": ["Режим вибору вузла"], + "Single": ["Поодинокий"], + "Multiple": ["Багаторазовий"], + "Allow node selections": ["Дозволити вибір вузлів"], + "Label threshold": ["Поріг мітки"], + "Minimum value for label to be displayed on graph.": [ + "Мінімальне значення для мітки для відображення на графі." ], - "Please use 3 different metric labels": [ - "Будь ласка, використовуйте 3 різні метричні етикетки" + "Node size": ["Розмір вузла"], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "Середній розмір вузла, найбільший вузол буде в 4 рази більший, ніж найменший" ], - "Plot the distance (like flight paths) between origin and destination.": [ - "Наведіть відстань (як доріжки польоту) між походженням та пунктом призначення." + "Edge width": ["Ширина краю"], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "Середня ширина краю, найгустіший край буде в 4 рази товстіший, ніж найтонший." ], - "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.": [ - "Розраховує окремі показники для кожного рядка в даних вертикально і пов'язують їх як ряд. Ця діаграма корисна для порівняння декількох показників у всіх зразках або рядах у даних." + "Edge length": ["Довжина краю"], + "Edge length between nodes": ["Довжина краю між вузлами"], + "Gravity": ["Тяжкість"], + "Strength to pull the graph toward center": [ + "Сила, щоб потягнути граф до центру" ], - "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": [ - "Бали та кластери оновляться, коли змінюється ViewPort" + "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.": [ + "Відображає з'єднання між об'єктами в структурі графів. Корисно для відображення відносин та показ, які вузли важливі в мережі. Діаграми графів можуть бути налаштовані на спрямування сили або циркуляцію. Якщо ваші дані мають геопросторову складову, спробуйте діаграму дуги Deck.gl." ], - "Polygon Column": ["Полігонна колонка"], - "Polygon Encoding": ["Кодування багатокутника"], - "Polygon Settings": ["Налаштування багатокутників"], - "Polyline": ["Полілінія"], - "Popular": ["Популярний"], - "Populate \"Default value\" to enable this control": [ - "Населення \"значення за замовчуванням\", щоб увімкнути цей контроль" + "Graph Chart": ["Діаграма графа"], + "Structural": ["Структурний"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": [ + "Чи сортувати низхідну чи висхідну" ], - "Population age data": ["Дані віку населення"], - "Port": ["Порт"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "Порт %(port)s на ім'я хоста \" %(hostname)s” відмовився від з'єднання." + "Series type": ["Тип серії"], + "Smooth Line": ["Гладка лінія"], + "Step - start": ["Крок - Почати"], + "Step - middle": ["Крок - Середній"], + "Step - end": ["Крок - Кінець"], + "Series chart type (line, bar etc)": [ + "Тип діаграми серії (рядок, бар тощо)" ], - "Port out of range 0-65535": ["Порт поза діапазоном 0-65535"], - "Position JSON": ["Позиція JSON"], - "Position of child node label on tree": [ - "Положення етикетки дитячого вузла на дереві" + "Stack series": ["Серія стека"], + "Area chart": ["Діаграма"], + "Draw area under curves. Only applicable for line types.": [ + "Накресліть область під кривими. Застосовується лише для типів ліній." ], - "Position of column level subtotal": [ - "Положення субтотального рівня стовпця" + "Opacity of area chart.": ["Прозоість діаграми області."], + "Marker": ["Маркер"], + "Draw a marker on data points. Only applicable for line types.": [ + "Накресліть маркер на точках даних. Застосовується лише для типів ліній." ], - "Position of intermediate node label on tree": [ - "Положення мітки проміжного вузла на дереві" + "Marker size": ["Розмір маркера"], + "Size of marker. Also applies to forecast observations.": [ + "Розмір маркера. Також застосовується до прогнозних спостережень." ], - "Position of row level subtotal": ["Положення субтотального рівня рядка"], - "Powered by Apache Superset": ["Працює від Superset Apache"], - "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.": [ - "Приклад застосовується при отримання чіткого значення для заповнення компонента управління фільтром. Підтримує синтаксис шаблону Jinja. Застосовується лише тоді, коли увімкнено `Увімкнути Filter Select`." - ], - "Predictive": ["Прогнозний"], - "Predictive Analytics": ["Прогнозування аналітики"], - "Prefix": [""], - "Prefix or suffix": [""], - "Preview": ["Попередній перегляд"], - "Preview: `%s`": ["Попередній перегляд: `%S`"], - "Previous": ["Попередній"], - "Previous Line": ["Попередній рядок"], "Primary": ["Первинний"], - "Primary Metric": ["Первинний показник"], - "Primary key": ["Первинний ключ"], + "Secondary": ["Вторинний"], "Primary or secondary y-axis": ["Первинна або вторинна осі Y"], + "Shared query fields": ["Поля спільного запиту"], + "Query A": ["Запит a"], + "Advanced analytics Query A": ["Розширений запит аналітики a"], + "Query B": ["Запит B"], + "Advanced analytics Query B": ["Розширений запит аналітики b"], + "Data Zoom": ["Масштаб даних"], + "Enable data zooming controls": [ + "Увімкнути контроль за масштабуванням даних" + ], + "Minor Split Line": ["Незначна лінія розколу"], + "Draw split lines for minor y-axis ticks": [ + "Накресліть розділені лінії для незначних кліщів у осі Y" + ], "Primary y-axis Bounds": ["Первинні межі вісь Y"], + "Bounds for the primary Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "Межі для первинної осі y. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." + ], "Primary y-axis format": ["Первинний формат осі Y"], - "Private Key": ["Приватний ключ"], - "Private Key & Password": ["Приватний ключ та пароль"], - "Private Key Password": ["Пароль приватного ключа"], - "Proceed": ["Тривати"], - "Progress": ["Прогресувати"], - "Progressive": ["Прогресивний"], - "Propagate": ["Розповсюджувати"], - "Proportional": ["Пропорційний"], - "Public and privately shared sheets": [ - "Громадські та приватні діляться аркушами" + "Logarithmic scale on primary y-axis": [ + "Логарифмічна шкала на первинній осі Y" ], - "Publicly shared sheets only": ["Публічно поділяються лише аркушами"], - "Published": ["Опублікований"], - "Purple": ["Фіолетовий"], - "Put labels outside": ["Покладіть етикетки назовні"], + "Secondary y-axis Bounds": ["Вторинні межі осі y"], + "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ + "Межі для вторинної осі y. Працює лише тоді, коли незалежна вісь Y\n Межі увімкнено. Якщо залишити порожні, межі динамічно визначені\n на основі міні/максимуму даних. Зауважте, що ця функція лише розшириться\n діапазон осі. Це не звузить ступінь даних." + ], + "Secondary y-axis format": ["Вторинний формат осі Y"], + "Secondary y-axis title": ["Вторинна назва осі Y"], + "Logarithmic scale on secondary y-axis": [ + "Логарифмічна шкала на вторинній осі Y" + ], + "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).": [ + "Візуалізуйте дві різні серії, використовуючи одну і ту ж осі x. Зауважте, що обидві серії можна візуалізувати за допомогою іншого типу діаграми (наприклад, 1 за допомогою смуг та 1 за допомогою рядка)." + ], + "Mixed Chart": ["Змішана діаграма"], "Put the labels outside of the pie?": [ "Поставити етикетки поза пирогом?" ], - "Put the labels outside the pie?": ["Поставити етикетки поза пирогом?"], - "Put your code here": ["Покладіть свій код сюди"], - "Python datetime string pattern": ["Python DateTime String шаблон"], - "QUERY DATA IN SQL LAB": ["Дані запиту в лабораторії SQL"], - "Quarter": ["Чверть"], - "Quarters %s": ["Квартали %s"], - "Queries": ["Запити"], - "Query": ["Запит"], - "Query %s: %s": ["Запит %s: %s"], - "Query A": ["Запит a"], - "Query B": ["Запит 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.": [ - "Запит занадто складний і займає занадто багато часу." + "Label Line": ["Лінія мітки"], + "Draw line from Pie to label when labels outside?": [ + "Намалювати лінію з пирога до етикетки, коли етикетки зовні?" ], - "Query mode": ["Режим запиту"], - "Query name": ["Назва запиту"], - "Query preview": ["Попередній перегляд запитів"], - "Query was stopped": ["Запит був зупинений"], - "Query was stopped.": ["Запит зупинився."], - "RANGE TYPE": ["Тип дальності"], - "RGB Color": ["RGB Колір"], - "RLS Rule not found.": ["Правило RLS не знайдено."], + "Show Total": ["Показати загалом"], + "Whether to display the aggregate count": [ + "Чи відображати кількість сукупності" + ], + "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.": [ + "Класик. Відмінно підходить для показу, скільки компанії отримує кожен інвестор, яка демографія слідує за вашим блогом, або яку частину бюджету йде до військового промислового комплексу.\n\n Діаграми пирогів можуть бути важко точно інтерпретувати. Якщо чіткість відносної пропорції важлива, подумайте про використання смуги або іншого типу діаграми." + ], + "Pie Chart": ["Кругова діаграма"], + "Total: %s": ["Всього: %s"], + "The maximum value of metrics. It is an optional configuration": [ + "Максимальне значення показників. Це необов'язкова конфігурація" + ], + "Label position": ["Позиція мітки"], "Radar": ["Радар"], - "Radar Chart": ["Радарна діаграма"], + "Customize Metrics": ["Налаштуйте показники"], + "Further customize how to display each metric": [ + "Далі налаштувати, як відобразити кожну метрику" + ], + "Circle radar shape": ["Форма радіолокаційного кола"], "Radar render type, whether to display 'circle' shape.": [ "Тип радіолокаційного візуалізації, чи відображати форму \"кола\"." ], - "Radial": ["Радіальний"], - "Radius in kilometers": ["Радіус у кілометрах"], - "Radius in meters": ["Радіус у метрах"], - "Radius in miles": ["Радіус у милях"], - "Ran %s": ["Ran %s"], - "Range": ["Діапазон"], - "Range filter": ["Фільтр діапазону"], - "Range filter plugin using AntD": [ - "Діапазон фільтрів плагін за допомогою ANTD" - ], - "Range labels": ["Етикетки діапазону"], - "Ranges": ["Діапазони"], - "Ranges to highlight with shading": [ - "Діапазони, щоб виділити за допомогою затінення" + "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.": [ + "Візуалізуйте паралельний набір показників у різних групах. Кожна група візуалізується за допомогою власної лінії точок, і кожна метрика представлена ​​як край на діаграмі." ], - "Ranking": ["Рейтинг"], - "Ratio": ["Співвідношення"], - "Raw records": ["RAW Records"], - "Recently created charts, dashboards, and saved queries will appear here": [ - "Нещодавно створені діаграми, інформаційні панелі та збережені запити з’являться тут" + "Radar Chart": ["Радарна діаграма"], + "Primary Metric": ["Первинний показник"], + "The primary metric is used to define the arc segment sizes": [ + "Первинний показник використовується для визначення розмірів сегмента дуги" ], - "Recently edited charts, dashboards, and saved queries will appear here": [ - "Нещодавно відредаговані діаграми, інформаційні панелі та збереженні запити з’являться тут" + "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": [ + "[Необов’язково] Ця вторинна метрика використовується для визначення кольору як співвідношення проти первинної метрики. При опущенні кольори є категоричним і на основі мітків" ], - "Recently modified": ["Нещодавно змінений"], - "Recently viewed charts, dashboards, and saved queries will appear here": [ - "Нещодавно переглянуті діаграми, інформаційні панелі та збережені запити з’являться тут" + "When only a primary metric is provided, a categorical color scale is used.": [ + "Коли надається лише первинна метрика, використовується категорична кольорова шкала." ], - "Recents": ["Втілення"], - "Recipients are separated by \",\" or \";\"": [ - "Одержувачі розділені \",\" або \";\"" + "When a secondary metric is provided, a linear color scale is used.": [ + "Коли надається вторинна метрика, використовується лінійна кольорова шкала." ], - "Recommended tags": ["Рекомендовані теги"], - "Record Count": ["Реєстрація"], - "Rectangle": ["Прямокутник"], - "Redirects to this endpoint when clicking on the table from the table list": [ - "Перенаправлення до цієї кінцевої точки при натисканні на таблицю зі списку таблиці" + "Hierarchy": ["Ієрархія"], + "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 Представлений одним кільцем з найпотаємнішим колом як верхівка ієрархії." ], - "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 не переповнюється, а мітки можуть відсутні. Якщо помилково, до стовпців буде застосовано мінімальна ширина, а ширина може переливатися в горизонтальний сувій." + "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.": [ + "Використовує кола для візуалізації потоку даних через різні етапи системи. Наведіть курсор на окремі шляхи візуалізації, щоб зрозуміти етапи, які взяла значення. Корисно для багатоступеневої, багатогрупової візуалізації воронки та трубопроводів." ], - "Refer to the": ["Зверніться до"], - "Referenced columns not available in DataFrame.": [ - "Посилання на стовпці недоступні в даних даних." + "Sunburst Chart": ["Діаграма Sunburst"], + "Multi-Levels": ["Багаторівневі"], + "When using other than adaptive formatting, labels may overlap": [ + "При використанні, крім адаптивного форматування, мітки можуть перекриватися" ], - "Refetch results": ["Результати переробки"], - "Refresh": ["Оновлювати"], - "Refresh dashboard": ["Оновити інформаційну панель"], - "Refresh frequency": ["Частота оновлення"], - "Refresh interval": ["Інтервал оновлення"], - "Refresh interval saved": ["Оновити інтервал збережено"], - "Refresh the default values": ["Оновити значення за замовчуванням"], - "Refreshing charts": ["Освіжаючі діаграми"], - "Refreshing columns": ["Освіжаючі стовпці"], - "Regular": ["Регулярний"], - "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.": [ - "Регулярні фільтри додають, де до запитів, якщо користувач належить до ролі, що посилається у фільтрі, базові фільтри застосовують фільтри до всіх запитів, крім ролей, визначених у фільтрі, і можуть бути використані для визначення того, що користувачі можуть побачити, чи немає фільтрів RLS у межах a Група фільтрів застосовується до них." + "Swiss army knife for visualizing data. Choose between step, line, scatter, and bar charts. This viz type has many customization options as well.": [ + "Швейцарський армійський ніж для візуалізації даних. Виберіть між крок, рядками, розсіюванням та штрихами. Цей тип Viz також має багато варіантів налаштування." ], - "Relational": ["Реляційний"], - "Relationships between community channels": [ - "Відносини між каналами громади" + "Generic Chart": ["Загальна діаграма"], + "zoom area": ["масштаб"], + "restore zoom": ["відновити масштаб"], + "Series Style": ["Стиль серії"], + "Area chart opacity": ["Область прозоість діаграми"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "Прозоість діаграми області. Також застосовується до групи довіри." ], - "Relative Date/Time": ["Відносна дата/час"], - "Relative period": ["Відносний період"], - "Relative quantity": ["Відносна кількість"], - "Reload": ["Перезавантажувати"], - "Remove": ["Видалити"], - "Remove cross-filter": ["Видаліть перехресний фільтр"], - "Remove item": ["Видаліть елемент"], - "Remove query from log": ["Видаліть запит з журналу"], - "Remove table preview": ["Видалити попередній перегляд таблиці"], - "Removed columns: %s": ["Видалені стовпці: %s"], - "Rename tab": ["Перейменуйте вкладку"], - "Rendering": ["Візуалізація"], - "Replace": ["Замінити"], - "Report": ["Доповідь"], - "Report Name": ["Назва звіту"], - "Report Schedule could not be created.": [ - "Графік звітів не вдалося створити." + "Marker Size": ["Розмір маркера"], + "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.": [ + "Діаграми області схожі на лінійні діаграми тим, що вони представляють змінні з однаковою шкалою, але діаграми області складають показники один до одного." ], - "Report Schedule could not be updated.": [ - "Графік звіту не можна було оновити." + "Area Chart": ["Діаграма"], + "Axis Title": ["Назва вісь"], + "AXIS TITLE MARGIN": ["ЗАВДАННЯ ВІСІВ"], + "AXIS TITLE POSITION": ["Позиція заголовка вісь"], + "Axis Format": ["Формат вісь"], + "Logarithmic axis": ["Логарифмічна вісь"], + "Draw split lines for minor axis ticks": [ + "Накресліть розділені лінії для незначних кліщів" ], - "Report Schedule delete failed.": ["Графік звіту Видалити не вдалося."], - "Report Schedule execution failed when generating a csv.": [ - "Виконання графіку звіту не вдалося при створенні CSV." + "Truncate Axis": ["Усікатна вісь"], + "It’s not recommended to truncate axis in Bar chart.": [ + "Не рекомендується скоротити вісь у гістограмі." ], - "Report Schedule execution failed when generating a dataframe.": [ - "Виконання графіку звіту не вдалося при створенні даних даних." + "Axis Bounds": ["Межі вісь"], + "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.": [ + "Межі для осі. Залишившись порожніми, межі динамічно визначаються на основі міні/максимуму даних. Зауважте, що ця функція лише розширить діапазон осі. Це не звузить ступінь даних." ], - "Report Schedule execution failed when generating a screenshot.": [ - "Виконання графіку звіту не вдалося при створенні скріншота." + "Chart Orientation": ["Орієнтація діаграми"], + "Bar orientation": ["Орієнтація"], + "Vertical": ["Вертикальний"], + "Horizontal": ["Горизонтальний"], + "Orientation of bar chart": ["Орієнтація гістограмної діаграми"], + "Bar Charts are used to show metrics as a series of bars.": [ + "Барські діаграми використовуються для показу показників як серії барів." ], - "Report Schedule execution got an unexpected error.": [ - "Виконання графіку звіту Отримано несподівану помилку." + "Bar Chart": ["Гістограма"], + "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.": [ + "Лінійна діаграма використовується для візуалізації вимірювань, взяті на задану категорію. Лінійна діаграма - це тип діаграми, яка відображає інформацію як ряд точок даних, підключених за допомогою прямих сегментів. Це основний тип діаграми, поширений у багатьох полях." ], - "Report Schedule is still working, refusing to re-compute.": [ - "Графік звіту все ще працює, відмовляючись від повторного складання." + "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.": [ + "Сюжет розсіювання має горизонтальну вісь у лінійних одиницях, а точки з'єднані в порядку. Він показує статистичну залежність між двома змінними." ], - "Report Schedule log prune failed.": [ - "Не вдалося очистити логи Звіту Розкладу." + "Scatter Plot": ["Діаграма розкиду"], + "Smooth-line is a variation of the line chart. Without angles and hard edges, Smooth-line sometimes looks smarter and more professional.": [ + "Гладка лінія-це варіація лінійної діаграми. Без кутів і жорстких країв, гладка лінія іноді виглядає розумнішими та професійнішими." ], - "Report Schedule not found.": ["Розклад звіту не знайдено."], - "Report Schedule parameters are invalid.": [ - "Параметри розкладу звіту недійсні." + "Step type": ["Тип кроку"], + "Start": ["Почати"], + "Middle": ["Середина"], + "End": ["Кінець"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "Визначає, чи повинен крок з’являтися на початку, середній або кінець між двома точками даних" ], - "Report Schedule reached a working timeout.": [ - "Графік звітів досяг робочого тайм -ауту." + "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.": [ + "Графік ступінчастої лінії (також називається крок діаграми)-це варіація лінійної діаграми, але з лінією, що утворює ряд кроків між точками даних. Крок діаграми може бути корисною, коли ви хочете показати зміни, які відбуваються з нерегулярними інтервалами." ], - "Report Schedule state not found": [ - "Держава розкладу звітів не знайдена" + "Stepped Line": ["Ступінчаста лінія"], + "Id": ["Ідентифікатор"], + "Name of the id column": ["Ім'я стовпця ідентифікатора"], + "Parent": ["Батько"], + "Name of the column containing the id of the parent node": [ + "Назва стовпця, що містить ідентифікатор батьківського вузла" ], - "Report a bug": ["Повідомте про помилку"], - "Report failed": ["Звіт не вдалося"], - "Report name": ["Назва звіту"], - "Report schedule": ["Розклад звіту"], - "Report schedule client error": ["Помилка звіту про графік звітів"], - "Report schedule system error": ["Помилка системи розкладу звітів"], - "Report schedule unexpected error": [ - "Графік звіту про несподівану помилку" + "Optional name of the data column.": [ + "Необов’язкове ім'я стовпця даних." ], - "Report sending": ["Надсилання звітів"], - "Report sent": ["Звіт надісланий"], - "Report updated": ["Звіт про оновлений"], - "Reports": ["Звіти"], - "Repulsion": ["Відштовхування"], - "Repulsion strength between nodes": ["Сила відштовхування між вузлами"], - "Request is incorrect: %(error)s": ["Запит невірний: %(error)s"], - "Request is not JSON": ["Запит - це не json"], - "Request missing data field.": ["Запит пропущеного поля даних."], - "Request timed out": ["Час запиту вичерпано"], - "Required": ["Вимагається"], - "Required control values have been removed": [ - "Необхідні контрольні значення були видалені" + "Root node id": ["Ідентифікатор кореневого вузла"], + "Id of root node of the tree.": ["Id кореневого вузла дерева."], + "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 intermediate node label on tree": [ + "Положення мітки проміжного вузла на дереві" ], - "Resample": ["Перепродаж"], - "Resample method should in ": ["Метод REPAMBLE повинен в "], - "Resample operation requires DatetimeIndex": [ - "REPAMBLE ORTERCTION вимагає DateTimeIndex" + "Child label position": ["Позиція дочірньої етикетки"], + "Position of child node label on tree": [ + "Положення етикетки дитячого вузла на дереві" ], - "Reset": ["Скинути"], - "Reset state": ["Скидання стану"], - "Resource already has an attached report.": [ - "Ресурс вже має доданий звіт." + "Emphasis": ["Наголос"], + "ancestor": ["предок"], + "descendant": ["нащадок"], + "Which relatives to highlight on hover": [ + "Які родичі, щоб виділити на курсі" ], - "Resource was not found.": ["Ресурс не був знайдений."], - "Restore Filter": ["Відновити фільтр"], - "Results": ["Результат"], - "Results %s": ["Результати %s"], - "Results backend is not configured.": [ - "Бекенд результатів не налаштовано." + "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.": [ + "Візуалізуйте декілька рівнів ієрархії, використовуючи звичну деревоподібну структуру." ], - "Results backend needed for asynchronous queries is not configured.": [ - "Результати, необхідні для асинхронних запитів, не налаштована." + "Tree Chart": ["Деревна діаграма"], + "Show Upper Labels": ["Показати верхні етикетки"], + "Show labels when the node has children.": [ + "Показати етикетки, коли у вузла є діти." ], - "Return to specific datetime.": ["Повернення до конкретного часу."], - "Reverse Lat & Long": ["Зворотний лат і довгий"], - "Reverse lat/long ": ["Зворотня шир/довгота "], - "Rich Tooltip": ["Багатий підказки"], - "Rich tooltip": ["Багатий підказки"], - "Right": ["Право"], - "Right Axis Format": ["Формат правої осі"], - "Right Axis Metric": ["Метрика правої осі"], - "Right axis metric": ["Метрика правої осі"], - "Right to Left": ["Праворуч зліва"], - "Right value": ["Правильне значення"], - "Right-click on a dimension value to drill to detail by that value.": [ - "Клацніть правою кнопкою миші на значення виміру, щоб до деталей за цим значенням." + "Key": ["Ключ"], + "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ + "Показати ієрархічні зв’язки даних із значенням, представленим областю, показуючи пропорцію та внесок у ціле." ], - "Role": ["Роль"], - "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.": [ - "Ролі - це список, який визначає доступ до інформаційної панелі. Надання ролі доступу до інформаційної панелі буде обходити перевірки рівня набору даних. Якщо не визначено ролей, застосовуються регулярні дозволи на доступ." + "Treemap": ["Подумати"], + "Total": ["Загальний"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ + "" ], - "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 waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ + "" ], - "Rolling Function": ["Функція прокатки"], - "Rolling Window": ["Коктейльне вікно"], - "Rolling function": ["Функція прокатки"], - "Rolling window": ["Коктейльне вікно"], - "Root certificate": ["Кореневий сертифікат"], - "Root node id": ["Ідентифікатор кореневого вузла"], - "Rotate x axis label": ["Обертати мітку осі X"], - "Rotation to apply to words in the cloud": [ - "Обертання, щоб застосувати до слів у хмарі" + "page_size.all": ["page_size.all"], + "Loading...": ["Завантаження ..."], + "Write a handlebars template to render the data": [ + "Напишіть шаблон ручки для надання даних" ], - "Round cap": ["Круглий 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": [ - "Рядок, що містить заголовки, які використовуються як імена стовпців (0 - це перший рядок даних). Залиште порожнім, якщо немає рядка заголовка" + "Handlebars": ["Ручка"], + "must have a value": ["повинен мати значення"], + "Handlebars Template": ["Шаблон ручки"], + "A handlebars template that is applied to the data": [ + "Шаблон ручки, який застосовується до даних" ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "Рядок, що містить заголовки, які використовуються як імена стовпців (0 - це перший рядок даних). Залиште порожній, якщо немає рядка заголовка." + "Include time": ["Включіть час"], + "Whether to include the time granularity as defined in the time section": [ + "Чи включати часову деталізацію, визначену в розділі часу" ], - "Row limit": ["Межа рядка"], - "Rows": ["Ряди"], - "Rows per page, 0 means no pagination": [ - "Рядки на сторінку, 0 означає, що немає пагінації" + "Percentage metrics": ["Відсоткові показники"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "" ], - "Rows subtotal position": ["Рядки субтотального положення"], - "Rows to Read": ["Ряди для читання"], - "Rule": ["Правити"], - "Rule Name": ["Назва права"], - "Rule added": ["Додано правило"], - "Run": ["Пробігати"], - "Run a query to display query history": [ - "Запустіть запит для відображення історії запитів" + "Show totals": ["Показати підсумки"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "Показати загальну сукупність вибраних показників. Зауважте, що обмеження рядка не застосовується до результату." ], - "Run a query to display results": [ - "Запустіть запит для відображення результатів" + "Ordering": ["Замовлення"], + "Order results by selected columns": [ + "Результати замовлення за вибраними стовпцями" ], - "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": [ - "Запуск оператора %(statement_num)s з %(statement_count)s" + "Sort descending": ["Сортувати низхід"], + "Server pagination": ["Сервер Пагінування"], + "Enable server side pagination of results (experimental feature)": [ + "Увімкнути серверну пагінування результатів (експериментальна функція)" ], - "SAT": ["Сидіти"], - "SEP": ["Сеп"], - "SHA": ["Ша"], - "SQL": ["SQL"], - "SQL Copied!": ["SQL скопійований!"], - "SQL Expression": ["Вираз SQL"], - "SQL Lab": ["SQL LAB"], - "SQL Lab View": ["Перегляд лабораторії 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 Lab використовує місцеве сховище вашого браузера для зберігання запитів та результатів.\nВ даний час ви використовуєте %(currentUsage)s KB з %(maxStorage)d KB зберігання.\nЩоб не зійти в лабораторію SQL, будь ласка, видаліть кілька вкладок запитів.\nВи можете повторно отримати ці запити, використовуючи функцію збереження, перш ніж видалити вкладку.\nЗауважте, що вам потрібно буде закрити інші вікна лабораторії SQL, перш ніж це зробити." + "Server Page Length": ["Довжина сторінки сервера"], + "Rows per page, 0 means no pagination": [ + "Рядки на сторінку, 0 означає, що немає пагінації" ], - "SQL Query": ["SQL -запит"], - "SQL expression": ["Вираз SQL"], - "SQL query": ["SQL -запит"], - "SQLAlchemy URI": ["Sqlalchemy uri"], - "SSH Host": ["SSH -хост"], - "SSH Password": ["Пароль SSH"], - "SSH Port": ["SSH -порт"], - "SSH Tunnel": ["SSH тунель"], - "SSH Tunnel configuration parameters": [ - "Параметри конфігурації тунелю SSH" + "Query mode": ["Режим запиту"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "Група за, показники або відсоткові показники повинні мати значення" ], - "SSH Tunnel could not be deleted.": ["Тунель SSH не вдалося видалити."], - "SSH Tunnel could not be updated.": ["Тунель SSH не вдалося оновити."], - "SSH Tunnel not found.": ["Тунель SSH не знайдено."], - "SSH Tunnel parameters are invalid.": ["Параметри тунелю SSH недійсні."], - "SSH Tunneling is not enabled": ["Тунелювання SSH не ввімкнено"], - "SSL Mode \"require\" will be used.": [ - "Буде використаний режим SSL \"вимагати\"." + "You need to configure HTML sanitization to use CSS": [ + "Вам потрібно налаштувати санітарію HTML для використання CSS" ], - "START (INCLUSIVE)": ["Почати (включно)"], - "STEP %(stepCurr)s OF %(stepLast)s": ["Крок %(stepCurr)s %(stepLast)s"], - "STRING": ["Нитка"], - "SUN": ["Сонце"], - "Sample Standard Deviation": ["Зразок стандартного відхилення"], - "Sample Variance": ["Дисперсія зразка"], - "Samples": ["Зразки"], - "Samples for dataset could not be retrieved.": [ - "Зразки для набору даних не вдалося отримати." + "CSS Styles": ["Стилі CSS"], + "CSS applied to the chart": ["CSS, застосований до діаграми"], + "Columns to group by on the columns": ["Стовпці до групи на стовпцях"], + "Rows": ["Ряди"], + "Columns to group by on the rows": ["Стовпці до групи на рядках"], + "Apply metrics on": ["Застосувати показники на"], + "Use metrics as a top level group for columns or for rows": [ + "Використовуйте показники як групу вищого рівня для стовпців або для рядків" ], - "Samples for datasource could not be retrieved.": [ - "Зразки для даних не вдалося отримати." + "Cell limit": ["Обмеження клітин"], + "Limits the number of cells that get retrieved.": [ + "Обмежує кількість клітин, які отримують." ], - "Sankey": ["Санкі"], - "Sankey Diagram": ["Діаграма Санкі"], - "Sankey Diagram with Loops": ["Діаграма Санкі з петлями"], - "Satellite": ["Супутник"], - "Satellite Streets": ["Супутникові вулиці"], - "Saturday": ["Субота"], - "Save": ["Заощадити"], - "Save & Explore": ["Зберегти та досліджувати"], - "Save & go to dashboard": [ - "Збережіть та перейдіть на інформаційну панель" + "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 (Overwrite)": ["Зберегти (перезапис)"], - "Save as": ["Зберегти як"], - "Save as Dataset": ["Збережіть як набір даних"], - "Save as dataset": ["Збережіть як набір даних"], - "Save as new": ["Зберегти як нове"], - "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": [ - "Збережіть запит, щоб увімкнути цю функцію" + "Aggregation function": ["Функція агрегації"], + "Count": ["Рахувати"], + "Count Unique Values": ["Порахуйте унікальні значення"], + "List Unique Values": ["Перелічіть унікальні значення"], + "Sum": ["Сума"], + "Average": ["Середній"], + "Median": ["Медіана"], + "Sample Variance": ["Дисперсія зразка"], + "Sample Standard Deviation": ["Зразок стандартного відхилення"], + "Minimum": ["Мінімум"], + "Maximum": ["Максимум"], + "First": ["Перший"], + "Last": ["Останній"], + "Sum as Fraction of Total": ["Сума як частка загальної кількості"], + "Sum as Fraction of Rows": ["Сума як частка рядків"], + "Sum as Fraction of Columns": ["Сума як частка стовпців"], + "Count as Fraction of Total": ["Вважається часткою загальної кількості"], + "Count as Fraction of Rows": ["Порахуйте як частку рядків"], + "Count as Fraction of Columns": ["Вважати як частка стовпців"], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "Сукупна функція, яка застосовується при повороті та обчисленні загальних рядків та стовпців" ], - "Save this query as a virtual dataset to continue exploring": [ - "Збережіть цей запит як віртуальний набір даних для продовження вивчення" + "Show rows total": ["Показати ціє рядки"], + "Display row level total": ["Відображення рівня рядка загалом"], + "Show columns total": ["Показати стовпці Всього"], + "Display column level total": ["Загальний рівень стовпців відображення"], + "Transpose pivot": ["Перекладіть поворот"], + "Swap rows and columns": ["Поміняйте ряди та стовпці"], + "Combine metrics": ["Поєднати показники"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "Показники дисплея поруч у кожному стовпці, на відміну від кожного стовпця, що відображається поруч для кожної метрики." ], - "Saved": ["Врятований"], - "Saved Queries": ["Збережені запити"], - "Saved expressions": ["Збережені вирази"], - "Saved metric": ["Збережені метрики"], - "Saved queries": ["Збережені запити"], - "Saved queries could not be deleted.": [ - "Збережені запити не можливо видалити." + "D3 time format for datetime columns": [ + "D3 Формат часу для стовпців DateTime" ], - "Saved query not found.": ["Збережений запит не знайдено."], - "Saved query parameters are invalid.": [ - "Збережені параметри запиту недійсні." + "Sort rows by": ["Сортувати ряди за"], + "key a-z": ["літера A-Z"], + "key z-a": ["літера Z-A"], + "value ascending": ["значення збільшення"], + "value descending": ["значення зменшення"], + "Change order of rows.": ["Змінити порядок рядків."], + "Available sorting modes:": ["Доступні режими сортування:"], + "By key: use row names as sorting key": [ + "За ключем: Використовуйте імена рядків як ключ сортування" ], - "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.": [ - "Сюжет розсіювання має горизонтальну вісь у лінійних одиницях, а точки з'єднані в порядку. Він показує статистичну залежність між двома змінними." + "By value: use metric values as sorting key": [ + "За значенням: Використовуйте метричні значення як ключ сортування" ], - "Schedule": ["Розклад"], - "Schedule a new email report": [ - "Заплануйте новий звіт електронної пошти" + "Sort columns by": ["Сортувати стовпці за"], + "Change order of columns.": ["Змінити порядок стовпців."], + "By key: use column names as sorting key": [ + "За ключем: Використовуйте імена стовпців як ключ сортування" ], - "Schedule email report": ["Розклад звіту електронної пошти"], - "Schedule query": ["Запит на розклад"], - "Schedule settings": ["Налаштування розкладу"], - "Schedule the query periodically": ["Періодично планувати запит"], - "Scheduled": ["Запланований"], - "Scheduled at (UTC)": ["Запланований за адресою (UTC)"], - "Scheduled task executor not found": [ - "Запланований виконавець завдань не знайдено" + "Rows subtotal position": ["Рядки субтотального положення"], + "Position of row level subtotal": ["Положення субтотального рівня рядка"], + "Columns subtotal position": ["Стовпці субтотального положення"], + "Position of column level subtotal": [ + "Положення субтотального рівня стовпця" ], - "Schema": ["Схема"], - "Schema cache timeout": ["Час очікування кешу схеми"], - "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "Схема, як використовується лише в деяких базах даних, таких як Postgres, Redshift та DB2" + "Conditional formatting": ["Умовне форматування"], + "Apply conditional color formatting to metrics": [ + "Застосувати умовне форматування кольорів до показників" ], - "Schemas allowed for File upload": [ - "Схеми дозволені для завантаження файлів" + "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.": [ + "Використовується для узагальнення набору даних шляхом групування кількох статистичних даних уздовж двох осей. Приклади: Номери продажів за регіоном та місяцем, завдання за статусом та правонаступником, активними користувачами за віком та місцезнаходженням. Не найбільш візуально приголомшлива візуалізація, але дуже інформативна та універсальна." ], - "Scope": ["Область"], - "Scoping": ["Виділення області"], - "Screenshot width": [""], - "Screenshot width must be between %(min)spx and %(max)spx": [""], - "Scroll": ["Прокрутити"], - "Scroll down to the bottom to enable overwriting changes. ": [ - "Прокрутіть донизу, щоб увімкнути перезапис змін. " + "Pivot Table": ["Поворотна таблиця"], + "metric": ["метричний"], + "Total (%(aggregatorName)s)": ["Всього (%(aggregatorName)s)"], + "Unknown input format": ["Невідомий формат введення"], + "search.num_records": [""], + "page_size.show": ["page_size.show"], + "page_size.entries": ["page_size.entries"], + "No matching records found": ["Не знайдено відповідних записів"], + "Shift + Click to sort by multiple columns": [ + "Shift + Клацніть, щоб сортувати на кілька стовпців" ], - "Search": ["Пошук"], - "Search / Filter": ["Пошук / фільтр"], - "Search Metrics & Columns": ["Пошук показників та стовпців"], - "Search all charts": ["Шукайте всі діаграми"], + "Totals": ["Підсумки"], + "Timestamp format": ["Формат часової позначки"], + "Page length": ["Довжина сторінки"], "Search box": ["Поле пошуку"], - "Search by query text": ["Пошук за текстом запитів"], - "Search columns": ["Пошук стовпців"], - "Search in filters": ["Пошук у фільтрах"], - "Search...": ["Пошук ..."], - "Second": ["Другий"], - "Secondary": ["Вторинний"], - "Secondary Metric": ["Вторинна метрика"], - "Secondary y-axis Bounds": ["Вторинні межі осі y"], - "Secondary y-axis format": ["Вторинний формат осі Y"], - "Secondary y-axis title": ["Вторинна назва осі Y"], - "Seconds %s": ["Секунди %s"], - "Secure Extra": ["Забезпечити додаткове"], - "Secure extra": ["Забезпечити додаткове"], - "Security": ["Безпека"], - "See all %(tableName)s": ["Див. All %(tableName)s"], - "See less": ["Див. Менше"], - "See more": ["Побачити більше"], - "See query details": ["Див. Деталі запиту"], - "See table schema": ["Див. Схему таблиці"], - "Select": ["Обраний"], - "Select ...": ["Виберіть ..."], - "Select Delivery Method": ["Виберіть метод доставки"], - "Select Viz Type": ["Виберіть тип ITE"], - "Select a Columnar file to be uploaded to a database.": [ - "Виберіть стовпчастий файл, щоб завантажуватися в базу даних." + "Whether to include a client-side search box": [ + "Чи включати вікно пошуку на стороні клієнта" ], - "Select a Excel file to be uploaded to a database.": [ - "Виберіть файл Excel, щоб завантажуватися в базу даних." + "Cell bars": ["Клітинні смуги"], + "Whether to display a bar chart background in table columns": [ + "Чи відображати фон гастрольної діаграми у стовпцях таблиці" ], - "Select a column": ["Виберіть стовпець"], - "Select a dashboard": ["Виберіть приладову панель"], - "Select a database table and create dataset": [ - "Виберіть таблицю бази даних та створіть набір даних" + "Align +/-": ["Вирівняти +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "Чи вирівнювати фонові діаграми з позитивними, так і негативними значеннями на 0" ], - "Select a database table.": ["Виберіть таблицю бази даних."], - "Select a database to connect": ["Виберіть базу даних для підключення"], - "Select a database to upload the file to": [ - "Виберіть базу даних для завантаження файлу в" + "Color +/-": ["Колір +/-"], + "Allow columns to be rearranged": ["Дозволити перестановку стовпців"], + "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.": [ + "Дозвольте кінцевому користувачеві перетягувати заголовки стовпців, щоб переставити їх. Зверніть увагу, що їх зміни не будуть зберігатись наступного разу, коли вони відкриють діаграму." ], - "Select a database to write a query": [ - "Виберіть базу даних, щоб записати запит" + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["Налаштуйте стовпці"], + "Further customize how to display each column": [ + "Далі налаштувати, як відобразити кожен стовпець" ], - "Select a dimension": ["Виберіть вимір"], - "Select a file to be uploaded to the database": [ - "Виберіть файл, який потрібно завантажити в базу даних" + "Apply conditional color formatting to numeric columns": [ + "Застосовуйте умовне форматування кольорів до числових стовпців" ], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "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.": [ + "Класична електронна таблиця за стовпцем, як перегляд набору даних. Використовуйте таблиці, щоб продемонструвати перегляд у основних даних або для показу сукупних показників." ], - "Select a schema if the database supports this": [ - "Виберіть схему, якщо база даних підтримує це" + "Show": ["Показувати"], + "entries": ["записи"], + "Word Cloud": ["Слово хмара"], + "Minimum Font Size": ["Мінімальний розмір шрифту"], + "Font size for the smallest value in the list": [ + "Розмір шрифту для найменшого значення у списку" ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "" + "Maximum Font Size": ["Максимальний розмір шрифту"], + "Font size for the biggest value in the list": [ + "Розмір шрифту за найбільшим значенням у списку" ], - "Select a visualization type": ["Виберіть тип візуалізації"], - "Select aggregate options": ["Виберіть параметри сукупності"], - "Select all data": ["Виберіть усі дані"], - "Select all items": ["Виберіть усі елементи"], - "Select any columns for metadata inspection": [ - "Виберіть будь -які стовпці для перевірки метаданих" + "Word Rotation": ["Обертання слів"], + "random": ["випадковий"], + "square": ["квадрат"], + "Rotation to apply to words in the cloud": [ + "Обертання, щоб застосувати до слів у хмарі" ], - "Select chart": ["Виберіть діаграму"], - "Select charts": ["Виберіть діаграми"], - "Select color scheme": ["Виберіть кольорову гаму"], - "Select column": ["Виберіть стовпець"], - "Select current page": ["Виберіть Поточну сторінку"], - "Select database or type to search databases": [ - "Виберіть базу даних або введіть у пошукові бази даних" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "Візуалізує слова в стовпці, які з’являються найчастіше. Більший шрифт відповідає більш високій частоті." ], - "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ - "Виберіть бази даних потребують додаткових полів для завершення на вкладці «Додаткові» для успішного підключення бази даних. Дізнайтеся, які вимоги мають ваші бази даних " + "N/A": ["N/a"], + "offline": ["офлайн"], + "failed": ["провалився"], + "pending": ["що очікує"], + "fetching": ["приплив"], + "running": ["біг"], + "stopped": ["зупинений"], + "success": ["успіх"], + "The query couldn't be loaded": ["Запит не вдалося завантажити"], + "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ + "Ваш запит запланований. Щоб переглянути деталі вашого запиту, перейдіть до збережених запитів" ], - "Select dataset source": ["Виберіть джерело набору даних"], - "Select file": ["Виберіть Файл"], - "Select filter": ["Виберіть фільтр"], - "Select filter plugin using AntD": [ - "Виберіть плагін фільтра за допомогою ANTD" + "Your query could not be scheduled": [ + "Ваша запит не вдалося запланувати" ], - "Select first filter value by default": [ - "Виберіть за замовчуванням значення First Filter" - ], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ - "" + "Failed at retrieving results": ["Не вдалося отримати результати"], + "Unknown error": ["Невідома помилка"], + "Query was stopped.": ["Запит зупинився."], + "Failed at stopping query. %s": ["Не вдалося зупинити запит. %s"], + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не в змозі перенести схему таблиці схеми, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не в змозі перенести державу запитів, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." ], - "Select operator": ["Виберіть оператор"], - "Select or type a value": ["Виберіть або введіть значення"], - "Select or type dataset name": ["Виберіть або введіть ім'я набору даних"], - "Select owners": ["Виберіть власників"], - "Select saved metrics": ["Виберіть Збережена показниця"], - "Select schema or type to search schemas": [ - "Виберіть схему або введіть для схем пошуку" + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "Не в змозі перенести державу редактора запитів, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." ], - "Select scheme": ["Виберіть схему"], - "Select subject": ["Виберіть тему"], - "Select table or type to search tables": [ - "Виберіть таблицю або введіть для пошукових таблиць" + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "Неможливо додати нову вкладку до бекенду. Зверніться до свого адміністратора." ], - "Select the Annotation Layer you would like to use.": [ - "Виберіть шар анотації, який ви хочете використовувати." + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "- Примітка. Якщо ви не зберегли свій запит, ці вкладки не будуть зберігатись, якщо ви очистите файли cookie або змінить браузери.\n\n" ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Виберіть діаграми, до яких потрібно застосувати перехресні фільтри на цій інформаційній панелі. Скасування діаграми виключає її з фільтрування при застосуванні перехресних фільтрів з будь-якої діаграми на приладовій панелі. Ви можете вибрати \"всі діаграми\", щоб застосувати перехресні фільтри до всіх діаграм, які використовують один і той же набір даних, або містять одне і те ж ім'я стовпця на інформаційній панелі." + "Copy of %s": ["Копія %s"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "Під час встановлення вкладки Active сталася помилка. Зверніться до свого адміністратора." ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "Виберіть діаграми, до яких потрібно застосувати перехресні фільтри під час взаємодії з цією діаграмою. Ви можете вибрати \"всі діаграми\", щоб застосувати фільтри до всіх діаграм, які використовують один і той же набір даних, або містити одне і те ж ім'я стовпця на інформаційній панелі." + "An error occurred while fetching tab state": [ + "Під час отримання стану вкладки сталася помилка" ], - "Select the geojson column": ["Виберіть стовпчик Geojson"], - "Select the number of bins for the histogram": [ - "Виберіть кількість бункерів для гістограми" + "An error occurred while removing tab. Please contact your administrator.": [ + "Під час видалення вкладки сталася помилка. Зверніться до свого адміністратора." ], - "Select the numeric columns to draw the histogram": [ - "Виберіть числові стовпці, щоб намалювати гістограму" + "An error occurred while removing query. Please contact your administrator.": [ + "Під час зняття запиту сталася помилка. Зверніться до свого адміністратора." ], - "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ - "Виберіть значення у виділеному полі на панелі управління. Потім запустіть запит, натиснувши кнопку %s." + "Your query could not be saved": ["Ваш запит не вдалося зберегти"], + "Your query was not properly saved": [ + "Ваш запит не був належним чином збережений" ], - "Send as CSV": ["Надіслати як CSV"], - "Send as PNG": ["Надіслати як PNG"], - "Send as text": ["Надіслати як текст"], - "Send range filter events to other charts": [ - "Надіслати події фільтра діапазону на інші діаграми" + "Your query was 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.": [ + "Під час зберігання вашого запиту сталася помилка. Щоб уникнути втрати змін, збережіть свій запит за допомогою кнопки \"Зберегти запит\"." ], - "September": ["Вересень"], - "Sequential": ["Послідовний"], - "Series": ["Серія"], - "Series Height": ["Висота серії"], - "Series Limit Sort By": ["Серія ліміту сортування"], - "Series Limit Sort Descending": ["Серія обмежує сортування"], - "Series Order": ["Замовлення серії"], - "Series Style": ["Стиль серії"], - "Series chart type (line, bar etc)": [ - "Тип діаграми серії (рядок, бар тощо)" + "An error occurred while fetching table metadata. Please contact your administrator.": [ + "Помилка сталася під час отримання метаданих таблиці. Зверніться до свого адміністратора." ], - "Series limit": ["Ліміт серії"], - "Series type": ["Тип серії"], - "Server Page Length": ["Довжина сторінки сервера"], - "Server pagination": ["Сервер Пагінування"], - "Service Account": ["Рахунок служби"], - "Set auto-refresh interval": [ - "Встановіть інтервал автоматичного рефреша" + "An error occurred while expanding the table schema. Please contact your administrator.": [ + "Під час розширення схеми таблиці сталася помилка. Зверніться до свого адміністратора." ], - "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.": [ - "Встановлює рівні ієрархії діаграми. Кожен рівень є\n Представлений одним кільцем з найпотаємнішим колом як верхівка ієрархії." + "An error occurred while collapsing the table schema. Please contact your administrator.": [ + "Помилка сталася під час руйнування схеми таблиці. Зверніться до свого адміністратора." ], - "Settings": ["Налаштування"], - "Settings for time series": ["Налаштування часових рядів"], - "Share": ["Розподіляти"], - "Share chart by email": ["Поділитися діаграмою електронною поштою"], - "Share permalink by email": [ - "Поділитися постійним посиланням електронною поштою" + "An error occurred while removing the table schema. Please contact your administrator.": [ + "Під час зняття схеми таблиці сталася помилка. Зверніться до свого адміністратора." ], "Shared query": ["Спільний запит"], - "Shared query fields": ["Поля спільного запиту"], - "Sheet Name": ["Назва аркуша"], - "Shift + Click to sort by multiple columns": [ - "Shift + Клацніть, щоб сортувати на кілька стовпців" - ], - "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.": [ - "Якщо щорічно застосовувати сезонність. Цінне значення буде визначати порядок сезонності Фур'є." + "The datasource couldn't be loaded": ["Дані не вдалося завантажити"], + "An error occurred while creating the data source": [ + "Під час створення джерела даних сталася помилка" ], - "Show": ["Показувати"], - "Show Bubbles": ["Показати бульбашки"], - "Show CREATE VIEW statement": ["Показати заяву про створення перегляду"], - "Show CSS Template": ["Показати шаблон CSS"], - "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 Table": ["Показати таблицю"], - "Show Timestamp": ["Показати часову позначку"], - "Show Total": ["Показати загалом"], - "Show Trend Line": ["Показати лінію тренду"], - "Show Upper Labels": ["Показати верхні етикетки"], - "Show Value": ["Показувати цінність"], - "Show Values": ["Показувати значення"], - "Show Y-axis": ["Показати вісь Y"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "Покажіть осі Y на Sparkline. Відобразить вручну встановити min/max, якщо встановити значення або min/max значення в даних в іншому випадку." + "An error occurred while fetching function names.": [ + "Помилка сталася під час отримання імен функцій." ], - "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": [ - "Показати точки даних як маркери кола на лініях" + "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 Lab використовує місцеве сховище вашого браузера для зберігання запитів та результатів.\nВ даний час ви використовуєте %(currentUsage)s KB з %(maxStorage)d KB зберігання.\nЩоб не зійти в лабораторію SQL, будь ласка, видаліть кілька вкладок запитів.\nВи можете повторно отримати ці запити, використовуючи функцію збереження, перш ніж видалити вкладку.\nЗауважте, що вам потрібно буде закрити інші вікна лабораторії SQL, перш ніж це зробити." ], - "Show empty columns": ["Показати порожні стовпці"], - "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ - "Показати ієрархічні зв’язки даних із значенням, представленим областю, показуючи пропорцію та внесок у ціле." + "Primary key": ["Первинний ключ"], + "Foreign key": ["Зовнішній ключ"], + "Index": ["Індекс"], + "Estimate selected query cost": ["Оцініть вибрані вартість запиту"], + "Estimate cost": ["Оцінка вартості"], + "Cost estimate": ["Оцінка витрат"], + "Creating a data source and creating a new tab": [ + "Створення джерела даних та створення нової вкладки" ], - "Show info tooltip": ["Показати інформацію про підказку"], - "Show label": ["Лейбл шоу"], - "Show labels when the node has children.": [ - "Показати етикетки, коли у вузла є діти." + "Explore the result set in the data exploration view": [ + "Вивчіть результат, встановлений у поданні досліджень даних" ], - "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": [ - "Показувати значення серії на діаграмі" + "explore": ["досліджувати"], + "Create Chart": ["Створити діаграму"], + "Source SQL": ["Джерело SQL"], + "Executed SQL": ["Виконаний SQL"], + "Run query": ["Запустити запит"], + "Stop query": ["Зупиніть запит"], + "New tab": ["Нова вкладка"], + "Previous Line": ["Попередній рядок"], + "Keyboard shortcuts": [""], + "Run a query to display query history": [ + "Запустіть запит для відображення історії запитів" ], - "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.": [ - "Показати загальну сукупність вибраних показників. Зауважте, що обмеження рядка не застосовується до результату." + "LIMIT": ["Обмежувати"], + "State": ["Держави"], + "Started": ["Розпочато"], + "Duration": ["Тривалість"], + "Results": ["Результат"], + "Actions": ["Дії"], + "Success": ["Успіх"], + "Failed": ["Провалився"], + "Running": ["Біг"], + "Fetching": ["Приплив"], + "Offline": ["Офлайн"], + "Scheduled": ["Запланований"], + "Unknown Status": ["Невідомий статус"], + "Edit": ["Редагувати"], + "View": ["Переглянути"], + "Data preview": ["Попередній перегляд даних"], + "Overwrite text in the editor with a query on this table": [ + "Переписати текст у редакторі із запитом на цій таблиці" ], - "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.": [ - "Демонструє єдиний метричний передній і центр. Велика кількість найкраще використовується для звернення уваги на KPI або одне, на що ви хочете зосередитись на вашій аудиторії." + "Run query in a new tab": ["Запустіть запит на новій вкладці"], + "Remove query from log": ["Видаліть запит з журналу"], + "Unable to create chart without a query id.": [ + "Неможливо створити діаграму без ідентифікатора запиту." ], - "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.": [ - "Демонструє єдине число, що супроводжується простою лінійною діаграмою, щоб звернути увагу на важливу метрику разом із її зміною в часі чи іншим виміром." + "Save & Explore": ["Зберегти та досліджувати"], + "Overwrite & Explore": ["Переписати та досліджувати"], + "Save this query as a virtual dataset to continue exploring": [ + "Збережіть цей запит як віртуальний набір даних для продовження вивчення" ], - "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.": [ - "Демонструє, як метрика змінюється в міру просування воронки. Ця класична діаграма корисна для візуалізації випадання між етапами в трубопроводі або життєвому циклі." + "Download to CSV": ["Завантажте в CSV"], + "Copy to Clipboard": ["Копіювати в буфер обміну"], + "Filter results": ["Результати фільтрів"], + "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.": [ + "Кількість відображених результатів обмежена %(рядки) d. Будь ласка, додайте додаткові ліміти/фільтри, завантажте в CSV або зв’яжіться з адміністратором, щоб побачити більше рядків до обмеження (ліміт) D." ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "Демонструє потік або зв’язок між категоріями, використовуючи товщину акордів. Значення та відповідна товщина можуть бути різними для кожної сторони." + "The number of rows displayed is limited to %(rows)d by the query": [ + "Кількість відображених рядків обмежена %(рядами) d за запитом" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "Демонструє прогрес однієї метрики проти заданої цілі. Чим вище заливка, тим ближче метрика до цілі." + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "Кількість відображених рядків обмежена %(рядами) d шляхом спадного краплі." ], - "Showing %s of %s": ["Показуючи %s %s"], - "Shows a list of all series available at that point in time": [ - "Показує список усіх серій, доступних на той момент часу" + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "Кількість відображених рядків обмежена %(рядами) d шляхом запиту та спадного падіння." ], - "Shows or hides markers for the time series": [ - "Показує або приховує маркери для часових рядів" + "%(rows)d rows returned": ["%(rows)d рядки повернулися"], + "The number of rows displayed is limited to %(rows)d by the dropdown.": [ + "Кількість відображених рядків обмежена %(рядами) d шляхом спадного падіння." ], - "Significance Level": ["Рівень значущості"], - "Simple": ["Простий"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "Прості спеціальні показники не ввімкнено для цього набору даних" + "Track job": ["Відстежувати"], + "See query details": ["Див. Деталі запиту"], + "Query was stopped": ["Запит був зупинений"], + "Database error": ["Помилка бази даних"], + "was created": ["було створено"], + "Query in a new tab": ["Запит на новій вкладці"], + "The query returned no data": ["Запит не повертав даних"], + "Fetch data preview": ["Попередній перегляд даних"], + "Refetch results": ["Результати переробки"], + "Stop": ["СТІЙ"], + "Run selection": ["Вибір запуску"], + "Run": ["Пробігати"], + "Stop running (Ctrl + x)": ["Перестаньте бігати (Ctrl + x)"], + "Stop running (Ctrl + e)": ["Перестаньте бігати (Ctrl + E)"], + "Run query (Ctrl + Return)": ["Запустіть запит (Ctrl + return)"], + "Save": ["Заощадити"], + "Untitled Dataset": ["Без назви набору даних"], + "An error occurred saving dataset": [ + "Сталася помилка збереження набору даних" ], - "Single": ["Поодинокий"], - "Single Metric": ["Єдиний метрик"], - "Single Value": ["Єдине значення"], - "Single value": ["Єдине значення"], - "Single value type": ["Тип єдиного значення"], - "Size of edge symbols": ["Розмір символів краю"], - "Size of marker. Also applies to forecast observations.": [ - "Розмір маркера. Також застосовується до прогнозних спостережень." + "Save or Overwrite Dataset": ["Зберегти або перезаписати набір даних"], + "Back": ["Спинка"], + "Save as new": ["Зберегти як нове"], + "Overwrite existing": ["Переписати існуючі"], + "Select or type dataset name": ["Виберіть або введіть ім'я набору даних"], + "Existing dataset": ["Існуючий набір даних"], + "Are you sure you want to overwrite this dataset?": [ + "Ви впевнені, що хочете перезаписати цей набір даних?" ], - "Sizes of vehicles": ["Розміри транспортних засобів"], - "Skip Blank Lines": ["Пропустити порожні лінії"], - "Skip Initial Space": ["Пропустити початковий простір"], - "Skip Rows": ["Пропустити ряди"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "Пропустити порожні рядки, а не інтерпретувати їх як не значення числа" + "Undefined": ["Невизначений"], + "Save dataset": ["Зберегти набір даних"], + "Save as": ["Зберегти як"], + "Save query": ["Зберегти запит"], + "Cancel": ["Скасувати"], + "Update": ["Оновлення"], + "Label for your query": ["Етикетка для вашого запиту"], + "Write a description for your query": ["Напишіть опис свого запиту"], + "Submit": ["Подавати"], + "Schedule query": ["Запит на розклад"], + "Schedule": ["Розклад"], + "There was an error with your request": ["Була помилка з вашим запитом"], + "Please save the query to enable sharing": [ + "Збережіть запит, щоб увімкнути обмін" ], - "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.": [ - "Гладка лінія-це варіація лінійної діаграми. Без кутів і жорстких країв, гладка лінія іноді виглядає розумнішими та професійнішими." + "Copy query link to your clipboard": [ + "Скопіюйте посилання на запит у свій буфер обміну" ], - "Solid": ["Суцільний"], - "Some roles do not exist": ["Деяких ролей не існує"], - "Something went wrong.": ["Щось пішло не так."], - "Sorry there was an error fetching database information: %s": [ - "Вибачте, була помилка отримання інформації про базу даних: %s" + "Save the query to enable this feature": [ + "Збережіть запит, щоб увімкнути цю функцію" ], - "Sorry there was an error fetching saved charts: ": [ - "На жаль, була помилка, яка отримала збережені діаграми: " + "Copy link": ["Копіювати посилання"], + "Run a query to display results": [ + "Запустіть запит для відображення результатів" ], - "Sorry, An error occurred": ["Вибачте, сталася помилка"], - "Sorry, an error occurred": ["Вибачте, сталася помилка"], - "Sorry, an unknown error occurred": ["Вибачте, сталася невідома помилка"], - "Sorry, an unknown error occurred.": [ - "Вибачте, сталася невідома помилка." + "No stored results found, you need to re-run your query": [ + "Не знайдено жодних збережених результатів, вам потрібно повторно запустити свій запит" ], - "Sorry, something went wrong. Embedding could not be deactivated.": [ - "Вибач, щось пішло не так. Вбудовування не можна було деактивувати." + "Query history": ["Історія запитів"], + "Preview: `%s`": ["Попередній перегляд: `%S`"], + "Schedule the query periodically": ["Періодично планувати запит"], + "You must run the query successfully first": [ + "Ви повинні спочатку успішно запустити запит" ], - "Sorry, something went wrong. Try again later.": [ - "Вибач, щось пішло не так. Спробуйте ще раз пізніше." + "Render HTML": [""], + "Autocomplete": ["Автозаповнення"], + "CREATE TABLE AS": ["Створити таблицю як"], + "CREATE VIEW AS": ["Створити перегляд як"], + "Estimate the cost before running a query": [ + "Оцініть вартість перед проведенням запиту" ], - "Sorry, there appears to be no data": [ - "Вибачте, даних, як видається, немає" + "Specify name to CREATE VIEW AS schema in: public": [ + "Вкажіть ім'я, щоб створити перегляд як схему в: public" ], - "Sorry, there was an error saving this %s: %s": [ - "Вибачте, була помилка, заощадивши цей %s: %s" + "Specify name to CREATE TABLE AS schema in: public": [ + "Вкажіть ім'я, щоб створити таблицю як схему в: Public" ], - "Sorry, there was an error saving this dashboard: %s": [ - "Вибачте, була помилка збереження цієї інформаційної панелі: %s" + "Select a database to write a query": [ + "Виберіть базу даних, щоб записати запит" ], - "Sorry, your browser does not support copying.": [ - "Вибачте, ваш браузер не підтримує копіювання." + "Choose one of the available databases from the panel on the left.": [ + "Виберіть одну з доступних баз даних з панелі зліва." ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "Вибачте, ваш браузер не підтримує копіювання. Використовуйте CTRL / CMD + C!" + "Create": ["Створити"], + "Collapse table preview": ["Попередній перегляд таблиці колапсу"], + "Expand table preview": ["Розширити попередній перегляд таблиці"], + "Reset state": ["Скидання стану"], + "Enter a new title for the tab": ["Введіть новий заголовок для вкладки"], + "Close tab": ["Вкладка Закрийте"], + "Rename tab": ["Перейменуйте вкладку"], + "Expand tool bar": ["Розгорнути панель інструментів"], + "Hide tool bar": ["Сховати панель інструментів"], + "Close all other tabs": ["Закрийте всі інші вкладки"], + "Duplicate tab": ["Вкладка дублікатів"], + "Add a new tab": ["Додайте нову вкладку"], + "New tab (Ctrl + q)": ["Нова вкладка (Ctrl + Q)"], + "New tab (Ctrl + t)": ["Нова вкладка (Ctrl + T)"], + "Add a new tab to create SQL Query": [ + "Додайте нову вкладку, щоб створити запит SQL" ], - "Sort": ["Сортувати"], - "Sort Bars": ["Сортування барів"], - "Sort Descending": ["Сортувати низхід"], - "Sort Metric": ["Метрика сортування"], - "Sort Series Ascending": ["Сортування серії, що піднімається"], - "Sort Series By": ["Сортування серії"], - "Sort X Axis": ["Сортуйте вісь x"], - "Sort Y Axis": ["Сортуйте вісь"], - "Sort ascending": ["Сортувати висхід"], - "Sort bars by x labels.": ["Сортуйте смуги за x мітками."], - "Sort by": ["Сортувати за"], - "Sort by %s": ["Сортувати на %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": [ - "Сортування серії у зростаючому порядку" + "An error occurred while fetching table metadata": [ + "Помилка сталася під час отримання метаданих таблиці" ], - "Sort type": ["Тип сортування"], - "Source": ["Джерело"], - "Source / Target": ["Джерело / ціль"], - "Source SQL": ["Джерело SQL"], - "Source category": ["Категорія джерела"], - "Sparkline": ["Іскрова лінія"], - "Spatial": ["Просторовий"], - "Specific Date/Time": ["Конкретна дата/час"], - "Specify a schema (if database flavor supports this).": [ - "Вкажіть схему (якщо аромат бази даних підтримує це)." + "Copy partition query to clipboard": [ + "Скопіюйте запит на розділ у буфер обміну" ], - "Specify name to CREATE TABLE AS schema in: public": [ - "Вкажіть ім'я, щоб створити таблицю як схему в: Public" + "latest partition:": ["останній розділ:"], + "Keys for table": ["Ключі для столу"], + "View keys & indexes (%s)": ["Переглянути ключі та індекси (%s)"], + "Original table column order": ["Оригінальне замовлення стовпця таблиці"], + "Sort columns alphabetically": ["Сортувати стовпці в алфавітному"], + "Copy SELECT statement to the clipboard": [ + "Скопіюйте оператор SELECT у буфер обміну" ], - "Specify name to CREATE VIEW AS schema in: public": [ - "Вкажіть ім'я, щоб створити перегляд як схему в: public" + "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:": [ + "), і вони стають доступними у вашому SQL (приклад:" ], - "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 angle": ["Почати кут"], - "Start at (UTC)": ["Почніть з (UTC)"], - "Start date": ["Дата початку"], - "Start date included in time range": [ - "Дата початку, що входить у часовий діапазон" + "by using": ["з допомогою"], + "Jinja templating": ["Шаблон джинджа"], + "syntax.": ["синтаксис."], + "Edit template parameters": ["Редагувати параметри шаблону"], + "Parameters ": ["Параметри "], + "Invalid JSON": ["Недійсний JSON"], + "Untitled query": ["Неправлений запит"], + "%s%s": ["%s%s"], + "Control": ["КОНТРОЛЬ"], + "Before": ["До"], + "After": ["Після"], + "Click to see difference": ["Клацніть, щоб побачити різницю"], + "Altered": ["Змінений"], + "Chart changes": ["Зміни діаграми"], + "Loaded data cached": ["Завантажені дані кешуються"], + "Loaded from cache": ["Завантажений з кешу"], + "Click to force-refresh": ["Клацніть, щоб примусити-рефреш"], + "Cached": ["Кешевий"], + "Add required control values to preview chart": [ + "Додайте необхідні контрольні значення для попереднього перегляду діаграми" ], - "Start y-axis at 0": ["Почніть осі y о 0"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "Почніть осі y на нуль. Зніміть прапорець, щоб запустити вісь y з мінімальним значенням у даних." + "Your chart is ready to go!": ["Ваша діаграма готова йти!"], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "Натисніть кнопку \"Створити діаграму\" на панелі управління зліва, щоб переглянути візуалізацію або" ], - "Started": ["Розпочато"], - "State": ["Держави"], - "Statement %(statement_num)s out of %(statement_count)s": [ - "Заява %(statement_num)s з %(statement_count)s" + "click here": ["натисніть тут"], + "No results were returned for this query": [ + "Для цього запиту не було повернуто жодних результатів" ], - "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.": [ - "Графік ступінчастої лінії (також називається крок діаграми)-це варіація лінійної діаграми, але з лінією, що утворює ряд кроків між точками даних. Крок діаграми може бути корисною, коли ви хочете показати зміни, які відбуваються з нерегулярними інтервалами." + "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ + "Переконайтесь, що елементи керування налаштовано належним чином, а DataSource містить дані для вибраного часового діапазону" ], - "Stop": ["СТІЙ"], - "Stop query": ["Зупиніть запит"], - "Stop running (Ctrl + e)": ["Перестаньте бігати (Ctrl + E)"], - "Stop running (Ctrl + x)": ["Перестаньте бігати (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": [""], - "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": [ - "Сума значень протягом визначеного періоду" + "An error occurred while loading the SQL": [ + "Під час завантаження SQL сталася помилка" ], - "Sum values": ["Значення суми"], - "Sunburst Chart": ["Діаграма Sunburst"], - "Sunday": ["Неділя"], - "Superset Chart": ["Суперсетна діаграма"], - "Superset Embedded SDK documentation.": [ - "Суперсет вбудована документація SDK." + "Sorry, an error occurred": ["Вибачте, сталася помилка"], + "Updating chart was stopped": ["Оновлення діаграми було припинено"], + "An error occurred while rendering the visualization: %s": [ + "Під час візуалізації сталася помилка: %s" ], - "Superset chart": ["Суперсетна діаграма"], - "Superset dashboard": ["Інформаційна панель суперсетів"], - "Superset encountered an error while running a command.": [ - "Суперсет зіткнувся з помилкою під час запуску команди." + "Network error.": ["Помилка мережі."], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "Перехресний фільтр буде застосований до всіх діаграм, які використовують цей набір даних." ], - "Superset encountered an unexpected error.": [ - "Суперсет зіткнувся з несподіваною помилкою." + "You can also just click on the chart to apply cross-filter.": [ + "Ви також можете просто натиснути на діаграму, щоб застосувати перехресний фільтр." ], - "Supported databases": ["Підтримувані бази даних"], - "Survey Responses": ["Відповіді на опитування"], - "Swap dataset": ["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.": [ - "Швейцарський армійський ніж для візуалізації даних. Виберіть між крок, рядками, розсіюванням та штрихами. Цей тип Viz також має багато варіантів налаштування." + "Cross-filtering is not enabled for this dashboard.": [ + "Перехресне фільтрування не ввімкнено для цієї інформаційної панелі." ], - "Symbol": ["Символ"], - "Symbol of two ends of edge line": ["Символ двох кінців лінії краю"], - "Symbol size": ["Розмір символу"], - "Sync columns from source": ["Синхронізовані стовпці з джерела"], - "Syntax": ["Синтаксис"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "Помилка синтаксису:%(qualifier)s введення “%(input)s” очікування “%(expected)s" + "This visualization type does not support cross-filtering.": [ + "Цей тип візуалізації не підтримує перехресне фільтрування." ], - "TABLES": ["Столи"], - "TEMPORAL X-AXIS": ["Тимчасова осі x"], - "TEMPORAL_RANGE": ["Temporal_range"], - "THU": ["Чт"], - "TUE": ["Зміст"], - "Tab name": ["Назва вкладки"], - "Tab title": ["Назва вкладки"], - "Table": ["Стіл"], - "Table %(table)s wasn't found in the database %(db)s": [ - "Таблиця %(table)s не знайдено в базі даних %(db)s" + "You can't apply cross-filter on this data point.": [ + "Ви не можете застосувати перехресний фільтр у цій точці даних." ], - "Table Exists": ["Таблиця існує"], - "Table Name": ["Назва таблиці"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "Таблиця [%(table_name)s] Не вдалося знайти, будь ласка, перевірте підключення до бази даних, схеми та назву таблиці" + "Remove cross-filter": ["Видаліть перехресний фільтр"], + "Add cross-filter": ["Додати перехресний фільтр"], + "Failed to load dimensions for drill by": [ + "Не вдалося завантажити розміри для свердління" ], - "Table cache timeout": ["Тайм -аут кешу таблиці"], - "Table columns": ["Стовпці таблиці"], - "Table name cannot contain a schema": [ - "Назва таблиці не може містити схему" + "Drill by is not yet supported for this chart type": [ + "Свердло ще не підтримується для цього типу діаграми" ], - "Table name undefined": ["Назва таблиці не визначена"], - "Table or View \"%(table)s\" does not exist.": [ - "Таблиця або переглянути \"%(таблиця)s\" не існує." + "Drill by is not available for this data point": [ + "Свердло не доступне для цієї точки даних" ], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "Таблиця, яка візуалізує парні t-тести, які використовуються для розуміння статистичних відмінностей між групами." + "Drill by": ["Свердлити"], + "Search columns": ["Пошук стовпців"], + "No columns found": ["Не знайдено стовпців"], + "Failed to generate chart edit URL": [ + "Не вдалося створити URL -адресу редагування діаграм" ], - "Tables": ["Столи"], - "Tabs": ["Вкладки"], - "Tabular": ["Табличний"], - "Tag could not be created.": ["Тег не вдалося створити."], - "Tag could not be deleted.": ["Тег не вдалося видалити."], - "Tag name is invalid (cannot contain ':')": [ - "Назва тегу недійсна (не може містити ':')" + "Edit chart": ["Редагувати діаграму"], + "Close": ["Закривати"], + "Failed to load chart data.": ["Не вдалося завантажити дані діаграми."], + "Drill by: %s": ["Свердлити: %s"], + "There was an error loading the chart data": [ + "Була помилка завантаження даних діаграми" ], - "Tag parameters are invalid.": ["Параметри тегів недійсні."], - "Tagged %s %ss": [""], - "Tagged Object could not be deleted.": [ - "Позначений об’єкт не можна було видалити." + "Results %s": ["Результати %s"], + "Drill to detail": ["Свердлити до деталей"], + "Drill to detail by": ["Свердлити до деталей"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "Tags": ["Теги"], - "Take your data points, and group them into \"bins\" to see where the densest areas of information lie": [ - "Візьміть свої точки даних та групуйте їх у \"бункери\", щоб побачити, де лежать найгустіші області інформації" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "Дріль до деталей вимкнено, оскільки ця діаграма не групує дані за значенням розмірності." ], - "Target": ["Цільовий"], - "Target Color": ["Цільовий колір"], - "Target category": ["Цільова категорія"], - "Target value": ["Цільове значення"], - "Template Name": ["Назва шаблону"], - "Template parameters": ["Параметри шаблону"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "Шаблове посилання, можна включити {{metric}} або інші значення, що надходять з елементів управління." + "Right-click on a dimension value to drill to detail by that value.": [ + "Клацніть правою кнопкою миші на значення виміру, щоб до деталей за цим значенням." ], - "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." + "Drill to detail by value is not yet supported for this chart type.": [ + "Свердло до деталей за значенням ще не підтримується для цього типу діаграми." ], - "Test Connection": ["Тестове з'єднання"], - "Test connection": ["Тестове з'єднання"], - "Text": ["Текст"], - "Text align": ["Текст вирівнює"], - "Text embedded in email": ["Текст, вбудований в електронну пошту"], - "The API response from %s does not match the IDatabaseTable interface.": [ - "Відповідь API від %s не відповідає інтерфейсу IDATABASETABLE." + "Drill to detail: %s": ["Свердло до деталей: %s"], + "Formatting": ["Форматування"], + "Formatted value": ["Відформатоване значення"], + "No rows were returned for this dataset": [ + "Для цього набору даних не було повернуто рядків" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "CSS для окремих інформаційних панелей може бути змінений тут, або на поданні приладової панелі, де зміни негайно видно" + "Reload": ["Перезавантажувати"], + "Copy": ["Копіювати"], + "Copy to clipboard": ["Копіювати в буфер обміну"], + "Copied to clipboard!": ["Скопіюється в буфер обміну!"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "Вибачте, ваш браузер не підтримує копіювання. Використовуйте CTRL / CMD + C!" ], - "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 (створити таблицю як Select) не має оператора SELECT в кінці. Будь ласка, переконайтеся, що ваш запит має вибір як останнє твердження. Потім спробуйте знову запустити свій запит." + "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": ["щохвилини"], + "minute": ["хвилина"], + "reboot": ["перезавантажити"], + "Every": ["Кожен"], + "in": ["у"], + "on": ["на"], + "or": ["або"], + "at": ["в"], + ":": [":"], + "minute(s)": ["хвилини"], + "Invalid cron expression": ["Недійсний вираз Cron"], + "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": ["Ухвала"], + "There was an error loading the schemas": [ + "Сталася помилка, що завантажує схеми" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "Geojsonlayer приймає дані, відформатовані Geojson, і представляє їх як інтерактивні багатокутники, лінії та точки (кола, ікони та/або тексти)." + "Select database or type to search databases": [ + "Виберіть базу даних або введіть у пошукові бази даних" ], - "The URL is missing the dataset_id or slice_id parameters.": [ - "У URL -адреси відсутні параметри DataSet_ID або Slice_ID." + "Force refresh schema list": ["Список схеми оновлення сили"], + "Select schema or type to search schemas": [ + "Виберіть схему або введіть для схем пошуку" ], - "The X-axis is not on the filters list": [ - "Осі x немає у списку фільтрів" + "No compatible schema found": ["Не знайдено сумісної схеми"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "УВАГА! Зміна набору даних може порушити діаграму, якщо метаданих не існує." ], - "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?": [ - "Осі x не знаходиться в списку фільтрів, які заважають його використати в\n Фільтри часового діапазону на інформаційних панелях. Ви хотіли б додати його до списку фільтрів?" + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "Зміна набору даних може зламати діаграму, якщо діаграма покладається на стовпці або метадані, які не існують у цільовому наборі даних" ], - "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.": [ - "Категорія вихідних вузлів, що використовуються для призначення кольорів. Якщо вузол пов'язаний з більш ніж однією категорією, буде використано лише перший." + "dataset": ["набір даних"], + "Successfully changed dataset!": ["Успішно змінили набір даних!"], + "Connection": ["З'єднання"], + "Swap dataset": ["Swap DataSet"], + "Proceed": ["Тривати"], + "Warning!": ["УВАГА!"], + "Search / Filter": ["Пошук / фільтр"], + "Add item": ["Додати елемент"], + "STRING": ["Нитка"], + "NUMERIC": ["Числовий"], + "DATETIME": ["ДАТА, ЧАС"], + "BOOLEAN": ["Булевий"], + "Physical (table or view)": ["Фізичний (таблиця або перегляд)"], + "Virtual (SQL)": ["Віртуальний (SQL)"], + "Data type": ["Тип даних"], + "Advanced data type": ["Розширений тип даних"], + "Advanced Data type": ["Розширений тип даних"], + "Datetime format": ["Формат DateTime"], + "The pattern of timestamp format. For strings use ": [ + "Візерунок формату часової позначки. Для використання рядків " ], - "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.": [ - "Класик. Відмінно підходить для показу, скільки компанії отримує кожен інвестор, яка демографія слідує за вашим блогом, або яку частину бюджету йде до військового промислового комплексу.\n\n Діаграми пирогів можуть бути важко точно інтерпретувати. Якщо чіткість відносної пропорції важлива, подумайте про використання смуги або іншого типу діаграми." + "Python datetime string pattern": ["Python DateTime String шаблон"], + " expression which needs to adhere to the ": [ + " вираз, який повинен дотримуватися до " ], - "The color for points and clusters in RGB": [ - "Колір для точок і кластерів у RGB" + "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.": [ + " стандарт для забезпечення лексикографічного впорядкування\n збігається з хронологічним впорядкуванням. Якщо\n Формат часової позначки не дотримується стандарту ISO 8601\n Вам потрібно буде визначити вираз і ввести для\n перетворення рядка на дату або часову позначку. Примітка\n В даний час часові пояси не підтримуються. Якщо час зберігається\n У форматі епохи поставте `epoch_s` або` epoch_ms`. Якщо немає шаблону\n вказано, що ми повертаємось до використання додаткових за замовчуванням на Per\n Рівень імені даних/стовпця через додатковий параметр." ], - "The color scheme for rendering chart": [ - "Колірна гама для діаграми візуалізації" + "Certified By": ["Сертифікований"], + "Person or group that has certified this metric": [ + "Особа або група, яка сертифікувала цей показник" ], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "Колірна гамма визначається спорідненою інформаційною панеллю.\n Відредагуйте кольорову гаму у властивостях приладної панелі." + "Certified by": ["Сертифікований"], + "Certification details": ["Деталі сертифікації"], + "Details of the certification": ["Деталі сертифікації"], + "Is dimension": ["Це розмір"], + "Default datetime": ["DateTime за замовчуванням"], + "Is filterable": ["Є фільтруючим"], + "": ["<новий стовпець>"], + "Select owners": ["Виберіть власників"], + "Modified columns: %s": ["Модифіковані стовпці: %s"], + "Removed columns: %s": ["Видалені стовпці: %s"], + "New columns added: %s": ["Додано нові стовпці: %s"], + "Metadata has been synced": ["Метадані синхронізовані"], + "An error has occurred": ["Сталася помилка"], + "Column name [%s] is duplicated": ["Назва стовпця [%s] дублюється"], + "Metric name [%s] is duplicated": ["Метрична назва [%s] дублюється"], + "Calculated column [%s] requires an expression": [ + "Обчислений стовпчик [%s] вимагає виразу" ], - "The column header label": ["Мітка заголовка стовпчика"], - "The column was deleted or renamed in the database.": [ - "Стовпчик був видалений або перейменований у базу даних." + "Invalid currency code in saved metrics": [""], + "Basic": ["Основний"], + "Default URL": ["URL -адреса за замовчуванням"], + "Default URL to redirect to when accessing from the dataset list page": [ + "URL -адреса за замовчуванням для перенаправлення на доступ до доступу зі сторінки списку даних" ], - "The country code standard that Superset should expect to find in the [country] column": [ - "Стандарт коду країни, який суперсет повинен очікувати, що у стовпці [країна]" + "Autocomplete filters": ["Автоматичні фільтри"], + "Whether to populate autocomplete filters options": [ + "Чи заповнити автозаповнення параметрів фільтрів" ], - "The dashboard has been saved": ["Приладна панель збережена"], - "The data source seems to have been deleted": [ - "Джерело даних, здається, було видалено" + "Autocomplete query predicate": ["Auto -Complete Query Prediac"], + "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 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.": [ - "Тип даних, який висловився в базі даних. У деяких випадках може знадобитися вводити тип вручну для визначені виразами стовпців. У більшості випадків користувачам не потрібно це змінювати." + "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.\" }`.": [ + "Додаткові дані для визначення метаданих таблиць. В даний час підтримує метадані формату: `{\" Сертифікація \": {\" сертифікат_by \":\" Команда платформи даних \",\" Деталі \":\" Ця таблиця є джерелом істини \". }, \"попередження_markdown\": \"Це попередження\". } `." ], - "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 SQL Lab вкладки, використовуючи цю базу даних. Ви впевнені, що хочете продовжувати? Видалення бази даних порушить ці об'єкти." + "Cache timeout": ["Тайм -аут кешу"], + "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ + "Тривалість часу за секунди до кешу недійсна. Встановіть -1, щоб обійти кеш." ], - "The database columns that contains lines information": [ - "Стовпці бази даних, що містить інформацію про рядки" + "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.": [ + "Кількість годин, негативна чи позитивна, щоб змістити стовпчик часу. Це можна використовувати для переміщення часу UTC до місцевого часу." ], - "The database could not be found": ["Бази даних не вдалося знайти"], - "The database is currently running too many queries.": [ - "В даний час база даних працює занадто багато запитів." + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "" ], - "The database is under an unusual load.": [ - "База даних знаходиться під незвичним навантаженням." + "": ["<новий просторовий>"], + "": ["<без типу>"], + "Click the lock to make changes.": ["Клацніть замок, щоб внести зміни."], + "Click the lock to prevent further changes.": [ + "Клацніть замок, щоб запобігти подальшим змінам." ], - "The database referenced in this query was not found. Please contact an administrator for further assistance or try again.": [ - "База даних, на яку посилається в цьому запиті, не було знайдено. Зверніться до адміністратора для отримання додаткової допомоги або повторіть спробу." + "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.": [ + "При вказівці SQL, DataSource виступає як погляд. Superset використовуватиме це твердження як підрозділ під час групування та фільтрації на створених батьківських запитах." ], - "The database returned an unexpected error.": [ - "База даних повернула несподівану помилку." + "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.": [ + "Вказівник на фізичну таблицю (або переглянути). Майте на увазі, що діаграма пов'язана з цією логічною таблицею Superset, і ця логічна таблиця вказує на фізичну таблицю, на яку посилається тут." ], - "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.": [ - "DataSet %s пов'язаний з діаграмами %s, які з’являються на інформаційних панелях %s. Ви впевнені, що хочете продовжувати? Видалення набору даних порушить ці об'єкти." + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "The dataset associated with this chart no longer exists": [ - "Набір даних, пов'язаний з цією діаграмою, більше не існує" + "D3 format": ["Формат D3"], + "Metric currency": [""], + "Warning": ["УВАГА"], + "Optional warning about use of this metric": [ + "Необов’язкове попередження про використання цієї метрики" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ - "" + "": ["<Новий метрик>"], + "Be careful.": ["Будь обережний."], + "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ + "Зміна цих налаштувань вплине на всі діаграми за допомогою цього набору даних, включаючи діаграми, що належать іншим людям." ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "Sync columns from source": ["Синхронізовані стовпці з джерела"], + "Calculated columns": ["Обчислені стовпці"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ "" ], + "": ["<введіть вираз SQL тут>"], + "Settings": ["Налаштування"], + "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.": [ "Конфігурація набору даних, викрита тут\n впливає на всі діаграми за допомогою цього набору даних.\n Пам’ятайте, що зміна налаштувань\n Тут може вплинути на інші діаграми\n небажаними способами." ], - "The dataset has been saved": ["Набір даних зберігається"], - "The dataset linked to this chart may have been deleted.": [ - "Набір даних, пов'язаний з цією діаграмою, можливо, був видалений." + "Are you sure you want to save and apply changes?": [ + "Ви впевнені, що хочете зберегти та застосувати зміни?" ], - "The datasource couldn't be loaded": ["Дані не вдалося завантажити"], - "The datasource is too large to query.": [ - "DataSource занадто великий, щоб запитувати." + "Confirm save": ["Підтвердьте збереження"], + "OK": ["в порядку"], + "Edit Dataset ": ["Редагувати набір даних "], + "Use legacy datasource editor": [ + "Використовуйте редактор Legacy DataSource" ], - "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ - "Опис може відображатися як заголовки віджетів на поданні приладової панелі. Підтримує відміток." + "This dataset is managed externally, and can't be edited in Superset": [ + "Цей набір даних керує зовні, і його не можна редагувати в суперсеті" ], - "The distance between cells, in pixels": [ - "Відстань між клітинами, в пікселях" + "DELETE": ["Видаляти"], + "delete": ["видаляти"], + "Type \"%s\" to confirm": ["Введіть “%s” для підтвердження"], + "More": ["Більше"], + "Click to edit": ["Клацніть, щоб редагувати"], + "You don't have the rights to alter this title.": [ + "Ви не маєте прав на зміну цієї назви." ], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ - "Тривалість часу за секунди до кешу недійсна. Встановіть -1, щоб обійти кеш." + "No databases match your search": [ + "Жодне бази даних не відповідає вашому пошуку" ], - "The encoding format of the lines": ["Формат кодування ліній"], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "Об'єкт Engine_Params розпаковується в дзвінок SQLALCHEMY.CREATE_ENGINE." + "There are no databases available": ["Баз даних немає"], + "Manage your databases": ["Керуйте своїми базами даних"], + "here": ["ось"], + "Unexpected error": ["Неочікувана помилка"], + "This may be triggered by:": ["Це може бути спровоковано:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\nЦе може бути спровоковано:\n%(issues)s" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - "Наступні записи в `series_columns` відсутні у ґcolumnsґ: %(columns)s. " + "%s Error": ["%s помилка"], + "Missing dataset": ["Відсутній набір даних"], + "See more": ["Побачити більше"], + "See less": ["Див. Менше"], + "Copy message": ["Скопіюйте повідомлення"], + "Authorization needed": [""], + "Did you mean:": ["Ти мав на увазі:"], + "Parameter error": ["Помилка параметра"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\nЦе може бути спровоковано:\n %(issue)s" ], - "The function to use when aggregating points into groups": [ - "Функція, яку слід використовувати при агрегуванні точок у групи" + "Timeout error": ["Помилка тайм -ауту"], + "Click to favorite/unfavorite": ["Клацніть на улюблений/несправедливий"], + "Cell content": ["Вміст клітин"], + "Hide password.": ["Приховати пароль."], + "Show password.": ["Показати пароль."], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "Драйвер бази даних для імпорту, можливо, не встановлений. Відвідайте сторінку документації Superset для інструкцій щодо встановлення: " ], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "Хост “%(hostname)s” може бути знижений і неможливо досягти." + "OVERWRITE": ["Переписувати"], + "Database passwords": ["Паролі бази даних"], + "%s PASSWORD": ["%s пароль"], + "%s SSH TUNNEL PASSWORD": ["%s SSH Тунельний пароль"], + "%s SSH TUNNEL PRIVATE KEY": ["%s SSH Tunnel Private Key"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH тунель приватного пароля"], + "Overwrite": ["Переписувати"], + "Import": ["Імпорт"], + "Import %s": ["Імпорт %s"], + "Select file": ["Виберіть Файл"], + "Last Updated %s": ["Останній оновлений %s"], + "Sort": ["Сортувати"], + "+ %s more": ["+ %s більше"], + "%s Selected": ["%s вибраний"], + "Deselect all": ["Скасувати всі"], + "No results match your filter criteria": [ + "Ніякі результати не відповідають вашим критеріям фільтра" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "Хост \" %(hostname)s” може бути знижений, і його не можна дістатися на порт %(port)s." + "Try different criteria to display results.": [ + "Спробуйте різні критерії для відображення результатів." ], - "The host might be down, and can't be reached on the provided port.": [ - "Хост може бути вниз, і його неможливо дістатися на наданий порт." + "clear all filters": ["очистіть усі фільтри"], + "No Data": ["Немає даних"], + "%s-%s of %s": ["%s-%s з %s"], + "Start date": ["Дата початку"], + "End date": ["Дата закінчення"], + "Type a value": ["Введіть значення"], + "Filter": ["Фільтрувати"], + "Select or type a value": ["Виберіть або введіть значення"], + "Last modified": ["Останнє змінено"], + "Modified by": ["Змінений"], + "Created by": ["Створений"], + "Created on": ["Створений на"], + "Menu actions trigger": ["Дії меню запускають"], + "Select ...": ["Виберіть ..."], + "Filter menu": ["Меню фільтра"], + "Reset": ["Скинути"], + "No filters": ["Немає фільтрів"], + "Select all items": ["Виберіть усі елементи"], + "Search in filters": ["Пошук у фільтрах"], + "Select current page": ["Виберіть Поточну сторінку"], + "Invert current page": ["Інвертуйте поточну сторінку"], + "Clear all data": ["Очистіть усі дані"], + "Select all data": ["Виберіть усі дані"], + "Expand row": ["Розширити ряд"], + "Collapse row": ["Колапс ряд"], + "Click to sort descending": ["Клацніть, щоб сортувати низхід"], + "Click to sort ascending": ["Клацніть, щоб сортувати висхід"], + "Click to cancel sorting": ["Клацніть, щоб скасувати сортування"], + "List updated": ["Список оновлено"], + "There was an error loading the tables": [ + "Сталася помилка, що завантажує таблиці" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "Ім'я хоста \"%(ім'я хоста)s\" неможливо вирішити." + "See table schema": ["Див. Схему таблиці"], + "Select table or type to search tables": [ + "Виберіть таблицю або введіть для пошукових таблиць" ], - "The hostname provided can't be resolved.": [ - "Ім'я хоста неможливо вирішити." + "Force refresh table list": ["Список таблиць оновлення сили оновлення"], + "Timezone selector": ["Вибір часу"], + "Failed to save cross-filter scoping": [ + "Не вдалося зберегти перехресне фільтрування" ], - "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'": [ - "Список діаграм, пов’язаних з цією таблицею. Змінюючи цю дані, ви можете змінити, як поводяться ці пов'язані діаграми. Також зауважте, що діаграми повинні вказати на даний момент, тому ця форма не зможе зберегти, якщо видалити діаграми з даних. Якщо ви хочете змінити дані для діаграми, перезапишіть діаграму з \"Вивчення перегляду\"" + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "Для цього компонента недостатньо місця. Спробуйте зменшити його ширину або збільшити ширину призначення." ], - "The lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "Максимальна кількість подій, що повертаються, еквівалентні кількості рядків" + "Can not move top level tab into nested tabs": [ + "Не можна переміщувати вкладку верхнього рівня на вкладені вкладки" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "Максимальна кількість підрозділів кожної групи; Нижні значення обрізаються спочатку" + "This chart has been moved to a different filter scope.": [ + "Ця діаграма була переміщена до іншої області фільтра." ], - "The maximum value of metrics. It is an optional configuration": [ - "Максимальне значення показників. Це необов'язкова конфігурація" + "There was an issue fetching the favorite status of this dashboard.": [ + "Була проблема, яка отримала улюблений статус цієї інформаційної панелі." ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "Metadata_params у додатковому полі налаштовані не правильно. Ключ %(key)s є недійсним." + "There was an issue favoriting this dashboard.": [ + "Була проблема, яка сприяла цій інформаційній панелі." ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "Metadata_params у додатковому полі налаштовані не правильно. Ключ %{key} s є недійсним." + "This dashboard is now published": [ + "Ця інформаційна панель зараз опублікована" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "Об'єкт Metadata_Params розпаковується в дзвінок SQLALCHEMY.METADATA." + "This dashboard is now hidden": [ + "Ця інформаційна панель зараз прихована" ], - "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [ - "Мінімальна кількість періодів прокатки, необхідні для показу значення. Наприклад, якщо ви робите накопичувальну суму на 7 днів, ви можете захотіти, щоб ваш \"мінливий період\" був 7, так що всі показані точки даних - це загальна кількість 7 періодів. Це приховає \"рампу\", що відбудеться протягом перших 7 періодів" + "You do not have permissions to edit this dashboard.": [ + "У вас немає дозволів на редагування цієї інформаційної панелі." ], - "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.": [ - "Кількість годин, негативна чи позитивна, щоб змістити стовпчик часу. Це можна використовувати для переміщення часу UTC до місцевого часу." + "[ untitled dashboard ]": ["[untitled dashboard]"], + "This dashboard was saved successfully.": [ + "Ця інформаційна панель була успішно збережена." ], - "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.": [ - "Кількість відображених результатів обмежена %(рядки) d. Будь ласка, додайте додаткові ліміти/фільтри, завантажте в CSV або зв’яжіться з адміністратором, щоб побачити більше рядків до обмеження (ліміт) D." + "Sorry, an unknown error occurred": ["Вибачте, сталася невідома помилка"], + "Sorry, there was an error saving this dashboard: %s": [ + "Вибачте, була помилка збереження цієї інформаційної панелі: %s" ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "Кількість відображених рядків обмежена %(рядами) d шляхом спадного падіння." + "You do not have permission to edit this dashboard": [ + "У вас немає дозволу на редагування цієї інформаційної панелі" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "Кількість відображених рядків обмежена %(рядами) d шляхом спадного краплі." + "Please confirm the overwrite values.": [ + "Будь ласка, підтвердьте значення перезапису." ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "Кількість відображених рядків обмежена %(рядами) d за запитом" + "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.": [ + "Ви використали всі %(довжина історії)s скасування слотів і не зможете повністю скасувати наступні дії. Ви можете зберегти свій поточний стан для скидання історії." ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "Кількість відображених рядків обмежена %(рядами) d шляхом запиту та спадного падіння." + "Could not fetch all saved charts": [ + "Не міг отримати всі збережених діаграм" ], - "The number of seconds before expiring the cache": [ - "Кількість секунд до закінчення кешу" + "Sorry there was an error fetching saved charts: ": [ + "На жаль, була помилка, яка отримала збережені діаграми: " ], - "The object does not exist in the given database.": [ - "Об'єкт не існує в даній базі даних." + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "Будь-яка вибрана тут палітра перевищить кольори, застосовані до окремих діаграм цієї інформаційної панелі" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "Пароль, що надається для імені користувача \"%(ім'я користувача)s\", є неправильним." + "You have unsaved changes.": ["У вас були незберечені зміни."], + "Drag and drop components and charts to the dashboard": [ + "Перетягніть компоненти та діаграми на інформаційну панель" ], - "The password provided when connecting to a database is not valid.": [ - "Пароль, наданий при підключенні до бази даних, не є дійсним." + "You can create a new chart or use existing ones from the panel on the right": [ + "Ви можете створити нову діаграму або використовувати існуючі з панелі праворуч" ], - "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.": [ - "Паролі для баз даних нижче потрібні для імпорту їх разом із діаграмами. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + "Create a new chart": ["Створіть нову діаграму"], + "Drag and drop components to this tab": [ + "Перетягніть компоненти на цю вкладку" ], - "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.": [ - "Паролі для баз даних нижче потрібні для імпорту їх разом із інформаційними панелями. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + "There are no components added to this tab": [ + "На цю вкладку немає компонентів" ], - "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 edit mode.": [ + "Ви можете додати компоненти в режим редагування." ], - "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.": [ - "Для імпорту їх разом із збереженими запитами потрібні паролі для баз даних. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + "Edit the dashboard": ["Відредагуйте інформаційну панель"], + "There is no chart definition associated with this component, could it have been deleted?": [ + "Не існує визначення діаграми, пов’язаного з цим компонентом, чи могло його видалити?" ], - "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.": [ - "Паролі для баз даних нижче потрібні для їх імпорту. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні у дослідженні файли, і його слід додавати вручну після імпорту, якщо вони потрібні." + "Delete this container and save to remove this message.": [ + "Видаліть цей контейнер і збережіть, щоб видалити це повідомлення." ], - "The pattern of timestamp format. For strings use ": [ - "Візерунок формату часової позначки. Для використання рядків " + "Refresh interval saved": ["Оновити інтервал збережено"], + "Refresh interval": ["Інтервал оновлення"], + "Refresh frequency": ["Частота оновлення"], + "Are you sure you want to proceed?": [ + "Ви впевнені, що хочете продовжити?" ], - "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.": [ - "Періодичність, протягом якої врізати час. Користувачі можуть надати\n Псевдонім \"Панди\".\n Клацніть на міхур Info для отримання більш детальної інформації про прийняті вирази \"Freq\"." + "Save for this session": ["Збережіть для цього сеансу"], + "You must pick a name for the new dashboard": [ + "Ви повинні вибрати ім’я для нової інформаційної панелі" ], - "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.": [ - "Вказівник на фізичну таблицю (або переглянути). Майте на увазі, що діаграма пов'язана з цією логічною таблицею Superset, і ця логічна таблиця вказує на фізичну таблицю, на яку посилається тут." + "Save dashboard": ["Зберегти приладову панель"], + "Overwrite Dashboard [%s]": ["Перезаписати Інформаційну панель [%s]"], + "Save as:": ["Зберегти як:"], + "[dashboard name]": ["[Назва приладної панелі]"], + "also copy (duplicate) charts": [ + "також скопіюйте (зробіть дублікат) діаграм" ], - "The port is closed.": ["Порт закритий."], - "The port number is invalid.": ["Номер порту недійсний."], - "The primary metric is used to define the arc segment sizes": [ - "Первинний показник використовується для визначення розмірів сегмента дуги" + "viz type": ["тип з -за"], + "recent": ["недавній"], + "Create new chart": ["Створіть нову діаграму"], + "Filter your charts": ["Відфільтруйте свої діаграми"], + "Filter charts": ["Фільтр -діаграми"], + "Sort by %s": ["Сортувати на %s"], + "Show only my charts": ["Показати лише мої діаграми"], + "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.": [ + "Ви можете вибрати, щоб відобразити всі діаграми, які у вас є доступ або лише тих, у кого ви володієте.\n Вибір фільтра буде збережено і залишатиметься активним, поки ви не вирішите його змінити." ], - "The query associated with the results was deleted.": [ - "Запит, пов’язаний з результатами, було видалено." + "Added": ["Доданий"], + "Unknown type": ["Невідомий тип"], + "Viz type": ["Тип з -за"], + "Dataset": ["Набір даних"], + "Superset chart": ["Суперсетна діаграма"], + "Check out this chart in dashboard:": [ + "Перегляньте цю діаграму на інформаційній панелі:" ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "Не вдалося знайти запит, пов'язаний з цими результатами. Потрібно повторно запустити оригінальний запит." + "Layout elements": ["Елементи макета"], + "An error occurred while fetching available CSS templates": [ + "Помилка сталася під час отримання доступних шаблонів CSS" ], - "The query contains one or more malformed template parameters.": [ - "Запит містить один або кілька неправильно сформованих параметрів шаблону." + "Load a CSS template": ["Завантажте шаблон CSS"], + "Live CSS editor": ["Живий редактор CSS"], + "Collapse tab content": ["Вміст вкладки колапсу"], + "There are no charts added to this dashboard": [ + "На цю інформаційну панель не додано діаграм" ], - "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.": [ - "Оцінка запитів була вбита після %(sqllab_timeout)s секунд. Це може бути занадто складно, або база даних може бути під великим навантаженням." + "Go to the edit mode to configure the dashboard and add charts": [ + "Перейдіть у режим редагування, щоб налаштувати інформаційну панель та додати діаграми" ], - "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.": [ - "Запит був убитий після %(sqllab_timeout)s секунд. Це може бути занадто складно, або база даних може бути під великим навантаженням." + "Changes saved.": ["Збережені зміни."], + "Disable embedding?": ["Вимкнути вбудовування?"], + "This will remove your current embed configuration.": [ + "Це видалить вашу поточну вбудовану конфігурацію." ], - "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ - "Радіус (у пікселях) алгоритм використовує для визначення кластера. Виберіть 0, щоб вимкнути кластеризацію, але будьте обережні, що велика кількість балів (> 1000) спричинить відставання." + "Embedding deactivated.": ["Вбудовування деактивовано."], + "Sorry, something went wrong. Embedding could not be deactivated.": [ + "Вибач, щось пішло не так. Вбудовування не можна було деактивувати." ], - "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": [ - "Радіус окремих точок (тих, які не в кластері). Або чисельна колонка, або `auto`, що масштабує точку на основі найбільшого кластера" + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "Ця інформаційна панель готова до вбудовування. У своїй заявці передайте наступний ідентифікатор SDK:" ], - "The report has been created": ["Звіт створений"], - "The result of this query should be a numeric-esque value": [""], - "The results backend no longer has the data from the query.": [ - "Результати, що бекрономиться, більше не мають даних із запиту." + "Configure this dashboard to embed it into an external web application.": [ + "Налаштуйте цю інформаційну панель, щоб вставити її у зовнішній веб додаток." ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "Результати, що зберігаються в бекенді, зберігалися в іншому форматі, і більше не можуть бути дезеріалізовані." + "For further instructions, consult the": [ + "Для отримання додаткових інструкцій проконсультуйтеся" ], - "The rich tooltip shows a list of all series for that point in time": [ - "Багата підказка показує список усіх серій для цього моменту часу" + "Superset Embedded SDK documentation.": [ + "Суперсет вбудована документація SDK." ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "Схеми “%(schema)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну схему." + "Allowed Domains (comma separated)": [ + "Дозволені домени (розділені кома)" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "Схема \"%(schema_name)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну схему." + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "Список доменних імен, які можуть вбудувати цю інформаційну панель. Якщо лишити це поле порожнім, це дозволить вбудувати панель з будь-якого домену." ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "Схема була видалена або перейменована в базу даних." + "Deactivate": ["Деактивувати"], + "Save changes": ["Зберегти зміни"], + "Enable embedding": ["Увімкнути вбудовування"], + "Embed": ["Вбудувати"], + "Applied cross-filters (%d)": ["Застосовані перехресні фільти (%d)"], + "Applied filters (%d)": ["Застосовані фільтри (%d)"], + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "На даний момент ця інформаційна панель автоматично освіжає; Наступне автоматичне оновлення буде у %s." ], - "The size of the square cell, in pixels": [ - "Розмір квадратної клітини, пікселів" + "Your dashboard is too large. Please reduce its size before saving it.": [ + "Ваша інформаційна панель занадто велика. Будь ласка, зменшіть його розмір, перш ніж економити." ], - "The submitted payload has the incorrect format.": [ - "Надістоване корисне навантаження має неправильний формат." + "Add the name of the dashboard": ["Додайте назву інформаційної панелі"], + "Dashboard title": ["Назва інформаційної панелі"], + "Undo the action": ["Скасувати дію"], + "Redo the action": ["Переробити дію"], + "Discard": ["Відкинути"], + "Edit dashboard": ["Редагувати інформаційну панель"], + "Refreshing charts": ["Освіжаючі діаграми"], + "Superset dashboard": ["Інформаційна панель суперсетів"], + "Check out this dashboard: ": ["Перегляньте цю інформаційну панель: "], + "Refresh dashboard": ["Оновити інформаційну панель"], + "Exit fullscreen": ["Вийти на повне екран"], + "Enter fullscreen": ["Введіть повноекранний"], + "Edit properties": ["Редагувати властивості"], + "Edit CSS": ["Редагувати CSS"], + "Download": ["Завантажувати"], + "Share": ["Розподіляти"], + "Copy permalink to clipboard": [ + "Скопіюйте постійне посилання на буфер обміну" ], - "The submitted payload has the incorrect schema.": [ - "Надіслане корисне навантаження має неправильну схему." + "Share permalink by email": [ + "Поділитися постійним посиланням електронною поштою" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "Таблиця “%(table)s\" не існує. Для запуску цього запиту необхідно використовувати дійсну таблицю." + "Embed dashboard": ["Вбудувати інформаційну панель"], + "Manage email report": ["Керуйте звітом електронної пошти"], + "Set filter mapping": ["Встановіть картографування фільтра"], + "Set auto-refresh interval": [ + "Встановіть інтервал автоматичного рефреша" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "Таблиця “%(table_name)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.": [ - "Стол був створений. У рамках цього двофазного процесу конфігурації тепер слід натиснути кнопку Редагувати за новою таблицею, щоб налаштувати її." + "Confirm overwrite": ["Підтвердити перезапис"], + "Scroll down to the bottom to enable overwriting changes. ": [ + "Прокрутіть донизу, щоб увімкнути перезапис змін. " ], - "The table was deleted or renamed in the database.": [ - "Таблицю було видалено або перейменовано в базу даних." + "Yes, overwrite changes": ["Так, переписати зміни"], + "Are you sure you intend to overwrite the following values?": [ + "Ви впевнені, що маєте намір перезаписати наступні значення?" ], - "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 в таблиці. Також зауважте, що фільтр нижче застосовується проти цього стовпця або виразу" + "Last Updated %s by %s": ["Останній оновлений %s на %s"], + "Apply": ["Застосовувати"], + "Error": ["Помилка"], + "A valid color scheme is required": ["Потрібна дійсна кольорова гама"], + "JSON metadata is invalid!": ["Метадані JSON недійсні!"], + "Dashboard properties updated": [ + "Оновлені властивості інформаційної панелі" ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ - "Часова деталізація для візуалізації. Зауважте, що ви можете вводити та використовувати просту природну мову, як у 10 секунд, `1 день 'або` 56 тижнів'" + "The dashboard has been saved": ["Приладна панель збережена"], + "Access": ["Доступ"], + "Owners is a list of users who can alter the dashboard. Searchable by name or username.": [ + "Власники - це список користувачів, які можуть змінити інформаційну панель. Шукати за іменем або іменем користувача." ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ - "Часова деталізація для візуалізації. Зауважте, що ви можете вводити та використовувати просту природну мову, як у 10 секунд, `1 день 'або` 56 тижнів'" + "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 are defined, regular access permissions apply.": [ + "Ролі - це список, який визначає доступ до інформаційної панелі. Надання ролі доступу до інформаційної панелі буде обходити перевірки рівня набору даних. Якщо не визначено ролей, застосовуються регулярні дозволи на доступ." ], - "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.": [ - "Часова деталізація для візуалізації. Це стосується перетворення дати для зміни стовпчика часу та визначає нову деталізацію часу. Параметри тут визначаються на основі двигуна на базу даних у вихідному коді суперсета." + "Dashboard properties": ["Властивості інформаційної панелі"], + "This dashboard is managed externally, and can't be edited in 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.": [ - "Часовий діапазон для візуалізації. Усі відносні часи, напр. \"Минулого місяця\", \"Останні 7 днів\", \"тепер\" тощо. На сервері оцінюються за допомогою локального часу сервера (SANS Timezone). Усі часи підказки та часи заповнювача виражаються в UTC (SANS Timezone). Потім часові позначки оцінюються базою даних за допомогою локального часу двигуна. Примітка можна чітко встановити часовий пояс на формат ISO 8601, якщо вказати або час запуску та/або кінця." + "Basic information": ["Основна інформація"], + "URL slug": ["URL -адреса"], + "A readable URL for your dashboard": [ + "Читабельна URL адреса для вашої інформаційної панелі" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "Одиниця часу для кожного блоку. Має бути меншим одиницею, ніж домен_гранулярність. Має бути більшим або рівним часовим зерном" + "Certification": ["Сертифікація"], + "Person or group that has certified this dashboard.": [ + "Особа або група, яка сертифікувала цю інформаційну панель." ], - "The time unit used for the grouping of blocks": [ - "Одиниця часу, що використовується для групування блоків" + "Any additional detail to show in the certification tooltip.": [ + "Будь -яка додаткова деталь для показу в підказці сертифікації." ], - "The type of visualization to display": [ - "Тип візуалізації для відображення" + "A list of tags that have been applied to this chart.": [ + "Список тегів, які були застосовані до цієї діаграми." ], - "The unit of measure for the specified point radius": [ - "Одиниця виміру для заданого радіуса точки" + "JSON metadata": ["Метадані JSON"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [ + "Будь ласка, не перезапишіть клавішу \"filter_scopes\"." ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": ["Здається, користувач видалив"], - "The user/password combination is not valid (Incorrect password for user).": [ - "Комбінація користувача/пароля не є дійсною (неправильний пароль для користувача)." + "Use \"%(menuName)s\" menu instead.": [ + "Натомість використовуйте меню “%(menuName)s”." ], - "The username \"%(username)s\" does not exist.": [ - "Ім'я користувача “%(username)s\" не існує." + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "Ця інформаційна панель не опублікована, вона не з’явиться у списку інформаційних панелей. Клацніть тут, щоб опублікувати цю інформаційну панель." ], - "The username provided when connecting to a database is not valid.": [ - "Ім'я користувача, що надається при підключенні до бази даних, не є дійсним." + "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 -адресу безпосередньо." ], - "The way the ticks are laid out on the X-axis": [ - "Те, як кліщі викладені на осі x" + "This dashboard is published. Click to make it a draft.": [ + "Ця інформаційна панель опублікована. Клацніть, щоб зробити це проектом." ], - "The width of the lines": ["Ширина ліній"], - "There are associated alerts or reports": [ - "Є пов'язані сповіщення або звіти" + "Draft": ["Розтягувати"], + "Annotation layers are still loading.": [ + "Анотаційні шари все ще завантажуються." ], - "There are no charts added to this dashboard": [ - "На цю інформаційну панель не додано діаграм" + "One ore more annotation layers failed loading.": [ + "Один руду більше анотаційних шарів не вдалося завантажити." ], - "There are no components added to this tab": [ - "На цю вкладку немає компонентів" + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "Ця діаграма застосовує перехресні фільти до діаграм, набори даних яких містять стовпці з однойменною назвою." ], - "There are no databases available": ["Баз даних немає"], + "Data refreshed": ["Дані оновлені"], + "Cached %s": ["Кешовані %s"], + "Fetched %s": ["Витягнутий %s"], + "Query %s: %s": ["Запит %s: %s"], + "Force refresh": ["Оновити"], + "Hide chart description": ["Сховати опис діаграми"], + "Show chart description": ["Показати опис діаграми"], + "Cross-filtering scoping": ["Перехресне фільтрування"], + "View query": ["Переглянути запит"], + "View as table": ["Переглянути як таблицю"], + "Chart Data: %s": ["Дані діаграми: %s"], + "Share chart by email": ["Поділитися діаграмою електронною поштою"], + "Check out this chart: ": ["Перегляньте цю діаграму: "], + "Export to .CSV": ["Експорт до .csv"], + "Export to Excel": ["Експорт до Excel"], + "Export to full .CSV": ["Експорт до повного .csv"], + "Download as image": ["Завантажте як зображення"], + "Something went wrong.": ["Щось пішло не так."], + "Search...": ["Пошук ..."], + "No filter is selected.": ["Фільтр не вибирається."], + "Editing 1 filter:": ["Редагування 1 фільтр:"], + "Batch editing %d filters:": ["Редагування партії %d фільтрів:"], + "Configure filter scopes": ["Налаштуйте фільтрувальні сфери"], "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.": [ - "У запиті SQL є помилка синтаксису. Можливо, було неправильне написання чи друкарську помилку." + "Expand all": ["Розширити всі"], + "Collapse all": ["Згорнути всі"], + "An error occurred while opening Explore": [ + "Під час відкриття досліджувати сталася помилка" ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "Не існує визначення діаграми, пов’язаного з цим компонентом, чи могло його видалити?" + "Empty column": ["Порожній стовпчик"], + "This markdown component has an error.": [ + "Цей компонент відмітки має помилку." ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "Для цього компонента недостатньо місця. Спробуйте зменшити його ширину або збільшити ширину призначення." + "This markdown component has an error. Please revert your recent changes.": [ + "Цей компонент відмітки має помилку. Будь ласка, поверніть свої останні зміни." ], - "There was an error fetching dataset": ["Був набір даних про помилку"], - "There was an error fetching dataset's related objects": [ - "Були помилкові об'єкти, пов’язані з набором даних" + "Empty row": ["Порожній ряд"], + "You can": ["Ти можеш"], + "create a new chart": ["cтворіть нову діаграму"], + "or use existing ones from the panel on the right": [ + "або використовуйте існуючі з панелі праворуч" ], - "There was an error fetching the favorite status: %s": [ - "Була помилка, яка отримала улюблений статус: %s" + "You can add the components in the": ["Ви можете додати компоненти в"], + "edit mode": ["режим редагування"], + "Delete dashboard tab?": ["Видалити вкладку для інформаційної панелі?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "Видалення вкладки видалить весь вміст всередині неї. Ви все ще можете змінити цю дію за допомогою" ], - "There was an error fetching your recent activity:": [ - "Була помилка, яка отримала вашу недавню діяльність:" + "undo": ["скасувати"], + "button (cmd + z) until you save your changes.": [ + "кнопка (CMD + Z), поки не збережеш свої зміни." ], - "There was an error loading the chart data": [ - "Була помилка завантаження даних діаграми" + "CANCEL": ["Скасувати"], + "Divider": ["Роздільник"], + "Header": ["Заголовок"], + "Text": ["Текст"], + "Tabs": ["Вкладки"], + "background": ["фон"], + "Preview": ["Попередній перегляд"], + "Sorry, something went wrong. Try again later.": [ + "Вибач, щось пішло не так. Спробуйте ще раз пізніше." ], - "There was an error loading the dataset metadata": [ - "Була помилка, що завантажує метадані набору даних" + "Unknown value": ["Невідоме значення"], + "Add/Edit Filters": ["Додати/редагувати фільтри"], + "No filters are currently added to this dashboard.": [ + "Наразі на цю інформаційну панель не додано жодних фільтрів." ], - "There was an error loading the schemas": [ - "Сталася помилка, що завантажує схеми" + "No global filters are currently added": [ + "Наразі глобальні фільтри не додаються" ], - "There was an error loading the tables": [ - "Сталася помилка, що завантажує таблиці" + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "Натисніть кнопку \"+додавання/редагування фільтрів\", щоб створити нові фільтри для інформаційної панелі" ], - "There was an error saving the favorite status: %s": [ - "Була помилка, щоб зберегти улюблений статус: %s" + "Apply filters": ["Застосувати фільтри"], + "Clear all": ["Очистити всі"], + "Locate the chart": ["Знайдіть діаграму"], + "Cross-filters": ["Перехресні фільтри"], + "Add custom scoping": ["Додайте власні сфери застосування"], + "All charts/global scoping": ["Усі діаграми/глобальні обсяги"], + "Select chart": ["Виберіть діаграму"], + "Cross-filtering is not enabled in this dashboard": [ + "Перехресне фільтрування не ввімкнено для цієї інформаційної панелі" ], - "There was an error with your request": ["Була помилка з вашим запитом"], - "There was an issue deleting %s: %s": [ - "Виникло питання видалення %s: %s" + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Виберіть діаграми, до яких потрібно застосувати перехресні фільтри під час взаємодії з цією діаграмою. Ви можете вибрати \"всі діаграми\", щоб застосувати фільтри до всіх діаграм, які використовують один і той же набір даних, або містити одне і те ж ім'я стовпця на інформаційній панелі." ], - "There was an issue deleting rules: %s": [ - "Існували правила видалення проблеми: %s" + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "Виберіть діаграми, до яких потрібно застосувати перехресні фільтри на цій інформаційній панелі. Скасування діаграми виключає її з фільтрування при застосуванні перехресних фільтрів з будь-якої діаграми на приладовій панелі. Ви можете вибрати \"всі діаграми\", щоб застосувати перехресні фільтри до всіх діаграм, які використовують один і той же набір даних, або містять одне і те ж ім'я стовпця на інформаційній панелі." ], - "There was an issue deleting the selected %s: %s": [ - "Виникла проблема з видалення вибраного %s: %s" + "All charts": ["Усі діаграми"], + "Enable cross-filtering": ["Увімкнути перехресне фільтрування"], + "Orientation of filter bar": ["Орієнтація панелі фільтра"], + "Vertical (Left)": ["Вертикальний (зліва)"], + "Horizontal (Top)": ["Горизонтальний (вгорі)"], + "More filters": ["Більше фільтрів"], + "No applied filters": ["Немає застосованих фільтрів"], + "Applied filters: %s": ["Застосовані фільтри: %s"], + "Cannot load filter": ["Не вдається завантажувати фільтр"], + "Filters out of scope (%d)": ["Фільтри поза обсягом (%d)"], + "Dependent on": ["Залежить від"], + "Filter only displays values relevant to selections made in other filters.": [ + "Фільтр відображає лише значення, що стосуються вибору, зроблених в інших фільтрах." ], - "There was an issue deleting the selected annotations: %s": [ - "Виникло питання, що видалив вибрані анотації: %s" + "Scope": ["Область"], + "Filter type": ["Тип фільтру"], + "Title is required": ["Потрібна назва"], + "(Removed)": ["(Видалено)"], + "Undo?": ["Скасувати?"], + "Add filters and dividers": ["Додайте фільтри та роздільники"], + "[untitled]": ["[Без назви]"], + "Cyclic dependency detected": ["Виявлена ​​циклічна залежність"], + "Add and edit filters": ["Додати та редагувати фільтри"], + "Column select": ["Вибір стовпця"], + "Select a column": ["Виберіть стовпець"], + "No compatible columns found": ["Не знайдено сумісних стовпців"], + "No compatible datasets found": ["Не знайдено сумісних наборів даних"], + "Value is required": ["Значення потрібно"], + "(deleted or invalid type)": ["(видалений або недійсний тип)"], + "Limit type": ["Тип обмеження"], + "No available filters.": ["Немає доступних фільтрів."], + "Add filter": ["Додати фільтр"], + "Values are dependent on other filters": [ + "Значення залежать від інших фільтрів" ], - "There was an issue deleting the selected charts: %s": [ - "Виникла проблема з видалення вибраних діаграм: %s" + "Values selected in other filters will affect the filter options to only show relevant values": [ + "Значення, вибрані в інших фільтрах, впливатимуть на параметри фільтра, щоб показати лише відповідні значення" ], - "There was an issue deleting the selected dashboards: ": [ - "Була проблема, яка видалила вибрані інформаційні панелі: " + "Values dependent on": ["Значення, залежні від"], + "Scoping": ["Виділення області"], + "Filter Configuration": ["Конфігурація фільтра"], + "Filter Settings": ["Налаштування фільтра"], + "Select filter": ["Виберіть фільтр"], + "Range filter": ["Фільтр діапазону"], + "Numerical range": ["Чисельний діапазон"], + "Time filter": ["Час фільтр"], + "Time range": ["Часовий діапазон"], + "Time column": ["Стовпчик часу"], + "Time grain": ["Зерно часу"], + "Group By": ["Група"], + "Group by": ["Група"], + "Pre-filter is required": ["Потрібен попередній фільтр"], + "Time column to apply dependent temporal filter to": [ + "Стовпчик часу для застосування залежного тимчасового фільтра до" ], - "There was an issue deleting the selected datasets: %s": [ - "Виникла проблема з видалення вибраних наборів даних: %s" + "Time column to apply time range to": [ + "Стовпчик часу, щоб застосувати часовий діапазон до" ], - "There was an issue deleting the selected layers: %s": [ - "Виникла проблема з видалення вибраних шарів: %s" + "Filter name": ["Назва фільтра"], + "Name is required": ["Ім'я потрібно"], + "Filter Type": ["Тип фільтру"], + "Datasets do not contain a temporal column": [ + "Набори даних не містять тимчасового стовпця" ], - "There was an issue deleting the selected queries: %s": [ - "Виникла проблема, що видалив вибрані запити: %s" + "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.": [ + "Фільтри діапазону часу на інформаційній панелі застосовуються до тимчасових стовпців, визначених у\n розділ фільтра кожної діаграми. Додайте тимчасові стовпці до діаграми\n Фільтри, щоб цей фільтр на інформаційній панелі впливав на ці діаграми." ], - "There was an issue deleting the selected templates: %s": [ - "Виникла проблема з видалення вибраних шаблонів: %s" + "Dataset is required": ["Необхідний набір даних"], + "Pre-filter available values": ["Доступні значення попереднього фільтра"], + "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.": [ + "Додайте застереження про фільтр для контролю запиту джерела фільтра,\n Хоча лише в контексті автозаповнення, тобто ці умови\n Не впливайте на те, як фільтр застосовується на інформаційній панелі. Це корисно\n Коли ви хочете покращити продуктивність запиту, лише скануючи підмножину\n базових даних або обмежити наявні значення, відображені у фільтрі." ], - "There was an issue deleting: %s": ["Видаляло проблему: %s"], - "There was an issue duplicating the dataset.": [ - "Існувала проблема, що дублювання набору даних." + "Pre-filter": ["Попередній фільтр"], + "No filter": ["Без фільтра"], + "Sort filter values": ["Сортувати значення фільтра"], + "Sort type": ["Тип сортування"], + "Sort ascending": ["Сортувати висхід"], + "Sort Metric": ["Метрика сортування"], + "If a metric is specified, sorting will be done based on the metric value": [ + "Якщо вказано метрику, сортування буде здійснено на основі метричного значення" ], - "There was an issue duplicating the selected datasets: %s": [ - "Існувала проблема, що дублювання вибраних наборів даних: %s" + "Sort metric": ["Метрика сортування"], + "Single Value": ["Єдине значення"], + "Single value type": ["Тип єдиного значення"], + "Exact": ["Точний"], + "Filter has default value": ["Фільтр має значення за замовчуванням"], + "Default Value": ["Значення за замовчуванням"], + "Default value is required": ["Значення за замовчуванням необхідне"], + "Refresh the default values": ["Оновити значення за замовчуванням"], + "Fill all required fields to enable \"Default Value\"": [ + "Заповніть усі необхідні поля, щоб увімкнути \"значення за замовчуванням\"" ], - "There was an issue favoriting this dashboard.": [ - "Була проблема, яка сприяла цій інформаційній панелі." + "You have removed this filter.": ["Ви видалили цей фільтр."], + "Restore Filter": ["Відновити фільтр"], + "Column is required": ["Потрібна колонка"], + "Populate \"Default value\" to enable this control": [ + "Населення \"значення за замовчуванням\", щоб увімкнути цей контроль" ], - "There was an issue fetching reports attached to this dashboard.": [ - "На цій інформаційній панелі було додано питання про отримання звітів." + "Default value set automatically when \"Select first filter value by default\" is checked": [ + "Налаштування значення за замовчуванням автоматично, коли перевіряється \"Виберіть значення першого фільтра\"" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "Була проблема, яка отримала улюблений статус цієї інформаційної панелі." + "Default value must be set when \"Filter value is required\" is checked": [ + "Значення за замовчуванням повинно бути встановлено, коли перевіряється \"значення фільтра\"" ], - "There was an issue fetching your chart: %s": [ - "Виникла проблема з отриманням вашої діаграми: %s" + "Default value must be set when \"Filter has default value\" is checked": [ + "Значення за замовчуванням повинно бути встановлено, коли перевіряється \"Фільтр має значення за замовчуванням\"" ], - "There was an issue fetching your dashboards: %s": [ - "Виникла проблема з отриманням інформаційних панелей: %s" + "Apply to all panels": ["Застосовуйте до всіх панелей"], + "Apply to specific panels": ["Застосовуйте до певних панелей"], + "Only selected panels will be affected by this filter": [ + "На цей фільтр вплине лише вибрані панелі" ], - "There was an issue fetching your recent activity: %s": [ - "Існувало проблему, що витягує вашу недавню діяльність: %s" + "All panels with this column will be affected by this filter": [ + "На всі панелі з цим стовпцем впливатимуть цей фільтр" ], - "There was an issue fetching your saved queries: %s": [ - "Виникла проблема з отриманням збережених запитів: %s" + "All panels": ["Всі панелі"], + "This chart might be incompatible with the filter (datasets don't match)": [ + "Ця діаграма може бути несумісною з фільтром (набори даних не відповідають)" ], - "There was an issue previewing the selected query %s": [ - "Існувала проблема, що переглядає вибраний запит %s" + "Keep editing": ["Продовжуйте редагувати"], + "Yes, cancel": ["Так, скасувати"], + "There are unsaved changes.": ["Є незберечені зміни."], + "Are you sure you want to cancel?": ["Ви впевнені, що хочете скасувати?"], + "Error loading chart datasources. Filters may not work correctly.": [ + "Помилка завантаження діаграм даних. Фільтри можуть працювати не правильно." ], - "There was an issue previewing the selected query. %s": [ - "Була проблема, що переглядає вибраний запит. %s" + "Transparent": ["Прозорий"], + "White": ["Білий"], + "All filters": ["Всі фільтри"], + "Click to edit %s.": ["Клацніть на редагування %s."], + "Click to edit chart.": ["Клацніть на Редагувати діаграму."], + "Use %s to open in a new tab.": [ + "Використовуйте %s, щоб відкрити на новій вкладці." ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "У вашому Санкі є петля, будь ласка, надайте дерево. Ось несправне посилання: {}" + "Medium": ["Середній"], + "New header": ["Новий заголовок"], + "Tab title": ["Назва вкладки"], + "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.": [ + "Цей сеанс зіткнувся з перериванням, і деякі елементи управління можуть не працювати за призначенням. Якщо ви розробник цього додатка, будь ласка, перевірте, чи правильно генерується маркер." ], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "Ці параметри генеруються динамічно при натисканні кнопки збереження або перезапис у перегляді. Цей об’єкт JSON викривають тут для довідок та для користувачів живлення, які можуть захотіти змінити конкретні параметри." + "Equal to (=)": ["Дорівнює (=)"], + "Not equal to (≠)": ["Не дорівнює (≠)"], + "Less than (<)": ["Менше (<)"], + "Less or equal (<=)": ["Менше або рівне (<=)"], + "Greater than (>)": ["Більше (>)"], + "Greater or equal (>=)": ["Більший або рівний (> =)"], + "In": ["У"], + "Not in": ["Не в"], + "Like": ["Люблю"], + "Like (case insensitive)": ["Як (нечутливий до випадків)"], + "Is not null": ["Не нульова"], + "Is null": ["Є нульовим"], + "use latest_partition template": [ + "використовуйте шаблон latest_partition" ], - "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 генерується динамічно при натисканні кнопки збереження або перезапис у поданні панелі приладної панелі. Тут викрито для довідок та для користувачів живлення, які можуть захотіти змінити конкретні параметри." + "Is true": ["Правда"], + "Is false": ["Є помилковим"], + "TEMPORAL_RANGE": ["Temporal_range"], + "Time granularity": ["Час деталізація"], + "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ + "Тривалість у MS (100,40008 => 100 мс 400 мкс 80ns)" ], - "This action will permanently delete %s.": [ - "Ця дія назавжди видаляє %s." + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "Один або багато стовпців до групи за. Високі угруповання кардинальності повинні включати ліміт серії для обмеження кількості витягнутих та наданих рядів." ], - "This action will permanently delete the layer.": [ - "Ця дія назавжди видаляє шар." + "One or many metrics to display": [ + "Один або багато показників для відображення" ], - "This action will permanently delete the saved query.": [ - "Ця дія назавжди видаляє збережений запит." + "Fixed color": ["Фіксований колір"], + "Right axis metric": ["Метрика правої осі"], + "Choose a metric for right axis": ["Виберіть метрику для правої осі"], + "Linear color scheme": ["Лінійна кольорова гамма"], + "Color metric": ["Кольоровий показник"], + "One or many controls to pivot as columns": [ + "Один або багато елементів керування, щоб стригти як стовпці" ], - "This action will permanently delete the template.": [ - "Ця дія назавжди видаляє шаблон." + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ + "Часова деталізація для візуалізації. Зауважте, що ви можете вводити та використовувати просту природну мову, як у 10 секунд, `1 день 'або` 56 тижнів'" ], - "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), або доменне ім'я (наприклад, mydatabase.com)." + "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.": [ + "Часова деталізація для візуалізації. Це стосується перетворення дати для зміни стовпчика часу та визначає нову деталізацію часу. Параметри тут визначаються на основі двигуна на базу даних у вихідному коді суперсета." ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ - "Ця діаграма застосовує перехресні фільти до діаграм, набори даних яких містять стовпці з однойменною назвою." + "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.": [ + "Часовий діапазон для візуалізації. Усі відносні часи, напр. \"Минулого місяця\", \"Останні 7 днів\", \"тепер\" тощо. На сервері оцінюються за допомогою локального часу сервера (SANS Timezone). Усі часи підказки та часи заповнювача виражаються в UTC (SANS Timezone). Потім часові позначки оцінюються базою даних за допомогою локального часу двигуна. Примітка можна чітко встановити часовий пояс на формат ISO 8601, якщо вказати або час запуску та/або кінця." ], - "This chart has been moved to a different filter scope.": [ - "Ця діаграма була переміщена до іншої області фільтра." + "Limits the number of rows that get displayed.": [ + "Обмежує кількість рядків, які відображаються." ], - "This chart is managed externally, and can't be edited in Superset": [ - "Ця діаграма керується зовні і не може бути відредагована в суперсеті" + "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, що використовується для визначення того, як сортується верхня серія, якщо присутній ліміт серії або рядка. Якщо невизначений повернення до першої метрики (де це доречно)." ], - "This chart might be incompatible with the filter (datasets don't match)": [ - "Ця діаграма може бути несумісною з фільтром (набори даних не відповідають)" + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "Визначає групування суб'єктів. Кожна серія відображається як конкретний колір на діаграмі і має легенду перемикання" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ - "Цей тип діаграми не підтримується при використанні незбереженого запиту як джерела діаграми. " + "Metric assigned to the [X] axis": ["Метрика, призначена до осі [x]"], + "Metric assigned to the [Y] axis": ["Метрика, присвоєна вісь [y]"], + "Bubble size": ["Розмір міхура"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "Коли `тип обчислення\" встановлено на \"відсоткову зміну\", формат осі y змушений до `.1%` `" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "Ця кольорова гамма перекривається за допомогою спеціальних кольорів етикетки.\n Перевірте метадані JSON у розширених налаштуваннях" + "Color scheme": ["Кольорова схема"], + "An error occurred while starring this chart": [ + "Під час головної частини цього діаграми сталася помилка" ], - "This column might be incompatible with current dataset": [ - "Цей стовпець може бути несумісним з поточним набором даних" + "Chart [%s] has been saved": ["Діаграма [%s] збережена"], + "Chart [%s] has been overwritten": ["Діаграма [%s] була перезаписана"], + "Dashboard [%s] just got created and chart [%s] was added to it": [ + "Дашборд [%s] був щойно створений, а діаграма [%s] була додана до нього" ], - "This column must contain date/time information.": [ - "Цей стовпець повинен містити інформацію про дату/час." + "Chart [%s] was added to dashboard [%s]": [ + "Діаграма [%s] була додана до інформаційної панелі [%s]" ], - "This control filters the whole chart based on the selected time range. 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.": [ - "" + "GROUP BY": ["Група"], + "Use this section if you want a query that aggregates": [ + "Використовуйте цей розділ, якщо ви хочете запит, який агрегує" ], - "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Це контролює, чи поле \"time_range\" з струму\n Переглянути слід передати на діаграму, що містить дані анотації." + "NOT GROUPED BY": ["Не згрупований"], + "Use this section if you want to query atomic rows": [ + "Використовуйте цей розділ, якщо ви хочете запитувати атомні ряди" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "Це контролює, чи час зерна з струму\n Переглянути слід передати на діаграму, що містить дані анотації." + "The X-axis is not on the filters list": [ + "Осі x немає у списку фільтрів" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "На даний момент ця інформаційна панель автоматично освіжає; Наступне автоматичне оновлення буде у %s." + "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?": [ + "Осі x не знаходиться в списку фільтрів, які заважають його використати в\n Фільтри часового діапазону на інформаційних панелях. Ви хотіли б додати його до списку фільтрів?" ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "Ця інформаційна панель керує зовні, і не може бути відредагована в суперсеті" + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "Ви не можете видалити останній часовий фільтр, оскільки він використовується для фільтрів часового діапазону на інформаційних панелях." ], - "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 section contains validation errors": [ + "Цей розділ містить помилки перевірки" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "Ця інформаційна панель не опублікована, вона не з’явиться у списку інформаційних панелей. Клацніть тут, щоб опублікувати цю інформаційну панель." + "Keep control settings?": ["Продовжувати налаштування контролю?"], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ + "Ви змінили набори даних. Будь -які елементи керування з даними (стовпчики, метрики), які відповідають цьому новому наборі даних, були зберігаються." ], - "This dashboard is now hidden": [ - "Ця інформаційна панель зараз прихована" + "Continue": ["Продовжувати"], + "Clear form": ["Чітка форма"], + "No form settings were maintained": ["Налаштування форми не зберігалися"], + "We were unable to carry over any controls when switching to this new dataset.": [ + "Ми не змогли перенести будь -які елементи керування при переході на цей новий набір даних." ], - "This dashboard is now published": [ - "Ця інформаційна панель зараз опублікована" + "Customize": ["Налаштувати"], + "Generating link, please wait..": [ + "Генеруючи посилання, будь ласка, зачекайте .." ], - "This dashboard is published. Click to make it a draft.": [ - "Ця інформаційна панель опублікована. Клацніть, щоб зробити це проектом." + "Chart height": ["Висота діаграми"], + "Chart width": ["Ширина діаграми"], + "An error occurred while loading dashboard information.": [ + "Під час завантаження інформації про інформаційну панель сталася помилка." ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "Ця інформаційна панель готова до вбудовування. У своїй заявці передайте наступний ідентифікатор SDK:" + "Save (Overwrite)": ["Зберегти (перезапис)"], + "Save as...": ["Зберегти як..."], + "Chart name": ["Назва діаграми"], + "Dataset Name": ["Назва набору даних"], + "A reusable dataset will be saved with your chart.": [ + "Набору даних багаторазового використання буде збережено за допомогою вашої діаграми." ], - "This dashboard was saved successfully.": [ - "Ця інформаційна панель була успішно збережена." + "Add to dashboard": ["Додайте до інформаційної панелі"], + "Select a dashboard": ["Виберіть приладову панель"], + "Select": ["Обраний"], + " a dashboard OR ": [" інформаційна панель або "], + "create": ["створити"], + " a new one": [" новий"], + "Save & go to dashboard": [ + "Збережіть та перейдіть на інформаційну панель" ], - "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": [ - "Цей набір даних керує зовні, і його не можна редагувати в суперсеті" + "Save chart": ["Зберегти діаграму"], + "Formatted date": ["Відформатована дата"], + "Column Formatting": ["Форматування стовпців"], + "Collapse data panel": ["Панель даних про крах"], + "Expand data panel": ["Розгорнути панель даних"], + "Samples": ["Зразки"], + "No samples were returned for this dataset": [ + "Для цього набору даних не було повернуто жодних зразків" ], - "This dataset is not used to power any charts.": [ - "Цей набір даних не використовується для живлення будь -яких діаграм." + "No results": ["Немає результатів"], + "Showing %s of %s": ["Показуючи %s %s"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["Показувати менше ..."], + "Show all...": ["Покажи все..."], + "Search Metrics & Columns": ["Пошук показників та стовпців"], + "Create a dataset": ["Створіть набір даних"], + " to edit or add columns and metrics.": [ + " редагувати або додати стовпці та показники." ], - "This defines the element to be plotted on the chart": [ - "Це визначає елемент, який потрібно побудувати на діаграмі" + "Unable to retrieve dashboard colors": [ + "Не в змозі отримати кольори панелі панелі" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ - "" + "Not added to any dashboard": [ + "Не додано на будь-яку інформаційну панель" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ - "" + "You can preview the list of dashboards in the chart settings dropdown.": [ + "Ви можете переглянути список інформаційних панелей у спадному порядку налаштувань діаграми." ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "Ця поля діє на суперсетний вигляд, що означає, що Superset буде виконувати запит проти цього рядка як підзапит." + "Not available": ["Недоступний"], + "Add the name of the chart": ["Додайте назву діаграми"], + "Chart title": ["Назва діаграми"], + "Add required control values to save chart": [ + "Додайте необхідні контрольні значення для збереження діаграми" ], - "This filter might be incompatible with current dataset": [ - "Цей фільтр може бути несумісним із поточним набором даних" + "Chart type requires a dataset": ["Тип діаграми вимагає набору даних"], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Цей тип діаграми не підтримується при використанні незбереженого запиту як джерела діаграми. " ], - "This functionality is disabled in your environment for security reasons.": [ - "Ця функціональність відключена у вашому середовищі з міркувань безпеки." + " to visualize your data.": [" Візуалізувати свої дані."], + "Required control values have been removed": [ + "Необхідні контрольні значення були видалені" ], - "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).": [ - "Це умова, яка буде додана до пункту «Де». Наприклад, щоб повернути лише рядки для певного клієнта, ви можете визначити звичайний фільтр із пунктом `client_id = 9`. Щоб не відображати рядків, якщо користувач не належить до ролі фільтра RLS, базовий фільтр може бути створений із пунктом `1 = 0` (завжди помилково)." + "Your chart is not up to date": ["Ваша діаграма не оновлена"], + "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 json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "Цей об’єкт JSON описує позиціонування віджетів на приладовій панелі. Він динамічно генерується при регулюванні розміру та позицій віджетів, використовуючи перетягування в інформаційній панелі" + "Controls labeled ": ["Методи керування позначені "], + "Control labeled ": ["Метод контролю позначено "], + "Chart Source": ["Джерело діаграми"], + "Open Datasource tab": ["Вкладка Відкрийте DataSource"], + "Original": ["Оригінальний"], + "Pivoted": ["Обрізаний"], + "You do not have permission to edit this chart": [ + "Ви не маєте дозволу на редагування цієї діаграми" ], - "This markdown component has an error.": [ - "Цей компонент відмітки має помилку." + "Chart properties updated": ["Властивості діаграми оновлені"], + "Edit Chart Properties": ["Редагувати властивості діаграми"], + "This chart is managed externally, and can't be edited in Superset": [ + "Ця діаграма керується зовні і не може бути відредагована в суперсеті" ], - "This markdown component has an error. Please revert your recent changes.": [ - "Цей компонент відмітки має помилку. Будь ласка, поверніть свої останні зміни." + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "Опис може відображатися як заголовки віджетів на поданні приладової панелі. Підтримує відміток." ], - "This may be triggered by:": ["Це може бути спровоковано:"], - "This metric might be incompatible with current dataset": [ - "Цей показник може бути несумісним із поточним набором даних" + "Person or group that has certified this chart.": [ + "Особа або група, яка сертифікувала цю діаграму." ], - "This section allows you to configure how to use the slice\n to generate annotations.": [ - "Цей розділ дозволяє налаштувати, як користуватися шматочком\n генерувати анотації." + "Configuration": ["Конфігурація"], + "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.": [ + "Тривалість (за секунди) тайм -ауту кешування для цієї діаграми. Встановіть -1, щоб обійти кеш. Зверніть увагу на за замовчуванням до часу очікування набору даних, якщо він не визначений." ], - "This section contains options that allow for advanced analytical post processing of query results": [ - "Цей розділ містить варіанти, які дозволяють отримати розширену аналітичну обробку результатів запитів" + "A list of users who can alter the chart. Searchable by name or username.": [ + "Список користувачів, які можуть змінити діаграму. Шукати за іменем або іменем користувача." ], - "This section contains validation errors": [ - "Цей розділ містить помилки перевірки" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "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.": [ - "Цей сеанс зіткнувся з перериванням, і деякі елементи управління можуть не працювати за призначенням. Якщо ви розробник цього додатка, будь ласка, перевірте, чи правильно генерується маркер." + "Create chart": ["Створити діаграму"], + "Update chart": ["Оновлення діаграми"], + "Invalid lat/long configuration.": ["Недійсна конфігурація LAT/Довга."], + "Reverse lat/long ": ["Зворотня шир/довгота "], + "Longitude & Latitude columns": ["Стовпці довготи та широти"], + "Delimited long & lat single column": [ + "Розмежований одиночний стовпчик Long & Lat" ], - "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": [ - "У цій таблиці вже є набір даних, пов'язаний з ним. Ви можете асоціювати лише один набір даних із таблицею.\n" + "Multiple formats accepted, look the geopy.points Python library for more details": [ + "Прийняті кілька форматів, подивіться на бібліотеку Python Geopy.points для отримання детальної інформації" ], - "This value should be greater than the left target value": [ - "Це значення повинно бути більшим, ніж ліве цільове значення" + "Geohash": ["Геохаш"], + "textarea": ["textarea"], + "in modal": ["у модальному"], + "Sorry, An error occurred": ["Вибачте, сталася помилка"], + "Save as Dataset": ["Збережіть як набір даних"], + "Open in SQL Lab": ["Відкрито в лабораторії SQL"], + "Failed to verify select options: %s": [ + "Не вдалося перевірити вибрати параметри: %s" ], - "This value should be smaller than the right target value": [ - "Це значення повинно бути меншим, ніж правильне цільове значення" + "No annotation layers": ["Ніяких шарів анотації"], + "Add an annotation layer": ["Додайте шар анотації"], + "Annotation layer": ["Анотаційний шар"], + "Select the Annotation Layer you would like to use.": [ + "Виберіть шар анотації, який ви хочете використовувати." ], - "This visualization type does not support cross-filtering.": [ - "Цей тип візуалізації не підтримує перехресне фільтрування." + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "Використовуйте іншу існуючу діаграму як джерело для анотацій та накладок.\n Ваша діаграма повинна бути одним із цих типів візуалізації: [%s]" ], - "This visualization type is not supported.": [ - "Цей тип візуалізації не підтримується." + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ + "Очікує формули з параметром залежно від часу 'x'\n У мілісекундах з моменту епохи. MathJS використовується для оцінки формул.\n Приклад: '2x+5'" ], - "This will remove your current embed configuration.": [ - "Це видалить вашу поточну вбудовану конфігурацію." + "Annotation layer value": ["Значення шару анотації"], + "Bad formula.": ["Погана формула."], + "Annotation Slice Configuration": ["Конфігурація анотаційних шматочків"], + "This section allows you to configure how to use the slice\n to generate annotations.": [ + "Цей розділ дозволяє налаштувати, як користуватися шматочком\n генерувати анотації." ], - "Threshold alpha level for determining significance": [ - "Пороговий рівень альфа для визначення значущості" + "Annotation layer time column": ["Стовпчик часу анотації"], + "Interval start column": ["Стовпчик запуску інтервалу"], + "Event time column": ["Стовпчик часу події"], + "This column must contain date/time information.": [ + "Цей стовпець повинен містити інформацію про дату/час." ], - "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 - Line Chart": ["Часовий ряд - Лінійна діаграма"], - "Time Series - Nightingale Rose Chart": [ - "Часові серії - Соловейна діаграма троянд" + "Annotation layer interval end": ["Анотаційний шар інтервалу кінця"], + "Interval End column": ["Інтервальний кінцевий стовпчик"], + "Annotation layer title column": ["Стовпчик заголовка шару анотації"], + "Title Column": ["Стовпчик заголовок"], + "Pick a title for you annotation.": [ + "Виберіть заголовок для вас анотацію." ], - "Time Series - Paired t-test": ["Часовий ряд - парний t -тест"], - "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": [ - "Стовпчик часу “%(col)s” не існує в наборі даних" + "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 column filter plugin": ["Плагін фільтра у стовпці часу"], - "Time column to apply dependent temporal filter to": [ - "Стовпчик часу для застосування залежного тимчасового фільтра до" + "Override time range": ["Переоцінка часового діапазону"], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Це контролює, чи поле \"time_range\" з струму\n Переглянути слід передати на діаграму, що містить дані анотації." ], - "Time column to apply time range to": [ - "Стовпчик часу, щоб застосувати часовий діапазон до" + "Override time grain": ["Переоцінка зерна часу"], + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "Це контролює, чи час зерна з струму\n Переглянути слід передати на діаграму, що містить дані анотації." ], - "Time comparison": ["Порівняння часу"], "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ "Дельта часу на природній мові\n (Приклад: 24 години, 7 днів, 56 тижнів, 365 днів)" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "Дельта часу неоднозначна. Будь ласка, вкажіть [%(human_readable)s тому] або [%(human_readable)s пізніше]." - ], - "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].": [ - "Рядок часу неоднозначний. Будь ласка, вкажіть [%(human_readable)s тому] або [%(human_readable)s пізніше]." + "Display configuration": ["Конфігурація відображення"], + "Configure your how you overlay is displayed here.": [ + "Налаштуйте, як тут відображається накладка." ], - "Time-series Bar Chart (legacy)": ["Діаграма штрих часу (Legacy)"], - "Time-series Percent Change": ["Зміна відсотків часових рядів"], - "Time-series Period Pivot": ["Часові періоди періоду повороту"], - "Time-series Table": ["Таблиця часових рядів"], - "Timeout error": ["Помилка тайм -ауту"], - "Timestamp format": ["Формат часової позначки"], - "Timezone": ["Часовий пояс"], - "Timezone offset (in hours) for this datasource": [ - "Зсув часового поясу (у годинах) для цього даних" + "Annotation layer stroke": ["Анотаційний шлюб"], + "Style": ["Стиль"], + "Solid": ["Суцільний"], + "Dashed": ["Бридкий"], + "Long dashed": ["Довгий пункт"], + "Dotted": ["Пунктирний"], + "Annotation layer opacity": ["Анотація Шар непрозорості"], + "Color": ["Забарвлення"], + "Automatic Color": ["Автоматичний колір"], + "Shows or hides markers for the time series": [ + "Показує або приховує маркери для часових рядів" ], - "Timezone selector": ["Вибір часу"], - "Tiny": ["Крихітний"], - "Title": ["Титул"], - "Title Column": ["Стовпчик заголовок"], - "Title is required": ["Потрібна назва"], - "Title or Slug": ["Назва або слим"], - "To filter on a metric, use Custom SQL tab.": [ - "Щоб фільтрувати метрику, використовуйте власну вкладку SQL." + "Hide Line": ["Приховувати лінію"], + "Hides the Line for the time series": [ + "Приховує лінію для часових рядів" ], - "To get a readable URL for your dashboard": [ - "Щоб отримати читабельну URL адресу для вашої інформаційної панелі" + "Layer configuration": ["Конфігурація шару"], + "Configure the basics of your Annotation Layer.": [ + "Налаштуйте основи вашого шару анотації." ], - "Tooltip": ["Підказка"], - "Tooltip sort by metric": ["Сортування підказок за метрикою"], - "Tooltip time format": ["Формат часу підказки"], - "Top": ["Топ"], - "Top left": ["Зверху ліворуч"], - "Top right": ["Праворуч зверху"], - "Top to Bottom": ["Зверху вниз"], - "Total": ["Загальний"], - "Total (%(aggfunc)s)": ["Всього (%(aggfunc)s)"], - "Total (%(aggregatorName)s)": ["Всього (%(aggregatorName)s)"], - "Total value": ["Загальна вартість"], - "Total: %s": ["Всього: %s"], - "Totals": ["Підсумки"], - "Track job": ["Відстежувати"], - "Transformable": ["Перетворений"], - "Transparent": ["Прозорий"], - "Transpose pivot": ["Перекладіть поворот"], - "Treat values as categorical.": [""], - "Tree Chart": ["Деревна діаграма"], - "Tree layout": ["Макет дерева"], - "Tree orientation": ["Орієнтація на дерева"], - "Treemap": ["Подумати"], - "Trend": ["Тенденція"], - "Triangle": ["Трикутник"], - "Trigger Alert If...": ["Тригер, якщо ..."], - "Truncate Axis": ["Усікатна вісь"], - "Truncate Cells": ["Усікатні клітини"], - "Truncate Metric": ["Укорочений метрик"], - "Truncate Y Axis": ["Укорочення y вісь"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "Укоротився вісь. Можна перекрити, вказавши мінімальну або максимальну межу." - ], - "Truncate long cells to the \"min width\" set above": [ - "Урізати довгі клітини до встановленої вище “min width”" - ], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "Обрізає вказану дату до точності, визначеної одиницею дати." - ], - "Try applying different filters or ensuring your datasource has data": [ - "Спробуйте застосувати різні фільтри або забезпечити, щоб ваш DataSource має дані" - ], - "Try different criteria to display results.": [ - "Спробуйте різні критерії для відображення результатів." - ], - "Tuesday": ["У вівторок"], - "Tukey": ["Тюкі"], - "Type": ["Тип"], - "Type \"%s\" to confirm": ["Введіть “%s” для підтвердження"], - "Type a value": ["Введіть значення"], - "Type a value here": ["Введіть тут значення"], - "Type is required": ["Потрібен тип"], - "Type of Google Sheets allowed": ["Тип аркушів Google дозволено"], - "Type of comparison, value difference or percentage": [ - "Тип порівняння, різниця у цінності або відсоток" + "Mandatory": ["Обов'язковий"], + "Hide layer": ["Сховати шар"], + "Show label": ["Лейбл шоу"], + "Whether to always show the annotation label": [ + "Чи завжди показувати анотаційну етикетку" ], - "UI Configuration": ["Конфігурація інтерфейсу"], - "URL": ["URL"], - "URL Parameters": ["Параметри URL -адреси"], - "URL parameters": ["Параметри URL -адреси"], - "URL slug": ["URL -адреса"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "Неможливо додати нову вкладку до бекенду. Зверніться до свого адміністратора." + "Annotation layer type": ["Тип шару анотації"], + "Choose the annotation layer type": ["Виберіть тип шару анотації"], + "Annotation source type": ["Тип джерела анотації"], + "Choose the source of your annotations": [ + "Виберіть джерело своїх анотацій" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "Неможливо підключитися до каталогу під назвою “%(catalog_name)s”." + "Annotation source": ["Джерело анотації"], + "Remove": ["Видалити"], + "Time series": ["Часовий ряд"], + "Edit annotation layer": ["Редагувати шар анотації"], + "Add annotation layer": ["Додайте шар анотації"], + "Empty collection": ["Порожня колекція"], + "Add an item": ["Додайте предмет"], + "Remove item": ["Видаліть елемент"], + "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ + "Ця кольорова гамма перекривається за допомогою спеціальних кольорів етикетки.\n Перевірте метадані JSON у розширених налаштуваннях" ], - "Unable to connect to database \"%(database)s\".": [ - "Неможливо підключитися до бази даних “%(database)s”." + "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ + "Колірна гамма визначається спорідненою інформаційною панеллю.\n Відредагуйте кольорову гаму у властивостях приладної панелі." ], - "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\"": [ - "Не може підключитися. Переконайтеся, що на обліковому записі служби встановлюються такі ролі: \"Переглядач даних BigQuery\", \"Переглядач метаданих BigQuery\", \"Користувач роботи з великою роботою\" та наступні дозволи встановлюються \"bigquery.readsessions.create\", \"bigquery.readsessions.getData\"" + "dashboard": ["панель приладів"], + "Dashboard scheme": ["Схема інформаційної панелі"], + "Select color scheme": ["Виберіть кольорову гаму"], + "Select scheme": ["Виберіть схему"], + "Show less columns": ["Показати менше стовпців"], + "Show all columns": ["Показати всі стовпці"], + "Fraction digits": ["Фракційні цифри"], + "Number of decimal digits to round numbers to": [ + "Кількість десяткових цифр до круглих чисел до" ], - "Unable to create chart without a query id.": [ - "Неможливо створити діаграму без ідентифікатора запиту." + "Min Width": ["Мінина ширина"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "Мінімальна ширина стовпців за замовчуванням у пікселях фактична ширина все ще може бути більша, ніж це, якщо іншим стовпцям не потрібно багато місця" ], - "Unable to decode value": ["Не в змозі розшифрувати значення"], - "Unable to encode value": ["Неможливо кодувати значення"], - "Unable to find such a holiday: [%(holiday)s]": [ - "Не в змозі знайти таке свято: [%(holiday)s]" + "Text align": ["Текст вирівнює"], + "Horizontal alignment": ["Горизонтальне вирівнювання"], + "Show cell bars": ["Показати стільникові смуги"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "Чи вирівнювати позитивні та негативні значення в діаграмі клітинної штрих на 0" ], - "Unable to load columns for the selected table. Please select a different table.": [ - "Неможливо завантажити стовпці для вибраної таблиці. Виберіть іншу таблицю." + "Whether to colorize numeric values by if they are positive or negative": [ + "Будьте кольорові числові значення, якщо вони є позитивними чи негативними" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Не в змозі перенести державу редактора запитів, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." + "Truncate Cells": ["Усікатні клітини"], + "Truncate long cells to the \"min width\" set above": [ + "Урізати довгі клітини до встановленої вище “min width”" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Не в змозі перенести державу запитів, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "Не в змозі перенести схему таблиці схеми, щоб підтримати. Суперсет повернеться пізніше. Зверніться до свого адміністратора, якщо ця проблема зберігається." + "Small number 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 для чисел між -1,0 до 1,0, корисний, коли ви хочете мати різні значні цифри для невеликої та великої кількості" ], - "Unable to retrieve dashboard colors": [ - "Не в змозі отримати кольори панелі панелі" + "Edit formatter": ["Редагувати форматер"], + "Add new formatter": ["Додати новий форматер"], + "Add new color formatter": ["Додайте новий кольоровий форматер"], + "alert": ["насторожений"], + "error": ["помилка"], + "success dark": ["успіх темний"], + "alert dark": ["насторожити темно"], + "error dark": ["помилка темна"], + "This value should be smaller than the right target value": [ + "Це значення повинно бути меншим, ніж правильне цільове значення" ], - "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” до таблиці “%(table_name)s” в базі даних “%(db_name)s”. Повідомлення про помилку: %(error_msg)s" + "This value should be greater than the left target value": [ + "Це значення повинно бути більшим, ніж ліве цільове значення" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Не в змозі завантажити стовпчастий файл “%(filename)s” до таблиці “%(table_name)s\" в базі даних “%(db_name)s\". Повідомлення про помилку: %(error_msg)s" + "Required": ["Вимагається"], + "Operator": ["Оператор"], + "Left value": ["Ліва цінність"], + "Right value": ["Правильне значення"], + "Target value": ["Цільове значення"], + "Select column": ["Виберіть стовпець"], + "Lower threshold must be lower than upper threshold": [""], + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "Неможливо завантажити файл Excel “%(filename)s” до таблиці “%(table_name)s” в базі даних “%(db_name)s\". Повідомлення про помилку: %(error_msg)s" + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": [""], + "Prefix": [""], + "Suffix": [""], + "Currency prefix or suffix": [""], + "Prefix or suffix": [""], + "Currency symbol": [""], + "Currency": [""], + "Edit dataset": ["Редагувати набір даних"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "Ви повинні бути власником набору даних для редагування. Будь ласка, зверніться до власника набору даних, щоб вимагати модифікацій або редагувати доступ." ], - "Undefined": ["Невизначений"], - "Undefined window for rolling operation": [ - "Невизначене вікно для операції прокатки" + "View in SQL Lab": ["Переглянути в лабораторії SQL"], + "Query preview": ["Попередній перегляд запитів"], + "Save as dataset": ["Збережіть як набір даних"], + "Missing URL parameters": ["Відсутні параметри URL -адреси"], + "The URL is missing the dataset_id or slice_id parameters.": [ + "У URL -адреси відсутні параметри DataSet_ID або Slice_ID." ], - "Undo the action": ["Скасувати дію"], - "Undo?": ["Скасувати?"], - "Unexpected error": ["Неочікувана помилка"], - "Unexpected error occurred, please check your logs for details": [ - "Сталася несподівана помилка, будь ласка, перевірте свої журнали на детальну інформацію" + "The dataset linked to this chart may have been deleted.": [ + "Набір даних, пов'язаний з цією діаграмою, можливо, був видалений." ], - "Unexpected error: ": ["Неочікувана помилка: "], - "Unknown": ["Невідомий"], - "Unknown MySQL server host \"%(hostname)s\".": [ - "Невідомий хост MySQL Server “%(hostname)s”." + "RANGE TYPE": ["Тип дальності"], + "Actual time range": ["Фактичний часовий діапазон"], + "APPLY": ["Застосовувати"], + "Edit time range": ["Редагувати часовий діапазон"], + "Configure Advanced Time Range ": [ + "Налаштування розширеного діапазону часу " ], - "Unknown Presto Error": ["Невідома помилка Престо"], - "Unknown Status": ["Невідомий статус"], - "Unknown column used in orderby: %(col)s": [ - "Невідомий стовпчик, що використовується в порядку: %(col)s" + "START (INCLUSIVE)": ["Почати (включно)"], + "Start date included in time range": [ + "Дата початку, що входить у часовий діапазон" ], - "Unknown error": ["Невідома помилка"], - "Unknown input format": ["Невідомий формат введення"], - "Unknown type": ["Невідомий тип"], - "Unknown value": ["Невідоме значення"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "Небезпечний тип повернення для функції %(func)s: %(value_type)s" + "END (EXCLUSIVE)": ["Кінець (ексклюзивний)"], + "End date excluded from time range": [ + "Дата закінчення виключається з часового діапазону" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "Небезпечне значення шаблону для ключа %(key)s: %(value_type)s" + "Configure Time Range: Previous...": [ + "Налаштування діапазону часу: Попередній ..." ], - "Unsupported clause type: %(clause)s": [ - "Небудова тип пункту: %(clause)s" + "Configure Time Range: Last...": [ + "Налаштування діапазону часу: Останнє ..." ], - "Unsupported post processing operation: %(operation)s": [ - "Непідтримувана операція після обробки: %(operation)s" + "Configure custom time range": ["Налаштуйте спеціальний діапазон часу"], + "Relative quantity": ["Відносна кількість"], + "Relative period": ["Відносний період"], + "Anchor to": ["Прив’язати до"], + "NOW": ["Тепер"], + "Date/Time": ["Дата, час"], + "Return to specific datetime.": ["Повернення до конкретного часу."], + "Syntax": ["Синтаксис"], + "Example": ["Приклад"], + "Moves the given set of dates by a specified interval.": [ + "Переміщує заданий набір дати заданим інтервалом." ], - "Unsupported return value for method %(name)s": [ - "Непідтримуване повернення значення для методу %(name)s" + "Truncates the specified date to the accuracy specified by the date unit.": [ + "Обрізає вказану дату до точності, визначеної одиницею дати." ], - "Unsupported template value for key %(key)s": [ - "Небудова значення шаблону для ключа %(key)s" + "Get the last date by the date unit.": [ + "Отримайте останню дату до одиниці дати." ], - "Unsupported time grain: %(time_grain)s": [ - "Непідтримуване зерно часу: %(time_grain)s" + "Get the specify date for the holiday": [ + "Отримайте дату вказати на свято" ], - "Untitled Dataset": ["Без назви набору даних"], - "Untitled Query": ["Неправлений запит"], - "Untitled query": ["Неправлений запит"], - "Update": ["Оновлення"], - "Update chart": ["Оновлення діаграми"], - "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 columnar file": ["Завантажте стовпчастий файл"], - "Upload columnar file to database": [ - "Завантажте стовпчастий файл у базу даних" - ], - "Upload file to database": ["Завантажте файл у базу даних"], - "Usage": ["Використання"], - "Use \"%(menuName)s\" menu instead.": [ - "Натомість використовуйте меню “%(menuName)s”." + "Previous": ["Попередній"], + "Custom": ["Звичайний"], + "previous calendar week": ["попередній календарний тиждень"], + "previous calendar month": ["попередній календарний місяць"], + "previous calendar year": ["попередній календарний рік"], + "Seconds %s": ["Секунди %s"], + "Minutes %s": ["Хвилини %s"], + "Hours %s": ["Години %s"], + "Days %s": ["Дні %s"], + "Weeks %s": ["Тиждень %s"], + "Months %s": ["Місяці %s"], + "Quarters %s": ["Квартали %s"], + "Years %s": ["Роки %s"], + "Specific Date/Time": ["Конкретна дата/час"], + "Relative Date/Time": ["Відносна дата/час"], + "Now": ["Тепер"], + "Midnight": ["Опівночі"], + "Saved expressions": ["Збережені вирази"], + "Saved": ["Врятований"], + "%s column(s)": ["%s стовпці"], + "No temporal columns found": ["Не знайдено тимчасових стовпців"], + "No saved expressions found": ["Збережених виразів не знайдено"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "Додайте обчислені тимчасові стовпці до набору даних у модалі \"редагувати дані\"" ], - "Use %s to open in a new tab.": [ - "Використовуйте %s, щоб відкрити на новій вкладці." + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "Додайте обчислені стовпці до набору даних у модалі \"Редагувати DataSource\"" ], - "Use Area Proportions": ["Використовуйте пропорції площі"], - "Use Columns": ["Використовуйте стовпці"], - "Use a log scale": ["Використовуйте шкалу журналу"], - "Use a log scale for the X-axis": [ - "Використовуйте шкалу журналу для осі x" + " to mark a column as a time column": [ + " Щоб позначити стовпець як стовпчик часу" ], - "Use a log scale for the Y-axis": [ - "Використовуйте шкалу журналу для осі y" + " to add calculated columns": [" Для додавання обчислених стовпців"], + "Simple": ["Простий"], + "Mark a column as temporal in \"Edit datasource\" modal": [ + "Позначте стовпець як тимчасовий у модальному режимі \"редагувати дані\"" ], - "Use an encrypted connection to the database": [ - "Використовуйте зашифроване з'єднання з базою даних" + "Custom SQL": ["Спеціальний SQL"], + "My column": ["Моя колонка"], + "This filter might be incompatible with current dataset": [ + "Цей фільтр може бути несумісним із поточним набором даних" ], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ - "Використовуйте іншу існуючу діаграму як джерело для анотацій та накладок.\n Ваша діаграма повинна бути одним із цих типів візуалізації: [%s]" + "This column might be incompatible with current dataset": [ + "Цей стовпець може бути несумісним з поточним набором даних" ], - "Use date formatting even when metric value is not a timestamp": [ - "Використовуйте форматування дати навіть тоді, коли метричне значення не є часовою позначкою" + "Click to edit label": ["Клацніть, щоб редагувати мітку"], + "Drop columns/metrics here or click": [ + "Спустіть тут стовпці/метрики або натисніть" ], - "Use legacy datasource editor": [ - "Використовуйте редактор Legacy DataSource" + "This metric might be incompatible with current dataset": [ + "Цей показник може бути несумісним із поточним набором даних" ], - "Use metrics as a top level group for columns or for rows": [ - "Використовуйте показники як групу вищого рівня для стовпців або для рядків" + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n Цей фільтр був успадкований із контексту панелі приладної панелі.\n Це не буде збережено під час збереження діаграми.\n " ], - "Use only a single value.": ["Використовуйте лише одне значення."], - "Use the Advanced Analytics options below": [ - "Використовуйте наведені нижче варіанти аналітики" + "%s option(s)": ["%s варіант(и)"], + "Select subject": ["Виберіть тему"], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "Такого стовпця не знайдено. Щоб фільтрувати метрику, спробуйте спеціальну вкладку SQL." ], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "Використовуйте файл JSON, який ви автоматично завантажили під час створення облікового запису послуги." + "To filter on a metric, use Custom SQL tab.": [ + "Щоб фільтрувати метрику, використовуйте власну вкладку SQL." ], - "Use the edit button to change this field": [ - "Використовуйте кнопку Редагувати, щоб змінити це поле" + "%s operator(s)": ["%s Оператор(и)"], + "Select operator": ["Виберіть оператор"], + "Comparator option": ["Параметр порівняння"], + "Type a value here": ["Введіть тут значення"], + "Filter value (case sensitive)": [ + "Значення фільтра (чутливе до випадку)" ], - "Use this section if you want a query that aggregates": [ - "Використовуйте цей розділ, якщо ви хочете запит, який агрегує" + "Failed to retrieve advanced type": [ + "Не вдалося отримати розширений тип" ], - "Use this section if you want to query atomic rows": [ - "Використовуйте цей розділ, якщо ви хочете запитувати атомні ряди" + "choose WHERE or HAVING...": ["виберіть WHERE або HAVING ..."], + "Filters by columns": ["Фільтри за колонками"], + "Filters by metrics": ["Фільтри за метриками"], + "Fixed": ["Нерухомий"], + "Based on a metric": ["На основі метрики"], + "My metric": ["Мій показник"], + "Add metric": ["Додати показник"], + "Select aggregate options": ["Виберіть параметри сукупності"], + "%s aggregates(s)": ["%s агреговані"], + "Select saved metrics": ["Виберіть Збережена показниця"], + "%s saved metric(s)": ["%s збережені метрики"], + "Saved metric": ["Збережені метрики"], + "No saved metrics found": ["Збережених показників не знайдено"], + "Add metrics to dataset in \"Edit datasource\" modal": [ + "Додайте показники до набору даних у модал \"Редагувати DataSource\"" ], - "Use this to define a static color for all circles": [ - "Використовуйте це для визначення статичного кольору для всіх кола" + " to add metrics": [" Додати показники"], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "Прості спеціальні показники не ввімкнено для цього набору даних" ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "Використовується внутрішньо для ідентифікації плагіна. Має бути встановлено на ім'я пакету з пакету Plugin.json" + "column": ["стовпчик"], + "aggregate": ["сукупний"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "Спеціальні спеціальні показники SQL не ввімкнено для цього набору даних" ], - "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.": [ - "Використовується для узагальнення набору даних шляхом групування кількох статистичних даних уздовж двох осей. Приклади: Номери продажів за регіоном та місяцем, завдання за статусом та правонаступником, активними користувачами за віком та місцезнаходженням. Не найбільш візуально приголомшлива візуалізація, але дуже інформативна та універсальна." + "Error while fetching data: %s": ["Помилка під час отримання даних: %s"], + "Time series columns": ["Стовпці часових рядів"], + "Actual value": ["Фактичне значення"], + "Sparkline": ["Іскрова лінія"], + "Period average": ["Середній період"], + "The column header label": ["Мітка заголовка стовпчика"], + "Column header tooltip": ["Підказка заголовка стовпців"], + "Type of comparison, value difference or percentage": [ + "Тип порівняння, різниця у цінності або відсоток" ], - "User": ["Користувач"], - "User doesn't have the proper permissions.": [ - "Користувач не має належних дозволів." + "Width": ["Ширина"], + "Width of the sparkline": ["Ширина іскрової лінії"], + "Height of the sparkline": ["Висота іскрової лінії"], + "Time lag": ["Затримка"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "" ], - "User must select a value before applying the filter": [ - "Користувач повинен вибрати значення перед застосуванням фільтра" + "Time Lag": ["Затримка"], + "Time ratio": ["Співвідношення часу"], + "Number of periods to ratio against": [ + "Кількість періодів до співвідношення проти" ], - "User query": ["Запит користувача"], - "Username": ["Ім'я користувача"], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "Використання оцінки щільності ядра Гаусса для візуалізації просторового розподілу даних" + "Time Ratio": ["Співвідношення часу"], + "Show Y-axis": ["Показати вісь Y"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "Покажіть осі Y на Sparkline. Відобразить вручну встановити min/max, якщо встановити значення або min/max значення в даних в іншому випадку." ], - "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.": [ - "Використовує датчик для демонстрації прогресу метрики до цілі. Положення циферблату представляє прогрес, а значення терміналу в калібрі являє собою цільове значення." + "Y-axis bounds": ["Y-осі межі"], + "Manually set min/max values for the y-axis.": [ + "Вручну встановити значення min/max для осі y." ], - "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.": [ - "Використовує кола для візуалізації потоку даних через різні етапи системи. Наведіть курсор на окремі шляхи візуалізації, щоб зрозуміти етапи, які взяла значення. Корисно для багатоступеневої, багатогрупової візуалізації воронки та трубопроводів." + "Color bounds": ["Кольорові межі"], + "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.": [ + "Межі числа, що використовуються для кодування кольору від червоного до синього.\n Поверніть числа для синього до червоного. Щоб отримати чистий червоний або синій,\n Ви можете ввести лише хв, або максимум." ], - "Value": ["Цінність"], - "Value Domain": ["Домен значення"], - "Value Format": ["Формат значення"], - "Value bounds": ["Значення цінності"], - "Value cannot exceed %s": [""], - "Value format": ["Формат значення"], - "Value is required": ["Значення потрібно"], - "Value must be greater than 0": ["Значення повинно бути більше 0"], - "Values are dependent on other filters": [ - "Значення залежать від інших фільтрів" + "Optional d3 number format string": [ + "Необов’язковий рядок формату числа D3" ], - "Values dependent on": ["Значення, залежні від"], - "Values selected in other filters will affect the filter options to only show relevant values": [ - "Значення, вибрані в інших фільтрах, впливатимуть на параметри фільтра, щоб показати лише відповідні значення" + "Number format string": ["Рядок формату числа"], + "Optional d3 date format string": ["Необов’язковий рядок формату D3 D3"], + "Date format string": ["Рядок формату дати"], + "Column Configuration": ["Конфігурація стовпців"], + "Select Viz Type": ["Виберіть тип ITE"], + "Currently rendered: %s": ["В даний час надано: %s"], + "Search all charts": ["Шукайте всі діаграми"], + "No description available.": ["Опис не доступний."], + "Examples": ["Приклади"], + "This visualization type is not supported.": [ + "Цей тип візуалізації не підтримується." ], - "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": ["Переглянути в лабораторії SQL"], - "View keys & indexes (%s)": ["Переглянути ключі та індекси (%s)"], - "View query": ["Переглянути запит"], - "Viewed": ["Переглянуті"], - "Viewed %s": ["Переглянуті %s"], - "Viewport": ["Viewport"], - "Virtual": ["Віртуальний"], - "Virtual (SQL)": ["Віртуальний (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": ["Тип візуалізації"], - "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.": [ - "Візуалізуйте геопросторові дані, такі як 3D -будівлі, ландшафти або предмети в 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.": [ - "Візуалізуйте, як метрика змінюється з часом за допомогою брусків. Додайте групу за стовпцем для візуалізації показників групи та того, як вони змінюються з часом." + "Select a visualization type": ["Виберіть тип візуалізації"], + "No results found": ["Нічого не знайдено"], + "Superset Chart": ["Суперсетна діаграма"], + "New chart": ["Нова діаграма"], + "Edit chart properties": ["Редагувати властивості діаграми"], + "Export to original .CSV": ["Експорт до оригіналу .csv"], + "Export to pivoted .CSV": ["Експорт до повороту .csv"], + "Export to .JSON": ["Експорт до .json"], + "Embed code": ["Вбудувати код"], + "Run in SQL Lab": ["Запустити в SQL Lab"], + "Code": ["Кодування"], + "Markup type": ["Тип розмітки"], + "Pick your favorite markup language": ["Виберіть улюблену мову розмітки"], + "Put your code here": ["Покладіть свій код сюди"], + "URL parameters": ["Параметри URL -адреси"], + "Extra parameters for use in jinja templated queries": [ + "Додаткові параметри для використання в шаблонних запитах Jinja" ], - "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).": [ - "Візуалізуйте дві різні серії, використовуючи одну і ту ж осі x. Зауважте, що обидві серії можна візуалізувати за допомогою іншого типу діаграми (наприклад, 1 за допомогою смуг та 1 за допомогою рядка)." - ], - "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.": [ - "Візуалізує географічні області з ваших даних як багатокутників на карті, що надається Mapbox. Полігони можна забарвити за допомогою метрики." - ], - "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.": [ - "Візуалізує багато різних об'єктів часових рядів в одній діаграмі. Ця діаграма застаріла, і ми рекомендуємо використовувати замість цього діаграму часових рядів." + "Annotations and layers": ["Анотації та шари"], + "Annotation layers": ["Анотаційні шари"], + "My beautiful colors": ["Мої прекрасні кольори"], + "< (Smaller than)": ["<(Менше, ніж)"], + "> (Larger than)": ["> (Більше, ніж)"], + "<= (Smaller or equal)": ["<= (Менший або рівний)"], + ">= (Larger or equal)": ["> = (Більший або рівний)"], + "== (Is equal)": ["== (рівний)"], + "!= (Is not equal)": ["! = (Не рівний)"], + "Not null": ["Не нульовий"], + "60 days": ["60 днів"], + "90 days": ["90 днів"], + "Send as PNG": ["Надіслати як PNG"], + "Send as CSV": ["Надіслати як CSV"], + "Send as text": ["Надіслати як текст"], + "Alert condition": ["Умова попередження"], + "Notification method": ["Метод сповіщення"], + "database": ["база даних"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ + "" ], - "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 delivery method": ["Додайте метод доставки"], + "report": ["доповідь"], + "%s updated": ["%s оновлено"], + "Edit Report": ["Редагувати звіт"], + "Edit Alert": ["Редагувати попередження"], + "Add Report": ["Додайте звіт"], + "Add Alert": ["Додати сповіщення"], + "Add": ["Додавання"], + "Set up basic details, such as name and description.": [""], + "Report name": ["Назва звіту"], + "Alert name": ["Ім'я сповіщення"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "Візуалізує слова в стовпці, які з’являються найчастіше. Більший шрифт відповідає більш високій частоті." + "SQL Query": ["SQL -запит"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ + "" ], - "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.": [ - "УВАГА! Зміна набору даних може порушити діаграму, якщо метаданих не існує." + "Trigger Alert If...": ["Тригер, якщо ..."], + "Condition": ["Хвороба"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": [""], + "Input custom width in pixels": [""], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["Часовий пояс"], + "Log retention": ["Затримка журналу"], + "Working timeout": ["Робочий таймаут"], + "Time in seconds": ["Час за секундами"], + "seconds": ["секунди"], + "Grace period": ["Період витонченості"], + "Recurring (every)": [""], + "CRON Schedule": ["Графік крон"], + "CRON expression": ["Вираження крон"], + "Report sent": ["Звіт надісланий"], + "Alert triggered, notification sent": [ + "Попередження, спрацьоване, повідомлення надіслано" ], - "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.": [ - "Ми не можемо підключитися до вашої бази даних. Клацніть \"Дивіться більше\", щоб отримати інформацію, надану базою даних, яка може допомогти усунути проблеми." + "Report sending": ["Надсилання звітів"], + "Alert running": ["Попередження"], + "Report failed": ["Звіт не вдалося"], + "Alert failed": ["Попередження не вдалося"], + "Nothing triggered": ["Ніщо не спрацювало"], + "Alert Triggered, In Grace Period": [ + "Попередження, спрацьоване, в пільговий період" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "Ми, здається, не можемо вирішити стовпчик \"%(column)s” на лінії %(location)s." + "Delivery method": ["Метод доставки"], + "Select Delivery Method": ["Виберіть метод доставки"], + "Recipients are separated by \",\" or \";\"": [ + "Одержувачі розділені \",\" або \";\"" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "Ми не можемо вирішити стовпець “%(column_name)s”" + "Queries": ["Запити"], + "No entities have this tag currently assigned": [""], + "Add tag to entities": [""], + "annotation_layer": ["анотація_layer"], + "Annotation template updated": ["Шаблон анотації оновлений"], + "Annotation template created": ["Створений шаблон анотації"], + "Edit annotation layer properties": [ + "Редагувати властивості шару анотації" ], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "Ми, здається, не можемо вирішити стовпець \" %(column_name)s” на лінії %(location)s." + "Annotation layer name": ["Назва шару анотації"], + "Description (this can be seen in the list)": [ + "Опис (це можна побачити у списку)" ], - "We have the following keys: %s": ["У нас є такі ключі: %s"], - "We were unable to active or deactivate this report.": [ - "Ми не змогли активно чи деактивувати цей звіт." + "annotation": ["анотація"], + "The annotation has been updated": ["Анотація оновлена"], + "The annotation has been saved": ["Анотація врятована"], + "Edit annotation": ["Редагувати анотацію"], + "Add annotation": ["Додати анотацію"], + "date": ["дата"], + "Additional information": ["Додаткова інформація"], + "Please confirm": ["Будь-ласка підтвердіть"], + "Are you sure you want to delete": ["Ви впевнені, що хочете видалити"], + "Modified %s": ["Модифіковані %s"], + "css_template": ["css_template"], + "Edit CSS template properties": ["Редагувати властивості шаблону CSS"], + "Add CSS template": ["Додайте шаблон CSS"], + "css": ["css"], + "published": ["опублікований"], + "draft": ["розтягувати"], + "Adjust how this database will interact with SQL Lab.": [ + "Відрегулюйте, як ця база даних буде взаємодіяти з лабораторією SQL." ], - "We were unable to carry over any controls when switching to this new dataset.": [ - "Ми не змогли перенести будь -які елементи керування при переході на цей новий набір даних." + "Expose database in SQL Lab": ["Викрити базу даних у лабораторії SQL"], + "Allow this database to be queried in SQL Lab": [ + "Дозволити цю базу даних запитувати в лабораторії SQL" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "Ми не змогли підключитися до вашої бази даних під назвою “%(database)s\". Будь ласка, перевірте ім’я бази даних та спробуйте ще раз." + "Allow creation of new tables based on queries": [ + "Дозволити створення нових таблиць на основі запитів" ], - "Web": ["Павутина"], - "Wednesday": ["Середа"], - "Week": ["Тиждень"], - "Week ending Saturday": ["Тиждень, що закінчується в суботу"], - "Week starting Monday": ["Тиждень, починаючи з понеділка"], - "Week starting Sunday": ["Тиждень, починаючи з неділі"], - "Weekly Report": ["Тижневий звіт"], - "Weekly Report for %s": ["Щотижневий звіт за %s"], - "Weekly seasonality": ["Щотижнева сезонність"], - "Weeks %s": ["Тиждень %s"], - "Weight": ["Вага"], - "What should be shown on the label?": ["Що слід показати на етикетці?"], - "What should happen if the table already exists": [ - "Що має статися, якщо стіл вже існує" + "Allow creation of new views based on queries": [ + "Дозволити створення нових поглядів на основі запитів" ], - "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ - "Коли `тип обчислення\" встановлено на \"відсоткову зміну\", формат осі y змушений до `.1%` `" + "CTAS & CVAS SCHEMA": ["Схема CTAS & CVAS"], + "Create or select schema...": ["Створити або вибрати схему ..."], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "Примушіть всі таблиці та перегляди в цій схемі, натиснувши CTA або CVA в лабораторії SQL." ], - "When a secondary metric is provided, a linear color scale is used.": [ - "Коли надається вторинна метрика, використовується лінійна кольорова шкала." + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "Дозволити маніпулювання базою даних за допомогою операторів, що не вибирають, такі як оновлення, видалення, створення тощо." ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "При дозволі створювати таблицю як опцію в лабораторії SQL, ця опція змушує створювати таблицю в цій схемі" + "Enable query cost estimation": ["Увімкнути оцінку витрат на запит"], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "Для BigQuery, Presto та Postgres показує кнопку для обчислення вартості перед запуском запиту." ], - "When checked, the map will zoom to your data after each query": [ - "Після перевірки карта збільшиться до ваших даних після кожного запиту" + "Allow this database to be explored": [ + "Дозволити досліджувати цю базу даних" ], "When enabled, users are able to visualize SQL Lab results in Explore.": [ "Коли ввімкнено, користувачі можуть візуалізувати результати SQL Lab в дослідженні." ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "Коли надається лише первинна метрика, використовується категорична кольорова шкала." + "Disable SQL Lab data preview queries": [ + "Вимкнути запити попереднього перегляду даних SQL" ], - "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.": [ - "При вказівці SQL, DataSource виступає як погляд. Superset використовуватиме це твердження як підрозділ під час групування та фільтрації на створених батьківських запитах." + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "Вимкнути попередній перегляд даних під час отримання метаданих таблиці в лабораторії SQL. Корисно, щоб уникнути проблем з продуктивністю браузера при використанні баз даних з дуже широкими таблицями." ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "Enable row expansion in schemas": [""], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ "" ], - "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": [ - "При використанні \"Group за\" ви обмежені для використання однієї метрики" + "Performance": ["Виконання"], + "Adjust performance settings of this database.": [ + "Налаштуйте налаштування продуктивності цієї бази даних." ], - "When using other than adaptive formatting, labels may overlap": [ - "При використанні, крім адаптивного форматування, мітки можуть перекриватися" + "Chart cache timeout": ["ЧАС КАХ ЧАСУВАННЯ"], + "Enter duration in seconds": ["Введіть тривалість за лічені секунди"], + "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.": [ + "Тривалість (за секунди) тайм -ауту кешування для діаграм цієї бази даних. Час очікування 0 вказує на те, що кеш ніколи не закінчується, і -1 обходить кеш. Зверніть увагу на це за замовчуванням до глобального тайм -ауту, якщо він не визначений." ], - "When using this option, default value can’t be set": [ - "При використанні цієї опції значення за замовчуванням не можна встановити" + "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 progress bar overlaps when there are multiple groups of data": [ - "Чи перекривається панель прогресу, коли існує кілька груп даних" + "Table cache timeout": ["Тайм -аут кешу таблиці"], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "Тривалість (за лічені секунди) таймаут кешування метаданих для таблиць цієї бази даних. Якщо залишатись не встановлено, кеш ніколи не закінчується. " ], - "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ - "Чи створена таблиця за допомогою \"візуалізації\" потоку в лабораторії SQL" + "Asynchronous query execution": ["Асинхронне виконання запитів"], + "Cancel query on window unload event": [ + "Скасувати запит на подію Window Unload" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "Чи викривається цей стовпець у розділі \"Фільтри\" перегляду \"Вивчення\"." + "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." ], - "Whether to align background charts with both positive and negative values at 0": [ - "Чи вирівнювати фонові діаграми з позитивними, так і негативними значеннями на 0" + "Add extra connection information.": [ + "Додайте додаткову інформацію про з'єднання." ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "Чи вирівнювати позитивні та негативні значення в діаграмі клітинної штрих на 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.": [ + "Рядок JSON, що містить додаткову конфігурацію з'єднання. Це використовується для надання інформації про з'єднання для таких систем, як Hive, Presto та BigQuery, які не відповідають імені користувача: синтаксис пароля, як правило, використовується SQLALCHEMY." ], - "Whether to always show the annotation label": [ - "Чи завжди показувати анотаційну етикетку" + "Enter CA_BUNDLE": ["Введіть ca_bundle"], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "Необов’язковий вміст Ca_bundle для перевірки запитів HTTPS. Доступний лише в певних двигунах бази даних." ], - "Whether to animate the progress and the value or just display them": [ - "Чи варто оживити прогрес і значення, чи просто відображати їх" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "Видання себе в системі в системі (Presto, Trino, Drill, Hive та Gsheets)" ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "Чи застосовувати нормальний розподіл на основі рангу за кольоровою шкалою" + "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.": [ + "Якщо Presto або Trino, всі запити в лабораторії SQL будуть виконані як реєстрація в даний час користувачеві, який повинен мати дозвіл на їх запуск. Якщо hive and hive.server2.enable.doas увімкнено, запустить запити в якості облікового запису послуг, але представлять себе в даний час в даний час користувачеві через властивість hive.server2.proxy.user." ], - "Whether to apply filter when items are clicked": [ - "Чи слід застосовувати фільтр, коли елементи клацають" + "Allow file uploads to database": [ + "Дозволити завантаження файлів у базу даних" ], - "Whether to colorize numeric values by if they are positive or negative": [ - "Будьте кольорові числові значення, якщо вони є позитивними чи негативними" + "Schemas allowed for File upload": [ + "Схеми дозволені для завантаження файлів" ], - "Whether to display a bar chart background in table columns": [ - "Чи відображати фон гастрольної діаграми у стовпцях таблиці" + "A comma-separated list of schemas that files are allowed to upload to.": [ + "Список схем, відокремлений комами, до яких файли дозволяють завантажувати." ], - "Whether to display a legend for the chart": [ - "Чи відображати легенду для діаграми" + "Additional settings.": ["Додаткові налаштування."], + "Metadata Parameters": ["Параметри метаданих"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "Об'єкт Metadata_Params розпаковується в дзвінок SQLALCHEMY.METADATA." ], - "Whether to display bubbles on top of countries": [ - "Чи відображати бульбашки поверх країн" + "Engine Parameters": ["Параметри двигуна"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "Об'єкт Engine_Params розпаковується в дзвінок SQLALCHEMY.CREATE_ENGINE." ], - "Whether to display the aggregate count": [ - "Чи відображати кількість сукупності" + "Version": ["Версія"], + "Version number": ["Номер версії"], + "STEP %(stepCurr)s OF %(stepLast)s": ["Крок %(stepCurr)s %(stepLast)s"], + "Enter Primary Credentials": ["Введіть первинні дані"], + "Need help? Learn how to connect your database": [ + "Потрібна допомога? Дізнайтеся, як підключити базу даних" ], - "Whether to display the interactive data table": [ - "Чи відображати таблицю інтерактивних даних" + "Database connected": ["База даних підключена"], + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "Створіть набір даних, щоб почати візуалізувати свої дані як діаграму або перейти до\n SQL Lab, щоб запитати ваші дані." ], - "Whether to display the labels.": ["Чи відображати мітки."], - "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ - "Чи відображати мітки. Зауважте, що мітка відображається лише тоді, коли поріг 5%." + "Enter the required %(dbModelName)s credentials": [ + "Введіть необхідні дані %(dbModelName)s" ], - "Whether to display the legend (toggles)": [ - "Чи відображати легенду (перемикає)" + "Need help? Learn more about": [ + "Потрібна допомога? Дізнайтеся більше про" ], - "Whether to display the metric name as a title": [ - "Чи відображати метричну назву як заголовок" + "connecting to %(dbModelName)s.": ["підключення до %(dbModelName)s."], + "Select a database to connect": ["Виберіть базу даних для підключення"], + "SSH Host": ["SSH -хост"], + "e.g. 127.0.0.1": ["напр. 127.0.0.1"], + "SSH Port": ["SSH -порт"], + "e.g. Analytics": ["напр. Аналітика"], + "Login with": ["Увійти за допомогою"], + "Private Key & Password": ["Приватний ключ та пароль"], + "SSH Password": ["Пароль SSH"], + "e.g. ********": ["напр. ********"], + "Private Key": ["Приватний ключ"], + "Paste Private Key here": ["Вставте тут приватний ключ"], + "Private Key Password": ["Пароль приватного ключа"], + "SSH Tunnel": ["SSH тунель"], + "SSH Tunnel configuration parameters": [ + "Параметри конфігурації тунелю SSH" ], - "Whether to display the min and max values of the X-axis": [ - "Чи відображати значення min та максимально вісь x" + "Display Name": ["Назва відображення"], + "Name your database": ["Назвіть свою базу даних"], + "Pick a name to help you identify this database.": [ + "Виберіть ім’я, яке допоможе вам визначити цю базу даних." ], - "Whether to display the min and max values of the Y-axis": [ - "Чи відображати значення min та максимально вісь y" + "dialect+driver://username:password@host:port/database": [ + "dialect+driver://username:password@host:port/database" ], - "Whether to display the numerical values within the cells": [ - "Чи відображати числові значення всередині комірок" + "Refer to the": ["Зверніться до"], + "for more information on how to structure your URI.": [ + "для отримання додаткової інформації про те, як структурувати свій URI." ], - "Whether to display the stroke": ["Чи відображати хід"], - "Whether to display the time range interactive selector": [ - "Чи відображати інтерактивний селектор часу" + "Test connection": ["Тестове з'єднання"], + "Please enter a SQLAlchemy URI to test": [ + "Будь ласка, введіть URI SQLALCHEMY для тестування" ], - "Whether to display the timestamp": ["Чи відображати часову позначку"], - "Whether to display the trend line": ["Чи відображати лінію тренду"], - "Whether to enable changing graph position and scaling.": [ - "Чи можна змінювати положення графіку та масштабування." + "e.g. world_population": ["напр. World_Population"], + "Database settings updated": ["Оновлені параметри бази даних"], + "Sorry there was an error fetching database information: %s": [ + "Вибачте, була помилка отримання інформації про базу даних: %s" ], - "Whether to enable node dragging in force layout mode.": [ - "Чи ввімкнути вузол перетягування в режимі макета." + "Or choose from a list of other databases we support:": [ + "Або виберіть зі списку інших баз даних, які ми підтримуємо:" ], - "Whether to fill the objects": ["Чи заповнювати об'єкти"], - "Whether to ignore locations that are null": [ - "Чи потрібно ігнорувати місця, які є нульовими" + "Supported databases": ["Підтримувані бази даних"], + "Choose a database...": ["Виберіть базу даних ..."], + "Want to add a new database?": ["Хочете додати нову базу даних?"], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "Будь-які бази даних, які можуть бути з'єднані через URIs SQL Alchemy. " ], - "Whether to include a client-side search box": [ - "Чи включати вікно пошуку на стороні клієнта" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "Будь-які бази даних, які можуть бути з'єднані через URIs SQL Alchemy. Дізнайтеся, як підключити драйвер бази даних " ], - "Whether to include the percentage in the tooltip": [ - "Чи включати відсоток у підказку" + "Connect": ["З'єднувати"], + "Finish": ["Закінчити"], + "This database is managed externally, and can't be edited in Superset": [ + "Ця база даних керує зовні, і не може бути відредагована в суперсеті" ], - "Whether to include the time granularity as defined in the time section": [ - "Чи включати часову деталізацію, визначену в розділі часу" + "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.": [ + "Паролі для баз даних нижче потрібні для їх імпорту. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні у дослідженні файли, і його слід додавати вручну після імпорту, якщо вони потрібні." ], - "Whether to make the grid 3D": ["Чи робити сітку 3D"], - "Whether to make the histogram cumulative": [ - "Чи робити гістограму кумулятивною" + "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 make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ - "Незалежно від того, щоб зробити цей стовпець доступним як параметр [Час деталізації], стовпець повинен бути датетом або датетом" + "Database Creation Error": ["Помилка створення бази даних"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "Ми не можемо підключитися до вашої бази даних. Клацніть \"Дивіться більше\", щоб отримати інформацію, надану базою даних, яка може допомогти усунути проблеми." ], - "Whether to normalize the histogram": ["Чи нормалізувати гістограму"], - "Whether to populate autocomplete filters options": [ - "Чи заповнити автозаповнення параметрів фільтрів" + "CREATE DATASET": ["Створити набір даних"], + "QUERY DATA IN SQL LAB": ["Дані запиту в лабораторії SQL"], + "Connect a database": ["Підключіть базу даних"], + "Edit database": ["Редагувати базу даних"], + "Connect this database using the dynamic form instead": [ + "Підключіть цю базу даних за допомогою динамічної форми" ], - "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": [ - "Чи заповнити спадне місце у розділі фільтра «Дослідження перегляду» зі списком різних значень, отриманих з бекенду на льоту" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "Клацніть на це посилання, щоб перейти на альтернативну форму, яка розкриває лише необхідні поля, необхідні для підключення цієї бази даних." ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "Проявляти додаткові елементи управління чи ні. Додаткові елементи керування включають такі речі, як створення мулітбарів, складеними або поруч." + "Additional fields may be required": [ + "Можуть знадобитися додаткові поля" ], - "Whether to show minor ticks on the axis": [ - "Чи слід показувати незначні кліщі на осі" + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "Виберіть бази даних потребують додаткових полів для завершення на вкладці «Додаткові» для успішного підключення бази даних. Дізнайтеся, які вимоги мають ваші бази даних " ], - "Whether to show the pointer": ["Чи показувати вказівник"], - "Whether to show the progress of gauge chart": [ - "Чи показувати хід датчика діаграми" + "Import database from file": ["Імпортувати базу даних з файлу"], + "Connect this database with a SQLAlchemy URI string instead": [ + "Підключіть цю базу даних за допомогою рядка URI SQLALCHEMY" ], - "Whether to show the split lines on the axis": [ - "Чи відображати розділені лінії на осі" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "Клацніть на це посилання, щоб перейти на альтернативну форму, яка дозволяє вводити URL -адресу SQLALCHEMY для цієї бази даних вручну." ], - "Whether to sort ascending or descending on the base Axis.": [ - "Чи сортувати висхідну чи спускатися на осі бази." + "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), або доменне ім'я (наприклад, mydatabase.com)." ], - "Whether to sort descending or ascending": [ - "Чи сортувати низхідну чи висхідну" + "Host": ["Господар"], + "e.g. 5432": ["напр. 5432"], + "Port": ["Порт"], + "e.g. sql/protocolv1/o/12345": ["напр. SQL/PROTOCOLV1/O/12345"], + "Copy the name of the HTTP Path of your cluster.": [ + "Скопіюйте назву HTTP -шляху кластера." ], - "Whether to sort descending or ascending if a series limit is present": [ - "Чи слід сортувати низхідну чи підніматися, якщо присутній ліміт серії" + "Copy the name of the database you are trying to connect to.": [ + "Скопіюйте назву бази даних, до якої ви намагаєтесь підключитися." ], - "Whether to sort results by the selected metric in descending order.": [ - "Чи слід сортувати результати за вибраним показником у порядку зменшення." + "Access token": ["Маркер доступу"], + "Pick a nickname for how the database will display in Superset.": [ + "Виберіть прізвисько, як база даних відображатиметься в суперсеті." ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "Чи сортувати підказку за вибраним показником у порядку зменшення." + "e.g. param1=value1¶m2=value2": [ + "напр. param1 = value1 & param2 = значення2" ], - "Whether to truncate metrics": ["Чи варто обрізати показники"], - "Which country to plot the map for?": [ - "Для якої країни побудувати карту?" + "Additional Parameters": ["Додаткові параметри"], + "Add additional custom parameters": [ + "Додайте додаткові спеціальні параметри" ], - "Which relatives to highlight on hover": [ - "Які родичі, щоб виділити на курсі" + "SSL Mode \"require\" will be used.": [ + "Буде використаний режим SSL \"вимагати\"." ], - "Whisker/outlier options": ["Варіанти Віскера/Зовнішнього"], - "White": ["Білий"], - "Width": ["Ширина"], - "Width of the confidence interval. Should be between 0 and 1": [ - "Ширина довірчого інтервалу. Має бути від 0 до 1" + "Type of Google Sheets allowed": ["Тип аркушів Google дозволено"], + "Publicly shared sheets only": ["Публічно поділяються лише аркушами"], + "Public and privately shared sheets": [ + "Громадські та приватні діляться аркушами" ], - "Width of the sparkline": ["Ширина іскрової лінії"], - "Window must be > 0": ["Вікно повинно бути> 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": [ - "Напишіть шаблон ручки для надання даних" + "How do you want to enter service account credentials?": [ + "Як ви хочете ввести облікові дані облікового запису служби?" ], - "Write dataframe index as a column": [ - "Запишіть індекс даних даних як стовпець" + "Upload JSON file": ["Завантажити файл JSON"], + "Copy and Paste JSON credentials": [ + "Копіювати та вставити облікові дані JSON" ], - "Write dataframe index as a column.": [ - "Запишіть індекс даних даних як стовпець." + "Service Account": ["Рахунок служби"], + "Paste content of service credentials JSON file here": [ + "Вставте вміст службових облікових даних JSON Файл тут" ], - "X AXIS TITLE BOTTOM MARGIN": ["X Осі Назва Нижня краю"], - "X AXIS TITLE MARGIN": [""], - "X Axis": ["X Вісь"], - "X Axis Format": ["Формат X Axis"], - "X Axis Label": ["X мітка вісь"], - "X Axis Title": ["Назва X Axis"], - "X Log Scale": ["X шкала журналу"], - "X Tick Layout": ["X макет галочки"], - "X bounds": ["X межі"], - "X-Axis Sort Ascending": ["X-осі сорт висхідного"], - "X-Axis Sort By": ["X-осі сорт"], - "X-axis": ["X-вісь"], - "XScale Interval": ["Xscale Interval"], - "Y 2 bounds": ["Y 2 межі"], - "Y AXIS TITLE MARGIN": ["Y Exis title Margin"], - "Y Axis": ["Y Вісь"], - "Y Axis 2 Bounds": ["Y Axis 2 Межі"], - "Y Axis Bounds": ["Y межі осі"], - "Y Axis Format": ["Формат y Axis"], - "Y Axis Label": ["Y мітка вісь"], - "Y Axis Title": ["Y Назва вісь"], - "Y Axis Title Margin": [""], - "Y Log Scale": ["Y Шкала журналу"], - "Y bounds": ["Y межі"], - "Y-Axis Sort Ascending": ["Y-осі сорт піднімається"], - "Y-Axis Sort By": ["Y-осі сорт"], - "Y-axis": ["Y-вісь"], - "Y-axis bounds": ["Y-осі межі"], - "YScale Interval": ["ІНСПАЛЬНИЙ ІНТЕРВАЛЬ"], - "Year": ["Рік"], - "Year (freq=AS)": ["Рік (freq = as)"], - "Yearly seasonality": ["Щорічна сезонність"], - "Years %s": ["Роки %s"], - "Yes": ["Так"], - "Yes, cancel": ["Так, скасувати"], - "Yes, overwrite changes": ["Так, переписати зміни"], - "You are adding tags to %s %ss": [""], - "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?": [ - "Ви імпортуєте один або кілька діаграм, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + "Copy and paste the entire service account .json file here": [ + "Скопіюйте та вставте весь обліковий запис служби .json файл тут" ], - "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?": [ - "Ви імпортуєте одну або кілька інформаційних панелей, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + "Upload Credentials": ["Завантажити облікові дані"], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "Використовуйте файл JSON, який ви автоматично завантажили під час створення облікового запису послуги." ], - "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?": [ - "Ви імпортуєте одну або кілька баз даних, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + "Connect Google Sheets as tables to this database": [ + "Підключіть аркуші Google як таблиці до цієї бази даних" + ], + "Google Sheet Name and URL": ["Назва та URL адреса Google Sheet"], + "Enter a name for this sheet": ["Введіть ім’я для цього аркуша"], + "Paste the shareable Google Sheet URL here": [ + "Вставте сюди спільну URL -адресу Google Sheet" + ], + "Add sheet": ["Додати аркуш"], + "e.g. xy12345.us-east-2.aws": ["напр. xy12345.us-east-2.aws"], + "e.g. compute_wh": ["напр. compute_wh"], + "e.g. AccountAdmin": ["напр. Рахунок"], + "Duplicate dataset": ["Дублікат набору даних"], + "Duplicate": ["Дублікат"], + "New dataset name": ["Нове ім'я набору даних"], + "The passwords for the databases below are needed in order to import them together with the datasets. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Паролі для баз даних нижче потрібні для імпорту їх разом із наборами даних. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." ], "You are importing one or more datasets that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ "Ви імпортуєте один або кілька наборів даних, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" ], - "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?": [ - "Ви імпортуєте один або кілька збережених запитів, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + "Refreshing columns": ["Освіжаючі стовпці"], + "Table columns": ["Стовпці таблиці"], + "Loading": ["Навантаження"], + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "У цій таблиці вже є набір даних, пов'язаний з ним. Ви можете асоціювати лише один набір даних із таблицею.\n" ], - "You can": ["Ти можеш"], - "You can add the components in the": ["Ви можете додати компоненти в"], - "You can add the components in the edit mode.": [ - "Ви можете додати компоненти в режим редагування." + "View Dataset": ["Переглянути набір даних"], + "This table already has a dataset": ["Ця таблиця вже має набір даних"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "Набори даних можна створити з таблиць баз даних або запитів SQL. Виберіть таблицю бази даних зліва або " ], - "You can also just click on the chart to apply cross-filter.": [ - "Ви також можете просто натиснути на діаграму, щоб застосувати перехресний фільтр." + "create dataset from SQL query": ["cтворити набір даних із запиту SQL"], + " to open SQL Lab. From there you can save the query as a dataset.": [ + " відкрити SQL Lab. Звідти ви можете зберегти запит як набір даних." ], - "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.": [ - "Ви можете вибрати, щоб відобразити всі діаграми, які у вас є доступ або лише тих, у кого ви володієте.\n Вибір фільтра буде збережено і залишатиметься активним, поки ви не вирішите його змінити." + "Select dataset source": ["Виберіть джерело набору даних"], + "No table columns": ["Немає стовпців таблиці"], + "This database table does not contain any data. Please select a different table.": [ + "Ця таблиця баз даних не містить жодних даних. Виберіть іншу таблицю." ], - "You can create a new chart or use existing ones from the panel on the right": [ - "Ви можете створити нову діаграму або використовувати існуючі з панелі праворуч" + "An Error Occurred": ["Виникла помилка"], + "Unable to load columns for the selected table. Please select a different table.": [ + "Неможливо завантажити стовпці для вибраної таблиці. Виберіть іншу таблицю." ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "Ви можете переглянути список інформаційних панелей у спадному порядку налаштувань діаграми." + "The API response from %s does not match the IDatabaseTable interface.": [ + "Відповідь API від %s не відповідає інтерфейсу IDATABASETABLE." ], - "You can't apply cross-filter on this data point.": [ - "Ви не можете застосувати перехресний фільтр у цій точці даних." + "Usage": ["Використання"], + "Chart owners": ["Власники діаграм"], + "Chart last modified": ["Діаграма востаннє модифікована"], + "Chart last modified by": ["Діаграма востаннє модифікована за допомогою"], + "Dashboard usage": ["Використання інформаційної панелі"], + "Create chart with dataset": [ + "Створіть діаграму за допомогою набору даних" ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ - "Ви не можете видалити останній часовий фільтр, оскільки він використовується для фільтрів часового діапазону на інформаційних панелях." + "chart": ["діаграма"], + "No charts": ["Немає діаграм"], + "This dataset is not used to power any charts.": [ + "Цей набір даних не використовується для живлення будь -яких діаграм." ], - "You cannot use 45° tick layout along with the time range filter": [ - "Ви не можете використовувати макет кліщів 45 ° разом із фільтром часу часу" + "Select a database table.": ["Виберіть таблицю бази даних."], + "Create dataset and create chart": [ + "Створити набір даних та створити діаграму" ], - "You do not have permission to edit this %s": [ - "Ви не маєте дозволу на редагування цього %s" + "New dataset": ["Новий набір даних"], + "Select a database table and create dataset": [ + "Виберіть таблицю бази даних та створіть набір даних" ], - "You do not have permission to edit this chart": [ - "Ви не маєте дозволу на редагування цієї діаграми" + "dataset name": ["назва набору даних"], + "There was an error fetching dataset": ["Був набір даних про помилку"], + "There was an error fetching dataset's related objects": [ + "Були помилкові об'єкти, пов’язані з набором даних" ], - "You do not have permission to edit this dashboard": [ - "У вас немає дозволу на редагування цієї інформаційної панелі" + "There was an error loading the dataset metadata": [ + "Була помилка, що завантажує метадані набору даних" ], - "You do not have permissions to edit this dashboard.": [ - "У вас немає дозволів на редагування цієї інформаційної панелі." + "[Untitled]": ["[Без назви]"], + "Unknown": ["Невідомий"], + "Viewed %s": ["Переглянуті %s"], + "Edited": ["Редаговані"], + "Created": ["Створений"], + "Viewed": ["Переглянуті"], + "Favorite": ["Улюблені"], + "Mine": ["Мої"], + "View All »": ["Подивитись всі »"], + "An error occurred while fetching dashboards: %s": [ + "Під час отримання інформаційної панелі сталася помилка: %s" ], - "You don't have access to this chart.": [ - "Ви не маєте доступу до цієї діаграми." + "charts": ["діаграми"], + "dashboards": ["інформаційні панелі"], + "recents": ["недавні"], + "saved queries": ["збережені запити"], + "No charts yet": ["Ще немає діаграм"], + "No dashboards yet": ["Ще немає інформаційних панелей"], + "No recents yet": ["Ще немає жодних випадків"], + "No saved queries yet": ["Ще немає врятованих запитів"], + "%(other)s charts will appear here": [ + "%(other)s -діаграми з’являться тут" ], - "You don't have access to this dashboard.": [ - "У вас немає доступу до цієї інформаційної панелі." + "%(other)s dashboards will appear here": [ + "%(other)s інформаційні панелі з’являться тут" ], - "You don't have access to this dataset.": [ - "Ви не маєте доступу до цього набору даних." + "%(other)s recents will appear here": ["%(other)s останнє з’явиться тут"], + "%(other)s saved queries will appear here": [ + "%(other)s збережені запити з’являться тут" ], - "You don't have access to this embedded dashboard config.": [ - "У вас немає доступу до цієї вбудованої конфігурації інформаційної панелі." + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "Нещодавно переглянуті діаграми, інформаційні панелі та збережені запити з’являться тут" ], - "You don't have any favorites yet!": ["У вас ще немає улюблених!"], - "You don't have permission to modify the value.": [ - "У вас немає дозволу на зміну значення." + "Recently created charts, dashboards, and saved queries will appear here": [ + "Нещодавно створені діаграми, інформаційні панелі та збережені запити з’являться тут" ], - "You don't have the rights to alter %(resource)s": [ - "Ви не маєте прав на зміну %(ресурси)s" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "Нещодавно відредаговані діаграми, інформаційні панелі та збереженні запити з’являться тут" ], - "You don't have the rights to alter this chart": [ - "Ви не маєте прав на зміну цієї діаграми" + "SQL query": ["SQL -запит"], + "You don't have any favorites yet!": ["У вас ще немає улюблених!"], + "See all %(tableName)s": ["Див. All %(tableName)s"], + "Connect database": ["Підключіть базу даних"], + "Create dataset": ["Створити набір даних"], + "Connect Google Sheet": ["Підключіть аркуш Google"], + "Upload CSV to database": ["Завантажте CSV у базу даних"], + "Upload columnar file to database": [ + "Завантажте стовпчастий файл у базу даних" ], - "You don't have the rights to alter this dashboard": [ - "Ви не маєте прав на зміну цієї інформаційної панелі" + "Upload Excel file to database": ["Завантажте файл Excel у базу даних"], + "Enable 'Allow file uploads to database' in any database's settings": [ + "Увімкніть \"Дозволити завантаження файлів у базу даних\" в налаштуваннях будь -якої бази даних" ], - "You don't have the rights to alter this title.": [ - "Ви не маєте прав на зміну цієї назви." + "Info": ["Інформація"], + "Logout": ["Вийти"], + "About": ["Про"], + "Powered by Apache Superset": ["Працює від Superset Apache"], + "SHA": ["Ша"], + "Build": ["Побудувати"], + "Documentation": ["Документація"], + "Report a bug": ["Повідомте про помилку"], + "Login": ["Логін"], + "query": ["запит"], + "Deleted: %s": ["Видалено: %s"], + "There was an issue deleting %s: %s": [ + "Виникло питання видалення %s: %s" ], - "You don't have the rights to create a chart": [ - "Ви не маєте прав на створення діаграми" + "This action will permanently delete the saved query.": [ + "Ця дія назавжди видаляє збережений запит." ], - "You don't have the rights to create a dashboard": [ - "Ви не маєте прав на створення інформаційної панелі" + "Delete Query?": ["Видалити запит?"], + "Ran %s": ["Ran %s"], + "Saved queries": ["Збережені запити"], + "Next": ["Наступний"], + "Tab name": ["Назва вкладки"], + "User query": ["Запит користувача"], + "Executed query": ["Виконаний запит"], + "Query name": ["Назва запиту"], + "SQL Copied!": ["SQL скопійований!"], + "Sorry, your browser does not support copying.": [ + "Вибачте, ваш браузер не підтримує копіювання." ], - "You don't have the rights to download as csv": [ - "Ви не маєте прав на завантаження як CSV" + "There was an issue fetching reports attached to this dashboard.": [ + "На цій інформаційній панелі було додано питання про отримання звітів." ], - "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.": [ - "Ви використали всі %(довжина історії)s скасування слотів і не зможете повністю скасувати наступні дії. Ви можете зберегти свій поточний стан для скидання історії." + "The report has been created": ["Звіт створений"], + "Report updated": ["Звіт про оновлений"], + "We were unable to active or deactivate this report.": [ + "Ми не змогли активно чи деактивувати цей звіт." ], - "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ - "Ви повинні бути власником набору даних для редагування. Будь ласка, зверніться до власника набору даних, щоб вимагати модифікацій або редагувати доступ." + "Your report could not be deleted": ["Ваш звіт не можна було видалити"], + "Weekly Report for %s": ["Щотижневий звіт за %s"], + "Weekly Report": ["Тижневий звіт"], + "Edit email report": ["Редагувати звіт електронної пошти"], + "Schedule a new email report": [ + "Заплануйте новий звіт електронної пошти" ], - "You must pick a name for the new dashboard": [ - "Ви повинні вибрати ім’я для нової інформаційної панелі" + "Message content": ["Вміст повідомлення"], + "Text embedded in email": ["Текст, вбудований в електронну пошту"], + "Image (PNG) embedded in email": [ + "Зображення (PNG), вбудоване в електронну пошту" ], - "You must run the query successfully first": [ - "Ви повинні спочатку успішно запустити запит" + "Formatted CSV attached in email": [ + "Відформатовано CSV, доданий електронною поштою" ], - "You need to configure HTML sanitization to use CSS": [ - "Вам потрібно налаштувати санітарію HTML для використання CSS" + "Report Name": ["Назва звіту"], + "Include a description that will be sent with your report": [ + "Включіть опис, який буде надіслано з вашим звітом" ], - "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": [ - "Ви оновили значення на панелі управління, але діаграма не оновлювалася автоматично. Запустіть запит, натиснувши кнопку \"Оновлення діаграми\" або" + "Failed to update report": ["Не вдалося оновити звіт"], + "Failed to create report": ["Не вдалося створити звіт"], + "Set up an email report": ["Налаштування звіту електронної пошти"], + "Email reports active": ["Звіти про електронну пошту активні"], + "Delete email report": ["Видалити звіт електронної пошти"], + "Schedule email report": ["Розклад звіту електронної пошти"], + "This action will permanently delete %s.": [ + "Ця дія назавжди видаляє %s." ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "Ви змінили набори даних. Будь -які елементи керування з даними (стовпчики, метрики), які відповідають цьому новому наборі даних, були зберігаються." + "Delete Report?": ["Видалити звіт?"], + "rowlevelsecurity": ["rowlevelsecurity"], + "Rule added": ["Додано правило"], + "Edit Rule": ["Правило редагування"], + "Add Rule": ["Додайте правило"], + "Rule Name": ["Назва права"], + "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.": [ + "Регулярні фільтри додають, де до запитів, якщо користувач належить до ролі, що посилається у фільтрі, базові фільтри застосовують фільтри до всіх запитів, крім ролей, визначених у фільтрі, і можуть бути використані для визначення того, що користувачі можуть побачити, чи немає фільтрів RLS у межах a Група фільтрів застосовується до них." ], - "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.": [ - "Ваша інформаційна панель занадто велика. Будь ласка, зменшіть його розмір, перш ніж економити." + "Excluded roles": ["Виключені ролі"], + "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.": [ + "Для регулярних фільтрів це ролі, до яких цей фільтр буде застосований. Для базових фільтрів це ролі, до яких фільтр не застосовується, наприклад Адміністратор, якщо адміністратор повинен побачити всі дані." ], - "Your query could not be saved": ["Ваш запит не вдалося зберегти"], - "Your query could not be scheduled": [ - "Ваша запит не вдалося запланувати" + "Group Key": ["Груповий ключ"], + "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').": [ + "Фільтри з тим самим груповим ключем будуть розглянуті разом у групі, тоді як різні групи фільтрів будуть та разом. Невизначені групові ключі трактуються як унікальні групи, тобто не згруповані разом. Наприклад, якщо в таблиці є три фільтри, з яких два - для відділів фінансування та маркетинг (груповий ключ = 'відділ'), а один відноситься до регіону Європи (груповий ключ = 'регіон'), застереження про фільтр застосовуватиметься фільтр (відділ = \"фінанси\" або відділ = \"маркетинг\") та (регіон = \"Європа\")." ], - "Your query could not be updated": ["Ваш запит не вдалося оновити"], - "Your query has been scheduled. To see details of your query, navigate to Saved queries": [ - "Ваш запит запланований. Щоб переглянути деталі вашого запиту, перейдіть до збережених запитів" + "Clause": ["Застереження"], + "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).": [ + "Це умова, яка буде додана до пункту «Де». Наприклад, щоб повернути лише рядки для певного клієнта, ви можете визначити звичайний фільтр із пунктом `client_id = 9`. Щоб не відображати рядків, якщо користувач не належить до ролі фільтра RLS, базовий фільтр може бути створений із пунктом `1 = 0` (завжди помилково)." ], - "Your query was not properly saved": [ - "Ваш запит не був належним чином збережений" + "Regular": ["Регулярний"], + "Base": ["Базовий"], + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" ], - "Your query was saved": ["Ваш запит був збережений"], - "Your query was updated": ["Ваш запит був оновлений"], - "Your report could not be deleted": ["Ваш звіт не можна було видалити"], - "Zero imputation": ["Нульова імпутація"], - "Zoom": ["Масштаб"], - "Zoom level of the map": ["Рівень масштабу карти"], - "[ untitled dashboard ]": ["[untitled dashboard]"], - "[Longitude] and [Latitude] columns must be present in [Group By]": [ - "[Longitude] та [Latitude] стовпці повинні бути присутніми в [Group By]" + "Tagged %s %ss": [""], + "Bulk tag": [""], + "You are adding tags to %s %ss": [""], + "Chosen non-numeric column": ["Обраний не-чим’яний стовпчик"], + "UI Configuration": ["Конфігурація інтерфейсу"], + "Filter value is required": ["Потрібне значення фільтра"], + "User must select a value before applying the filter": [ + "Користувач повинен вибрати значення перед застосуванням фільтра" ], - "[Longitude] and [Latitude] must be set": [ - "[Longitude] та [Latitude] повинні бути встановлені" + "Single value": ["Єдине значення"], + "Use only a single value.": ["Використовуйте лише одне значення."], + "Range filter plugin using AntD": [ + "Діапазон фільтрів плагін за допомогою ANTD" ], - "[Missing Dataset]": ["[Відсутній набір даних]"], - "[Untitled]": ["[Без назви]"], - "[asc]": ["[asc]"], - "[dashboard name]": ["[Назва приладної панелі]"], - "[desc]": ["[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": [ - "[Необов’язково] Ця вторинна метрика використовується для визначення кольору як співвідношення проти первинної метрики. При опущенні кольори є категоричним і на основі мітків" + "Experimental": ["Експериментальний"], + " (excluded)": [" (виключається)"], + "Check for sorting ascending": [ + "Перевірте наявність сортування висхідного" ], - "[untitled]": ["[Без назви]"], - "`compare_columns` must have the same length as `source_columns`.": [ - "`compare_columns` повинні мати таку ж довжину, що і `source_columns`." + "Can select multiple values": ["Може вибрати кілька значень"], + "Select first filter value by default": [ + "Виберіть за замовчуванням значення First Filter" ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` повинно бути `difference`, `percentage` або `ratio`" + "When using this option, default value can’t be set": [ + "При використанні цієї опції значення за замовчуванням не можна встановити" ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`confidence_interval` повинна бути між 0 і 1 (ексклюзивна)" + "Inverse selection": ["Зворотний вибір"], + "Exclude selected values": ["Виключіть вибрані значення"], + "Dynamically search all filter values": [ + "Динамічно шукайте всі значення фільтра" ], - "`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` - це кількість (*), якщо група використовується. Числові стовпці будуть агреговані з агрегатором. Для маркування точок будуть використані нечислові стовпчики. Залиште порожнім, щоб отримати кількість балів у кожному кластері." + "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 значень фільтра і хочете ввімкнути динамічний пошук, який завантажує значення фільтра, як вводить користувачі (може додавати напругу до вашої бази даних)." ], - "`operation` property of post processing object undefined": [ - "`operation` властивість об'єкта після обробки не визначений" + "Select filter plugin using AntD": [ + "Виберіть плагін фільтра за допомогою ANTD" ], - "`prophet` package not installed": ["`prophet` модуль не встановлений"], - "`rename_columns` must have the same length as `columns`.": [ - "`rename_columns` повинен мати таку ж довжину, що і `columns`." + "Custom time filter plugin": ["Спеціальний плагін фільтра часу"], + "No time columns": ["Немає часу стовпців"], + "Time column filter plugin": ["Плагін фільтра у стовпці часу"], + "Time grain filter plugin": ["Плагін зерна зерна"], + "Working": ["Робочий"], + "Not triggered": ["Не спрацьований"], + "On Grace": ["На благодать"], + "reports": ["звіти"], + "alerts": ["попередження"], + "There was an issue deleting the selected %s: %s": [ + "Виникла проблема з видалення вибраного %s: %s" ], - "`row_limit` must be greater than or equal to 0": [ - "`row_limit` повинен бути більшим або рівним 0" + "Last run": ["Останній пробіг"], + "Active": ["Активний"], + "Execution log": ["Журнал виконання"], + "Bulk select": ["Виберіть декілька"], + "No %s yet": ["Ще немає %s"], + "Owner": ["Власник"], + "All": ["Всі"], + "An error occurred while fetching owners values: %s": [ + "Помилка сталася під час отримання цінностей власників: %s" ], - "`row_offset` must be greater than or equal to 0": [ - "`row_offset` повинен бути більшим або рівним 0" + "Status": ["Статус"], + "An error occurred while fetching dataset datasource values: %s": [ + "Помилка сталася під час отримання значень набору даних набору даних: %s" ], - "`width` must be greater or equal to 0": [ - "`width` повинна бути більшою або рівною 0" + "Alerts & reports": ["Попередження та звіти"], + "Alerts": ["Попередження"], + "Reports": ["Звіти"], + "Delete %s?": ["Видалити %s?"], + "Are you sure you want to delete the selected %s?": [ + "Ви впевнені, що хочете видалити вибрані %s?" ], - "aggregate": ["сукупний"], - "alert": ["насторожений"], - "alert dark": ["насторожити темно"], - "alerts": ["попередження"], - "all": ["всі"], - "also copy (duplicate) charts": [ - "також скопіюйте (зробіть дублікат) діаграм" + "There was an issue deleting the selected layers: %s": [ + "Виникла проблема з видалення вибраних шарів: %s" ], - "ancestor": ["предок"], - "and": ["і"], - "annotation": ["анотація"], - "annotation_layer": ["анотація_layer"], - "asfreq": ["асфрек"], - "at": ["в"], - "auto": ["автоматичний"], - "auto (Smooth)": ["авто (Smooth)"], - "background": ["фон"], - "basis": ["основа"], - "below (example:": ["нижче (приклад:"], - "between {down} and {up} {name}": ["між {down} і {up} {name}"], - "bfill": ["блюд"], - "bolt": ["болт"], - "boolean type icon": ["значок булевого типу"], - "bottom": ["дно"], - "button (cmd + z) until you save your changes.": [ - "кнопка (CMD + Z), поки не збережеш свої зміни." + "Edit template": ["Редагувати шаблон"], + "Delete template": ["Видалити шаблон"], + "No annotation layers yet": ["Ще немає анотаційних шарів"], + "This action will permanently delete the layer.": [ + "Ця дія назавжди видаляє шар." ], - "by using": ["з допомогою"], - "cannot be empty": ["не може бути порожнім"], - "cardinal": ["кардинальний"], - "change": ["зміна"], - "chart": ["діаграма"], - "charts": ["діаграми"], - "choose WHERE or HAVING...": ["виберіть WHERE або HAVING ..."], - "clear all filters": ["очистіть усі фільтри"], - "click here": ["натисніть тут"], - "code ISO 3166-1 alpha-2 (cca2)": ["код ISO 3166-1 Альфа-2 (CCA2)"], - "code ISO 3166-1 alpha-3 (cca3)": ["код ISO 3166-1 Alpha-3 (CCA3)"], - "code International Olympic Committee (cioc)": [ - "код міжнародного олімпійського комітету (cioc)" + "Delete Layer?": ["Видалити шар?"], + "Are you sure you want to delete the selected layers?": [ + "Ви впевнені, що хочете видалити вибрані шари?" ], - "column": ["стовпчик"], - "connecting to %(dbModelName)s.": ["підключення до %(dbModelName)s."], - "count": ["рахувати"], - "create": ["створити"], - "create a new chart": ["cтворіть нову діаграму"], - "create dataset from SQL query": ["cтворити набір даних із запиту SQL"], - "css": ["css"], - "css_template": ["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 3D шестикутник"], - "deck.gl Arc": ["deck.gl Arc"], - "deck.gl Geojson": ["deck.gl Geojson"], - "deck.gl Grid": ["колода.gl сітка"], - "deck.gl Heatmap": ["deck.gl Heatmap"], - "deck.gl Multiple Layers": ["deck.gl Multiple Layers"], - "deck.gl Path": ["deck.gl Path"], - "deck.gl Polygon": ["deck.gl Polygon"], - "deck.gl Scatterplot": ["deck.gl Scatterplot"], - "deck.gl Screen Grid": ["deck.gl Screen Grid"], - "deck.gl charts": ["deck.gl charts"], - "deckGL": ["палуба"], - "default": ["за замовчуванням"], - "delete": ["видаляти"], - "descendant": ["нащадок"], - "description": ["опис"], - "deviation": ["відхилення"], - "dialect+driver://username:password@host:port/database": [ - "dialect+driver://username:password@host:port/database" + "There was an issue deleting the selected annotations: %s": [ + "Виникло питання, що видалив вибрані анотації: %s" ], - "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": ["напр. compute_wh"], - "e.g. param1=value1¶m2=value2": [ - "напр. param1 = value1 & param2 = значення2" + "Delete annotation": ["Видалити анотацію"], + "Annotation": ["Анотація"], + "No annotation yet": ["Ще немає анотації"], + "Annotation Layer %s": ["Анотаційний шар %s"], + "Back to all": ["Назад до всіх"], + "Are you sure you want to delete %s?": [ + "Ви впевнені, що хочете видалити %s?" ], - "e.g. sql/protocolv1/o/12345": ["напр. SQL/PROTOCOLV1/O/12345"], - "e.g. world_population": ["напр. World_Population"], - "e.g. xy12345.us-east-2.aws": ["напр. xy12345.us-east-2.aws"], - "e.g., a \"user id\" column": ["наприклад, стовпець “user id”"], - "edit mode": ["режим редагування"], - "entries": ["записи"], - "error": ["помилка"], - "error dark": ["помилка темна"], - "error_message": ["повідомлення про помилку"], - "every": ["кожен"], - "every day of the month": ["кожен день місяця"], - "every day of the week": ["кожен день тижня"], - "every hour": ["щогодини"], - "every minute": ["щохвилини"], - "every month": ["щомісяця"], - "expand": ["розширити"], - "explore": ["досліджувати"], - "failed": ["провалився"], - "fetching": ["приплив"], - "ffill": ["ффіл"], - "flat": ["рівномірний"], - "for more information on how to structure your URI.": [ - "для отримання додаткової інформації про те, як структурувати свій URI." + "Delete Annotation?": ["Видалити анотацію?"], + "Are you sure you want to delete the selected annotations?": [ + "Ви впевнені, що хочете видалити вибрані анотації?" ], - "function type icon": ["іконка типу функції"], - "geohash (square)": ["geohash (square)"], - "heatmap": ["теплова карта"], - "heatmap: values are normalized across the entire heatmap": [ - "heatmap: значення нормалізуються по всьому heatmap" + "Failed to load chart data": ["Не вдалося завантажити дані діаграми"], + "view instructions": ["переглянути інструкції"], + "Add a dataset": ["Додайте набір даних"], + "Choose a dataset": ["Виберіть набір даних"], + "Choose chart type": ["Виберіть тип діаграми"], + "Please select both a Dataset and a Chart type to proceed": [ + "Виберіть як набір даних, так і тип діаграми, щоб продовжити" ], - "here": ["ось"], - "hour": ["година"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "CSS атрибут об'єкта canvas, який визначає, як браузер збільшує зображення" + "The passwords for the databases below are needed in order to import them together with the charts. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Паролі для баз даних нижче потрібні для імпорту їх разом із діаграмами. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + ], + "You are importing one or more charts that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Ви імпортуєте один або кілька діаграм, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + ], + "Chart imported": ["Діаграма імпорту"], + "There was an issue deleting the selected charts: %s": [ + "Виникла проблема з видалення вибраних діаграм: %s" + ], + "An error occurred while fetching dashboards": [ + "Під час отримання інформаційної панелі сталася помилка" + ], + "Any": ["Будь -який"], + "An error occurred while fetching chart owners values: %s": [ + "Помилка сталася під час отримання цінностей власників діаграм: %s" + ], + "Certified": ["Сертифікований"], + "Alphabetical": ["Алфавітний"], + "Recently modified": ["Нещодавно змінений"], + "Least recently modified": ["Найменше нещодавно модифіковано"], + "Import charts": ["Імпортувати діаграми"], + "Are you sure you want to delete the selected charts?": [ + "Ви впевнені, що хочете видалити вибрані діаграми?" + ], + "CSS templates": ["Шаблони CSS"], + "There was an issue deleting the selected templates: %s": [ + "Виникла проблема з видалення вибраних шаблонів: %s" + ], + "CSS template": ["Шаблон CSS"], + "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.": [ + "Паролі для баз даних нижче потрібні для імпорту їх разом із інформаційними панелями. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + ], + "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?": [ + "Ви імпортуєте одну або кілька інформаційних панелей, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + ], + "Dashboard imported": ["Дашборд імпортовано"], + "There was an issue deleting the selected dashboards: ": [ + "Була проблема, яка видалила вибрані інформаційні панелі: " + ], + "An error occurred while fetching dashboard owner values: %s": [ + "Помилка сталася під час отримання значення власника інформаційної панелі: %s" + ], + "Are you sure you want to delete the selected dashboards?": [ + "Ви впевнені, що хочете видалити вибрані інформаційні панелі?" + ], + "An error occurred while fetching database related data: %s": [ + "Помилка сталася під час отримання даних, пов’язаних з базою даних: %s" + ], + "Upload file to database": ["Завантажте файл у базу даних"], + "Upload CSV": ["Завантажте CSV"], + "Upload columnar file": ["Завантажте стовпчастий файл"], + "Upload Excel file": ["Завантажте файл Excel"], + "AQE": ["AQE"], + "Allow data manipulation language": [ + "Дозволити мову маніпулювання даними" + ], + "DML": ["DML"], + "CSV upload": ["Завантаження CSV"], + "Delete 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.": [ + "База даних %s пов'язана з діаграмами %s, які з’являються на інформаційних панелях %s, а користувачі мають %s SQL Lab вкладки, використовуючи цю базу даних. Ви впевнені, що хочете продовжувати? Видалення бази даних порушить ці об'єкти." + ], + "Delete Database?": ["Видалити базу даних?"], + "Dataset imported": ["Імпортний набір даних"], + "An error occurred while fetching dataset related data": [ + "Помилка сталася під час отримання даних, пов’язаних з наборами" + ], + "An error occurred while fetching dataset related data: %s": [ + "Помилка сталася під час отримання даних, пов’язаних з набором даних: %s" + ], + "Physical dataset": ["Фізичний набір даних"], + "Virtual dataset": ["Віртуальний набір даних"], + "Virtual": ["Віртуальний"], + "An error occurred while fetching datasets: %s": [ + "Помилка сталася під час отримання наборів даних: %s" + ], + "An error occurred while fetching schema values: %s": [ + "Помилка сталася під час отримання значень схеми: %s" + ], + "An error occurred while fetching dataset owner values: %s": [ + "Помилка сталася під час отримання значень власника набору даних: %s" + ], + "Import datasets": ["Імпортувати набори даних"], + "There was an issue deleting the selected datasets: %s": [ + "Виникла проблема з видалення вибраних наборів даних: %s" + ], + "There was an issue duplicating the dataset.": [ + "Існувала проблема, що дублювання набору даних." + ], + "There was an issue duplicating the selected datasets: %s": [ + "Існувала проблема, що дублювання вибраних наборів даних: %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.": [ + "DataSet %s пов'язаний з діаграмами %s, які з’являються на інформаційних панелях %s. Ви впевнені, що хочете продовжувати? Видалення набору даних порушить ці об'єкти." + ], + "Delete Dataset?": ["Видалити набір даних?"], + "Are you sure you want to delete the selected datasets?": [ + "Ви впевнені, що хочете видалити вибрані набори даних?" + ], + "0 Selected": ["0 Вибрано"], + "%s Selected (Virtual)": ["%s вибраний (віртуальний)"], + "%s Selected (Physical)": ["%s вибраний (фізичний)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s вибраний ( %s фізичний, %s віртуальний)" ], - "in": ["у"], - "in modal": ["у модальному"], - "is expected to be a number": ["очікується, що буде числом"], - "is expected to be an integer": ["очікується, що буде цілим числом"], - "json isn't valid": ["json не є дійсним"], - "key a-z": ["літера A-Z"], - "key z-a": ["літера Z-A"], - "label": ["мітка"], - "latest partition:": ["останній розділ:"], - "left": ["лівий"], - "less than {min} {name}": ["менше {min} {name}"], - "linear": ["лінійний"], "log": ["журнал"], - "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ - "нижній percentile повинен бути більше 0 і менше 100. Повинен бути нижчим, ніж верхній percentile." + "Execution ID": ["Ідентифікатор виконання"], + "Scheduled at (UTC)": ["Запланований за адресою (UTC)"], + "Start at (UTC)": ["Почніть з (UTC)"], + "Error message": ["Повідомлення про помилку"], + "Alert": ["Насторожений"], + "There was an issue fetching your recent activity: %s": [ + "Існувало проблему, що витягує вашу недавню діяльність: %s" ], - "max": ["максимум"], - "mean": ["середній"], - "median": ["медіана"], - "metric": ["метричний"], - "min": ["хв"], - "minute": ["хвилина"], - "minute(s)": ["хвилини"], - "monotone": ["монотонний"], - "month": ["місяць"], - "more than {max} {name}": ["більше {max} {name}"], - "must have a value": ["повинен мати значення"], - "name": ["назва"], - "no SQL validator is configured": ["жоден SQL валідатор не налаштований"], - "numeric type icon": ["значок числового типу"], - "nvd3": ["nvd3"], - "offline": ["офлайн"], - "on": ["на"], - "or": ["або"], - "or use existing ones from the panel on the right": [ - "або використовуйте існуючі з панелі праворуч" + "There was an issue fetching your dashboards: %s": [ + "Виникла проблема з отриманням інформаційних панелей: %s" ], - "orderby column must be populated": [ - "стовпчик orderby повинен бути заповнений" + "There was an issue fetching your chart: %s": [ + "Виникла проблема з отриманням вашої діаграми: %s" ], - "overall": ["загальний"], - "p-value precision": ["точність p-value"], - "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": ["що очікує"], - "percentile (exclusive)": ["відсотковий (ексклюзивний)"], - "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ - "відсотки повинні бути списком або кортежом з двома числовими значеннями, з яких перша нижча за друге значення" + "There was an issue fetching your saved queries: %s": [ + "Виникла проблема з отриманням збережених запитів: %s" ], - "permalink state not found": ["стан постійного посилання не знайдено"], - "pixelated (Sharp)": ["пікселізований (різкий)"], - "previous calendar month": ["попередній календарний місяць"], - "previous calendar week": ["попередній календарний тиждень"], - "previous calendar year": ["попередній календарний рік"], - "published": ["опублікований"], - "quarter": ["чверть"], - "queries": ["запити"], - "query": ["запит"], - "random": ["випадковий"], - "reboot": ["перезавантажити"], - "recent": ["недавній"], - "recents": ["недавні"], - "report": ["доповідь"], - "reports": ["звіти"], - "restore zoom": ["відновити масштаб"], - "right": ["право"], - "rowlevelsecurity": ["rowlevelsecurity"], - "running": ["біг"], - "saved queries": ["збережені запити"], - "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": [ - "series: Ставтеся до кожної серії незалежно; Загалом: усі серії використовують однакову шкалу; Зміна: Показати зміни порівняно з першою точкою даних у кожній серії" + "Thumbnails": ["Мініатюри"], + "Recents": ["Втілення"], + "There was an issue previewing the selected query. %s": [ + "Була проблема, що переглядає вибраний запит. %s" ], - "square": ["квадрат"], - "stack": ["стек"], - "staggered": ["здивований"], - "std": ["std"], - "step-after": ["накопичувач"], - "step-before": ["ступінь"], - "stopped": ["зупинений"], - "stream": ["потік"], - "string type icon": ["іконка типу рядка"], - "success": ["успіх"], - "success dark": ["успіх темний"], - "sum": ["сума"], - "syntax.": ["синтаксис."], + "TABLES": ["Столи"], + "Open query in SQL Lab": ["Відкритий запит у лабораторії SQL"], + "An error occurred while fetching database values: %s": [ + "Помилка сталася під час отримання значень бази даних: %s" + ], + "An error occurred while fetching user values: %s": [ + "Помилка сталася під час отримання значень користувачів: %s" + ], + "Search by query text": ["Пошук за текстом запитів"], + "Deleted %s": ["Видалено %s"], + "Deleted": ["Видалений"], + "There was an issue deleting rules: %s": [ + "Існували правила видалення проблеми: %s" + ], + "No Rules yet": ["Ще немає правил"], + "Are you sure you want to delete the selected rules?": [ + "Ви впевнені, що хочете видалити вибрані правила?" + ], + "The passwords for the databases below are needed in order to import them together with the saved queries. Please note that the \"Secure Extra\" and \"Certificate\" sections of the database configuration are not present in export files, and should be added manually after the import if they are needed.": [ + "Для імпорту їх разом із збереженими запитами потрібні паролі для баз даних. Зверніть увагу, що розділи \"Безпечні додаткові\" та \"Сертифікат\" конфігурації бази даних не присутні в експортних файлах, і його слід додавати вручну після імпорту, якщо вони потрібні." + ], + "You are importing one or more saved queries that already exist. Overwriting might cause you to lose some of your work. Are you sure you want to overwrite?": [ + "Ви імпортуєте один або кілька збережених запитів, які вже існують. Перезавантаження може призвести до втрати частини своєї роботи. Ви впевнені, що хочете перезаписати?" + ], + "Query imported": ["Імпортний запит"], + "There was an issue previewing the selected query %s": [ + "Існувала проблема, що переглядає вибраний запит %s" + ], + "Import queries": ["Імпортувати запити"], + "Link Copied!": ["Посилання скопійовано!"], + "There was an issue deleting the selected queries: %s": [ + "Виникла проблема, що видалив вибрані запити: %s" + ], + "Edit query": ["Редагувати запит"], + "Copy query URL": ["Скопіюйте URL -адресу запитів"], + "Export query": ["Експортний запит"], + "Delete query": ["Видалити запит"], + "Are you sure you want to delete the selected queries?": [ + "Ви впевнені, що хочете видалити вибрані запити?" + ], + "queries": ["запити"], "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.": [ - "верхній percentile повинен бути більшим за 0 і менше 100. Повинен бути вищим, ніж нижчий percentile." + "Are you sure you want to delete the selected tags?": [ + "Ви впевнені, що хочете видалити вибрані теги?" ], - "use latest_partition template": [ - "використовуйте шаблон latest_partition" + "Image download failed, please refresh and try again.": [ + "Завантажити зображення не вдалося, оновити та повторіть спробу." ], - "value ascending": ["значення збільшення"], - "value descending": ["значення зменшення"], - "var": ["var"], - "variance": ["дисперсія"], - "view instructions": ["переглянути інструкції"], - "virtual": ["віртуальний"], - "viz type": ["тип з -за"], - "was created": ["було створено"], - "week": ["тиждень"], - "week ending Saturday": ["тиждень, що закінчується в суботу"], - "week starting Sunday": ["тиждень, починаючи з неділі"], - "x": ["x"], - "x: values are normalized within each column": [ - "x: Значення нормалізуються в кожному стовпці" + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "Виберіть значення у виділеному полі на панелі управління. Потім запустіть запит, натиснувши кнопку %s." ], - "y": ["у"], - "y: values are normalized within each row": [ - "y: Значення нормалізуються в кожному рядку" + "An error occurred while fetching %s info: %s": [ + "Помилка сталася під час отримання %s Інформація: %s" ], - "year": ["рік"], - "zoom area": ["масштаб"] + "An error occurred while fetching %ss: %s": [ + "Помилка сталася під час отримання %ss: %s" + ], + "An error occurred while creating %ss: %s": [ + "Помилка сталася під час створення %ss: %s" + ], + "Please re-export your file and try importing again": [ + "Будь ласка, повторно експортуйте файл і спробуйте знову імпортувати" + ], + "An error occurred while importing %s: %s": [ + "Помилка сталася під час імпорту %s: %s" + ], + "There was an error fetching the favorite status: %s": [ + "Була помилка, яка отримала улюблений статус: %s" + ], + "There was an error saving the favorite status: %s": [ + "Була помилка, щоб зберегти улюблений статус: %s" + ], + "Connection looks good!": ["З'єднання виглядає добре!"], + "ERROR: %s": ["Помилка: %s"], + "There was an error fetching your recent activity:": [ + "Була помилка, яка отримала вашу недавню діяльність:" + ], + "There was an issue deleting: %s": ["Видаляло проблему: %s"], + "URL": ["URL"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "Шаблове посилання, можна включити {{metric}} або інші значення, що надходять з елементів управління." + ], + "Time-series Table": ["Таблиця часових рядів"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "Порівняйте кілька діаграм часових рядів (як іскричні лінії) та пов'язані з ними показники." + ], + "We have the following keys: %s": ["У нас є такі ключі: %s"] } } } diff --git a/superset/translations/zh/LC_MESSAGES/messages.json b/superset/translations/zh/LC_MESSAGES/messages.json index acb0d651651ae..5586c2f390f7f 100644 --- a/superset/translations/zh/LC_MESSAGES/messages.json +++ b/superset/translations/zh/LC_MESSAGES/messages.json @@ -2,5592 +2,4471 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", - "lang": "zh", - "plural_forms": "nplurals=1; plural=0" + "plural_forms": "nplurals=1; plural=0", + "lang": "zh" }, - "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n此过滤条件是从看板上下文继承的。保存图表时不会保存。" + "The datasource is too large to query.": ["数据源太大,无法进行查询。"], + "The database is under an unusual load.": ["数据库负载异常。"], + "The database returned an unexpected error.": ["数据库返回意外错误。"], + "There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.": [ + "SQL查询中存在语法错误。可能是拼写错误或是打错关键字。" ], - "\n Error: %(text)s\n ": [ - "\n错误:%(text)s\n " + "The column was deleted or renamed in the database.": [ + "该列已在数据库中删除或重命名。" ], - " (excluded)": ["(不包含)"], - " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - "如果您不想覆盖GeoJSON中指定的颜色,请将不透明度设置为0" + "The table was deleted or renamed in the database.": [ + "该表已在数据库中删除或重命名。" ], - " 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.": [ - "来确保字符的表达顺序与时间顺序一致的标准。如果时间戳格式不符合 ISO 8601 标准,则需要定义表达式和类型,以便将字符串转换为日期或时间戳。注意:当前不支持时区。如果时间以epoch格式存储,请输入 `epoch_s` or `epoch_ms` 。如果没有指定任何模式,我们可以通过额外的参数在每个数据库/列名级别上使用可选的默认值。" + "One or more parameters specified in the query are missing.": [ + "查询中指定的一个或多个参数丢失。" ], - " 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.": [ - "然后打开SQL工具箱。在那里你可以将查询保存为一个数据集。" + "The hostname provided can't be resolved.": ["提供的主机名无法解析。"], + "The port is closed.": ["端口已关闭。"], + "The host might be down, and can't be reached on the provided port.": [ + "主机可能已停止,无法在所提供的端口上连接到它" ], - " to visualize your data.": [""], - "!= (Is not equal)": ["不等于(!=)"], - "% calculation": ["% 计算"], - "%(dialect)s cannot be used as a data source for security reasons.": [ - "出于安全原因,%(dialect)s SQLite数据库不能用作数据源。" + "Superset encountered an error while running a command.": [ + "Superset 在执行命令时遇到了一个错误。" ], - "%(message)s\nThis may be triggered by: \n%(issues)s": [ - "%(message)s\n这可能由以下因素触发:%(issues)s" + "Superset encountered an unexpected error.": [ + "Superset 遇到了未知错误。" ], - "%(name)s.csv": [""], - "%(object)s does not exist in this database.": [ - "数据库中不存在 %(object)s 。" + "The username provided when connecting to a database is not valid.": [ + "连接到数据库时提供的用户名无效。" ], - "%(other)s charts will appear here": [" %(other)s 图表将出现在此处"], - "%(other)s dashboards will appear here": [" %(other)s 看板将出现在此处"], - "%(other)s recents will appear here": [ - " %(other)s 最近访问的将出现在此处" + "The password provided when connecting to a database is not valid.": [ + "连接数据库时提供的密码无效。" ], - "%(other)s saved queries will appear here": [ - "%(other)s 保存的请求将出现在此处" + "Either the username or the password is wrong.": ["用户名或密码错误。"], + "Either the database is spelled incorrectly or does not exist.": [ + "数据库拼写不正确或不存在。" ], - "%(prefix)s %(title)s": [""], - "%(rows)d rows returned": ["返回了 %(rows)d 行"], - "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ - "%(subtitle)s\n这可能由以下因素触发:%(issue)s" + "The schema was deleted or renamed in the database.": [ + "该模式已在数据库中删除或重命名。" ], - "%(suggestion)s instead of \"%(undefinedParameter)s?\"": [ - "用 %(suggestion)s 替换 \"%(undefinedParameter)s\" 吗?" + "User doesn't have the proper permissions.": ["您没有授权 "], + "One or more parameters needed to configure a database are missing.": [ + "数据库配置缺少所需的一个或多个参数。" ], - "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ - "%(validator)s 无法检查您的查询。\n请重新检查您的查询。\n异常: %(ex)s" + "The submitted payload has the incorrect format.": [ + "提交的有效载荷格式不正确" ], - "%s Error": ["%s 异常"], - "%s PASSWORD": ["%s 密码"], - "%s SSH TUNNEL PASSWORD": ["%s SSH 隧道密码"], - "%s SSH TUNNEL PRIVATE KEY": ["%s SSH 隧道私有密钥"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH 隧道私有密钥密码"], - "%s Selected": ["%s 已选定"], - "%s Selected (%s Physical, %s Virtual)": [ - "%s 个被选中 (%s 个实体, %s 个虚拟)" + "The submitted payload has the incorrect schema.": [ + "提交的有效负载的模式不正确。" ], - "%s Selected (Physical)": ["%s 个被选中(实体)"], - "%s Selected (Virtual)": ["%s 个被选中(虚拟)"], - "%s aggregates(s)": ["%s 聚合"], - "%s column(s)": ["%s 列"], - "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ - "" + "Results backend needed for asynchronous queries is not configured.": [ + "后端未配置异步查询所需的结果" ], - "%s operator(s)": ["%s 运算符"], - "%s option": ["%s 个选项"], - "%s option(s)": ["%s 个选项"], - "%s row": ["%s 行"], - "%s saved metric(s)": ["%s 保存的指标"], - "%s updated": ["上次更新 %s"], - "%s%s": ["%s%s"], - "%s-%s of %s": ["%s-%s 总计 %s"], - "(Removed)": ["(已删除)"], - "(deleted or invalid type)": ["(已删除或无效类型)"], - "(no description, click to see stack trace)": [ - "无描述,单击可查看堆栈跟踪" + "Database does not allow data manipulation.": [ + "数据库不允许此数据操作。" ], - "), and they become available in your SQL (example:": [ - "), 他们在你的SQL中会变成有效数据 (比如:" + "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。然后再次尝试运行查询。" ], - "*%(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)查询有多条语句。" ], - "*%(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": [ - "-- 注意:除非您保存查询,否则如果清除cookie或更改浏览器时,这些选项卡将不会保留。\n" + "CVAS (create view as select) query is not a SELECT statement.": [ + "CVAS (create view as select)查询不是SELECT语句。" ], - ".": [""], - "0 Selected": ["0个被选中"], - "1 calendar day frequency": ["1个日历日的频率"], - "1 day": ["天"], - "1 day ago": ["1天之前"], - "1 hour": ["1小时"], - "1 hourly frequency": ["每小时一次的频率"], - "1 minute": ["1分钟"], - "1 minutely frequency": ["每分钟一次的频率"], - "1 month end frequency": ["每月一次的频率"], - "1 month start frequency": ["每月月初的频率"], - "1 week": ["1周"], - "1 week ago": ["1周之前"], - "1 week starting Monday (freq=W-MON)": ["周一为一周开始"], - "1 week starting Sunday (freq=W-SUN)": ["周日为一周开始"], - "1 year": ["年"], - "1 year ago": ["1年之前"], - "1 year end frequency": ["每年年末的频率"], - "1 year start frequency": ["每年年初的频率"], - "10 minute": ["10分钟"], - "104 weeks": ["周"], - "104 weeks ago": ["104周之前"], - "15 minute": ["15分钟"], - "156 weeks": ["156周"], - "156 weeks ago": ["156周之前"], - "1AS": [""], - "1D": [""], - "1H": [""], - "1M": [""], - "1T": [""], - "2 years": ["2年"], - "2 years ago": ["2年之前"], - "2/98 percentiles": ["2/98百分位"], - "22": [""], - "28 days": ["28天"], - "28 days ago": ["28天之前"], - "2D": ["2D"], - "3 letter code of the country": ["国家3字码"], - "3 years": ["3年"], - "3 years ago": ["3年前"], - "30 days": ["30天"], - "30 days ago": ["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秒"], - "5 seconds": ["5秒"], - "52 weeks": ["52周"], - "52 weeks ago": ["52周之前"], - "52 weeks starting Monday (freq=52W-MON)": ["以周一开始的52周"], - "6 hour": ["6小时"], - "60 days": ["60天"], - "7 calendar day frequency": ["7个日历日的频率"], - "7 days": ["7天"], - "7D": [""], - "9/91 percentiles": ["9/91百分位"], - "90 days": ["90天"], - ":": [":"], - "< (Smaller than)": ["小于(<)"], - "<= (Smaller or equal)": ["小于等于(<=)"], - "": ["输入SQL表达式"], - "": ["新列"], - "": ["新指标"], - "": ["新空间"], - "": ["无类型"], - "== (Is equal)": ["等于(==)"], - "> (Larger than)": ["大于(>)"], - ">= (Larger or equal)": ["大于等于(>=)"], - "A Big Number": ["大数字"], - "A comma separated list of columns that should be parsed as dates": [ - "应作为日期解析的列的逗号分隔列表。" + "Query is too complex and takes too long to run.": [ + "查询太复杂,运行时间太长。" ], - "A comma separated list of columns that should be parsed as dates.": [ - "应作为日期解析的列的逗号分隔列表。" + "The database is currently running too many queries.": [ + "数据库当前运行的查询太多" ], - "A comma-separated list of schemas that files are allowed to upload to.": [ - "允许以逗号分割的CSV文件上传" + "The object does not exist in the given database.": [ + "此数据库中不存在这个对象" ], - "A database with the same name already exists.": ["已存在同名的数据库。"], - "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ - "" + "The query has a syntax error.": ["查询有语法错误。"], + "The results backend no longer has the data from the query.": [ + "结果后端不再拥有来自查询的数据。" ], - "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "指向内置插件位置的完整URL(例如,可以托管在CDN上)" + "The query associated with the results was deleted.": [ + "与结果关联的查询已删除。" ], - "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.": [ - "" + "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ + "后端存储的结果以不同的格式存储,而且不再可以反序列化" ], - "A list of tags that have been applied to this chart.": [ - "已应用于此图表的标签列表。" + "The port number is invalid.": ["端口值无效"], + "Failed to start remote query on a worker.": ["无法启动远程查询"], + "The database was deleted.": ["数据库已删除。"], + "Custom SQL fields cannot contain sub-queries.": [""], + "Invalid certificate": ["无效认证"], + "The schema of the submitted payload is invalid.": [""], + "The SQL is invalid and cannot be parsed.": [""], + "File size must be less than or equal to %(max_size)s bytes": [""], + "Unsafe return type for function %(func)s: %(value_type)s": [ + "函数返回不安全的类型 %(func)s: %(value_type)s" ], - "A list of users who can alter the chart. Searchable by name or username.": [ - "有权处理该图表的用户列表。可按名称或用户名搜索。" + "Unsupported return value for method %(name)s": [ + "方法的返回值不受支持 %(name)s" ], - "A map of the world, that can indicate values in different countries.": [ - "一张世界地图,可以显示不同国家的价值观。" + "Unsafe template value for key %(key)s: %(value_type)s": [ + "键的模板值不安全 %(key)s: %(value_type)s" ], - "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "Unsupported template value for key %(key)s": [ + "键的模板值不受支持 %(key)s" + ], + "Please specify the Dataset ID for the ``%(name)s`` metric in the Jinja macro.": [ "" ], - "A metric to use for color": ["用于颜色的指标"], - "A new chart and dashboard will be created.": [ - "将会创建一个新图表和看板" + "Metric ``%(metric_name)s`` not found in %(dataset_name)s.": [""], + "Only SELECT statements are allowed against this database.": [ + "此数据库只允许使用 `SELECT` 语句" ], - "A new chart will be created.": ["将会创建一个新图表"], - "A new dashboard will be created.": ["将会创建一个新看板"], - "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 query was killed after %(sqllab_timeout)s seconds. It might be too complex, or the database might be under heavy load.": [ + "查询在 %(sqllab_timeout)s 秒后被终止。它可能太复杂,或者数据库可能负载过重。" ], - "A readable URL for your dashboard": ["为看板生成一个可读的 URL"], - "A reference to the [Time] configuration, taking granularity into account": [ - "对 [时间] 配置的引用,会将粒度考虑在内" + "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.": [ + "CTA(create table as select)只能与最后一条语句为SELECT的查询一起运行。请确保查询的最后一个语句是SELECT。然后再次尝试运行查询。" ], - "A report named \"%(name)s\" already exists": ["报告 %(name)s 已存在"], - "A reusable dataset will be saved with your chart.": [""], - "A screenshot of the dashboard will be sent to your email at": [ - "计划的报告将作为PNG发送到您的电子邮件" + "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(createview as select)只能与带有单个SELECT语句的查询一起运行。请确保您的查询只有SELECT语句。然后再次尝试运行查询。" ], - "A set of parameters that become available in the query using Jinja templating syntax": [ - "在查询中可用的一组参数使用JINJA模板语法" + "Running statement %(statement_num)s out of %(statement_count)s": [""], + "Statement %(statement_num)s out of %(statement_count)s": [""], + "You may have an error in your SQL statement. {message}": [""], + "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.": [ + "应用的滚动窗口(rolling window)未返回任何数据。请确保源查询满足滚动窗口中定义的最小周期。" ], - "A time column must be specified when using a Time Comparison.": [ - "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" + "From date cannot be larger than to date": ["起始日期不能晚于结束日期"], + "Cached value not found": ["缓存的值未找到"], + "Columns missing in datasource: %(invalid_columns)s": [ + "数据源中缺少列:%(invalid_columns)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.": [ - "时间序列图表,直观显示多个组中的相关指标随时间的变化情况。每组使用不同的颜色进行可视化" + "Time Table View": ["时间表视图"], + "Pick at least one metric": ["选择至少一个指标"], + "When using 'Group By' you are limited to use a single metric": [ + "当使用“Group by”时,只限于使用单个度量。" ], - "A timeout occurred while executing the query.": ["查询超时。"], - "A timeout occurred while generating a csv.": ["生成CSV时超时。"], - "A timeout occurred while generating a dataframe.": ["生成数据超时"], - "A timeout occurred while taking a screenshot.": ["截图超时"], - "A valid color scheme is required": ["需要有效的配色方案"], - "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ - "" + "Calendar Heatmap": ["时间热力图"], + "Bubble Chart": ["气泡图"], + "Please use 3 different metric labels": ["请在左右轴上选择不同的指标"], + "Pick a metric for x, y and size": ["为 x 轴,y 轴和大小选择一个指标"], + "Bullet Chart": ["子弹图"], + "Pick a metric to display": ["选择一个指标来显示"], + "Time Series - Line Chart": ["时间序列-折线图"], + "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ + "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" ], - "APPLY": ["应用"], - "APR": ["四月"], - "AQE": ["异步执行查询"], - "AUG": ["八月"], - "AXIS TITLE MARGIN": ["轴标题边距"], - "AXIS TITLE POSITION": ["轴标题的位置"], - "About": ["关于"], - "Access": ["访问"], - "Access token": ["上一个"], - "Action": ["操作"], - "Action Log": ["操作日志"], - "Actions": ["操作"], - "Active": ["激活"], - "Actual Values": ["空值"], - "Actual time range": ["实际时间范围"], - "Actual value": ["空值"], - "Actual values": ["空值"], - "Adaptive formatting": ["自动匹配格式化"], - "Add": ["新增"], - "Add Alert": ["新增告警"], - "Add CSS Template": ["新增CSS模板"], - "Add CSS template": ["新增CSS模板"], - "Add Chart": ["新增图表"], - "Add Column": ["新增列"], - "Add Dashboard": ["新增看板"], - "Add Database": ["新增数据库"], - "Add Log": ["新增日志"], - "Add Metric": ["新增指标"], - "Add Report": ["新增报告"], - "Add Rule": ["新增规则"], - "Add Tag": ["新增标签"], - "Add a Plugin": ["新增插件"], - "Add a dataset": ["新增数据集"], - "Add a new tab": ["新增新的选项卡"], - "Add a new tab to create SQL Query": ["添加一个选项卡以创建 SQL 查询"], - "Add additional custom parameters": ["新增其他自定义参数"], - "Add an annotation layer": ["新增注释层"], - "Add an item": ["新增一行"], - "Add and edit filters": ["范围过滤"], - "Add annotation": ["新增注释"], - "Add annotation layer": ["新增注释层"], - "Add calculated columns to dataset in \"Edit datasource\" modal": [ - "在“编辑数据源”对话框中向数据集添加计算列" + "Time Series - Bar Chart": ["时间序列 - 柱状图"], + "Time Series - Period Pivot": ["时间序列 - 周期透视表"], + "Time Series - Percent Change": ["时间序列 - 百分比变化"], + "Time Series - Stacked": ["时间序列 - 堆叠图"], + "Histogram": ["直方图"], + "Must have at least one numeric column specified": [ + "必须至少指明一个数值列" ], - "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ - "" + "Distribution - Bar Chart": ["分布 - 柱状图"], + "Can't have overlap between Series and Breakdowns": [ + "Series 和 Breakdown 之间不能有重叠" ], - "Add color for positive/negative change": [""], - "Add cross-filter": ["增加过滤条件"], - "Add custom scoping": ["添加自定义作用域"], - "Add dataset columns here to group the pivot table columns.": [ - "必须是分组列" + "Pick at least one field for [Series]": ["为 [序列] 选择至少一个字段"], + "Sankey": ["蛇形图"], + "Pick exactly 2 columns as [Source / Target]": [ + "为 [来源 / 目标] 选择两个列" ], - "Add delivery method": ["新增通知方法"], - "Add description of your tag": ["为您的查询写一段描述"], - "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.": [ - "为控制筛选器的源查询添加筛选条件,但这只限于自动完成的上下文,即这些条件不会影响筛选器在仪表板上的应用方式。当你希望通过只扫描底层数据的一个子集来提高查询性能,或者限制筛选器中显示的可用值范围时,这一点特别有用。" + "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ + "您的桑基图中存在循环,请提供一棵树。这是一个错误的链接:{}" ], - "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": [ - "添加必需的控制值以预览图表" + "Directed Force Layout": ["有向力导向布局"], + "Country Map": ["国家地图"], + "World Map": ["世界地图"], + "Parallel Coordinates": ["平行坐标"], + "Heatmap": ["热力图"], + "Horizon Charts": ["水平图表"], + "Mapbox": ["MapBox地图"], + "[Longitude] and [Latitude] must be set": ["[经度] 和 [纬度] 的必须设置"], + "Must have a [Group By] column to have 'count' as the [Label]": [ + "[Group By] 列必须要有 ‘count’字段作为 [标签]" ], - "Add required control values to save chart": [ - "添加必需的控制值以保存图表" + "Choice of [Label] must be present in [Group By]": [ + "[标签] 的选择项必须出现在 [Group By]" ], - "Add sheet": ["添加sheet页"], - "Add tag to entities": ["给对象添加标签"], - "Add the name of the chart": ["给图表添加名称"], - "Add the name of the dashboard": ["给看板添加名称"], - "Add to dashboard": ["添加到看板"], - "Add/Edit Filters": ["增加过滤条件"], - "Added": ["已添加"], - "Added to 1 dashboard": ["添加到看板"], - "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": [ - "附加文本到数据前(后),例如:单位" + "Choice of [Point Radius] must be present in [Group By]": [ + "[点半径] 的选择项必须出现在 [Group By]" ], - "Additive": ["附加"], - "Adjust how this database will interact with SQL Lab.": [ - "调整此数据库与 SQL 工具箱的交互方式。" + "[Longitude] and [Latitude] columns must be present in [Group By]": [ + "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" ], - "Adjust performance settings of this database.": [ - "调整此数据库的性能设置" + "Deck.gl - Multiple Layers": ["Deck.gl - 多图层"], + "Bad spatial key": ["错误的空间字段"], + "Encountered invalid NULL spatial entry, please consider filtering those out": [ + "遇到无效的为 NULL 的空间条目,请考虑将其过滤掉" ], - "Advanced": ["高级选项"], - "Advanced Analytics": ["高级分析"], - "Advanced Data type": ["高级数据类型"], - "Advanced analytics": ["高级分析"], - "Advanced analytics Query A": ["高级分析查询A"], - "Advanced analytics Query B": ["高级分析查询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.": [ - "聚合函数应用于每个群集中的点列表以产生聚合标签。" + "Deck.gl - Scatter plot": ["Deck.gl - 散点图"], + "Deck.gl - Screen Grid": ["Deck.gl - 屏幕网格"], + "Deck.gl - 3D Grid": ["Deck.gl - 3D网格"], + "Deck.gl - Paths": ["Deck.gl - 路径"], + "Deck.gl - Polygon": ["Deck.gl - 多边形"], + "Deck.gl - 3D HEX": ["Deck.gl - 3D六角曲面"], + "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], + "Deck.gl - Arc": ["Deck.gl - 弧度"], + "Event flow": ["事件流"], + "Time Series - Paired t-test": ["时间序列 - 配对t检验"], + "Time Series - Nightingale Rose Chart": ["时间序列 - 南丁格尔玫瑰图"], + "Partition Diagram": ["分区图"], + "Deleted %(num)d annotation layer": ["删除了 %(num)d 个注释层"], + "All Text": ["所有文本"], + "Deleted %(num)d annotation": ["删除了 %(num)d 个注释"], + "Deleted %(num)d chart": ["删除了 %(num)d 个图表"], + "Is certified": ["已认证"], + "Owned Created or Favored": ["已拥有、已创建或已收藏"], + "Total (%(aggfunc)s)": [""], + "Subtotal": [""], + "`confidence_interval` must be between 0 and 1 (exclusive)": [ + "`置信区间` 必须介于0和1之间(开区间)" ], - "Aggregate function to apply when pivoting and computing the total rows and columns": [ - "在旋转和计算总的行和列时,应用聚合函数" + "lower percentile must be greater than 0 and less than 100. Must be lower than upper percentile.": [ + "下百分位数必须大于0且小于100。而且必须低于上百分位" ], - "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ - "" + "upper percentile must be greater than 0 and less than 100. Must be higher than lower percentile.": [ + "上百分位数必须大于0且小于100。而且必须高于下百分位。" ], - "Aggregation": ["合计"], - "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.": [ - "告警在执行查询时发现错误。" + "`width` must be greater or equal to 0": ["`宽度` 必须大于或等于0"], + "`row_limit` must be greater than or equal to 0": [ + "`行限制` 必须大于或等于0" ], - "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. %(num_cols)s columns returned": [ - "告警查询返回多个列。%(num_cols)s 列被返回" + "`row_offset` must be greater than or equal to 0": [ + "`行偏移量` 必须大于或等于0" ], - "Alert query returned more than one row.": ["告警查询返回了多行。"], - "Alert query returned more than one row. %(num_rows)s rows returned": [ - "告警查询返回了多行。%(num_rows)s 行被返回" + "orderby column must be populated": ["必须填充用于排序的列"], + "Chart has no query context saved. Please save the chart again.": [ + "图表未保存任何查询上下文。请重新保存图表。" ], - "Alert running": ["告警运行中"], - "Alert triggered, notification sent": ["告警已触发,通知已发送"], - "Alert validator config error.": ["告警验证器配置错误。"], - "Alerts": ["告警"], - "Alerts & Reports": ["告警和报告"], - "Alerts & reports": ["告警和报告"], - "Align +/-": ["对齐 +/-"], - "All": ["所有"], - "All Text": ["所有文本"], - "All charts": ["所有图表"], - "All charts/global scoping": ["所有的图表或者全局作用域"], - "All filters": ["所有过滤器"], - "All panels": ["应用于所有面板"], - "All panels with this column will be affected by this filter": [ - "包含此列的所有面板都将受到此过滤条件的影响" + "Request is incorrect: %(error)s": ["请求不正确: %(error)s"], + "Request is not JSON": ["请求不是JSON"], + "Owners are invalid": ["所有者无效"], + "Some roles do not exist": ["看板"], + "Datasource type is invalid": [""], + "Annotation layer parameters are invalid.": ["注释层仍在加载。"], + "Annotation layer could not be created.": ["无法创建注释层"], + "Annotation layer could not be updated.": ["无法更新注释层"], + "Annotation layer not found.": ["注释层仍在加载。"], + "Annotation layer has associated annotations.": ["注释层仍在加载。"], + "Name must be unique": ["名称必须是唯一的"], + "End date must be after start date": ["结束日期必须大于起始日期"], + "Short description must be unique for this layer": [ + "此层的简述必须是唯一的" ], - "Allow CREATE TABLE AS": ["允许 CREATE TABLE AS"], - "Allow CREATE TABLE AS option in SQL Lab": [ - "在 SQL 编辑器中允许 CREATE TABLE AS 选项" + "Annotation not found.": ["注释不存在。"], + "Annotation parameters are invalid.": ["注释层仍在加载。"], + "Annotation could not be created.": ["注释无法创建。"], + "Annotation could not be updated.": ["注释无法更新。"], + "Annotations could not be deleted.": ["无法删除注释。"], + "Time string is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "时间字符串不明确。请指定为 [%(human_readable)s 前] 还是 [%(human_readable)s 后]。" ], - "Allow CREATE VIEW AS": ["允许 CREATE VIEW AS"], - "Allow CREATE VIEW AS option in SQL Lab": [ - "在 SQL 编辑器中允许 CREATE VIEW AS 选项" + "Cannot parse time string [%(human_readable)s]": [ + "无法解析时间字符串[%(human_readable)s]" ], - "Allow Csv Upload": ["允许Csv上传"], - "Allow DML": ["允许 DML"], - "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "如果数据库支持(例如 Oracle、Snowflake 等),允许将列名更改为不区分大小写的格式。" + "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ + "时间差值含糊不清,请明确指定是 [%(human_readable)s 前] 还是 [%(human_readable)s 后]。" ], - "Allow columns to be rearranged": ["允许列重排"], - "Allow creation of new tables based on queries": ["允许基于查询创建新表"], - "Allow creation of new views based on queries": [ - "允许基于查询创建新视图" + "Database does not exist": ["数据库不存在"], + "Dashboards do not exist": ["看板不存在"], + "Datasource type is required when datasource_id is given": [ + "给定数据源id时,需要提供数据源类型" ], - "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.": [ - "允许最终用户通过拖放列标题来重新排列它们。请注意,他们所做的更改不会在下次打开图表时保留。" + "Chart parameters are invalid.": ["图表参数无效。"], + "Chart could not be created.": ["您的图表无法创建。"], + "Chart could not be updated.": ["您的图表无法更新。"], + "Charts could not be deleted.": ["图表无法删除。"], + "There are associated alerts or reports": ["存在关联的警报或报告"], + "Changing this chart is forbidden": ["禁止更改此图表"], + "Import chart failed for an unknown reason": ["导入图表失败,原因未知"], + "Error: %(error)s": ["错误:%(error)s"], + "CSS template not found.": ["CSS模板未找到"], + "Must be unique": ["需要唯一"], + "Dashboard parameters are invalid.": ["看板参数无效。"], + "Dashboard could not be updated.": ["看板无法更新。"], + "Dashboard could not be deleted.": ["看板无法被删除。"], + "Changing this Dashboard is forbidden": ["无法修改该看板"], + "Import dashboard failed for an unknown reason": [ + "因为未知原因导入看板失败" ], - "Allow file uploads to database": ["允许上传文件到数据库"], - "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ - "允许使用非SELECT语句(如UPDATE、DELETE、CREATE等)操作数据库。" + "You don't have access to this dashboard.": ["您没有访问此看板的权限。"], + "No data in file": ["文件中无数据"], + "Database parameters are invalid.": ["数据库参数无效"], + "A database with the same name already exists.": ["已存在同名的数据库。"], + "Field is required": ["字段是必需的"], + "Field cannot be decoded by JSON. %(json_error)s": [ + "字段不能由JSON解码。%(json_error)s" ], - "Allow node selections": ["允许节点选择"], - "Allow sending multiple polygons as a filter event": [ - "允许使用多个多边形来过滤事件" + "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ + "额外字段中的元数据参数配置不正确。键 %{key}s 无效。" ], - "Allow this database to be explored": ["允许浏览此数据库"], - "Allow this database to be queried in SQL Lab": [ - "允许在SQL工具箱中查询此数据库" - ], - "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个四分区。" + "Database not found.": ["数据库没有找到"], + "Database could not be created.": ["数据库无法被创建"], + "Database could not be updated.": ["数据库无法更新。"], + "Connection failed, please check your connection settings": [ + "连接失败,请检查您的连接配置" ], - "Altered": ["已更改"], - "Always filter main datetime column": ["主日期列"], - "An Error Occurred": ["发生了一个错误"], - "An alert named \"%(name)s\" already exists": ["数据集 %(name)s 已存在"], - "An enclosed time range (both start and end) must be specified when using a Time Comparison.": [ - "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" + "Cannot delete a database that has datasets attached": [ + "无法删除附加了数据集的数据库" ], - "An engine must be specified when passing individual parameters to a database.": [ - "向数据库传递单个参数时必须指定引擎。" + "Database could not be deleted.": ["数据库无法被删除。"], + "Stopped an unsafe database connection": ["已停止不安全的数据库连接"], + "Could not load database driver": ["无法加载数据库驱动程序"], + "Unexpected error occurred, please check your logs for details": [ + "发生意外错误,请检查日志以了解详细信息" ], - "An error has occurred": ["发生了一个错误"], - "An error occurred": ["发生了一个错误"], - "An error occurred saving dataset": ["保存数据集时发生错误"], - "An error occurred when running alert query": ["精简日志时出错 "], - "An error occurred while accessing the value.": ["访问值时出错。"], - "An error occurred while collapsing the table schema. Please contact your administrator.": [ - "收起表结构时出错。请与管理员联系。" + "No validator found (configured for the engine)": [""], + "Import database failed for an unknown reason": [ + "导入数据库失败,原因未知" ], - "An error occurred while creating %ss: %s": ["创建时出错:%ss: %s"], - "An error occurred while creating the data source": [ - "创建数据源时发生错误" + "Could not load database driver: {}": ["无法加载数据库驱动程序:{}"], + "Engine \"%(engine)s\" cannot be configured through parameters.": [ + "引擎 \"%(engine)s\" 不能通过参数配置。" ], - "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.": [ - "展开表结构时出错。请与管理员联系。" + "Database is offline.": ["数据库已下线"], + "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ + "%(validator)s 无法检查您的查询。\n请重新检查您的查询。\n异常: %(ex)s" ], - "An error occurred while fetching %s info: %s": ["获取%s看板时出错:%s"], - "An error occurred while fetching %ss: %s": ["抓取出错:%ss: %s"], - "An error occurred while fetching available CSS templates": [ - "获取可用的CSS模板时出错" + "A database port is required when connecting via SSH Tunnel.": [""], + "SSH Tunneling is not enabled": ["SSH隧道未激活"], + "Must provide credentials for the SSH Tunnel": [""], + "Cannot have multiple credentials for the SSH Tunnel": [""], + "The database was not found.": ["数据库没有找到"], + "Dataset %(name)s already exists": ["数据集 %(name)s 已存在"], + "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": [ + "找不到 [%(table_name)s] 表,请仔细检查您的数据库连接、Schema 和 表名" ], - "An error occurred while fetching chart owners values: %s": [ - "获取图表所有者时出错 %s" + "Dataset does not exist": ["数据集不存在"], + "Dataset parameters are invalid.": ["数据集参数无效。"], + "Dataset could not be created.": ["无法创建数据集。"], + "Dataset could not be updated.": ["无法更新数据集。"], + "Changing this dataset is forbidden": ["没有权限更新此数据集"], + "Import dataset failed for an unknown reason": [ + "因为未知的原因导入数据集失败" ], - "An error occurred while fetching dashboard owner values: %s": [ - "获取看板所有者时出错:%s" + "Data URI is not allowed.": [""], + "Dataset column not found.": ["数据集行未找到。"], + "Dataset column delete failed.": ["数据集列删除失败。"], + "Changing this dataset is forbidden.": ["禁止更改此数据集。"], + "Dataset metric not found.": ["数据集指标没找到"], + "Dataset metric delete failed.": ["数据集指标删除失败"], + "Form data not found in cache, reverting to chart metadata.": [""], + "Form data not found in cache, reverting to dataset metadata.": [""], + "[Missing Dataset]": ["丢失数据集"], + "Saved queries could not be deleted.": ["保存的查询无法被删除"], + "Saved query not found.": ["保存的查询未找到"], + "Import saved query failed for an unknown reason.": [ + "由于未知原因,导入保存的查询失败。" ], - "An error occurred while fetching dashboards": ["获取看板时出错"], - "An error occurred while fetching dashboards: %s": ["获取看板时出错:%s"], - "An error occurred while fetching database related data: %s": [ - "获取数据库相关数据时出错:%s" + "Saved query parameters are invalid.": ["保存的查询参数无效"], + "Invalid tab ids: %s(tab_ids)": [""], + "Dashboard does not exist": ["看板不存在"], + "Chart does not exist": ["图表没有找到"], + "Database is required for alerts": ["警报需要数据库"], + "Type is required": ["类型是必需的"], + "Choose a chart or dashboard not both": [ + "选择图表或看板,不能都全部选择" ], - "An error occurred while fetching database values: %s": [ - "获取数据库信息时出错:%s" + "Please save your chart first, then try creating a new email report.": [ + "请先保存您的图表,然后尝试创建一个新的电子邮件报告。" ], - "An error occurred while fetching dataset datasource values: %s": [ - "获取数据集数据源信息时出错: %s" + "Please save your dashboard first, then try creating a new email report.": [ + "请先保存您的看板,然后尝试创建一个新的电子邮件报告。" ], - "An error occurred while fetching dataset owner values: %s": [ - "获取数据集所有者值时出错:%s" + "Report Schedule parameters are invalid.": ["报表计划参数无效。"], + "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.": [ + "在生成屏幕截图时,报告计划执行失败。" ], - "An error occurred while fetching dataset related data": [ - "获取数据集相关数据时出错" + "Report Schedule execution failed when generating a csv.": [ + "在生成 CSV 文件时,报告计划执行失败。" ], - "An error occurred while fetching dataset related data: %s": [ - "获取数据集相关数据时出错:%s" + "Report Schedule execution failed when generating a dataframe.": [ + "在生成数据框时,报告计划执行失败。" ], - "An error occurred while fetching datasets: %s": ["获取数据集时出错:%s"], - "An error occurred while fetching function names.": [ - "获取函数名称时出错。" + "Report Schedule execution got an unexpected error.": [ + "报表计划执行遇到意外错误。" ], - "An error occurred while fetching owners values: %s": [ - "获取图表所有者时出错 %s" + "Report Schedule is still working, refusing to re-compute.": [ + "报表计划仍在运行,拒绝重新计算。" ], - "An error occurred while fetching schema values: %s": [ - "获取结构信息时出错:%s" + "Report Schedule reached a working timeout.": ["报表计划已超时。"], + "Resource already has an attached report.": [""], + "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.": [ + "告警在执行查询时发现错误。" ], - "An error occurred while fetching tab state": ["获取选项卡状态时出错"], - "An error occurred while fetching table metadata": [ - "获取表格元数据时发生错误" + "A timeout occurred while executing the query.": ["查询超时。"], + "A timeout occurred while taking a screenshot.": ["截图超时"], + "A timeout occurred while generating a csv.": ["生成CSV时超时。"], + "A timeout occurred while generating a dataframe.": ["生成数据超时"], + "Alert fired during grace period.": ["在宽限期内触发告警。"], + "Alert ended grace period.": ["告警已结束宽限期。"], + "Alert on grace period": ["告警宽限期"], + "Report Schedule state not found": ["未找到报表计划状态"], + "Report schedule unexpected error": ["报告计划任务意外错误。"], + "Changing this report is forbidden": ["禁止更改此报告"], + "An error occurred while pruning logs ": ["精简日志时出错 "], + "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. Please contact your administrator.": [ - "获取表格元数据时发生错误。请与管理员联系。" + "The query associated with these results could not be found. You need to re-run the original query.": [ + "找不到与这些结果相关联的查询。你需要重新运行查询" ], - "An error occurred while fetching user values: %s": [ - "获取用户信息出错:%s" + "Cannot access the query": ["无法访问查询"], + "Data could not be retrieved from the results backend. You need to re-run the original query.": [ + "无法从结果后端检索数据。您需要重新运行原始查询。" ], - "An error occurred while importing %s: %s": ["导入时出错 %s: %s"], - "An error occurred while loading dashboard information.": [ - "获取看板时出错" + "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.": [ + "无法从结果后端反序列化数据。存储格式可能已经改变,呈现了旧的数据桩。您需要重新运行原始查询。" ], - "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.": [ - "删除查询时出错。请与管理员联系。" + "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.": [ + "您没有编辑此值的权限" ], - "An error occurred while removing tab. Please contact your administrator.": [ - "删除选项卡时出错。请与管理员联系。" + "Invalid result type: %(result_type)s": [ + "无效的结果类型:%(result_type)s" ], - "An error occurred while removing the table schema. Please contact your administrator.": [ - "删除表结构时出错。请与管理员联系。" + "The chart does not exist": ["图表不存在"], + "Duplicate column/metric labels: %(labels)s. Please make sure all columns and metrics have a unique label.": [ + "重复的列/指标标签:%(labels)s。请确保所有列和指标都有唯一的标签。" ], - "An error occurred while rendering the visualization: %s": [ - "渲染可视化时发生错误:%s" + "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ + " `series_columns`中的下列条目在 `columns` 中缺失: %(columns)s. " ], - "An error occurred while setting the active tab. Please contact your administrator.": [ - "设置活动选项卡时出错。请与管理员联系。" + "`operation` property of post processing object undefined": [ + "后处理必须指定操作类型(`operation`)" ], - "An error occurred while starring this chart": ["以此字符开头时出错"], - "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "在后端存储查询时出错。为避免丢失更改,请使用 \"保存查询\" 按钮保存查询。" + "Unsupported post processing operation: %(operation)s": [ + "不支持的处理操作:%(operation)s" ], - "An error occurred while updating the value.": ["更新值时出错。"], - "An error occurred while upserting the value.": ["更新值时出错。"], - "An unexpected error occurred": ["发生了一个错误"], - "Anchor to": ["锚定到"], - "Angle at which to end progress axis": ["进度轴结束的角度"], - "Angle at which to start progress axis": ["开始进度轴的角度"], - "Animation": ["动画"], - "Annotation": ["注释"], - "Annotation Layer %s": ["注释层 %s"], - "Annotation Layers": ["注释层"], - "Annotation Slice Configuration": ["注释切片配置"], - "Annotation could not be created.": ["注释无法创建。"], - "Annotation could not be updated.": ["注释无法更新。"], - "Annotation layer": ["注释层"], - "Annotation layer could not be created.": ["无法创建注释层"], - "Annotation layer could not be updated.": ["无法更新注释层"], - "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 layers could not be deleted.": ["注释层仍在加载。"], - "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.": [ - "要在认证工具提示中显示详细信息。" + "[desc]": ["[降序]"], + "Error in jinja expression in fetch values predicate: %(msg)s": [ + "获取jinja表达式中的谓词的值出错:%(msg)s" ], - "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ - "此处选择的任何调色板都将覆盖应用于此看板的各个图表的颜色" + "Virtual dataset query must be read-only": ["虚拟数据集查询必须是只读的"], + "Error in jinja expression in RLS filters: %(msg)s": [ + "jinja表达式中的 RLS filters 出错:%(msg)s" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。" + "Metric '%(metric)s' does not exist": ["指标 '%(metric)s' 不存在"], + "Db engine did not return all queried columns": [ + "数据库引擎未返回所有查询的列" ], - "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。了解如何连接数据库驱动程序" + "Virtual dataset query cannot be empty": ["虚拟数据集查询不能为空"], + "Only `SELECT` statements are allowed": ["将 SELECT 语句复制到剪贴板"], + "Only single queries supported": ["仅支持单个查询"], + "Columns": ["列"], + "Show Column": ["显示列"], + "Add Column": ["新增列"], + "Edit Column": ["编辑列"], + "Whether to make this column available as a [Time Granularity] option, column has to be DATETIME or DATETIME-like": [ + "是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME" ], - "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.": [ - "应用的滚动窗口(rolling window)未返回任何数据。请确保源查询满足滚动窗口中定义的最小周期。" + "Whether this column is exposed in the `Filters` section of the explore view.": [ + "该列是否在浏览视图的`过滤器`部分显示。" ], - "Apply": ["应用"], - "Apply conditional color formatting to metric": [ - "将条件颜色格式应用于指标" + "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.": [ + "由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。" ], - "Apply conditional color formatting to metrics": [ - "将条件颜色格式应用于指标" + "Column": ["列"], + "Verbose Name": ["全称"], + "Description": ["描述"], + "Groupable": ["可分组"], + "Filterable": ["可过滤"], + "Table": ["表"], + "Expression": ["表达式"], + "Is temporal": ["时间条件"], + "Datetime Format": ["时间格式"], + "Type": ["类型"], + "Business Data Type": ["业务数据类型"], + "Invalid date/timestamp format": ["无效的日期/时间戳格式"], + "Metrics": ["指标"], + "Show Metric": ["显示指标"], + "Add Metric": ["新增指标"], + "Edit Metric": ["编辑指标"], + "Metric": ["指标"], + "SQL Expression": ["SQL表达式"], + "D3 Format": ["D3 格式"], + "Extra": ["扩展"], + "Warning Message": ["告警信息"], + "Tables": ["数据表"], + "Show Table": ["显示表"], + "Import a table definition": ["导入一个已定义的表"], + "Edit Table": ["编辑表"], + "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'": [ + "与此表关联的图表列表。通过更改此数据源,您可以更改这些相关图表的行为。还要注意,图表需要指向数据源,如果从数据源中删除图表,则此窗体将无法保存。如果要为图表更改数据源,请从“浏览视图”更改该图表。" ], - "Apply conditional color formatting to numeric columns": [ - "将条件颜色格式应用于数字列" + "Timezone offset (in hours) for this datasource": [ + "数据源的时差(单位:小时)" ], - "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?": [ - "您确实要删除选定的查询吗?" + "Name of the table that exists in the source database": [ + "源数据库中存在的表名称" ], - "Are you sure you want to cancel?": ["您确定要取消吗?"], - "Are you sure you want to delete": ["确定要删除吗"], - "Are you sure you want to delete %s?": ["确定要删除 %s 吗?"], - "Are you sure you want to delete the selected %s?": [ - "确实要删除选定的 %s 吗?" + "Schema, as used only in some databases like Postgres, Redshift and DB2": [ + "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" ], - "Are you sure you want to delete the selected annotations?": [ - "确实要删除选定的注释吗?" + "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ + "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" ], - "Are you sure you want to delete the selected charts?": [ - "确实要删除所选图表吗?" + "Predicate applied when fetching distinct value to populate the filter control component. Supports jinja template syntax. Applies only when `Enable Filter Select` is on.": [ + "当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。" ], - "Are you sure you want to delete the selected dashboards?": [ - "确实要删除选定的看板吗?" + "Redirects to this endpoint when clicking on the table from the table list": [ + "点击表列表中的表时将重定向到此端点" ], - "Are you sure you want to delete the selected datasets?": [ - "确实要删除选定的数据集吗?" + "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": [ + "是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表" ], - "Are you sure you want to delete the selected layers?": [ - "确实要删除选定的图层吗?" + "Whether the table was generated by the 'Visualize' flow in SQL Lab": [ + "表是否由 sql 实验室中的 \"可视化\" 流生成" ], - "Are you sure you want to delete the selected queries?": [ - "您确实要删除选定的查询吗?" + "A set of parameters that become available in the query using Jinja templating syntax": [ + "在查询中可用的一组参数使用JINJA模板语法" ], - "Are you sure you want to delete the selected rules?": [ - "确实要删除选定的图层吗?" + "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表示缓存永远不会过期。如果未定义,将默认使用数据库的超时设置。" ], - "Are you sure you want to delete the selected tags?": [ - "确实要删除选定的 %s 吗?" + "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ + "如果数据库支持(例如 Oracle、Snowflake 等),允许将列名更改为不区分大小写的格式。" ], - "Are you sure you want to delete the selected templates?": [ - "确实要删除选定的模板吗?" + "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ + "" ], - "Are you sure you want to overwrite this dataset?": [ - "确实要删除选定的数据集吗?" + "Associated Charts": ["关联的图表"], + "Changed By": ["修改人"], + "Database": ["数据库"], + "Last Changed": ["最后更新"], + "Enable Filter Select": ["启用过滤器选择"], + "Schema": ["模式"], + "Default Endpoint": ["默认端点"], + "Offset": ["偏移"], + "Cache Timeout": ["缓存超时"], + "Table Name": ["表名"], + "Fetch Values Predicate": ["取值谓词"], + "Owners": ["所有者"], + "Main Datetime Column": ["主日期列"], + "SQL Lab View": ["SQL Lab 视图"], + "Template parameters": ["模板参数"], + "Modified": ["已修改"], + "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.": [ + "表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。" ], - "Are you sure you want to proceed?": ["您确定要继续执行吗?"], - "Are you sure you want to save and apply changes?": [ - "确实要保存并应用更改吗?" + "Deleted %(num)d css template": ["删除了 %(num)d 个css模板"], + "Dataset schema is invalid, caused by: %(error)s": [""], + "Deleted %(num)d dashboard": ["删除了 %(num)d 个看板"], + "Title or Slug": ["标题或者Slug"], + "Role": ["角色"], + "Table name undefined": ["表名未定义"], + "Upload Enabled": ["已启用上传"], + "Field cannot be decoded by JSON. %(msg)s": [ + "字段不能由JSON解码。%(msg)s" ], - "Area Chart": ["面积图"], - "Time-series 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.": [ - "时间序列面积图与折线图相似,因为它们表示具有相同比例的变量,但面积图将度量叠加在一起。超级集中的面积图可以是流式、堆栈式或展开式" + "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ + "额外字段中的元数据参数配置不正确。键 %(key)s 无效。" ], - "Arrow": ["箭头"], - "Assign a set of parameters as": ["数据集参数无效。"], - "Assist": ["关联"], - "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": ["Y 轴界限"], - "Axis Format": ["Y 轴格式化"], - "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.": [ - "柱状图用于将指标以一系列柱状显示。" + "An engine must be specified when passing individual parameters to a database.": [ + "向数据库传递单个参数时必须指定引擎。" ], - "Bar Values": ["柱状图的值"], - "Bar orientation": ["方向"], - "Base": ["基础"], - "Base layer map style. See Mapbox documentation: %s": [""], - "Based on a metric": ["基于指标"], - "Based on granularity, number of time periods to compare against": [ - "根据粒度、要比较的时间阶段" + "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ + "引擎\"InvalidEngine\"不支持通过单独的参数进行配置。" ], - "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.": ["小心。"], - "Before": ["之前"], - "Big Number": ["数字"], - "Big Number Font Size": ["数字的字体大小"], - "Big Number with Time Period Comparison": [""], - "Big Number with Trendline": ["带趋势线的数字"], - "Bottom": ["底端"], - "Bottom Margin": ["底部边距"], - "Bottom left": ["底左"], - "Bottom margin, in pixels, allowing for more room for axis labels": [ - "底部边距,以像素为单位,为轴标签留出更多空间" + "Deleted %(num)d dataset": ["删除 %(num)d 个数据集"], + "Null or Empty": ["空或空白"], + "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ + "请检查查询中 \"%(syntax_error)s\" 处或附近的语法错误。然后,再次尝试运行查询。" ], - "Bottom right": ["底右"], - "Bottom to Top": ["自下而上"], - "Bounds for numerical X axis. Not applicable for temporal or categorical axes. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + "Second": ["秒"], + "5 second": ["5秒"], + "30 second": ["30秒钟"], + "Minute": ["分钟"], + "5 minute": ["5分钟"], + "10 minute": ["10分钟"], + "15 minute": ["15分钟"], + "30 minute": ["30分钟"], + "Hour": ["小时"], + "6 hour": ["6小时"], + "Day": ["天"], + "Week": ["周"], + "Month": ["月"], + "Quarter": ["季度"], + "Year": ["年"], + "Week starting Sunday": ["周日为一周开始"], + "Week starting Monday": ["周一为一周开始"], + "Week ending Saturday": ["周一为一周结束"], + "Username": ["用户名"], + "Password": ["密码"], + "Hostname or IP address": ["主机名或IP"], + "Database port": ["数据库端口"], + "Database name": ["数据库名称"], + "Additional parameters": ["额外参数"], + "Use an encrypted connection to the database": ["使用到数据库的加密连接"], + "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\"": [ + "" ], - "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ + "表 \"%(table)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.": [ - "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ + "我们似乎无法解析行 %(location)s 所处的列 \"%(column)s\" 。" ], - "Bounds for the primary Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ + "表 \"%(schema)s\" 不存在。必须使用有效的表来运行此查询。" ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" + "Either the username \"%(username)s\" or the password is incorrect.": [ + "用户名\"%(username)s\"或密码不正确" ], - "Box Plot": ["箱线图"], - "Breakdowns": ["分解"], - "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ - "" + "The host \"%(hostname)s\" might be down and can't be reached.": [ + "主机 \"%(hostname)s\" 可能已关闭,无法连接到" ], - "Bubble Chart": ["气泡图"], - "Bubble Chart (legacy)": ["气泡图(传统)"], - "Bubble Color": ["气泡颜色"], - "Bubble Opacity": ["气泡透明度"], - "Bubble Size": ["气泡大小"], - "Bubble size": ["气泡尺寸"], - "Bubble size number format": ["气泡尺寸数字格式"], - "Bucket break points": ["桶分割点"], - "Build": ["重构"], - "Bulk select": ["批量选择"], - "Bulk tag": [""], - "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个过滤值,并且希望启用动态搜索,以便在键入时加载筛选值(可能会给数据库增加压力),请选中此框。" + "Unable to connect to database \"%(database)s\".": [ + "不能连接到数据库\"%(database)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": [ - "使用度量值作为排序关键字" + "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ + "请检查查询中\"%(server_error)s\"附近的语法错误然后,再次尝试运行查询" ], - "CANCEL": ["取消"], - "CREATE DATASET": ["创建数据集"], - "CREATE TABLE AS": ["允许 CREATE TABLE AS"], - "CREATE VIEW AS": ["允许 CREATE VIEW AS"], - "CREATE VIEW statement": ["CREATE VIEW 语句"], - "CRON Schedule": ["CRON定时任务"], - "CRON expression": ["CRON表达式"], - "CSS": ["CSS"], - "CSS Styles": ["CSS 样式"], - "CSS Templates": ["CSS 模板"], - "CSS applied to the chart": [""], - "CSS template": ["CSS 模板"], - "CSS template not found.": ["CSS模板未找到"], - "CSS templates": ["CSS 模板"], - "CSS templates could not be deleted.": ["CSS模板不能被删除"], - "CSV Upload": ["允许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\"" - ], - "CSV to Database configuration": ["csv 到数据库配置"], - "CSV upload": ["CSV上传"], - "CTAS & CVAS 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.": [ - "CTA(create table as select)只能与最后一条语句为SELECT的查询一起运行。请确保查询的最后一个语句是SELECT。然后再次尝试运行查询。" + "We can't seem to resolve the column \"%(column_name)s\"": [ + "我们似乎无法解析列 \"%(column_name)s\" 。" ], - "CTAS 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(createview as select)只能与带有单个SELECT语句的查询一起运行。请确保您的查询只有SELECT语句。然后再次尝试运行查询。" + "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ + "用户名\"%(username)s\"、密码或数据库名称\"%(database)s\"不正确" ], - "CVAS (create view as select) query has more than one statement.": [ - "CVAS (create view as select)查询有多条语句。" + "The hostname \"%(hostname)s\" cannot be resolved.": [ + "无法解析主机名 \"%(hostname)s\" " ], - "CVAS (create view as select) query is not a SELECT statement.": [ - "CVAS (create view as select)查询不是SELECT语句。" + "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ + "主机名 \"%(hostname)s\" 上的端口 %(port)s 拒绝连接。" ], - "Cache Timeout": ["缓存超时"], - "Cache Timeout (seconds)": ["缓存超时(秒)"], - "Cache timeout": ["缓存时间"], - "Cached": ["已缓存"], - "Cached %s": ["缓存于%s"], - "Cached value not found": ["缓存的值未找到"], - "Calculate contribution per series or row": ["计算每个系列或总计的贡献"], - "Calculate from first step": [""], - "Calculate from previous step": [""], - "Calculated column [%s] requires an expression": [ - "计算列 [%s] 需要一个表达式" + "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ + "主机 \"%(hostname)s\" 可能已停止,无法通过端口 \"%(port)s\" 访问 " ], - "Calculated columns": ["计算列"], - "Calculation type": ["计算类型"], - "Calendar Heatmap": ["时间热力图"], - "Can not move top level tab into nested tabs": [ - "无法将顶级选项卡移动到嵌套选项卡中" + "Unknown MySQL server host \"%(hostname)s\".": [ + "未知MySQL服务器主机 \"%(hostname)s\"." ], - "Can select multiple values": ["允许选择多个值"], - "Can't have overlap between Series and Breakdowns": [ - "Series 和 Breakdown 之间不能有重叠" + "The username \"%(username)s\" does not exist.": [ + "指标 '%(username)s' 不存在" ], - "Cancel": ["取消"], - "Cancel query on window unload event": ["当窗口关闭时取消查询"], - "Cannot access the query": ["无法访问查询"], - "Cannot delete a database that has datasets attached": [ - "无法删除附加了数据集的数据库" + "The user/password combination is not valid (Incorrect password for user).": [ + "" ], - "Cannot have multiple credentials for the SSH Tunnel": [""], - "Cannot load filter": ["无法加载筛选器"], - "Cannot parse time string [%(human_readable)s]": [ - "无法解析时间字符串[%(human_readable)s]" + "Could not resolve hostname: \"%(host)s\".": [""], + "Port out of range 0-65535": ["端口超过 0-65535 的范围"], + "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ + "" ], - "Categorical": ["分类"], - "Categorical Color": ["分类颜色"], - "Categories to group by on the x-axis.": ["要在x轴上分组的类别。"], - "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": ["单元格限制"], - "Centroid (Longitude and Latitude): ": ["中心点(经度/纬度)"], - "Certification": ["认证"], - "Certification details": ["认证细节"], - "Certified": ["认证"], - "Certified By": ["认证"], - "Certified by": ["认证"], - "Certified by %s": ["认证人 %s"], - "Change order of columns.": ["更改列的顺序。"], - "Change order of rows.": ["更改行的顺序。"], - "Changed By": ["修改人"], - "Changed by": ["修改人"], - "Changes saved.": ["修改已保存"], - "Changing one or more of these dashboards is forbidden": [ - "一个或多个看板的修改被禁止" + "Invalid reference to column: \"%(column)s\"": [""], + "The password provided for username \"%(username)s\" is incorrect.": [ + "用户名 \"%(username)s\" 提供的密码不正确。" ], - "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ - "如果图表依赖于目标数据集中不存在的列或元数据,则更改数据集可能会破坏图表" + "Please re-enter the password.": ["请重新输入密码。"], + "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ + "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" ], - "Changing these settings will affect all charts using this dataset, including charts owned by other people.": [ - "更改这些设置将影响使用此数据集的所有图表,包括其他人拥有的图表。" + "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ + "表 \"%(table_name)s\" 不存在。必须使用有效的表来运行此查询。" ], - "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.": [ - "将字符解释为小数点的字符。" + "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ + "表 \"%(schema_name)s\" 不存在。必须使用有效的表来运行此查询。" ], - "Chart": ["图表"], - "Chart %(id)s not found": ["图表 %(id)s 没有找到"], - "Chart Cache Timeout": ["表缓存超时"], - "Chart Data: %s": ["上次更新 %s"], - "Chart ID": ["图表 ID"], - "Chart Options": ["图表选项"], - "Chart Orientation": ["方向"], - "Chart Owner: %s": ["图表所有者:%s"], - "Chart Source": ["数据源"], - "Chart Title": ["图表标题"], - "Chart [%s] has been overwritten": ["图表 [%s] 已经覆盖"], - "Chart [%s] has been saved": ["图表 [%s] 已经保存"], - "Chart [%s] was added to dashboard [%s]": [ - "图表 [%s] 已经添加到看板 [%s]" + "Unable to connect to catalog named \"%(catalog_name)s\".": [ + "无法连接到名为\\%(catalog_name)s\\的目录。" ], - "Chart [{}] has been overwritten": ["图表 [{}] 已经覆盖"], - "Chart [{}] has been saved": ["图表 [{}] 已经保存"], - "Chart [{}] was added to dashboard [{}]": [ - "图表 [{}] 已经添加到看板 [{}]" + "Unknown Presto Error": ["未知 Presto 错误"], + "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ + "我们无法连接到名为 \"%(database)s\" 的数据库。请确认您的数据库名字并重试" ], - "Chart cache timeout": ["图表缓存超时"], - "Chart changes": ["图表变化"], - "Chart could not be created.": ["您的图表无法创建。"], - "Chart could not be updated.": ["您的图表无法更新。"], - "Chart does not exist": ["图表没有找到"], - "Chart has no query context saved. Please save the chart again.": [ - "图表未保存任何查询上下文。请重新保存图表。" + "%(object)s does not exist in this database.": [ + "数据库中不存在 %(object)s 。" ], - "Chart height": ["图表高度"], - "Chart imported": ["图表已导入"], - "Chart last modified": ["最后修改"], - "Chart last modified by": ["上次修改人 %s"], - "Chart name": ["图表名称"], - "Chart not found": ["图表 %(id)s 没有找到"], - "Chart options": ["图表选项"], - "Chart owners": ["图表所有者:%s"], - "Chart parameters are invalid.": ["图表参数无效。"], - "Chart properties updated": ["编辑图表属性"], - "Chart title": ["图表标题"], - "Chart type requires a dataset": [""], - "Chart width": ["图表宽度"], + "Home": ["主页"], + "Data": ["数据"], + "Dashboards": ["看板"], "Charts": ["图表"], - "Charts could not be deleted.": ["图表无法删除。"], - "Check for sorting ascending": ["按照升序进行排序"], - "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ - "检查玫瑰图是否应该使用线段面积而不是线段半径来进行比例" + "Datasets": ["数据集"], + "Plugins": ["插件"], + "Manage": ["管理"], + "CSS Templates": ["CSS 模板"], + "SQL Lab": ["SQL 工具箱"], + "SQL": ["SQL"], + "Saved Queries": ["已保存查询"], + "Query History": ["历史查询"], + "Tags": ["标签"], + "Action Log": ["操作日志"], + "Security": ["安全"], + "Alerts & Reports": ["告警和报告"], + "Annotation Layers": ["注释层"], + "Row Level Security": ["行级安全"], + "Unable to encode value": [""], + "Unable to decode value": [""], + "Invalid permalink key": [""], + "Error while rendering virtual dataset query: %(msg)s": [ + "保存查询时出错:%(msg)s" ], - "Check out this chart in dashboard:": ["在看板中查看此图表"], - "Check out this chart: ": ["看看这张图表:"], - "Check out this dashboard: ": ["查看此看板:"], - "Check to force date partitions to have the same height": [ - "选中以强制日期分区具有相同的高度" + "Virtual dataset query cannot consist of multiple statements": [ + "虚拟数据集查询不能由多个语句组成" ], - "Child label position": ["子标签位置"], - "Choice of [Label] must be present in [Group By]": [ - "[标签] 的选择项必须出现在 [Group By]" + "Datetime column not provided as part table configuration and is required by this type of chart": [ + "没有提供该表配置的日期时间列,它是此类型图表所必需的" ], - "Choice of [Point Radius] must be present in [Group By]": [ - "[点半径] 的选择项必须出现在 [Group By]" + "Empty query?": ["查询为空?"], + "Unknown column used in orderby: %(col)s": [ + "排序中使用的未知列: %(col)s" ], - "Choose File": ["选择文件"], - "Choose a chart or dashboard not both": [ - "选择图表或看板,不能都全部选择" + "Time column \"%(col)s\" does not exist in dataset": [ + "时间列 \"%(col)s\" 在数据集中不存在" ], - "Choose a database...": ["选择数据库"], - "Choose a dataset": ["选择数据源"], - "Choose a metric for right axis": ["为右轴选择一个指标"], - "Choose a number format": ["选择一种数字格式"], - "Choose a source": ["选择一个源"], - "Choose a source and a target": ["选择一个源和一个目标"], - "Choose a target": ["选择一个目标"], - "Choose chart type": ["选择图表类型"], - "Choose one of the available databases from the panel on the left.": [ - "从左侧的面板中选择一个可用的数据库" + "Filter value list cannot be empty": ["过滤器值列表不能为空"], + "Must specify a value for filters with comparison operators": [ + "必须为带有比较操作符的过滤器指定一个值吗" ], - "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": [ - "" + "Invalid filter operation type: %(op)s": ["选择框的操作类型无效: %(op)s"], + "Error in jinja expression in WHERE clause: %(msg)s": [ + "jinja表达式中的WHERE子句出错:%(msg)s" ], - "Chord Diagram": ["弦图"], - "Chosen non-numeric column": ["选定的非数字列"], - "Circle": ["圆"], - "Circle -> Arrow": ["圆 -> 箭头"], - "Circle -> Circle": ["圆 -> 圆"], - "Circle radar shape": ["圆形雷达图"], - "Circular": ["圆"], - "Classic chart that visualizes how metrics change over time.": [ - "直观显示指标随时间变化的经典图表。" + "Error in jinja expression in HAVING clause: %(msg)s": [ + "jinja表达式中的HAVING子句出错:%(msg)s" ], - "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.": [ - "数据集的典型的逐行逐列电子表格视图。使用表格显示底层数据的视图或显示聚合指标。" + "Database does not support subqueries": ["数据库不支持子查询"], + "Deleted %(num)d saved query": ["删除 %(num)d 个保存的查询"], + "Deleted %(num)d report schedule": ["删除了 %(num)d 个报告计划"], + "Value must be greater than 0": ["`行偏移量` 必须大于或等于0"], + "Custom width of the screenshot in pixels": [""], + "Screenshot width must be between %(min)spx and %(max)spx": [ + "截图宽度必须位于 %(min)spx - %(max)spx 之间" ], - "Clause": ["条件"], - "Clear": ["清除"], - "Clear all": ["清除所有"], - "Clear all data": ["清除所有"], - "Clear form": ["清除表单"], - "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ - "点击“+添加/编辑过滤器”按钮来创建新的看板过滤器。" + "\n Error: %(text)s\n ": [ + "\n错误:%(text)s\n " ], - "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ - "点击左侧控制面板中的“创建图表”按钮以预览可视化效果,或者" + "%(name)s.csv": [""], + "%(name)s.pdf": [""], + "%(prefix)s %(title)s": [""], + "*%(name)s*\n\n%(description)s\n\n<%(url)s|Explore in Superset>\n\n%(table)s\n": [ + "" ], - "Click the lock to make changes.": ["单击锁以进行更改。"], - "Click the lock to prevent further changes.": [ - "单击锁定以防止进一步更改。" + "*%(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 SQLite数据库不能用作数据源。" ], - "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "单击此链接可切换到备用表单,该表单允许您手动输入此数据库的SQLAlChemy URL。" + "Guest user cannot modify chart payload": [""], + "Failed to execute %(query)s": [""], + "The parameter %(parameters)s in your query is undefined.": [ + "查询中的以下参数未定义:%(parameters)s 。" ], - "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "单击此链接可切换到仅显示连接此数据库所需的必填字段的备用表单。" + "The query contains one or more malformed template parameters.": [ + "该查询包含一个或多个格式不正确的模板参数。" ], - "Click to add a contour": ["点击添加等高线"], - "Click to cancel sorting": ["点击取消排序"], - "Click to edit": ["点击编辑"], - "Click to edit %s.": ["点击编辑 %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: ": [ - "" + "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 }}\"。然后,再次尝试运行查询" ], - "Color: ": ["颜色"], - "Colors": ["颜色"], - "Column": ["列"], - "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "列\"%(column)s\"不是数字或不在查询结果中" + "Tag name is invalid (cannot contain ':')": [ + "标签名称无效(不能包含冒号)" ], - "Column Configuration": ["列配置"], - "Column Data Types": ["列数据类型"], - "Column Formatting": ["列格式"], - "Column Label(s)": ["列标签"], - "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "表中包含地区/省/省的ISO 3166-2代码的列" + "Record Count": ["记录数"], + "No records found": ["没有找到任何记录"], + "Filter List": ["过滤列表"], + "Search": ["搜索"], + "Refresh": ["刷新"], + "Import dashboards": ["导入看板"], + "Import Dashboard(s)": ["导入看板"], + "File": ["文件"], + "Choose File": ["选择文件"], + "Upload": ["上传"], + "Test Connection": ["测试连接"], + "Unsupported clause type: %(clause)s": ["不支持的条款类型: %(clause)s"], + "Unable to calculate such a date delta": [""], + "Unable to find such a holiday: [%(holiday)s]": [ + "找不到这样的假期:[%(holiday)s]" ], - "Column containing latitude data": ["包含纬度数据的列"], - "Column containing longitude data": ["包含经度数据的列"], - "Column datatype": ["列数据类型"], - "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.": [ - "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" + "DB column %(col_name)s has unknown type: %(value_type)s": [""], + "percentiles must be a list or tuple with two numeric values, of which the first is lower than the second value": [ + "百分位数必须是具有两个数值的列表或元组,其中第一个数值要小于第二个数值" ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" + "`compare_columns` must have the same length as `source_columns`.": [ + "比较的列长度必须原始列保持一致" ], - "Column name": ["列名"], - "Column name [%s] is duplicated": ["列名 [%s] 重复"], - "Column referenced by aggregate is undefined: %(column)s": [ - "聚合引用的列未定义:%(column)s" + "`compare_type` must be `difference`, `percentage` or `ratio`": [ + "`compare_type` 必须是 `difference`, `percentage` 或 `ratio`" ], - "Column select": ["选择列"], - "Column to use as the row labels of the dataframe. Leave empty if no index column": [ - "字段作为数据文件的行标签使用。如果没有索引字段,则留空。" + "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ + "列\"%(column)s\"不是数字或不在查询结果中" ], - "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ - "字段作为数据文件的行标签使用。如果没有索引字段,则留空。" + "`rename_columns` must have the same length as `columns`.": [ + "重命名的列长度必须和原来保持一致" ], - "Columnar File": ["列式存储文件"], - "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel 文件 \"%(columnar_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" + "Invalid cumulative operator: %(operator)s": [ + "累积运算符无效:%(operator)s" ], - "Columnar to Database configuration": ["列式存储文件到数据库配置"], - "Columns": ["列"], - "Columns To Be Parsed as Dates": ["应作为日期解析的列的逗号分隔列表。"], - "Columns To Read": ["要读取的列"], - "Columns missing in dataset: %(invalid_columns)s": [ - "数据源中缺少列:%(invalid_columns)s" + "Invalid geohash string": ["无效的geohash字符串"], + "Invalid longitude/latitude": ["无效的经度/纬度"], + "Invalid geodetic string": ["无效的 geodetic 字符串"], + "Pivot operation requires at least one index": [ + "透视操作至少需要一个索引" ], - "Columns missing in datasource: %(invalid_columns)s": [ - "数据源中缺少列:%(invalid_columns)s" + "Pivot operation must include at least one aggregate": [ + "数据透视操作必须至少包含一个聚合" ], - "Columns subtotal position": ["列的小计位置"], - "Columns to calculate distribution across.": [ - "计算分布的列。如果留空,则默认为临时列。" + "`prophet` package not installed": ["未安装程序包 `prophet`"], + "Time grain missing": ["时间粒度缺失"], + "Unsupported time grain: %(time_grain)s": [ + "不支持的时间粒度:%(time_grain)s" ], - "Columns to display": ["要显示的字段"], - "Columns to group by": ["需要进行分组的一列或多列"], - "Columns to group by on the columns": ["列上分组所依据的列"], - "Columns to group by on the rows": ["行上分组所依据的列"], - "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.": [ - "间隔的逗号分隔色选项,例如1、2、4。整数表示所选配色方案中的颜色,并以1为索引。长度必须与间隔界限匹配。" + "Confidence interval must be between 0 and 1 (exclusive)": [ + "置信区间必须介于0和1(不包含1)之间" ], - "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.": [ - "逗号分隔的区间界限,例如0-2、2-4和4-5区间的2、4、5。最后一个数字应与为Max提供的值匹配。" + "DataFrame must include temporal column": [ + "数据帧(DataFrame)必须包含时间列" ], - "Comparator option": ["比较器选项"], - "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ - "快速比较多个时间序列图表和相关指标。" + "DataFrame include at least one series": [ + "数据帧(DataFrame)至少包括一个序列" ], - "Compare the same summarized metric across multiple groups.": [ - "跨多个组比较相同的汇总指标" + "Undefined window for rolling operation": ["未定义滚动操作窗口"], + "Window must be > 0": ["窗口必须大于0"], + "Invalid rolling_type: %(type)s": ["无效的滚动类型:%(type)s"], + "Invalid options for %(rolling_type)s: %(options)s": [ + "%(rolling_type)s 的选项无效:%(options)s" ], - "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.": [ - "比较指标在不同组之间随时间的变化情况。每一组被映射到一行,并且随着时间的变化被可视化地显示条的长度和颜色。" + "Referenced columns not available in DataFrame.": [ + "引用的列在数据帧(DataFrame)中不可用。" ], - "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.": [ - "使用条形图比较不同类别的指标。条形长度用于指示每个值的大小,颜色用于区分组。" + "Column referenced by aggregate is undefined: %(column)s": [ + "聚合引用的列未定义:%(column)s" ], - "Compares the lengths of time different activities take in a shared timeline view.": [ - "比较不同活动在共享时间线视图中所花费的时间长度。" + "Operator undefined for aggregator: %(name)s": [ + "未定义聚合器的运算符:%(name)s" ], - "Comparison": ["比较"], - "Comparison Period Lag": ["滞后比较"], - "Comparison suffix": ["比较前缀"], - "Compose multiple layers together to form complex visuals.": [""], - "Compute the contribution to the total": ["计算对总数的贡献值"], - "Condition": ["条件"], - "Conditional Formatting": ["条件格式设置"], - "Conditional formatting": ["条件格式设置"], - "Confidence interval": ["置信区间间隔"], - "Confidence interval must be between 0 and 1 (exclusive)": [ - "置信区间必须介于0和1(不包含1)之间" + "Invalid numpy function: %(operator)s": ["无效的numpy函数:%(operator)s"], + "json isn't valid": ["无效 JSON"], + "Export to YAML": ["导出为YAML"], + "Export to YAML?": ["导出到YAML?"], + "Delete": ["删除"], + "Delete all Really?": ["确定删除全部?"], + "Is favorite": ["收藏"], + "Is tagged": ["有标签"], + "The data source seems to have been deleted": ["数据源已经被删除"], + "The user seems to have been deleted": ["用户已经被删除"], + "Error: %(msg)s": ["错误:%(msg)s"], + "Explore - %(table)s": ["查看 - %(table)s"], + "Explore": ["探索"], + "Chart [{}] has been saved": ["图表 [{}] 已经保存"], + "Chart [{}] has been overwritten": ["图表 [{}] 已经覆盖"], + "Chart [{}] was added to dashboard [{}]": [ + "图表 [{}] 已经添加到看板 [{}]" ], - "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.": [ - "配置此仪表板,以便将其嵌入到外部网络应用程序中。" + "Dashboard [{}] just got created and chart [{}] was added to it": [ + "看板 [{}] 刚刚被创建,并且图表 [{}] 已被添加到其中" ], - "Configure your how you overlay is displayed here.": [ - "配置如何在这里显示您的标注。" + "Malformed request. slice_id or table_name and db_name arguments are expected": [ + "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" ], - "Confirm overwrite": ["确认保存"], - "Confirm save": ["确认保存"], - "Connect": ["连接"], - "Connect Google Sheet": [""], - "Connect Google Sheets as tables to this database": [ - "将Google Sheet作为表格连接到此数据库" + "Chart %(id)s not found": ["图表 %(id)s 没有找到"], + "Table %(table)s wasn't found in the database %(db)s": [ + "在数据库 %(db)s 中找不到表 %(table)s" ], - "Connect a database": ["连接数据库"], - "Connect database": ["连接数据库"], - "Connect this database using the dynamic form instead": [ - "使用动态参数连接此数据库" + "Show CSS Template": ["显示CSS模板"], + "Add CSS Template": ["新增CSS模板"], + "Edit CSS 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": [ + "在内部用于标识插件。应该在插件的 package.json 内被设置为包名。" ], - "Connect this database with a SQLAlchemy URI string instead": [ - "使用SQLAlchemy URI链接此数据库" + "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ + "指向内置插件位置的完整URL(例如,可以托管在CDN上)" ], - "Connection": ["连接"], - "Connection failed, please check your connection settings": [ - "连接失败,请检查您的连接配置" + "Custom Plugins": ["自定义插件"], + "Custom Plugin": ["自定义插件"], + "Add a Plugin": ["新增插件"], + "Edit Plugin": ["编辑插件"], + "The dataset associated with this chart no longer exists": [ + "这个图表所链接的数据集可能被删除了。" ], - "Connection looks good!": ["连接测试成功!"], - "Continue": ["连续式"], - "Continuous": ["连续式"], - "Contours": ["等高线"], - "Contribution": ["贡献"], - "Contribution Mode": ["贡献模式"], - "Control": ["控件"], - "Control labeled ": ["控件已标记 "], - "Controls labeled ": ["控件已标记"], - "Coordinates": ["坐标"], - "Copied to clipboard!": ["复制到剪贴板!"], - "Copy": ["复制"], - "Copy SELECT statement to the clipboard": ["将 SELECT 语句复制到剪贴板"], - "Copy and Paste JSON credentials": ["复制和粘贴JSON凭据"], - "Copy and paste the entire service account .json file here": [ - "复制服务帐户的json文件复制并粘贴到此处" + "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.": [ + "这些参数是在浏览视图中单击保存或覆盖按钮时动态生成的。这个JSON对象在这里公开以供参考,并提供给可能希望更改特定参数的高级用户使用。" ], - "Copy link": ["复制链接"], - "Copy message": ["复制信息"], - "Copy of %s": ["%s 的副本"], - "Copy partition query to clipboard": ["将分区查询复制到剪贴板"], - "Copy permalink to clipboard": ["将查询链接复制到剪贴板"], - "Copy query URL": ["复制查询URL"], - "Copy query link to your clipboard": ["将查询链接复制到剪贴板"], - "Copy the identifier of the account you are trying to connect to.": [ - "将尝试连接的账号复制到这里" + "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table 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.": [ - "将尝试连接的数据库名复制到这里" + "Creator": ["作者"], + "Datasource": ["数据源"], + "Last Modified": ["最后修改"], + "Parameters": ["参数"], + "Chart": ["图表"], + "Name": ["名称"], + "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": [ + "这个JSON对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" ], - "Copy to Clipboard": ["复制到剪贴板"], - "Copy to clipboard": ["复制到剪贴板"], - "Correlation": ["相关性"], - "Cost estimate": ["成本估算"], - "Could not connect to database: \"%(database)s\"": [ - "不能连接到数据库\"%(database)s\"" + "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ + "可以在这里或者在看板视图修改单个看板的CSS样式" ], - "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: {}": ["无法加载数据库驱动程序:{}"], - "Could not resolve hostname: \"%(host)s\".": [""], - "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": ["创建数据集 "], - "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ - "创建一个数据集以开始将您的数据可视化为图表,或者前往 SQL 工具箱查询您的数据。" - ], - "Create a new chart": ["创建新图表"], - "Create chart": ["创建图表"], - "Create chart with dataset": [""], - "Create dataset": ["创建数据集"], - "Create dataset and create chart": ["创建数据集和图表"], - "Create new chart": ["创建新图表"], - "Create or select schema...": ["创建或者选择模式"], - "Created": ["已创建"], - "Created by": ["创建人"], - "Created by me": ["我创建的"], - "Created on": ["创建日期"], - "Creating SSH Tunnel failed for an unknown reason": [ - "创建SSH隧道失败,原因未知" - ], - "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.": [ - "" + "To get a readable URL for your dashboard": ["为看板生成一个可读的 URL"], + "This JSON object is generated dynamically when clicking the save or overwrite button in the dashboard view. It is exposed here for reference and for power users who may want to alter specific parameters.": [ + "这个JSON对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" ], - "Cross-filtering is not enabled for this dashboard.": [ - "此看板中没有启用交叉筛选。" + "Owners is a list of users who can alter the dashboard.": [ + "所有者是一个用户列表,这些用户有权限修改仪表板。" ], - "Cross-filtering is not enabled in this dashboard": [ - "此看板中没有启用交叉筛选。" + "Determines whether or not this dashboard is visible in the list of all dashboards": [ + "确定此看板在所有看板列表中是否可见" ], - "Cross-filtering scoping": ["交叉筛选作用域"], - "Cross-filters": ["交叉筛选"], - "Cumulative": ["累计"], - "Currency": ["货币"], - "Currency format": ["货币格式"], - "Currency prefix or suffix": ["货币前缀或后缀"], - "Currency symbol": ["货币符号"], - "Currently rendered: %s": ["当前渲染为:%s"], - "Custom": ["自定义"], - "Custom Plugin": ["自定义插件"], - "Custom Plugins": ["自定义插件"], - "Custom SQL": ["自定义SQL"], - "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "此数据集无法启用自定义SQL即席查询、" + "Dashboard": ["看板"], + "Title": ["标题"], + "Slug": ["Slug"], + "Roles": ["角色"], + "Published": ["已发布"], + "Position JSON": ["位置JSON"], + "CSS": ["CSS"], + "JSON Metadata": ["JSON 元数据"], + "Export": ["导出"], + "Export dashboards?": ["导出看板?"], + "Only the following file extensions are allowed: %(allowed_extensions)s": [ + "仅允许以下文件扩展名:%(allowed_extensions)s" ], - "Custom SQL fields cannot contain sub-queries.": [""], - "Custom time filter plugin": ["自定义时间过滤器插件"], - "Custom width of the screenshot in pixels": [""], - "Customize": ["定制化配置"], - "Customize Metrics": ["自定义指标"], - "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "Table name cannot contain a schema": ["表名不能包含模式名称"], + "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"int\"}. Check Python's Pandas library for supported data types.": [ "" ], - "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" + "Delimiter": ["分隔符"], + ",": [""], + ".": [""], + "Other": ["其他"], + "Fail": ["失败"], + "Replace": ["替换"], + "Append": ["追加"], + "Skip Initial Space": ["跳过初始空格"], + "Skip Blank Lines": ["跳过空白行"], + "Day First": [""], + "DD/MM format dates, international and European format": [""], + "Decimal Character": ["十进制字符"], + "Index Column": ["索引字段"], + "Dataframe Index": ["Dataframe索引"], + "Column Label(s)": ["列标签"], + "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ + "" ], - "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数字格式,用于-1.0和1.0之间的数字,当您希望小数和大数有不同的符号数字时很有用" + "Header Row": ["标题行"], + "Rows to Read": ["读取的行"], + "Skip Rows": ["跳过行"], + "Name of table to be created from excel data.": [ + "从excel数据将创建的表的名称。" ], - "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" + "Excel File": ["Excel文件"], + "Select a Excel file to be uploaded to a database.": [ + "选择要上传到数据库的Excel文件。" ], - "DATETIME": ["日期/时间"], - "DB column %(col_name)s has unknown type: %(value_type)s": [""], - "DD/MM format dates, international and European format": [""], - "DEC": ["十二月"], - "DELETE": ["删除"], - "DML": ["允许DML"], - "Daily seasonality": ["日度季节性"], - "Dark": ["暗色"], - "Dark Cyan": [""], - "Dark mode": ["黑暗模式"], - "Dashboard": ["看板"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "看板 [%s] 刚刚被创建,并且图表 [%s] 已被添加到其中" + "Sheet Name": ["Sheet名称"], + "Strings used for sheet names (default is the first sheet).": [ + "用于sheet名称的字符串(默认为第一个sheet)。" ], - "Dashboard [{}] just got created and chart [{}] was added to it": [ - "看板 [{}] 刚刚被创建,并且图表 [{}] 已被添加到其中" + "Specify a schema (if database flavor supports this).": [ + "指定一个模式(需要数据库支持)" ], - "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.": [ - "" + "Table Exists": ["表已存在处理"], + "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ + "如果表已存在,执行其中一个:舍弃(什么都不做),替换(删除表并重建),或者追加(插入数据)" ], - "Dashboard title": ["看板"], - "Dashboard usage": ["看板"], - "Dashboards": ["看板"], - "Dashboards added to": ["已添加看板到"], - "Dashboards could not be created.": ["看板无法被创建"], - "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.": [ - "无法从结果后端反序列化数据。存储格式可能已经改变,呈现了旧的数据桩。您需要重新运行原始查询。" + "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ + "作为列名的带有标题的行(0是第一行数据)。如果没有标题行则留空。" ], - "Data could not be retrieved from the results backend. You need to re-run the original query.": [ - "无法从结果后端检索数据。您需要重新运行原始查询。" + "Column to use as the row labels of the dataframe. Leave empty if no index column.": [ + "字段作为数据文件的行标签使用。如果没有索引字段,则留空。" ], - "Data preview": ["数据预览"], - "Data refreshed": ["已刷新数据"], - "Data type": ["数据类型"], - "DataFrame include at least one series": [ - "数据帧(DataFrame)至少包括一个序列" + "Number of rows to skip at start of file.": ["在文件开始时跳过的行数。"], + "Number of rows of file to read.": ["要读取的文件行数。"], + "Parse Dates": ["解析日期"], + "A comma separated list of columns that should be parsed as dates.": [ + "应作为日期解析的列的逗号分隔列表。" ], - "DataFrame must include temporal column": [ - "数据帧(DataFrame)必须包含时间列" + "Character to interpret as decimal point.": [ + "将字符解释为小数点的字符。" ], - "Database": ["数据库"], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" + "Write dataframe index as a column.": ["将dataframe index 作为列."], + "Column label for index column(s). If None is given and Dataframe Index is True, Index Names are used.": [ + "索引列的列标签。如果为None, 并且数据框索引为 true, 则使用 \"索引名称\"。" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于csv上传。请联系管理员。" + "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.": [ + "应视为null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive数据库仅支持单个值。用 [\"\"] 代表空字符串。" ], - "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" + "Name of table to be created from columnar data.": [ + "从列存储数据创建的表的名称。" ], - "Database Connections": ["数据库连接"], - "Database Creation Error": ["数据库创建错误"], - "Database connected": ["数据库已连接"], - "Database could not be created.": ["数据库无法被创建"], - "Database could not be deleted.": ["数据库无法被删除。"], - "Database could not be updated.": ["数据库无法更新。"], - "Database does not allow data manipulation.": [ - "数据库不允许此数据操作。" + "Columnar File": ["列式存储文件"], + "Select a Columnar file to be uploaded to a database.": [ + "选择要上传到数据库的列式文件。" ], - "Database does not exist": ["数据库不存在"], - "Database does not support subqueries": ["数据库不支持子查询"], - "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ - "" + "Use Columns": ["使用列"], + "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ + "Json应读取的列名列表。如果不是“无”,则仅从文件中读取这些列" ], - "Database error": ["数据库错误"], - "Database is offline.": ["数据库已下线"], - "Database is required for alerts": ["警报需要数据库"], - "Database name": ["数据库名称"], - "Database not allowed to change": ["数据集不允许被修改"], - "Database not found.": ["数据库没有找到"], - "Database parameters are invalid.": ["数据库参数无效"], - "Database passwords": ["数据库密码"], - "Database port": ["数据库端口"], - "Database settings updated": ["数据库设置已更新"], "Databases": ["数据库"], - "Dataframe Index": ["Dataframe索引"], - "Dataset": ["数据集"], - "Dataset %(name)s already exists": ["数据集 %(name)s 已存在"], - "Dataset Name": ["数据集名称"], - "Dataset column delete failed.": ["数据集列删除失败。"], - "Dataset column not found.": ["数据集行未找到。"], - "Dataset could not be created.": ["无法创建数据集。"], - "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": [""], - "Datasets": ["数据集"], - "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "数据集可以基于数据库表或SQL查询创建。请在左侧选择一个数据库表或者" + "Show Database": ["显示数据库"], + "Add Database": ["新增数据库"], + "Edit Database": ["编辑数据库"], + "Expose this DB 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工作节点以及一个结果后端。有关更多信息,请参考安装文档。" ], - "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ - "" + "Allow CREATE TABLE AS option in SQL Lab": [ + "在 SQL 编辑器中允许 CREATE TABLE AS 选项" ], - "Datasets could not be deleted.": ["无法删除数据集"], - "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": [ - "给定数据源id时,需要提供数据源类型" + "Allow CREATE VIEW AS option in SQL Lab": [ + "在 SQL 编辑器中允许 CREATE VIEW AS 选项" ], - "Date Time Format": ["时间格式"], - "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 users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ + "允许用户在 SQL 编辑器中运行非 SELECT 语句(UPDATE,DELETE,CREATE,...)" ], - "Datetime format": ["时间格式"], - "Day": ["天"], - "Day (freq=D)": [""], - "Day First": [""], - "Days %s": ["%s天"], - "Db engine did not return all queried columns": [ - "数据库引擎未返回所有查询的列" + "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ + "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" ], - "Deactivate": ["禁用"], - "December": ["十二月"], - "Decides which column to sort the base axis by.": [""], - "Decides which measure to sort the base axis by.": [ - "决定按哪个度量来对基轴进行排序。" + "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ + "如果使用Presto,SQL 工具箱中的所有查询都将被当前登录的用户执行,并且这些用户必须拥有运行它们的权限。
如果启用 Hive 和hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据hive.server2.proxy.user的属性伪装当前登录用户。" ], - "Decimal Character": ["十进制字符"], - "Deck.gl - 3D Grid": ["Deck.gl - 3D网格"], - "Deck.gl - 3D HEX": ["Deck.gl - 3D六角曲面"], - "Deck.gl - Arc": ["Deck.gl - 弧度"], - "Deck.gl - Contour": ["Deck.gl - 等高线"], - "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Heatmap": ["Deck.gl - 热力图"], - "Deck.gl - Multiple Layers": ["Deck.gl - 多图层"], - "Deck.gl - Paths": ["Deck.gl - 路径"], - "Deck.gl - Polygon": ["Deck.gl - 多边形"], - "Deck.gl - Scatter plot": ["Deck.gl - 散点图"], - "Deck.gl - Screen Grid": ["Deck.gl - 屏幕网格"], - "Decrease": ["减少"], - "Default Endpoint": ["默认端点"], - "Default URL": ["默认URL"], - "Default URL to redirect to when accessing from the dataset list page": [ - "从数据集列表页访问时重定向到的默认URL" + "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表示缓存永不过期。如果未定义,该设置将默认使用全局超时设置。" ], - "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 selected, please set the schemas allowed for csv upload in Extra.": [ + "如果选择,请额外设置csv上传允许的模式。" ], - "Default value is required": ["需要默认值"], - "Default value must be set when \"Filter has default value\" is checked": [ - "选中筛选器具有默认值时,必须设置默认值" + "Expose in SQL Lab": ["在 SQL 工具箱中展示"], + "Allow CREATE TABLE AS": ["允许 CREATE TABLE AS"], + "Allow CREATE VIEW AS": ["允许 CREATE VIEW AS"], + "Allow DML": ["允许 DML"], + "CTAS Schema": ["CTAS 模式"], + "SQLAlchemy URI": ["SQLAlchemy URI"], + "Chart Cache Timeout": ["表缓存超时"], + "Secure Extra": ["安全"], + "Root certificate": ["根证书"], + "Async Execution": ["异步执行查询"], + "Impersonate the logged on user": ["模拟登录用户"], + "Allow Csv Upload": ["允许Csv上传"], + "Backend": ["后端"], + "Extra field cannot be decoded by JSON. %(msg)s": [ + "JSON无法解码额外字段。%(msg)s" ], - "Default value must be set when \"Filter value is required\" is checked": [ - "当\"必填项\"被选中时默认值必须被设置" + "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'

" ], - "Default value set automatically when \"Select first filter value by default\" is checked": [ - "当勾选“默认选择第一个过滤值”时,将自动设置默认值。" + "CSV to Database configuration": ["csv 到数据库配置"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ + "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于csv上传。请联系管理员。" ], - "Define a function that receives the input and outputs the content for a tooltip": [ - "定义一个函数,该函数接收输入并输出用于工具提示的内容" + "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" ], - "Define a function that returns a URL to navigate to when user clicks": [ - "定义一个函数,该函数返回用户点击时导航至的 URL 地址" + "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\"" ], - "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ - "定义一个 JavaScript 函数,该函数接收用于可视化的数据数组,并期望返回该数组的修改版本。这可以用来改变数据的属性、进行过滤或丰富数组。" + "Excel to Database configuration": ["Excel 到数据库配置"], + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ + "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" ], - "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "定义等高线图层。等值线代表一组线段的集合,这些线段将高于和低于给定阈值的区域分隔开来。等值带代表一组多边形的集合,用以填充包含在给定阈值范围内的区域。" + "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "无法将Excel文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。错误消息:%(error_msg)s" ], - "Defines a rolling window function to apply, works along with the [Periods] text box": [ - "定义要应用的滚动窗口函数,与 [期限] 文本框一起使用" + "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Excel 文件 \"%(excel_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], - "Defines how each series is broken down": ["定义每个序列是如何被分解的"], - "Defines the grid size in pixels": [""], - "Defines the grouping of entities. Each series is represented by a specific color in the chart.": [ - "定义实体的分组。每个序列在图表上显示为特定颜色,并有一个可切换的图例" + "Columnar to Database configuration": ["列式存储文件到数据库配置"], + "Multiple file extensions are not allowed for columnar uploads. Please make sure all files are of the same extension.": [ + "列式上传不允许使用多个文件扩展名。请确保所有文件的扩展名相同。" ], - "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ - "定义实体的分组。每个序列在图表上显示为特定颜色,并有一个可切换的图例" + "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ + "数据库 \"%(database_name)s\" schema \"%(schema_name)s\" 不允许用于excel上传。请联系管理员。" ], - "Defines the size of the rolling window function, relative to the time granularity selected": [ - "定义滚动窗口函数的大小,相对于所选的时间粒度" + "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ + "无法将列式文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。错误消息:%(error_msg)s" ], - "Defines the value that determines the boundary between different regions or levels in the data ": [ - "" + "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ + "Excel 文件 \"%(columnar_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], - "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "定义步骤应出现在两个数据点之间的开始、中间还是结束处" + "Request missing data field.": ["请求丢失的数据字段。"], + "Duplicate column name(s): %(columns)s": ["重复的列名%(columns)s"], + "Logs": ["日志"], + "Show Log": ["显示日志"], + "Add Log": ["新增日志"], + "Edit Log": ["编辑日志"], + "User": ["用户"], + "Action": ["操作"], + "dttm": ["时间"], + "JSON": ["JSON"], + "Time Range": ["时间范围"], + "Time Column": ["时间列"], + "Time Grain": ["时间粒度(Grain)"], + "Time Granularity": ["时间粒度(Granularity)"], + "Time": ["时间"], + "A reference to the [Time] configuration, taking granularity into account": [ + "对 [时间] 配置的引用,会将粒度考虑在内" ], - "Delete": ["删除"], - "Delete %s?": ["需要删除 %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.": [ - "删除此容器并保存以移除此消息。" + "Aggregate": ["聚合"], + "Raw records": ["原始记录"], + "Certified by %s": ["认证人 %s"], + "description": ["描述"], + "bolt": ["螺栓"], + "Changing this control takes effect instantly": ["更改此控件立即生效。"], + "Show info tooltip": ["显示信息提示"], + "SQL expression": ["SQL表达式"], + "Label": ["标签"], + "function type icon": [""], + "string type icon": ["字符类图标"], + "numeric type icon": [""], + "boolean type icon": [""], + "temporal type icon": ["时间类型图标"], + "Advanced analytics": ["高级分析"], + "This section contains options that allow for advanced analytical post processing of query results": [ + "本节包含允许对查询结果进行高级分析处理后的选项。" ], - "Deleted": ["删除"], - "Deleted %(num)d annotation": ["删除了 %(num)d 个注释"], - "Deleted %(num)d annotation layer": ["删除了 %(num)d 个注释层"], - "Deleted %(num)d chart": ["删除了 %(num)d 个图表"], - "Deleted %(num)d css template": ["删除了 %(num)d 个css模板"], - "Deleted %(num)d dashboard": ["删除了 %(num)d 个看板"], - "Deleted %(num)d dataset": ["删除 %(num)d 个数据集"], - "Deleted %(num)d report schedule": ["删除了 %(num)d 个报告计划"], - "Deleted %(num)d rules": ["删除了 %(num)d 个规则"], - "Deleted %(num)d saved query": ["删除 %(num)d 个保存的查询"], - "Deleted %s": ["已删除:%s"], - "Deleted: %s": ["已删除:%s"], - "Deleting a tab will remove all content within it. You may still reverse this action with the": [ - "删除一个标签页将会移除其中的所有内容。您仍然可以回退这个操作,点击" + "Rolling window": ["滚动窗口"], + "Rolling function": ["滚动函数"], + "None": ["空"], + "Defines a rolling window function to apply, works along with the [Periods] text box": [ + "定义要应用的滚动窗口函数,与 [期限] 文本框一起使用" ], - "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": [ - "在大数字下面显示描述文本" + "Periods": ["周期"], + "Defines the size of the rolling window function, relative to the time granularity selected": [ + "定义滚动窗口函数的大小,相对于所选的时间粒度" ], - "Deselect all": ["反选所有"], - "Details": ["详细信息"], - "Details of the certification": ["认证详情"], - "Determines how whiskers and outliers are calculated.": [ - "确定如何计算箱须和离群值。" + "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": [ + "显示值所需的滚动周期的最小值。例如,如果您想累积 7 天的总额,您可能希望您的“最小周期”为 7,以便显示的所有数据点都是 7 个区间的总和。这将隐藏掉前 7 个阶段的“加速”效果" ], - "Determines whether or not this dashboard is visible in the list of all dashboards": [ - "确定此看板在所有看板列表中是否可见" + "Time comparison": ["时间比较"], + "Time shift": ["时间偏移"], + "1 day ago": ["1天之前"], + "1 week ago": ["1周之前"], + "28 days ago": ["28天之前"], + "52 weeks ago": ["52周之前"], + "1 year ago": ["1年之前"], + "104 weeks ago": ["104周之前"], + "2 years ago": ["2年之前"], + "156 weeks ago": ["156周之前"], + "3 years ago": ["3年前"], + "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天)" ], - "Diamond": ["钻石"], - "Did you mean:": ["您的意思是:"], + "Calculation type": ["计算类型"], "Difference": ["差异"], - "Dim Gray": ["深灰色"], - "Dimension": ["维度"], - "Dimension to use on x-axis.": ["用于 X 轴的维度。"], - "Dimension to use on y-axis.": ["用于 Y 轴的维度。"], - "Dimensions": ["维度"], - "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "维度包含诸如名称、日期或地理数据等定性值。使用维度对数据进行分类、细分,并展现数据中的细节。维度影响视图中的细节级别。" + "Ratio": ["比率"], + "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.": [ + "如何显示时间偏移:作为单独的行显示;作为主时间序列与每次时间偏移之间的绝对差显示;作为百分比变化显示;或作为序列与时间偏移之间的比率显示。" ], - "Directed Force Layout": ["有向力导向布局"], - "Directional": ["方向"], - "Disable SQL Lab data preview queries": ["禁用 SQL 工具箱数据预览查询"], - "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "在 SQL 工具箱中获取表的元数据时禁用数据预览。当使用具有非常宽表的数据库时,这样做有助于避免浏览器性能问题。" + "Resample": ["重新采样"], + "Rule": ["规则"], + "1 minutely frequency": ["每分钟一次的频率"], + "1 calendar day frequency": ["1个日历日的频率"], + "7 calendar day frequency": ["7个日历日的频率"], + "1 month start frequency": ["每月月初的频率"], + "1 month end frequency": ["每月一次的频率"], + "Pandas resample rule": ["Pandas 重采样规则"], + "Fill method": ["填充方式"], + "Linear interpolation": ["线性插值"], + "Pandas resample method": ["Pandas 重采样方法"], + "Annotations and Layers": ["注释与注释层"], + "Left": ["左边"], + "Top": ["顶部"], + "Chart Title": ["图表标题"], + "X Axis": ["X 轴"], + "X Axis Title": ["X 轴标题"], + "X AXIS TITLE BOTTOM MARGIN": ["X 轴标题下边距"], + "Y Axis": ["Y 轴"], + "Y Axis Title": ["Y 轴标题"], + "Y Axis Title Margin": ["Y 轴标题边距"], + "Query": ["查询"], + "Predictive Analytics": ["预测分析"], + "Enable forecast": ["启用预测"], + "Enable forecasting": ["启用预测中"], + "Forecast periods": ["预测期"], + "How many periods into the future do we want to predict": [ + "想要预测未来的多少个时期" ], - "Disable embedding?": ["禁用嵌入吗?"], - "Disabled": ["禁用"], - "Discard": ["取消"], - "Discrete": ["离散"], - "Display": ["显示"], - "Display Name": ["显示名称"], - "Display column level subtotal": ["显示列级别小计"], - "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.": [ - "在每个列中并排显示指标,而不是每个指标并排显示每个列。" + "Confidence interval": ["置信区间间隔"], + "Width of the confidence interval. Should be between 0 and 1": [ + "置信区间必须介于0和1(不包含1)之间" ], - "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ - "" + "Yearly seasonality": ["年度季节性"], + "Yes": ["是"], + "No": ["否"], + "Should yearly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "是否应用年度季节性。一个整数值将指定季节性的傅里叶阶数。" ], - "Display row level subtotal": ["显示行级小计"], - "Display row level total": ["显示行级合计"], - "Display settings": ["显示配置"], - "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.": [ - "显示图形结构中实体之间的连接。用于映射关系和显示网络中哪些节点是重要的。图表可以配置为强制引导或循环。如果您的数据具有地理空间组件,请尝试使用deck.gl圆弧图表。" + "Weekly seasonality": ["周度季节性"], + "Should weekly seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "是否应用每周季节性。一个整数值将指定季节性的傅里叶阶数。" ], - "Distribute across": ["基于某列进行分布"], - "Distribution": ["分布"], - "Distribution - Bar Chart": ["分布 - 柱状图"], - "Divider": ["分隔"], - "Do you want a donut or a pie?": ["是否用圆环圈替代饼图?"], - "Documentation": ["文档"], - "Domain": ["主域"], - "Donut": ["圆环圈"], - "Dotted": ["点线"], - "Download": ["下载"], - "Download as Image": ["下载为图片"], - "Download as image": ["下载为图片"], - "Download to CSV": ["下载为CSV"], - "Draft": ["草稿"], - "Drag and drop components and charts to the dashboard": [ - "拖放组件或图表到此看板" + "Daily seasonality": ["日度季节性"], + "Should daily seasonality be applied. An integer value will specify Fourier order of seasonality.": [ + "是否应用每日季节性。一个整数值将指定季节性的傅里叶阶数。" ], - "Drag and drop components to this tab": ["拖放组件或图表到此选项卡"], - "Draw a marker on data points. Only applicable for line types.": [ - "在数据点上绘制标记。仅适用于线型。" + "Time related form attributes": ["时间相关的表单属性"], + "Datasource & Chart Type": ["数据源 & 图表类型"], + "Chart ID": ["图表 ID"], + "The id of the active chart": ["活动图表的ID"], + "Cache Timeout (seconds)": ["缓存超时(秒)"], + "The number of seconds before expiring the cache": [ + "终止缓存前的时间(秒)" ], - "Draw area under curves. Only applicable for line types.": [ - "在曲线下绘制区域。仅适用于线型。" + "URL Parameters": ["URL 参数"], + "Extra url parameters for use in Jinja templated queries": [ + "用于jinja模板化查询的额外url" ], - "Draw line from Pie to label when labels outside?": [ - "当标签在外侧时,是否在饼图到标签之间连线?" + "Extra Parameters": ["额外参数"], + "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ + "用于jinja模板化查询的额外参数" ], - "Draw split lines for minor axis ticks": ["绘制次要Y轴刻度的分割线"], - "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": [ - "此图表类型还不支持钻取" + "Color Scheme": ["配色方案"], + "Contribution Mode": ["贡献模式"], + "Row": ["行"], + "Series": ["系列"], + "Y-Axis Sort By": ["Y 轴排序"], + "X-Axis Sort By": ["X 轴排序"], + "Decides which column to sort the base axis by.": [""], + "Treat values as categorical.": [""], + "Decides which measure to sort the base axis by.": [ + "决定按哪个度量来对基轴进行排序。" ], - "Drill by: %s": ["钻取:%s"], - "Drill to detail": ["钻取详情"], - "Drill to detail by": ["钻取详情:"], - "Drill to detail by value is not yet supported for this chart type.": [ - "此图表类型还不支持钻取详情。" + "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ + "维度包含诸如名称、日期或地理数据等定性值。使用维度对数据进行分类、细分,并展现数据中的细节。维度影响视图中的细节级别。" ], - "Drill to detail is disabled because this chart does not group data by dimension value.": [ - "由于此图表未按维度值对数据进行分组,因此钻取详情的功能已被禁用。" + "Entity": ["实体"], + "This defines the element to be plotted on the chart": [ + "这定义了要在图表上绘制的元素" ], - "Drill to detail: %s": ["钻取详情:%s"], - "Drop a column here or click": ["将列拖放到此处或单击"], - "Drop a column/metric here or click": ["将列/指标放在此处或单击"], - "Drop a temporal column here or click": ["将时间列拖放到此处或单击"], - "Drop columns/metrics here or click": ["将列/指标拖放到此处或单击"], - "Duplicate": ["复制"], - "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.": [ - "重复的列/指标标签:%(labels)s。请确保所有列和指标都有唯一的标签。" + "Filters": ["过滤"], + "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "选择一个或多个要展示的指标。您可以对某个列使用聚合函数,或编写自定义SQL来创建一个指标。" ], - "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.": [ - "该数据库图表缓存超时的持续时间(单位为秒)。超时时间设置为0表示缓存永不过期,设置为-1则表示绕过缓存。如果未定义,此项默认采用全局超时设置。" + "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ + "选择一个要展示的指标。您可以使用聚合函数对列进行操作,或编写自定义SQL来创建一个指标。" ], - "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表示缓存永不过期。如果未定义,该设置将默认使用全局超时设置。" + "Right Axis Metric": ["右轴指标"], + "Sort by": ["排序 "], + "Bubble Size": ["气泡大小"], + "Metric used to calculate bubble size": ["用来计算气泡大小的指标"], + "The dataset column/metric that returns the values on your chart's x-axis.": [ + "" ], - "Duration (in seconds) of the caching timeout for this chart. Note this defaults to the datasource/table timeout if undefined.": [ - "此图表的缓存超时持续时间(单位为秒)。如果未定义,该设置将默认使用数据源/数据库表的超时设置。" + "The dataset column/metric that returns the values on your chart's y-axis.": [ + "" ], - "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.": [ - "此图表缓存过期时间的时长(单位为秒)。设置为 -1 可以绕过缓存。如果未定义,将默认使用数据集的超时设置。" + "Color Metric": ["颜色指标"], + "A metric to use for color": ["用于颜色的指标"], + "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": [ + "可视化的时间栏。注意,您可以定义返回表中的DATETIMLE列的任意表达式。还请注意下面的筛选器应用于该列或表达式。" ], - "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表示缓存永远不会过期。如果未定义,将默认使用数据库的超时设置。" + "Dimension to use on y-axis.": ["用于 Y 轴的维度。"], + "Dimension to use on x-axis.": ["用于 X 轴的维度。"], + "The type of visualization to display": ["要显示的可视化类型"], + "Fixed Color": ["固定颜色"], + "Use this to define a static color for all circles": [ + "使用此定义所有圆圈的静态颜色" ], - "Duration (in seconds) of the metadata caching timeout for schemas of this database. If left unset, the cache never expires.": [ - "此数据库模式的元数据缓存超时时长(单位为秒)。如果不进行设置,缓存将永不过期。" + "Linear Color Scheme": ["线性颜色方案"], + "30 seconds": ["30秒钟"], + "1 minute": ["1分钟"], + "5 minutes": ["5分钟"], + "30 minutes": ["30分钟"], + "1 hour": ["1小时"], + "week": ["周"], + "month": ["月"], + "year": ["年"], + "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ + "可视化的时间粒度。请注意,您可以输入和使用简单的日期表达方式,如 `10 seconds`, `1 day` or `56 weeks`" ], - "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ - "此数据库表的元数据缓存超时时长(单位为秒)。如果不进行设置,缓存将永不过期。" + "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ + "" ], - "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ - "时长(毫秒)(1.40008 => 1ms 400µs 80ns)" + "This control filters the whole chart based on the selected time range. 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.": [ + "" ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "时长(毫秒)(1.40008 => 1ms 400µs 80ns)" + "Row limit": ["行限制"], + "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ + "限制了用于此图表的数据源查询中计算的行数。" ], - "Duration in ms (66000 => 1m 6s)": ["时长(毫秒)(66000 => 1m 6s)"], - "Dynamic Aggregation Function": ["动态聚合函数"], - "Dynamically search all filter values": ["动态搜索所有的过滤器值"], - "ECharts": ["ECharts图表"], - "EMAIL_REPORTS_CTA": ["激活邮件报告"], - "END (EXCLUSIVE)": ["结束"], - "ERROR": ["错误"], - "ERROR: %s": ["错误: %s"], - "Edge length": ["边长"], - "Edge length between nodes": ["节点之间的边长"], - "Edge symbols": ["边符号"], - "Edge width": ["边缘宽度"], - "Edit": ["编辑"], - "Edit Alert": ["编辑警报"], - "Edit CSS": ["编辑CSS"], - "Edit CSS Template": ["编辑CSS模板"], - "Edit CSS template properties": ["编辑CSS模板属性"], - "Edit Chart": ["编辑图表"], - "Edit Chart Properties": ["编辑图表属性"], - "Edit Column": ["编辑列"], - "Edit Dashboard": ["编辑看板"], - "Edit Database": ["编辑数据库"], - "Edit Dataset ": ["编辑数据集"], - "Edit Log": ["编辑日志"], - "Edit Metric": ["编辑指标"], - "Edit Plugin": ["编辑插件"], - "Edit Report": ["编辑报告"], - "Edit Rule": ["编辑规则"], - "Edit Table": ["编辑表"], - "Edit Tag": ["编辑标签"], - "Edit annotation": ["编辑注释"], - "Edit annotation layer": ["添加注释层"], - "Edit annotation layer properties": ["编辑注释图层属性"], - "Edit chart": ["编辑图表"], - "Edit chart properties": ["编辑图表属性"], - "Edit dashboard": ["编辑看板"], - "Edit database": ["编辑数据库"], - "Edit dataset": ["编辑数据集"], - "Edit email report": ["编辑邮件报告"], - "Edit formatter": ["编辑格式化"], - "Edit properties": ["编辑属性"], - "Edit query": ["编辑查询"], - "Edit template": ["编辑模板"], - "Edit template parameters": ["编辑模板参数"], - "Edit the dashboard": ["编辑看板"], - "Edit time range": ["编辑时间范围"], - "Edited": ["已编辑"], - "Editing 1 filter:": ["编辑1个过滤条件:"], - "Either the database is spelled incorrectly or does not exist.": [ - "数据库拼写不正确或不存在。" + "Sort Descending": ["降序"], + "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ + "" ], - "Either the username \"%(username)s\" or the password is incorrect.": [ - "用户名\"%(username)s\"或密码不正确" + "Series limit": ["系列限制"], + "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.": [ + "限制显示的系列数。应用联接的子查询(或不支持子查询的额外阶段)来限制获取和呈现的序列数量。此功能在按高基数列分组时很有用,但会增加查询的复杂性和成本。" ], - "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "用户名\"%(username)s\"、密码或数据库名称\"%(database)s\"不正确" + "Y Axis Format": ["Y 轴格式化"], + "Time format": ["时间格式"], + "The color scheme for rendering chart": ["绘制图表的配色方案"], + "D3 format syntax: https://github.com/d3/d3-format": [ + "D3格式语法: https://github.com/d3/d3-time-format" ], - "Either the username or the password is wrong.": ["用户名或密码错误。"], - "Elevation": ["执行时间"], - "Email reports active": ["激活邮件报告"], - "Embed": ["嵌入"], - "Embed code": ["嵌入代码"], - "Embed dashboard": ["嵌入看板"], - "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": [ - "在数据库设置中启用“允许上传文件到数据库”" + "Only applies when \"Label Type\" is set to show values.": [""], + "Only applies when \"Label Type\" is not set to a percentage.": [""], + "Adaptive formatting": ["自动匹配格式化"], + "Original value": ["原始值"], + "Duration in ms (66000 => 1m 6s)": ["时长(毫秒)(66000 => 1m 6s)"], + "Duration in ms (1.40008 => 1ms 400µs 80ns)": [ + "时长(毫秒)(1.40008 => 1ms 400µs 80ns)" ], - "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 row expansion in schemas": ["在模式中启用行展开功能"], - "Enable server side pagination of results (experimental feature)": [ - "支持服务器端结果分页(实验功能)" + "D3 time format syntax: https://github.com/d3/d3-time-format": [ + "D3时间插件格式语法: https://github.com/d3/d3-time-format" ], - "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "遇到无效的为 NULL 的空间条目,请考虑将其过滤掉" + "Stack Trace:": ["报错:"], + "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.": [ + "此查询没有返回任何结果。如果希望返回结果,请确保所有过滤选择的配置正确,并且数据源包含所选时间范围的数据。" ], - "End": ["结束"], - "End (Longitude, Latitude): ": ["终点(经度/纬度)"], - "End Longitude & Latitude": ["终点的经度/纬度"], - "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)s\" 不能通过参数配置。" + "No Results": ["无结果"], + "Found invalid orderby options": ["发现无效的orderby选项"], + "Invalid input": [""], + "Unexpected error: ": ["意外错误。"], + "(no description, click to see stack trace)": [ + "无描述,单击可查看堆栈跟踪" ], - "Engine Parameters": ["引擎参数"], - "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "引擎\"InvalidEngine\"不支持通过单独的参数进行配置。" + "Issue 1000 - The dataset is too large to query.": [ + "Issue 1000 - 数据集太大,无法进行查询。" ], - "Enter CA_BUNDLE": ["进入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": [ - "请输入必要的 %(dbModelName)s 的凭据" + "Issue 1001 - The database is under an unusual load.": [ + "Issue 1001 - 数据库负载异常。" ], - "Entity": ["实体"], - "Entity ID": ["实体ID"], - "Equal Date Sizes": ["相同的日期大小"], - "Equal to (=)": ["等于(=)"], - "Error": ["错误"], - "Error Fetching Tagged Objects": ["获取标签对象错误"], - "Error in jinja expression in HAVING clause: %(msg)s": [ - "jinja表达式中的HAVING子句出错:%(msg)s" + "An error occurred": ["发生了一个错误"], + "is expected to be an integer": ["应该为整数"], + "is expected to be a number": ["应该为数字"], + "Value cannot exceed %s": ["值不能超过 %s"], + "cannot be empty": ["不能为空"], + "Filters for comparison must have a value": ["用于比较的过滤器必须有值"], + "Domain": ["主域"], + "hour": ["小时"], + "day": ["天"], + "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": [ + "每个块的时间单位。应该是主域域粒度更小的单位。应该大于或等于时间粒度" ], - "Error in jinja expression in RLS filters: %(msg)s": [ - "jinja表达式中的 RLS filters 出错:%(msg)s" - ], - "Error in jinja expression in WHERE clause: %(msg)s": [ - "jinja表达式中的WHERE子句出错:%(msg)s" + "Chart Options": ["图表选项"], + "Cell Size": ["单元尺寸"], + "The size of the square cell, in pixels": [ + "平方单元的大小,以像素为单位" ], - "Error in jinja expression in fetch values predicate: %(msg)s": [ - "获取jinja表达式中的谓词的值出错:%(msg)s" + "Cell Padding": ["单元填充"], + "The distance between cells, in pixels": [ + "单元格之间的距离,以像素为单位" ], - "Error loading chart datasources. Filters may not work correctly.": [ - "加载图表数据源时出错。过滤器可能无法正常工作。" + "Cell Radius": ["单元格半径"], + "The pixel radius": ["像素半径"], + "Color Steps": ["色阶"], + "The number color \"steps\"": ["色彩 \"Steps\" 数字"], + "Time Format": ["时间格式"], + "Legend": ["图例"], + "Whether to display the legend (toggles)": ["是否显示图例(切换)"], + "Show Values": ["显示值"], + "Whether to display the numerical values within the cells": [ + "是否在单元格内显示数值" ], - "Error message": ["错误信息"], - "Error saving dataset": ["保存数据集时发生错误"], - "Error while fetching charts": ["获取图表时出错"], - "Error while fetching data: %s": ["获取数据时出错:%s"], - "Error while rendering virtual dataset query: %(msg)s": [ - "保存查询时出错:%(msg)s" + "Show Metric Names": ["显示指标名"], + "Whether to display the metric name as a title": [ + "是否将指标名显示为标题" ], - "Error: %(error)s": ["错误:%(error)s"], - "Error: %(msg)s": ["错误:%(msg)s"], - "Error: permalink state not found": ["错误:永久链接状态未找到"], - "Estimate cost": ["成本估算"], - "Estimate selected query cost": ["对所选的查询进行成本估算"], - "Estimate the cost before running a query": [ - "在运行查询之前计算成本估算" + "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.": [ + "使用色标和日历视图可视化指标在一段时间内的变化情况。灰色值用于指示缺少的值,线性配色方案用于编码每天值的大小。" ], - "Event": ["事件"], - "Event Flow": ["事件流"], - "Event Names": ["事件名称"], - "Event definition": ["事件定义"], - "Event flow": ["事件流"], - "Event time column": ["事件时间列"], - "Every": ["每个"], - "Evolution": ["演化"], - "Exact": ["精确"], - "Example": ["例子"], - "Examples": ["示例"], - "Excel File": ["Excel文件"], - "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel 文件 \"%(excel_filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\"" + "Business": ["商业"], + "Comparison": ["比较"], + "Intensity": ["强度"], + "Pattern": ["样式"], + "Report": ["报表"], + "Trend": ["趋势"], + "less than {min} {name}": [""], + "between {down} and {up} {name}": [""], + "more than {max} {name}": [""], + "Sort by metric": ["根据指标排序"], + "Whether to sort results by the selected metric in descending order.": [ + "是否按所选指标按降序对结果进行排序。" ], - "Excel to Database configuration": ["Excel 到数据库配置"], - "Exclude selected values": ["排除选定的值"], - "Excluded roles": ["排除角色"], - "Executed SQL": ["已执行的SQL"], - "Executed query": ["已执行查询"], - "Execution ID": ["执行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'": [ - "" + "Number format": ["数字格式化"], + "Choose a number format": ["选择一种数字格式"], + "Source": ["来源"], + "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.": [ + "使用弦的厚度显示类别之间的流或链接。每一侧的值和相应厚度可能不同。" ], - "Experimental": ["实验"], - "Explore": ["探索"], - "Explore - %(table)s": ["查看 - %(table)s"], - "Explore the result set in the data exploration view": [ - "在数据探索视图中探索结果集" + "Relationships between community channels": ["社区频道之间的关系"], + "Chord Diagram": ["弦图"], + "Circular": ["圆"], + "Legacy": ["传统"], + "Proportional": ["比例"], + "Relational": ["关系"], + "Country": ["国家"], + "Which country to plot the map for?": ["为哪个国家绘制地图?"], + "ISO 3166-2 Codes": ["ISO 3166-2 代码"], + "Column containing ISO 3166-2 codes of region/province/department in your table.": [ + "表中包含地区/省/省的ISO 3166-2代码的列" ], - "Export": ["导出"], - "Export dashboards?": ["导出看板?"], - "Export query": ["导出查询"], - "Export to .CSV": ["导出为CSV"], - "Export to .JSON": ["导出为JSON"], - "Export to Excel": ["导出为Excel"], - "Export to PDF": ["导出为PDF"], - "Export to YAML": ["导出为YAML"], - "Export to YAML?": ["导出到YAML?"], - "Export to full .CSV": ["导出全量CSV"], - "Export to full Excel": ["导出全量Excel"], - "Export to original .CSV": ["导出原始CSV"], - "Export to pivoted .CSV": ["导出为透视表形式的CSV"], - "Expose database in SQL Lab": ["在SQL工具箱中展示数据库"], - "Expose in SQL Lab": ["在 SQL 工具箱中展示"], - "Expose this DB in SQL Lab": ["在 SQL 工具箱中展示这个数据库"], - "Expression": ["表达式"], - "Extra": ["扩展"], - "Extra Controls": ["额外控件"], - "Extra Parameters": ["额外参数"], - "Extra data for JS": ["给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.\" } }`." + "Metric to display bottom title": ["显示底部标题的指标"], + "Map": ["地图"], + "2D": ["2D"], + "Geo": ["地理位置"], + "Range": ["范围"], + "Stacked": ["堆叠"], + "Sorry, there appears to be no data": ["抱歉,似乎没有数据"], + "Event definition": ["事件定义"], + "Event Names": ["事件名称"], + "Columns to display": ["要显示的字段"], + "Order by entity id": ["按实体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.": [ + "很重要!如果表尚未按实体ID排序,则选择此项,否则无法保证返回每个实体的所有事件。" ], - "Extra field cannot be decoded by JSON. %(msg)s": [ - "JSON无法解码额外字段。%(msg)s" + "Minimum leaf node event count": ["叶节点最小事件数"], + "Leaf nodes that represent fewer than this number of events will be initially hidden in the visualization": [ + "表示少于此数量的事件的叶节点最初将隐藏在可视化中" ], - "Extra parameters for use in jinja templated queries": [ - "用于jinja模板化查询的额外参数" + "Additional metadata": ["附加元数据"], + "Metadata": ["元数据"], + "Select any columns for metadata inspection": [ + "选择任意列进行元数据巡检" ], - "Extra parameters that any plugins can choose to set for use in Jinja templated queries": [ - "用于jinja模板化查询的额外参数" + "Entity ID": ["实体ID"], + "e.g., a \"user id\" column": ["例如:userid列"], + "Max Events": ["最大事件数"], + "The maximum number of events to return, equivalent to the number of rows": [ + "返回的最大事件数,相当于行数" ], - "Extra url parameters for use in Jinja templated queries": [ - "用于jinja模板化查询的额外url" + "Compares the lengths of time different activities take in a shared timeline view.": [ + "比较不同活动在共享时间线视图中所花费的时间长度。" ], - "Extruded": ["拉伸"], - "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 generate chart edit URL": [""], - "Failed to load chart data": [""], - "Failed to load chart data.": [""], - "Failed to load dimensions for drill by": [""], - "Failed to retrieve advanced type": ["检索高级类型失败"], - "Failed to save cross-filter scoping": ["保存交叉筛选作用域失败"], - "Failed to start remote query on a worker.": ["无法启动远程查询"], - "Failed to tag items": ["给对象打标签失败"], - "Failed to update report": ["更新报告失败"], - "Failed to verify select options: %s": ["验证选择选项失败:%s"], - "Favorite": ["收藏"], - "February": ["二月"], - "Fetch Values Predicate": ["取值谓词"], - "Fetch data preview": ["获取数据预览"], - "Fetched %s": ["刷新于 %s"], - "Fetching": ["抓取中"], - "Field cannot be decoded by JSON. %(json_error)s": [ - "字段不能由JSON解码。%(json_error)s" + "Event Flow": ["事件流"], + "Progressive": ["进度"], + "Axis ascending": ["轴线升序"], + "Axis descending": ["轴线降序"], + "Metric ascending": ["指标升序"], + "Metric descending": ["指标降序"], + "Heatmap Options": ["热图选项"], + "XScale Interval": ["X 轴比例尺间隔"], + "Number of steps to take between ticks when displaying the X scale": [ + "显示 X 刻度时,在刻度之间表示的步骤数" ], - "Field cannot be decoded by JSON. %(msg)s": [ - "字段不能由JSON解码。%(msg)s" + "YScale Interval": ["Y 轴比例尺间隔"], + "Number of steps to take between ticks when displaying the Y scale": [ + "显示 Y 刻度时,在刻度之间表示的步骤数" ], - "Field is required": ["字段是必需的"], - "File": ["文件"], - "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["填充颜色"], - "Fill all required fields to enable \"Default Value\"": [ - "填写所有必填字段以启用默认值" + "Rendering": ["渲染"], + "pixelated (Sharp)": [""], + "auto (Smooth)": [""], + "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ + "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像" ], - "Fill method": ["填充方式"], - "Filled": ["填充"], - "Filter": ["过滤器"], - "Filter Configuration": ["过滤配置"], - "Filter List": ["过滤列表"], - "Filter Settings": ["过滤器设置"], - "Filter Type": ["过滤类型"], - "Filter charts": ["过滤您的图表"], - "Filter has default value": ["过滤器默认值"], - "Filter menu": ["过滤器菜单"], - "Filter name": ["过滤器名称"], - "Filter only displays values relevant to selections made in other filters.": [ + "Normalize Across": ["标准化"], + "x": [""], + "y": [""], + "Color will be shaded based the normalized (0% to 100%) value of a given cell against the other cells in the selected range: ": [ "" ], - "Filter results": ["过滤结果"], - "Filter type": ["过滤类型"], - "Filter value (case sensitive)": ["过滤值(区分大小写)"], - "Filter value is required": ["过滤器制是必须的"], - "Filter value list cannot be empty": ["过滤器值列表不能为空"], - "Filter your charts": ["过滤您的图表"], - "Filterable": ["可过滤"], - "Filters": ["过滤"], - "Filters by columns": ["按列过滤"], - "Filters by metrics": ["按指标过滤"], - "Filters for Comparison": ["用于比较的过滤器"], - "Filters for comparison must have a value": ["用于比较的过滤器必须有值"], - "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')" + "x: values are normalized within each column": [""], + "y: values are normalized within each row": [""], + "heatmap: values are normalized across the entire heatmap": [ + "热力图:其中所有数值都经过了归一化" ], - "Find": ["查找"], - "Finish": ["完成"], - "First": ["第一个值"], - "Fix the trend line to the full time range specified in case filtered results do not include the start or end dates": [ - "将趋势线固定为指定的完整时间范围,以防过滤的结果不包括开始日期或结束日期" + "Left Margin": ["左边距"], + "Left margin, in pixels, allowing for more room for axis labels": [ + "左边距,以像素为单位,为轴标签留出更多空间" ], - "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": [ - "轴标签、详图值和其他文本元素的字体大小" + "Bottom Margin": ["底部边距"], + "Bottom margin, in pixels, allowing for more room for axis labels": [ + "底部边距,以像素为单位,为轴标签留出更多空间" ], - "Font size for the biggest value in the list": ["列表中最大值的字体大小"], - "Font size for the smallest value in the list": [ - "列表中最小值的字体大小" + "Value bounds": ["值边界"], + "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ + "应用于颜色编码的硬值边界。只有当对整个热图应用标准化时才是相关的和应用的。" ], - "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ - "对于 Bigquery、Presto 和 Postgres,在运行查询之前,会显示一个按钮来计算成本。" + "Sort X Axis": ["排序X轴"], + "Sort Y Axis": ["排序Y轴"], + "Show percentage": ["显示百分比"], + "Whether to include the percentage in the tooltip": [ + "是否在工具提示中包含百分比" ], - "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "用于 Trino,描述嵌套的行类型的完整的模式,使用点号展开他的路径。" + "Normalized": ["标准化"], + "Whether to apply a normal distribution based on rank on the color scale": [ + "是否应用基于色标等级的正态分布" ], - "For further instructions, consult the": ["更深入的了解,请查看"], - "For more information about objects are in context in the scope of this function, refer to the": [ - "要了解在此函数作用域中上下文中的对象的更多信息,请参阅" + "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.": [ + "可视化各组之间的相关指标。热图擅长显示两组之间的相关性或强度。颜色用于强调各组之间的联系强度。" ], - "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应该查看所有数据。" + "Sizes of vehicles": ["工具尺寸"], + "Employment and education": ["就业和教育"], + "Heatmap (legacy)": ["热力图(传统)"], + "Density": ["密度"], + "Predictive": ["预测"], + "Single Metric": ["单个指标"], + "Deprecated": ["过时"], + "count": ["计数"], + "cumulative": ["累积"], + "percentile (exclusive)": ["百分位数(独占)"], + "Select the numeric columns to draw the histogram": [ + "选择数值列来绘制直方图" ], - "Force": ["力导向"], - "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "在SQL工具箱中点击CTAS或CVAS强制创建所有数据表或视图" + "No of Bins": ["直方图容器数"], + "Select the number of bins for the histogram": ["选择直方图的分箱数量"], + "X Axis Label": ["X 轴标签"], + "Y Axis Label": ["Y 轴标签"], + "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": [ + "获取数据点,并将其分组,以查看信息最密集的区域" ], - "Force categorical": ["强制分类"], - "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.": [""], - "Format SQL": ["格式化SQL"], - "Formatted CSV attached in email": ["邮件中附上格式化好的CSV"], - "Formatted date": ["格式日期"], - "Formatted value": ["格式化值"], - "Formatting": ["自动匹配格式化"], - "Formula": ["公式"], - "Forward values": ["向前数值"], - "Found invalid orderby options": ["发现无效的orderby选项"], - "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": [ - "进一步自定义如何显示每列" + "Population age data": ["人口年龄数据"], + "Contribution": ["贡献"], + "Compute the contribution to the total": ["计算对总数的贡献值"], + "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": [ + "series:独立处理每个序列;overall:所有序列使用相同的比例;change:显示与每个序列中第一个数据点相比的更改" ], - "Further customize how to display each metric": [ - "进一步定制如何显示每个指标" + "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.": [ + "比较指标在不同组之间随时间的变化情况。每一组被映射到一行,并且随着时间的变化被可视化地显示条的长度和颜色。" ], - "GROUP BY": ["分组"], - "Gauge Chart": ["仪表图"], - "General": ["一般"], - "Generating link, please wait..": ["生成链接,请稍等..."], - "Generic Chart": ["通用图表"], - "Geo": ["地理位置"], - "GeoJson Column": ["GeoJSON列"], - "GeoJson Settings": ["GeoJSON设置"], - "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": [""], + "Horizon Chart": ["横向图表"], + "Dark Cyan": [""], "Gold": [""], - "Google Sheet Name and URL": ["Google Sheet名称和URL"], - "Grace period": ["宽限期"], - "Graph Chart": ["圆点图"], - "Graph layout": ["图表布局"], - "Gravity": ["重力"], - "Greater or equal (>=)": ["大于等于(>=)"], - "Greater than (>)": ["大于(>)"], - "Grid": ["网格"], - "Grid Size": ["网格大小"], - "Group By": ["分组"], - "Group By, Metrics or Percentage Metrics must have a value": [ - "分组、指标或百分比指标必须具有值" + "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.": [ + "算法用来定义一个聚合群的半径(以像素为单位)。选择0关闭聚,但要注意大量的点(>1000)会导致处理时间变长。" ], - "Group Key": ["分组"], - "Group by": ["分组"], - "Groupable": ["可分组"], - "Guest user cannot modify chart payload": [""], - "Handlebars": ["Handlebars"], - "Handlebars Template": ["Handlebars模板"], - "Hard value bounds applied for color coding. Is only relevant and applied when the normalization is applied against the whole heatmap.": [ - "应用于颜色编码的硬值边界。只有当对整个热图应用标准化时才是相关的和应用的。" + "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": [ + "单个点的半径(不在聚合群中的点)。一个数值列或“AUTO”,它根据最大的聚合群来缩放点。" ], - "Has created by": ["已创建"], - "Header": ["标题行"], - "Header Row": ["标题行"], - "Heatmap": ["热力图"], - "Heatmap Options": ["热图选项"], - "Height": ["高度"], - "Height of the sparkline": ["迷你图的高度"], - "Hide Line": ["隐藏线"], - "Hide chart description": ["隐藏图表说明"], - "Hide layer": ["隐藏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": ["主机名或IP"], - "Hour": ["小时"], - "Hours %s": ["%s小时"], - "Hours offset": ["小时偏移"], - "How do you want to enter service account credentials?": [ - "您希望如何输入服务帐户凭据?" + "Point Radius Unit": ["点半径单位"], + "Pixels": ["像素"], + "The unit of measure for the specified point radius": [ + "指定点半径的度量单位" ], - "How many buckets should the data be grouped in.": [""], - "How many periods into the future do we want to predict": [ - "想要预测未来的多少个时期" + "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.": [ + "如果分组被使用 `count` 表示 COUNT(*)。数值列将与聚合器聚合。非数值列将用于维度列。留空以获得每个聚合群中的点计数。" ], - "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.": [ - "如何显示时间偏移:作为单独的行显示;作为主时间序列与每次时间偏移之间的绝对差显示;作为百分比变化显示;或作为序列与时间偏移之间的比率显示。" + "Cluster label aggregator": ["聚类标签聚合器"], + "sum": ["求和"], + "std": ["标准差"], + "Aggregate function applied to the list of points in each cluster to produce the cluster label.": [ + "聚合函数应用于每个群集中的点列表以产生聚合标签。" ], - "Huge": ["巨大"], - "ISO 3166-2 Codes": ["ISO 3166-2 代码"], - "ISO 8601": ["ISO 8601"], - "Id": ["Id"], - "Id of root node of the tree.": ["树的根节点的ID。"], - "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.": [ - "如果使用Presto,SQL 工具箱中的所有查询都将被当前登录的用户执行,并且这些用户必须拥有运行它们的权限。如果启用 Hive 和 hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据 hive.server2.proxy.user 的属性伪装当前登录用户。" + "Visual Tweaks": ["视觉调整"], + "Live render": ["实时渲染"], + "Points and clusters will update as the viewport is being changed": [ + "点和聚合群将随着视图改变而更新。" ], - "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "如果使用Presto,SQL 工具箱中的所有查询都将被当前登录的用户执行,并且这些用户必须拥有运行它们的权限。
如果启用 Hive 和hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据hive.server2.proxy.user的属性伪装当前登录用户。" + "Map Style": ["地图样式"], + "Satellite Streets": [""], + "Outdoors": ["户外"], + "Base layer map style. See Mapbox documentation: %s": [""], + "Opacity": ["不透明度"], + "Opacity of all clusters, points, and labels. Between 0 and 1.": [ + "所有聚合群、点和标签的不透明度。在0到1之间。" ], - "If Table Already Exists": ["如果表已存在"], - "If a metric is specified, sorting will be done based on the metric value": [ - "如果指定了度量,则将根据该度量值进行排序" + "RGB Color": ["RGB颜色"], + "The color for points and clusters in RGB": ["点和聚合群的颜色(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.": [ + "使用一个或多个控件来分组。一旦分组,则纬度和经度列必须存在。" ], - "If duplicate columns are not overridden, they will be presented as \"X.1, X.2 ...X.x\"": [ - "" + "Light mode": ["明亮模式"], + "Dark mode": ["黑暗模式"], + "MapBox": ["MapBox地图"], + "Scatter": ["散点"], + "Transformable": ["转换"], + "Significance Level": ["显著性"], + "Threshold alpha level for determining significance": [ + "确定重要性的阈值α水平" ], - "If enabled, this control sorts the results/values descending, otherwise it sorts the results ascending.": [ - "" + "p-value precision": ["P值精度"], + "Number of decimal places with which to display p-values": [ + "用于显示p值的小数位数" ], - "If selected, please set the schemas allowed for csv upload in Extra.": [ - "如果选择,请额外设置csv上传允许的模式。" + "Lift percent precision": ["提升百分比精度"], + "Number of decimal places with which to display lift values": [ + "用于显示升力值的小数位数" ], - "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "如果表已存在,执行其中一个:舍弃(什么都不做),替换(删除表并重建),或者追加(插入数据)" + "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ + "可视化检验的表格,用于了解各组之间的统计差异" ], - "Ignore cache when generating report": ["生成报告时忽略缓存"], - "Ignore null locations": ["忽略空位置"], - "Ignore time": ["忽略时间"], - "Image (PNG) embedded in email": ["使用邮箱发送图片(PNG)"], - "Image download failed, please refresh and try again.": [ - "图片发送失败,请刷新或重试" + "Paired t-test Table": ["配对T检测表"], + "Statistical": ["统计"], + "Tabular": ["表格"], + "Options": ["设置"], + "Data Table": ["数据表"], + "Whether to display the interactive data table": [ + "是否显示交互式数据表格" ], - "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ - "模拟登录用户 (Presto, Trino, Drill & Hive)" + "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.": [ + "垂直地绘制数据中每一行的单个指标,并将它们链接成一行。此图表用于比较数据中所有样本或行中的多个指标。" ], - "Impersonate the logged on user": ["模拟登录用户"], - "Import": ["导入"], - "Import %s": ["导入 %s"], - "Import Dashboard(s)": ["导入看板"], - "Import a table definition": ["导入一个已定义的表"], - "Import chart failed for an unknown reason": ["导入图表失败,原因未知"], - "Import charts": ["导入图表"], - "Import dashboard failed for an unknown reason": [ - "因为未知原因导入看板失败" + "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": ["指定期间内的值总和"], + "Metric change in value from `since` to `until`": [ + "从 `since` 到 `until` 的度量值变化" ], - "Import dashboards": ["导入看板"], - "Import database failed for an unknown reason": [ - "导入数据库失败,原因未知" + "Percent Change": ["百分比变化"], + "Metric percent change in value from `since` to `until`": [ + "从 `since` 到 `until` 的指标变化百分比" ], - "Import database from file": ["从文件中导入数据库"], - "Import dataset failed for an unknown reason": [ - "因为未知的原因导入数据集失败" + "Factor": ["因子"], + "Metric factor change from `since` to `until`": [ + "指标因子从 `since` 到 `until` 的变化" ], - "Import datasets": ["导入数据集"], - "Import queries": ["导入查询"], - "Import saved query failed for an unknown reason.": [ - "由于未知原因,导入保存的查询失败。" + "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": [ + "每组的最大细分数;较低的值首先被删除" ], - "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.": [ - "很重要!如果表尚未按实体ID排序,则选择此项,否则无法保证返回每个实体的所有事件。" + "Partition Threshold": ["分区阈值"], + "Partitions whose height to parent height proportions are below this value are pruned": [ + "高度与父高度的比例低于此值的分区将被修剪" ], - "In": [""], - "Include Series": ["包含系列"], - "Include a description that will be sent with your report": [ - "描述要发送给你的报告" + "Log Scale": ["对数尺度"], + "Use a log scale": ["使用对数刻度"], + "Equal Date Sizes": ["相同的日期大小"], + "Check to force date partitions to have the same height": [ + "选中以强制日期分区具有相同的高度" ], - "Include series name as an axis": ["包括系列名称作为轴"], - "Include time": ["包含时间"], - "Increase": ["增加"], - "Index": ["索引"], - "Index Column": ["索引字段"], - "Info": ["信息"], - "Inner Radius": ["内半径"], - "Inner radius of donut hole": ["圆环圈内部空洞的内径"], - "Input custom width in pixels": ["输入自定义宽度(像素)"], - "Input field supports custom rotation. e.g. 30 for 30°": [ - "输入字段支持自定义。例如,30代表30°" + "Rich Tooltip": ["详细提示"], + "The rich tooltip shows a list of all series for that point in time": [ + "详细提示显示了该时间点的所有序列的列表。" ], - "Intensity": ["强度"], - "Intensity Radius": ["强度半径"], - "Intensity Radius is the radius at which the weight is distributed": [ - "强度半径是指权重分布的半径" + "Rolling Window": ["滚动窗口"], + "Rolling Function": ["滚动函数"], + "cumsum": ["累积求和"], + "Min Periods": ["最小周期"], + "Time Comparison": ["时间比对"], + "Time Shift": ["时间偏移"], + "30 days": ["30天"], + "1T": [""], + "1H": [""], + "1D": [""], + "7D": [""], + "1M": [""], + "1AS": [""], + "Method": ["方法"], + "asfreq": [""], + "bfill": [""], + "ffill": [""], + "median": ["中位数"], + "Part of a Whole": ["占比"], + "Compare the same summarized metric across multiple groups.": [ + "跨多个组比较相同的汇总指标" + ], + "Partition Chart": ["分区图"], + "Categorical": ["分类"], + "Use Area Proportions": ["使用面积比例"], + "Check if the Rose Chart should use segment area instead of segment radius for proportioning": [ + "检查玫瑰图是否应该使用线段面积而不是线段半径来进行比例" + ], + "A polar coordinate chart where the circle is broken into wedges of equal angle, and the value represented by any wedge is illustrated by its area, rather than its radius or sweep angle.": [ + "一种极坐标图表,其中圆被分成等角度的楔形,任何楔形表示的值由其面积表示,而不是其半径或扫掠角度。" + ], + "Nightingale Rose Chart": ["南丁格尔玫瑰图"], + "Advanced-Analytics": ["高级分析"], + "Multi-Layers": ["多层"], + "Source / Target": ["源/目标"], + "Choose a source and a target": ["选择一个源和一个目标"], + "Limiting rows may result in incomplete data and misleading charts. Consider filtering or grouping source/target names instead.": [ + "限制行数可能导致不完整的数据和误导性的图表。可以考虑过滤或分组源/目标名称。" + ], + "Visualizes the flow of different group's values through different stages of a system. New stages in the pipeline are visualized as nodes or layers. The thickness of the bars or edges represent the metric being visualized.": [ + "可视化不同组的值在系统不同阶段的流动。管道中的新阶段被可视化为节点或层。条形或边缘的厚度表示正在可视化的度量。" + ], + "Demographics": ["人口统计"], + "Survey Responses": ["调查结果"], + "Sankey Diagram": ["桑基图"], + "Percentages": ["百分比"], + "Sankey Diagram with Loops": ["桑基图"], + "Country Field Type": ["国家字段的类型"], + "code International Olympic Committee (cioc)": [""], + "code ISO 3166-1 alpha-2 (cca2)": [""], + "code ISO 3166-1 alpha-3 (cca3)": [""], + "The country code standard that Superset should expect to find in the [country] column": [ + "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码" + ], + "Show Bubbles": ["显示气泡"], + "Whether to display bubbles on top of countries": [ + "是否在国家之上展示气泡" + ], + "Max Bubble Size": ["最大气泡的尺寸"], + "Choose whether a country should be shaded by the metric, or assigned a color based on a categorical color palette": [ + "" + ], + "Country Column": ["国家字段"], + "3 letter code of the country": ["国家3字码"], + "Metric that defines the size of the bubble": ["定义指标的气泡大小"], + "Bubble Color": ["气泡颜色"], + "Country Color Scheme": ["国家颜色方案"], + "A map of the world, that can indicate values in different countries.": [ + "一张世界地图,可以显示不同国家的价值观。" + ], + "Multi-Dimensions": ["多维度"], + "Multi-Variables": ["多元"], + "Popular": ["常用"], + "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.": [""], + "Point to your spatial columns": ["指向你的地理空间列"], + "Pick a dimension from which categorical colors are defined": [""], + "Advanced": ["高级选项"], + "Plot the distance (like flight paths) between origin and destination.": [ + "" + ], + "deck.gl Arc": ["Deck.gl - 圆弧图"], + "3D": [""], + "Web": ["网络"], + "The function to use when aggregating points into groups": [""], + "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ + "定义等高线图层。等值线代表一组线段的集合,这些线段将高于和低于给定阈值的区域分隔开来。等值带代表一组多边形的集合,用以填充包含在给定阈值范围内的区域。" + ], + "Metric used as a weight for the grid's coloring": [""], + "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ + "使用高斯核密度估计来可视化数据的空间分布。" + ], + "Spatial": ["空间"], + "pixels": ["像素"], + "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ + "" + ], + "Height": ["高度"], + "Metric used to control height": [""], + "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "" ], "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "Interval": ["间隔"], - "Interval End column": ["间隔结束列"], - "Interval bounds": ["区间间隔"], - "Interval colors": ["间隔颜色"], - "Interval start column": ["间隔开始列"], - "Intervals": ["间隔"], - "Intesity": ["强度"], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ - "连接字符串无效,有效字符串通常如下:ocient://user:pass@host:port/database" + "Intensity Radius is the radius at which the weight is distributed": [ + "强度半径是指权重分布的半径" ], - "Invalid JSON": ["无效的JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "无效的高级数据类型:%(advanced_data_type)s" + "p1": [""], + "p5": [""], + "p95": [""], + "p99": [""], + "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ + "" ], - "Invalid certificate": ["无效认证"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "连接字符串无效,有效字符串通常如下:backend+driver://user:password@database-host/database-name" + "Polyline": ["多段线"], + "Visualizes connected points, which form a path, on a map.": [""], + "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.": [""], + "Allow sending multiple polygons as a filter event": [ + "允许使用多个多边形来过滤事件" ], - "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'

" + "Visualizes geographic areas from your data as polygons on a Mapbox rendered map. Polygons can be colored using a metric.": [ + "" ], - "Invalid cron expression": ["无效cron表达式"], - "Invalid cumulative operator: %(operator)s": [ - "累积运算符无效:%(operator)s" + "Category": ["分类"], + "Radius in kilometers": [""], + "Radius in miles": ["半径(英里)"], + "Minimum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this minimum radius.": [ + "" ], - "Invalid currency code in saved metrics": [""], - "Invalid date/timestamp format": ["无效的日期/时间戳格式"], - "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: %(metric)s": ["无效的指标对象"], - "Invalid numpy function: %(operator)s": ["无效的numpy函数:%(operator)s"], - "Invalid options for %(rolling_type)s: %(options)s": [ - "%(rolling_type)s 的选项无效:%(options)s" + "Maximum Radius": ["最大半径"], + "Maximum radius size of the circle, in pixels. As the zoom level changes, this insures that the circle respects this maximum radius.": [ + "圆的最大半径尺寸,以像素为单位。随着缩放级别的变化,这确保圆始终保持这一最大半径。" ], - "Invalid permalink key": [""], - "Invalid reference to column: \"%(column)s\"": [""], - "Invalid result type: %(result_type)s": [ - "无效的结果类型:%(result_type)s" + "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ + "" ], - "Invalid rolling_type: %(type)s": ["无效的滚动类型:%(type)s"], - "Invalid spatial point encountered: %(latlong)s": [ - "遇到无效的空间点:%(latlong)s" + "Aggregates data within the boundary of grid cells and maps the aggregated values to a dynamic color scale": [ + "" ], - "Invalid state.": ["无效状态。"], - "Invalid tab ids: %s(tab_ids)": [""], - "Inverse selection": ["反选"], - "Invert current page": ["反转当前页"], - "Is certified": ["已认证"], - "Is custom tag": ["自定义标签"], - "Is dimension": ["维度"], - "Is false": ["禁用"], - "Is favorite": ["收藏"], - "Is filterable": ["可被过滤"], - "Is not null": ["非空"], - "Is null": ["是空"], - "Is tagged": ["有标签"], - "Is temporal": ["时间条件"], - "Is true": ["为真"], - "Isoband": ["等值带"], - "Isoline": ["等值线"], - "Issue 1000 - The dataset is too large to query.": [ - "Issue 1000 - 数据集太大,无法进行查询。" + "For more information about objects are in context in the scope of this function, refer to the": [ + "要了解在此函数作用域中上下文中的对象的更多信息,请参阅" ], - "Issue 1001 - The database is under an unusual load.": [ - "Issue 1001 - 数据库负载异常。" + " source code of Superset's sandboxed parser": [""], + "This functionality is disabled in your environment for security reasons.": [ + "出于安全考虑,此功能在您的环境中被禁用。" ], - "It’s not recommended to truncate axis in Bar chart.": [ - "不建议截断柱状图中的y轴。" + "Ignore null locations": ["忽略空位置"], + "When checked, the map will zoom to your data after each query": [ + "勾选后,每次查询后地图将自动缩放至您的数据范围" ], - "JAN": ["一月"], - "JSON": ["JSON"], - "JSON Metadata": ["JSON 元数据"], - "JSON metadata": ["JSON 元数据"], - "JSON metadata is invalid!": ["无效 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.": [ - "包含附加连接配置的JSON字符串。它用于为配置单元、Presto和BigQuery等系统提供连接信息,这些系统不符合SQLAlChemy通常使用的用户名:密码语法。" + "Extra data for JS": ["给JS的额外数据"], + "List of extra columns made available in JavaScript functions": [ + "在JavaScript函数中可用的额外列列表" ], - "JUL": ["七月"], - "JUN": ["六月"], - "January": ["一月"], "JavaScript data interceptor": ["JS数据拦截器"], - "JavaScript onClick href": [""], - "JavaScript tooltip generator": ["JS提示生成器"], - "Jinja templating": ["Jinja模板"], - "Json list of the column names that should be read": [ - "应当读取的列名的 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.": [ + "定义一个 JavaScript 函数,该函数接收用于可视化的数据数组,并期望返回该数组的修改版本。这可以用来改变数据的属性、进行过滤或丰富数组。" ], - "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Json应读取的列名列表。如果不是“无”,则仅从文件中读取这些列" + "JavaScript tooltip generator": ["JS提示生成器"], + "Define a function that receives the input and outputs the content for a tooltip": [ + "定义一个函数,该函数接收输入并输出用于工具提示的内容" ], - "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": [ - "应视为null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive数据库仅支持单个值。用 [\"\"] 代表空字符串。" + "JavaScript onClick href": [""], + "Define a function that returns a URL to navigate to when user clicks": [ + "定义一个函数,该函数返回用户点击时导航至的 URL 地址" ], - "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.": [ - "应视为null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive数据库仅支持单个值。用 [\"\"] 代表空字符串。" + "Line width": ["线宽"], + " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ + "如果您不想覆盖GeoJSON中指定的颜色,请将不透明度设置为0" ], - "July": ["七月"], - "June": ["六月"], - "KPI": ["指标"], - "Keep control settings?": [""], - "Keep editing": ["继续编辑"], - "Key": ["键"], - "Keyboard shortcuts": ["键盘快捷键"], - "Keys for table": ["表的键"], - "Kilometers": ["千米"], - "LIMIT": ["行限制"], - "Label": ["标签"], - "Label Contents": ["标签内容"], - "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": ["最后更新 %s"], - "Last Updated %s by %s": ["最后由 %s 更新 %s"], - "Last available value seen on %s": ["到 %s 最后一个可用值"], - "last day": ["昨天"], - "Last modified": ["最后修改"], - "last month": ["上一月"], - "last quarter": ["上一季度"], - "Last run": ["上次执行"], - "last week": ["上一周"], - "last year": ["上一年"], - "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 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)": ["Like(区分大小写)"], - "Limit reached": ["达到限制"], - "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.": [ - "限制显示的系列数。应用联接的子查询(或不支持子查询的额外阶段)来限制获取和呈现的序列数量。此功能在按高基数列分组时很有用,但会增加查询的复杂性和成本。" + "Defines the grid size in pixels": [""], + "Parameters related to the view and perspective on the map": [""], + "Factor to multiply the metric by": ["用于乘以度量值的因子"], + "geohash (square)": [""], + "Right Axis Format": ["右轴格式化"], + "Show Markers": ["显示标记"], + "Show data points as circle markers on the lines": [ + "将数据点显示为线条上的圆形标记" ], - "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ - "限制了用于此图表的数据源查询中计算的行数。" + "Y bounds": ["Y 界限"], + "Whether to display the min and max values of the Y-axis": [ + "是否显示Y轴的最小值和最大值" ], - "Line": ["直线"], - "Line Chart": ["折线图"], - "Time-series Line Chart (legacy)": ["折线图(传统)"], + "Y 2 bounds": ["Y 界限"], "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.": [ - "时间序列折线图用于可视化在规则时间间隔内进行的重复测量。折线图是一种图表,它将信息显示为一系列由直线段连接的数据点。它是许多领域中常见的一种基本类型的图表。" - ], + "step-before": ["阶梯 - 之前"], "Line interpolation as defined by d3.js": ["由 d3.js 定义的线插值"], - "Line width": ["线宽"], - "Line width unit": ["线宽单位"], - "Linear Color Scheme": ["线性颜色方案"], - "Linear color scheme": ["线性颜色方案"], - "Linear interpolation": ["线性插值"], - "Lines column": ["线段列"], - "Lines encoding": ["线段编码"], - "Link Copied!": ["链接已复制!"], - "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": ["要用直线标记的值列表"], - "List of values to mark with triangles": ["要用三角形标记的值列表"], - "List updated": ["列表已更新"], - "Live CSS editor": ["即时 CSS 编辑器"], - "Live render": ["实时渲染"], - "Load a CSS template": ["加载一个 CSS 模板"], - "Loaded data cached": ["加载的数据已缓存"], - "Loaded from cache": ["从缓存中加载"], - "Loading": ["加载中..."], - "Loading...": ["加载中..."], - "Locate the chart": ["定位到图表"], - "Log Scale": ["对数尺度"], - "Log retention": ["日志保留"], - "Logarithmic axis": ["对数轴"], - "Logarithmic scale on primary y-axis": ["对数刻度在主y轴上"], - "Logarithmic scale on secondary y-axis": ["二次y轴上的对数刻度"], - "Logarithmic x-axis": ["对数轴"], - "Logarithmic y-axis": ["对数轴"], - "Login": ["登录"], - "Login with": ["登录方式"], - "Logout": ["登出"], - "Logs": ["日志"], - "Long dashed": ["长虚线"], - "Longitude": ["经度"], - "Longitude & Latitude": ["经纬度字段"], - "Longitude & Latitude columns": ["经纬度字段"], - "Longitude and Latitude": ["经度/纬度"], - "Longitude of default viewport": ["默认视口经度"], - "Lower Threshold": ["阈值下限"], - "Lower threshold must be lower than upper threshold": [ - "阈值下限必须比阈值上限小" + "Show Range Filter": ["显示范围过滤器"], + "Whether to display the time range interactive selector": [ + "是否显示时间范围交互选择器" ], - "MAR": ["三月"], - "MAY": ["五月"], - "MON": ["星期一"], - "Main Datetime Column": ["主日期列"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "此查询没有返回任何结果。如果希望返回结果,请确保所有过滤选择的配置正确,并且数据源包含所选时间范围的数据。" + "Extra Controls": ["额外控件"], + "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ + "是否显示额外的控件。额外的控制包括使多栏图表堆叠或并排。" ], - "Make the x-axis categorical": [""], - "Malformed request. slice_id or table_name and db_name arguments are expected": [ - "格式错误的请求。需要使用 slice_id 或 table_name 和 db_name 参数" + "X Tick Layout": ["X 轴刻度图层"], + "The way the ticks are laid out on the X-axis": ["X轴刻度的布局方式"], + "X Axis Format": ["X 轴格式化"], + "Y Log Scale": ["Y 对数尺度"], + "Use a log scale for the Y-axis": ["Y轴上使用对数刻度"], + "Y Axis Bounds": ["Y 轴界限"], + "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ + "Y轴的边界。当空时,边界是根据数据的最小/最大值动态定义的。请注意,此功能只会扩展轴范围。它不会缩小数据范围。" ], - "Manage": ["管理"], - "Manage email report": ["管理邮件报告"], - "Manage your databases": ["管理你的数据库"], - "Mandatory": ["必填参数"], - "Manually set min/max values for the y-axis.": ["手工设置Y轴最大最小值"], - "Map": ["地图"], - "Map Style": ["地图样式"], - "MapBox": ["MapBox地图"], - "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": ["Markup 类型"], - "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.": [ - "圆的最大半径尺寸,以像素为单位。随着缩放级别的变化,这确保圆始终保持这一最大半径。" + "Y Axis 2 Bounds": ["Y 轴界限"], + "X bounds": ["X 界限"], + "Whether to display the min and max values of the X-axis": [ + "是否显示X轴的最小值和最大值" ], - "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.": [ - "边缘宽度中间值,最厚的边缘将比最薄的边缘厚4倍" + "Bar Values": ["柱状图的值"], + "Show the value on top of the bar": ["在柱子上方显示值"], + "Stacked Bars": ["堆叠柱状图"], + "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,则对列应用最小宽度,宽度可能溢出到水平滚动条中。" ], - "Median node size, the largest node will be 4 times larger than the smallest": [ - "节点大小中位数,最大的节点将比最小的节点大4倍" + "You cannot use 45° tick layout along with the time range filter": [ + "不能将45°刻度线布局与时间范围过滤器一起使用" ], - "Median values": ["中位数值"], - "Medium": ["中"], - "Menu actions trigger": [""], - "Message content": ["消息内容"], - "Metadata": ["元数据"], - "Metadata Parameters": ["元数据参数"], - "Metadata has been synced": ["元数据已同步"], - "Method": ["方法"], - "Metric": ["指标"], - "Metric '%(metric)s' does not exist": ["指标 '%(metric)s' 不存在"], - "Metric Key": ["指标"], - "Metric ascending": ["指标升序"], - "Metric assigned to the [X] axis": ["分配给 [X] 轴的指标"], - "Metric assigned to the [Y] axis": ["分配给 [Y] 轴的指标"], - "Metric change in value from `since` to `until`": [ - "从 `since` 到 `until` 的度量值变化" + "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.": [ + "时间序列图表,直观显示多个组中的相关指标随时间的变化情况。每组使用不同的颜色进行可视化" ], - "Metric currency": ["指标货币类型"], - "Metric descending": ["指标降序"], - "Metric factor change from `since` to `until`": [ - "指标因子从 `since` 到 `until` 的变化" + "Stretched style": ["拉伸样式"], + "Stacked style": ["堆叠样式"], + "Video game consoles": ["控制台"], + "Vehicle Types": ["类型"], + "Continuous": ["连续式"], + "Line": ["直线"], + "nvd3": ["nvd3"], + "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.": [ + "使用条形图可视化指标随时间的变化。按列添加分组以可视化分组级别的指标及其随时间变化的方式。" ], - "Metric for node values": ["节点值的指标"], - "Metric name": ["指标名称"], - "Metric name [%s] is duplicated": ["指标名称 [%s] 重复"], - "Metric percent change in value from `since` to `until`": [ - "从 `since` 到 `until` 的指标变化百分比" + "Bar": ["柱"], + "Box Plot": ["箱线图"], + "X Log Scale": ["X 对数尺度"], + "Use a log scale for the X-axis": ["X轴上使用对数刻度"], + "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轴和气泡大小)可视化度量。同一组中的气泡可以“使用气泡颜色显示" ], - "Metric that defines the size of the bubble": ["定义指标的气泡大小"], - "Metric to display bottom title": ["显示底部标题的指标"], - "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).": [ - "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" + "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.": [ + "显示单个指标相对于给定目标的进度。填充越高,度量越接近目标" ], - "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).": [ - "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" + "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ + "在一个图表中显示许多不同的时间序列对象。此图表已被弃用,建议改用时间序列图表" ], - "Metric used to order the limit if a series limit is present. If undefined reverts to the first metric (where appropriate).": [ - "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" + "Time-series Percent Change": ["时间序列-百分比变化"], + "Sort Bars": ["排序柱状图"], + "Sort bars by x labels.": ["按 x 标签排序。"], + "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.": [ + "使用条形图比较不同类别的指标。条形长度用于指示每个值的大小,颜色用于区分组。" ], - "Metrics": ["指标"], - "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": ["次级分隔线"], - "Minor ticks": ["次级刻度"], - "Minute": ["分钟"], - "Minutes %s": ["%s分钟"], - "Missing URL parameters": ["缺失URL参数"], - "Missing dataset": ["丢失数据集"], - "Mixed Chart": ["混合图表"], - "Modified": ["已修改"], - "Modified %s": ["最后修改 %s"], - "Modified by": ["修改人"], - "Modified by: %s": ["上次修改人 %s"], - "Modified columns: %s": ["修改的列:%s"], - "Monday": ["星期一"], - "Month": ["月"], - "Months %s": ["%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 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": [ - "接受多种格式,查看geopy.points库以获取更多细节" - ], - "Multiplier": ["倍数"], - "Must be unique": ["需要唯一"], - "Must choose either a chart or a dashboard": [ - "选择图表或看板,不能都全部选择" - ], - "Must have a [Group By] column to have 'count' as the [Label]": [ - "[Group By] 列必须要有 ‘count’字段作为 [标签]" - ], - "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"], - "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.": [ - "从excel数据将创建的表的名称。" - ], - "Name of table to be created with CSV file": [ - "从CSV数据将创建的表的名称。" - ], - "Name of the column containing the id of the parent node": [ - "包含父节点id的列的名称" - ], - "Name of the id column": ["ID列名称"], - "Name of the source nodes": ["源节点名称"], - "Name of the table that exists in the source database": [ - "源数据库中存在的表名称" - ], - "Name of the target nodes": ["目标节点名称"], - "Name of your tag": ["标签的名称"], - "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": ["新增的列:%s"], - "New dataset": ["新数据集"], - "New dataset name": ["数据集名称"], - "New header": ["子标题"], - "New tab": ["新选项卡"], - "New tab (Ctrl + q)": ["新建选项卡 (Ctrl + q)"], - "New tab (Ctrl + t)": ["新建选项卡 (Ctrl + t)"], - "Next": ["下一个"], - "Nightingale Rose Chart": ["南丁格尔玫瑰图"], - "No": ["否"], - "No %s yet": ["还没有 %s"], - "No Data": ["没有数据"], - "No Results": ["无结果"], - "No Rules yet": ["还没有规则"], - "No Tags created": ["还没创建标签"], - "No annotation layers": ["没有注释层"], - "No annotation layers yet": ["还没有注释层"], - "No annotation yet": ["没有注释"], - "No applied filters": ["没有应用过滤器"], - "No available filters.": ["没有有效的过滤器"], - "No charts": ["没有图表"], - "No charts yet": ["还没有图表"], - "No columns found": ["找不到列"], - "No compatible columns found": ["找不到兼容的列"], - "No compatible datasets found": ["找不到兼容的数据库"], - "No compatible schema found": ["找不到兼容的模式"], - "No dashboards yet": ["还没有看板"], - "No data": ["没有数据"], - "No data after filtering or data is NULL for the latest time record": [ - "过滤后没有数据,或者最新时间记录的数据为NULL" - ], - "No data in file": ["文件中无数据"], - "No databases match your search": ["没有与您的搜索匹配的数据库"], - "No description available.": ["没有可用的描述"], - "No entities have this tag currently assigned": [""], - "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.": [ - "没有发现这样的列。若要在度量值上筛选,请尝试自定义SQL选项卡。" - ], - "No table columns": ["没有列"], - "No temporal columns found": ["没有找到时间列"], - "No time columns": ["没有时间列"], - "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ - "未找到名为 %(validator_name)s 的验证器(为 %(engine_spec)s 引擎配置)" - ], - "Node label position": ["节点标签位置"], - "Node select mode": ["节点选择模式"], - "Node size": ["节点大小"], - "None": ["空"], - "None -> Arrow": ["无-> 箭头"], - "None -> None": ["无->无"], - "Normal": ["正常"], - "Normalize Across": ["标准化"], - "Normalize column names": ["标准化列名称"], - "Normalized": ["标准化"], - "Not Time Series": ["没有时间系列"], - "Not added to any dashboard": ["没有添加到任何看板"], - "Not available": ["没有可用信息"], - "Not defined": ["未定义"], - "Not equal to (≠)": ["不等于(≠)"], - "Not in": ["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 formatting": ["数字格式化"], - "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": [ - "用于显示p值的小数位数" - ], - "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ - "" - ], - "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": [ - "显示 X 刻度时,在刻度之间表示的步骤数" - ], - "Number of steps to take between ticks when displaying the Y scale": [ - "显示 Y 刻度时,在刻度之间表示的步骤数" - ], - "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 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 malformed.": [ - "查询中指定的一个或多个参数的格式不正确。" - ], - "One or more parameters specified in the query are missing.": [ - "查询中指定的一个或多个参数丢失。" - ], - "One ore more annotation layers failed loading.": [ - "一个或多个注释层加载失败。" - ], - "Only SELECT statements are allowed against this database.": [ - "此数据库只允许使用 `SELECT` 语句" - ], - "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" - ], - "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.": [ - "所有聚合群、点和标签的不透明度。在0到1之间。" - ], - "Opacity of area chart.": ["面积图的不透明度"], - "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ - "" - ], - "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工作节点以及一个结果后端。有关更多信息,请参考安装文档。" - ], - "Operator": ["运算符"], - "Operator undefined for aggregator: %(name)s": [ - "未定义聚合器的运算符:%(name)s" - ], - "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "用于验证HTTPS请求的可选 CA_BUNDLE 内容。仅在某些数据库引擎上可用。" - ], - "Optional d3 date format string": ["条件格式设置"], - "Optional d3 number format string": ["条件格式设置"], - "Optional name of the data column.": ["数据列的可选名称"], - "Optional warning about use of this metric": ["关于使用此指标的可选警告"], - "Options": ["设置"], - "Or choose from a list of other databases we support:": [ - "或者从我们支持的其他数据库列表中选择:" - ], - "Order by entity id": ["按实体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.": [ - "从相对时间段覆盖一个或多个时间序列。期望自然语言中的相对时间增量(例如:24小时、7天、56周、365天)" - ], - "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.": [ - "" - ], - "Override time grain": ["显示Druid原始时间"], - "Override time range": ["编辑时间范围"], - "Overwrite": ["覆盖"], - "Overwrite & Explore": ["覆写和浏览"], - "Overwrite Dashboard [%s]": ["覆盖看板 [%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.": [ - "所有者是一个用户列表,这些用户有权限修改仪表板。可按名称或用户名搜索。" - ], - "PDF download failed, please refresh and try again.": [ - "PDF下载失败,请刷新重试。" - ], - "Page length": ["页长"], - "Paired t-test Table": ["配对T检测表"], - "Pandas resample method": ["Pandas 重采样方法"], - "Pandas resample rule": ["Pandas 重采样规则"], - "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": [ - "复制服务帐户的json文件复制并粘贴到此处" - ], - "Paste the shareable Google Sheet URL here": [ - "将可共享的Google Sheet URL粘贴到此处" - ], - "Pattern": ["样式"], - "Percent Change": ["百分比变化"], - "Percent of total": ["总数的百分比"], - "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 metric for x, y and size": ["为 x 轴,y 轴和大小选择一个指标"], - "Pick a metric to display": ["选择一个指标来显示"], - "Pick a name to help you identify this database.": [ - "选择一个名称来帮助您识别这个数据库。" - ], - "Pick a nickname for how the database will display in Superset.": [ - "为这个数据库选择一个昵称以在Superset中显示" - ], - "Pick a set of deck.gl charts to layer on top of one another": [""], - "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": ["选择您最爱的 Markup 语言"], - "Pie Chart": ["饼图"], - "Pie Chart (legacy)": ["饼图(传统)"], - "Pie shape": ["饼图形状"], - "Pin": ["标记"], - "Pivot Table": ["透视表"], - "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 check your query and confirm that all template parameters are surround by double braces, for example, \"{{ ds }}\". Then, try running your query again.": [ - "请检查查询并确认所有模板参数都用双大括号括起来,例如 \"{{ ds }}\"。然后,再次尝试运行查询" - ], - "Please check your query for syntax errors at or near \"%(syntax_error)s\". Then, try running your query again.": [ - "请检查查询中 \"%(syntax_error)s\" 处或附近的语法错误。然后,再次尝试运行查询。" - ], - "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ - "请检查查询中\"%(server_error)s\"附近的语法错误然后,再次尝试运行查询" - ], - "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.": [ - "请检查您的模板参数是否有语法错误,并确保它们在您的 SQL 查询和设置参数中保持一致。然后,再次尝试运行您的查询。" - ], - "Please choose at least one groupby": ["请至少选择一个分组字段 "], - "Please confirm": ["请确认"], - "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": ["请输入要测试的SQLAlchemy URI"], - "Please re-enter the password.": ["请重新输入密码。"], - "Please re-export your file and try importing again": [""], - "Please reach out to the Chart Owner for assistance.": [ - "请联系图表所有者寻求帮助。" - ], - "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": ["多段线"], - "Popular": ["常用"], - "Populate \"Default value\" to enable this control": [ - "填充 \"Default value\" 以启用此控件" - ], - "Population age data": ["人口年龄数据"], - "Port": ["端口"], - "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "主机名 \"%(hostname)s\" 上的端口 %(port)s 拒绝连接。" - ], - "Port out of range 0-65535": ["端口超过 0-65535 的范围"], - "Position JSON": ["位置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": ["由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.": [ - "当获取不同的值来填充过滤器组件应用时。支持jinja的模板语法。只在`启用过滤器选择`时应用。" - ], - "Predictive": ["预测"], - "Predictive Analytics": ["预测分析"], - "Prefix": ["前缀"], - "Prefix or suffix": ["前缀或者后缀"], - "Preview": ["预览"], - "Preview: `%s`": ["预览 %s"], - "Previous": ["前一个"], - "Previous Line": ["前一个"], - "Primary": ["主要"], - "Primary Metric": ["主计量指标"], - "Primary key": ["主键"], - "Primary or secondary y-axis": ["主或次Y轴"], - "Primary y-axis Bounds": ["主Y轴界限"], - "Primary y-axis format": ["主Y轴格式"], - "Private Key": ["私钥"], - "Private Key & Password": ["私钥和密码"], - "Private Key Password": ["私钥密码"], - "Proceed": ["继续"], - "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": ["Python日期格式模板"], - "QUERY DATA IN SQL LAB": ["在SQL工具箱中查询数据"], - "Quarter": ["季度"], - "Quarters %s": [" %s 季度"], - "Queries": ["查询"], - "Query": ["查询"], - "Query %s: %s": ["查询 %s: %s "], - "Query A": ["查询 A"], - "Query B": ["查询 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": ["RGB颜色"], - "RLS Rule not found.": ["找不到RLS规则。"], - "RLS rules could not be deleted.": ["RLS规则无法删除。"], - "Radar": ["雷达"], - "Radar Chart": ["雷达图"], - "Radar render type, whether to display 'circle' shape.": [ - "雷达渲染类型,是否显示圆形" - ], - "Radial": ["径向"], - "Radius in kilometers": [""], - "Radius in meters": ["半径(米)"], - "Radius in miles": ["半径(英里)"], - "Ran %s": ["运行于 %s"], - "Range": ["范围"], - "Range filter": ["范围过滤"], - "Range filter plugin using AntD": ["使用AntD的范围过滤器插件"], - "Range for Comparison": ["比较范围"], - "Range labels": ["范围标签"], - "Ranges": ["范围"], - "Ranges to highlight with shading": ["突出阴影的范围"], - "Ranking": ["排名"], - "Ratio": ["比率"], - "Raw records": ["原始记录"], - "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": ["减少 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,则对列应用最小宽度,宽度可能溢出到水平滚动条中。" - ], - "Refer to the": ["参考 "], - "Referenced columns not available in DataFrame.": [ - "引用的列在数据帧(DataFrame)中不可用。" - ], - "Refetch results": ["重新获取结果"], - "Refresh": ["刷新"], - "Refresh dashboard": ["刷新看板"], - "Refresh frequency": ["刷新频率"], - "Refresh interval": ["刷新间隔"], - "Refresh interval saved": ["刷新间隔已保存"], - "Refresh the default values": ["刷新默认值"], - "Refreshing charts": ["刷新图表"], - "Refreshing columns": ["刷新列"], - "Regular": ["常规"], - "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)过滤器,基础过滤器可以用来定义用户能够看到的内容。" - ], - "Relational": ["关系"], - "Relationships between community channels": ["社区频道之间的关系"], - "Relative Date/Time": ["相对日期/时间"], - "Relative period": ["相对期"], - "Relative quantity": ["相对量"], - "Reload": ["重新加载"], - "Remove": ["删除"], - "Remove cross-filter": ["删除交叉筛选"], - "Remove item": ["删除项"], - "Remove query from log": ["从日志中删除查询"], - "Remove table preview": ["删除表格预览"], - "Removed columns: %s": ["删除的列:%s"], - "Rename tab": ["重命名选项卡"], - "Rendering": ["渲染"], - "Replace": ["替换"], - "Report": ["报表"], - "Report Name": ["报告名称"], - "Report Schedule could not be created.": ["无法创建报表计划。"], - "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 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": ["报告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 is incorrect: %(error)s": ["请求不正确: %(error)s"], - "Request is not JSON": ["请求不是JSON"], - "Request missing data field.": ["请求丢失的数据字段。"], - "Request timed out": ["请求超时"], - "Required": ["必填"], - "Required control values have been removed": ["必需的控件值已被移除"], - "Resample": ["重新采样"], - "Resample method should in ": ["重采样方法应该有"], - "Resample operation requires DatetimeIndex": [ - "重采样操作需要DatetimeIndex" - ], - "Reset": ["重置"], - "Reset state": ["状态重置"], - "Resource already has an attached report.": [""], - "Resource was not found.": ["资源没有找到"], - "Restore Filter": ["还原过滤条件"], - "Results": ["结果"], - "Results %s": ["结果 %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 metric": ["右轴指标"], - "Right to Left": ["从右到左"], - "Right value": ["右侧的值"], - "Right-click on a dimension value to drill to detail by that value.": [ - "" - ], - "Role": ["角色"], - "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.": [ - "角色是一个定义对看板访问权限的列表。授予角色对看板的访问权限将绕过数据集级别的检查。如果未定义角色,则看板对所有角色都可用。" - ], - "Rolling Function": ["滚动函数"], - "Rolling Window": ["滚动窗口"], - "Rolling function": ["滚动函数"], - "Rolling window": ["滚动窗口"], - "Root certificate": ["根证书"], - "Root node id": ["根节点id"], - "Rotate x axis label": ["旋转X轴标签"], - "Rotate y axis label": ["旋转Y轴标签"], - "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": [ - "作为列名的带有标题的行(0是第一行数据)。如果没有标题行则留空。" - ], - "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "作为列名的带有标题的行(0是第一行数据)。如果没有标题行则留空。" - ], - "Row limit": ["行限制"], - "Rows": ["行"], - "Rows per page, 0 means no pagination": ["每页行数,0 表示没有分页"], - "Rows subtotal position": ["行小计的位置"], - "Rows to Read": ["读取的行"], - "Rule": ["规则"], - "Rule Name": ["规则名称"], - "Rule added": ["规则已添加"], - "Run": ["执行"], - "Run a query to display query history": ["运行一个查询,在此会显示结果"], - "Run a query to display results": ["运行一个查询,在此会显示结果"], - "Run current query": ["运行查询"], - "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 Expression": ["SQL表达式"], - "SQL Lab": ["SQL 工具箱"], - "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 Lab 将查询和结果数据存储在浏览器的本地存储中。目前,您已使用了 %(currentUsage)s KB,总共可用 %(maxStorage)d KB 存储空间。为了防止 SQL Lab 崩溃,请删除一些查询选项卡。在删除选项卡之前,您可以通过使用保存功能来重新访问这些查询。请注意,在执行此操作之前,您需要关闭其他的 SQL Lab 窗口。" - ], - "SQL Query": ["SQL查询"], - "SQL expression": ["SQL表达式"], - "SQL query": ["SQL查询"], - "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": ["SSH主机"], - "SSH Password": ["SSH密码"], - "SSH Port": ["SSH端口"], - "SSH Tunnel": ["SSH隧道"], - "SSH Tunnel configuration parameters": ["SSH隧道参数配置"], - "SSH Tunnel could not be deleted.": ["SSH隧道无法被删除。"], - "SSH Tunnel could not be updated.": ["SSH隧道无法更新。"], - "SSH Tunnel not found.": ["SSH隧道未找到"], - "SSH Tunnel parameters are invalid.": ["SSH隧道参数无效。"], - "SSH Tunneling is not enabled": ["SSH隧道未激活"], - "SSL Mode \"require\" will be used.": ["SSL模式 \"require\" 将被使用。"], - "START (INCLUSIVE)": ["开始 (包含)"], - "STEP %(stepCurr)s OF %(stepLast)s": [ - "第 %(stepCurr)s 步,共 %(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 (Overwrite)": ["保存(覆盖)"], - "Save as": ["另存为"], - "Save as Dataset": ["保存为数据集"], - "Save as dataset": ["保存为数据集"], - "Save as new": ["保存为新的"], - "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": [ - "将这个查询保存为虚拟数据集以继续探索" - ], - "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, as used only in some databases like Postgres, Redshift and DB2": [ - "模式,只在一些数据库中使用,比如Postgres、Redshift和DB2" - ], - "Schemas allowed for File upload": ["允许使用CSV上传的模式"], - "Scope": ["范围"], - "Scoping": ["范围"], - "Screenshot width": ["截图宽度"], - "Screenshot width must be between %(min)spx and %(max)spx": [ - "截图宽度必须位于 %(min)spx - %(max)spx 之间" - ], - "Scroll": ["滚动"], - "Scroll down to the bottom to enable overwriting changes. ": [""], - "Search": ["搜索"], - "Search / Filter": ["搜索 / 过滤"], - "Search Metrics & Columns": ["搜索指标和列"], - "Search all charts": ["搜索所有图表"], - "Search box": ["搜索框"], - "Search by query text": ["按查询文本搜索"], - "Search columns": ["使用列"], - "Search in filters": ["搜索 / 过滤"], - "Search...": ["搜索..."], - "Second": ["秒"], - "Secondary": ["次要"], - "Secondary Metric": ["次计量指标"], - "Secondary currency format": ["次级货币格式"], - "Secondary y-axis Bounds": ["次级Y轴界限"], - "Secondary y-axis format": ["次级Y轴格式"], - "Secondary y-axis title": ["次级Y轴标题"], - "Seconds %s": ["%s 秒"], - "Secure Extra": ["安全"], - "Secure extra": ["安全"], - "Security": ["安全"], - "See all %(tableName)s": ["查看全部 - %(tableName)s"], - "See less": ["查看更少"], - "See more": ["查看更多"], - "See query details": ["查看查询详情"], - "See table schema": ["查看表结构"], - "Select": ["选择"], - "Select ...": ["选择 ..."], - "Select Delivery Method": ["添加通知方法"], - "Select Tags": ["选择标签"], - "Select Viz Type": ["选择一个可视化类型"], - "Select a Columnar file to be uploaded to a database.": [ - "选择要上传到数据库的列式文件。" - ], - "Select a Excel file to be uploaded to a database.": [ - "选择要上传到数据库的Excel文件。" - ], - "Select a column": ["选择列"], - "Select a dashboard": ["选择看板"], - "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 dataset": ["选择数据集"], - "Select a dimension": ["选择维度"], - "Select a file to be uploaded to the database": [ - "选择一个CSV文件上传到数据库." - ], - "Select a metric to display on the right axis": ["为右轴选择一个指标"], - "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "选择一个要展示的指标。您可以使用聚合函数对列进行操作,或编写自定义SQL来创建一个指标。" - ], - "Select a schema if the database supports this": [ - "指定一个模式(需要数据库支持)" - ], - "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ - "" - ], - "Select a visualization type": ["选择一个可视化类型"], - "Select aggregate options": ["选择聚合选项"], - "Select all data": ["选择所有数据"], - "Select all items": ["选择所有项"], - "Select any columns for metadata inspection": [ - "选择任意列进行元数据巡检" - ], - "Select chart": ["选择图表"], - "Select charts": ["选择图表"], - "Select color scheme": ["选择颜色方案"], - "Select column": ["选择列"], - "Select current page": ["选择当前页"], - "Select dashboards": ["选择看板"], - "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 dataset source": ["选择数据源"], - "Select file": ["选择文件"], - "Select filter": ["选择过滤器"], - "Select filter plugin using AntD": ["使用AntD的选择过滤器插件"], - "Select first filter value by default": ["默认选择首个过滤器值"], - "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ - "选择一个或多个要显示的指标,这些指标将以总数的百分比形式显示。百分比指标只会根据行限制内的数据计算得出。您可以对某个列使用聚合函数,或编写自定义SQL来创建百分比指标。" - ], - "Select one or many metrics to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "选择一个或多个要展示的指标。您可以对某个列使用聚合函数,或编写自定义SQL来创建一个指标。" - ], - "Select operator": ["选择操作符"], - "Select or type a value": ["选择或输入一个值"], - "Select or type currency symbol": ["选择或输入货币符号"], - "Select or type dataset name": ["选择表或输入数据集名称"], - "Select owners": ["选择所有者"], - "Select saved metrics": ["选择已保存指标"], - "Select saved queries": ["选择已保存查询"], - "Select schema or type to search schemas": [ - "选择模式或输入模式名称来搜索" - ], - "Select scheme": ["选择方案"], - "Select subject": ["选择主题"], - "Select table or type to search tables": ["选择表或输入表名来搜索"], - "Select the Annotation Layer you would like to use.": [ - "选择您想使用的注释层" - ], - "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "选择您希望在此看板上应用交叉筛选的图表。取消选择一个图表将在从看板上的任何图表应用交叉筛选时排除它。您可以选择“所有图表”,以对使用相同数据集或在看板中包含相同列名的所有图表应用交叉筛选。" - ], - "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "选择您希望在与此图表交互时应用交叉筛选的图表。您可以选择“所有图表”,以对使用相同数据集或在仪表板中包含相同列名的所有图表应用筛选器。" - ], - "Select the geojson column": ["选择GeoJSON列"], - "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.": [ - "在控制面板中的突出显示字段中选择值。然后点击 %s 按钮来运行查询。" - ], - "Send as CSV": ["发送为CSV"], - "Send as PNG": ["发送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 colors": ["系列颜色"], - "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": ["Sheet名称"], - "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": ["显示 CREATE VIEW 语句"], - "Show CSS Template": ["显示CSS模板"], - "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 Table": ["显示表"], - "Show Timestamp": ["显示时间戳"], - "Show Tooltip Labels": ["显示提示标签"], - "Show Total": ["显示总计"], - "Show Trend Line": ["显示趋势线"], - "Show Upper Labels": ["显示上标签"], - "Show Value": ["显示值"], - "Show Values": ["显示值"], - "Show Y-axis": ["显示Y轴"], - "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "在迷你图上显示Y轴。如果设置了手动设置的最小/最大值,则显示之,否则显示数据中的最小/最大值。" + "Additive": ["附加"], + "Propagate": ["传播"], + "Send range filter events to other charts": [ + "将过滤条件的事件发送到其他图表" ], - "Show all columns": ["显示所有列"], - "Show all...": ["显示所有..."], - "Show axis line ticks": ["显示轴线刻度"], - "Show cell bars": ["显示单元格的柱"], - "Show chart description": ["显示图表说明"], - "Show columns subtotal": ["显示列小计"], - "Show columns total": ["显示列总计"], - "Show data points as circle markers on the lines": [ - "将数据点显示为线条上的圆形标记" + "Classic chart that visualizes how metrics change over time.": [ + "直观显示指标随时间变化的经典图表。" ], - "Show empty columns": ["显示空列"], - "Show hierarchical relationships of data, with the value represented by area, showing proportion and contribution to the whole.": [ - "显示数据的层次关系与表示的值。按面积划分显示其占整体的比例" + "Battery level over time": ["电池电量随时间变化"], + "Time-series Line Chart (legacy)": ["折线图(传统)"], + "Label Type": ["标签类型"], + "Value": ["值"], + "Category, Value and Percentage": [""], + "What should be shown on the label?": ["标签上需要显示的内容"], + "Donut": ["圆环圈"], + "Do you want a donut or a pie?": ["是否用圆环圈替代饼图?"], + "Show Labels": ["显示标签"], + "Put labels outside": ["外侧显示标签"], + "Put the labels outside the pie?": ["是否将标签显示在饼图外侧?"], + "Frequency": ["频率"], + "Year (freq=AS)": [""], + "Day (freq=D)": [""], + "4 weeks (freq=4W-MON)": [""], + "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.": [ + "旋转时间的周期性。" ], - "Show info tooltip": ["显示信息提示"], - "Show label": ["显示标签"], - "Show labels when the node has children.": ["当节点有子节点时显示标签"], + "Time-series Period Pivot": ["时间序列-周期轴"], "Show legend": ["显示图例"], - "Show less columns": ["显示较少的列"], - "Show less...": ["显示更少..."], - "Show minor ticks on axes.": ["在坐标轴上显示次级刻度。"], - "Show only my charts": ["只显示我的图表"], - "Show password.": ["显示密码"], - "Show percentage": ["显示百分比"], - "Show pointer": ["显示指示器"], - "Show progress": ["显示进度"], - "Show rows subtotal": ["显示行小计"], - "Show rows total": ["显示行总计"], + "Whether to display a legend for the chart": [ + "是否显示图表的图例(色块分布)" + ], + "Margin": ["边距"], + "Additional padding for legend.": ["图例额外的内边距。"], + "Scroll": ["滚动"], + "Plain": ["平铺"], + "Legend type": ["图例类型"], + "Bottom": ["底端"], + "Right": ["右边"], + "Show Value": ["显示值"], "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.": [ - "显示所选指标的总聚合。注意行限制并不应用于结果" + "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": [ + "仅在堆叠图上显示合计值,而不在所选类别上显示" ], - "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.": [ - "将一个指标置于最显眼的位置。大数字最适合用来吸引注意力,突出KPI或者你希望观众关注的一个重点内容。" + "Percentage threshold": ["百分比阈值"], + "Minimum threshold in percentage points for showing labels.": [ + "标签显示百分比最小阈值" ], - "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.": [ - "显示一个数字和一个简单的折线图,以提醒注意一个重要指标及其随时间或其他维度的变化" + "Rich tooltip": ["详细提示"], + "Shows a list of all series available at that point in time": [ + "显示那个时间点可用的所有系列的列表。" ], - "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.": [ - "显示指标如何随着漏斗的进展而变化。此经典图表对于可视化管道或生命周期中各阶段之间的下降非常有用。" + "Tooltip time format": ["提示的时间格式"], + "Tooltip sort by metric": ["按指标排序提示"], + "Whether to sort tooltip by the selected metric in descending order.": [ + "是否按所选指标按降序对结果进行排序。" ], - "Showcases the flow or link between categories using thickness of chords. The value and corresponding thickness can be different for each side.": [ - "使用弦的厚度显示类别之间的流或链接。每一侧的值和相应厚度可能不同。" + "Tooltip": ["提示"], + "Based on what should series be ordered on the chart and legend": [""], + "Sort series in ascending order": [""], + "Rotate x axis label": ["旋转X轴标签"], + "Input field supports custom rotation. e.g. 30 for 30°": [ + "输入字段支持自定义。例如,30代表30°" ], - "Showcases the progress of a single metric against a given target. The higher the fill, the closer the metric is to the target.": [ - "显示单个指标相对于给定目标的进度。填充越高,度量越接近目标" + "Make the x-axis categorical": [""], + "Last available value seen on %s": ["到 %s 最后一个可用值"], + "Not up to date": ["不是最新的"], + "No data": ["没有数据"], + "No data after filtering or data is NULL for the latest time record": [ + "过滤后没有数据,或者最新时间记录的数据为NULL" ], - "Showing %s of %s": ["显示 %s个 总计 %s个"], - "Shows a list of all series available at that point in time": [ - "显示那个时间点可用的所有系列的列表。" + "Try applying different filters or ensuring your datasource has data": [ + "尝试应用不同的筛选器或确保您的数据源包含数据。“" ], - "Shows or hides markers for the time series": [ - "显示或隐藏时间序列的标记点。" + "Big Number Font Size": ["数字的字体大小"], + "Tiny": ["微小"], + "Small": ["小"], + "Normal": ["正常"], + "Large": ["大"], + "Huge": ["巨大"], + "Subheader Font Size": ["子标题的字体大小"], + "Value difference between the time periods": [""], + "Percentage difference between the time periods": [""], + "Set the time range that will be used for the comparison metrics. For example, \"Year\" will compare to the same dates one year earlier. Use \"Inherit range from time filters\" to shift the comparison time rangeby the same length as your time range and use \"Custom\" to set a custom comparison range.": [ + "" ], - "Significance Level": ["显著性"], - "Simple": ["简单配置"], - "Simple ad-hoc metrics are not enabled for this dataset": [ - "此数据集没有启用简单即席指标" + "Add color for positive/negative change": [""], + "Adds color to the chart symbols based on the positive or negative change from the comparison value.": [ + "" ], - "Single": ["单选"], - "Single Metric": ["单个指标"], - "Single Value": ["单个值"], - "Single value": ["单个值"], - "Single value type": ["单值类型"], - "Size of edge symbols": ["边缘符号的大小"], - "Size of marker. Also applies to forecast observations.": [ - "标记的大小。也适用于预测观察。”" + "Big Number with Time Period Comparison": [""], + "Subheader": ["子标题"], + "Description text that shows up below your Big Number": [ + "在大数字下面显示描述文本" ], - "Sizes of vehicles": ["工具尺寸"], - "Skip Blank Lines": ["跳过空白行"], - "Skip Initial Space": ["跳过初始空格"], - "Skip Rows": ["跳过行"], - "Skip blank lines rather than interpreting them as Not A Number values": [ - "跳过空白行而不是把它们解释为NaN值。" + "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.": [ + "将一个指标置于最显眼的位置。大数字最适合用来吸引注意力,突出KPI或者你希望观众关注的一个重点内容。" ], - "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.": [ - "时间序列平滑线是折线图的变体。没有角度和硬边,平滑线看起来更聪明、更专业。" + "A Big Number": ["大数字"], + "With a subheader": ["子标题"], + "Big Number": ["数字"], + "Comparison Period Lag": ["滞后比较"], + "Based on granularity, number of time periods to compare against": [ + "根据粒度、要比较的时间阶段" ], - "Solid": [""], - "Some roles do not exist": ["看板"], - "Something went wrong.": ["抱歉,出了点问题。请稍后再试。"], - "Sorry there was an error fetching database information: %s": [ - "抱歉,获取数据库信息时出错:%s" + "Comparison suffix": ["比较前缀"], + "Suffix to apply after the percentage display": [ + "百分比显示后要应用的后缀" ], - "Sorry there was an error fetching saved charts: ": [ - "抱歉,这个看板在获取图表时发生错误:" + "Show Timestamp": ["显示时间戳"], + "Whether to display the timestamp": ["是否显示时间戳"], + "Show Trend Line": ["显示趋势线"], + "Whether to display the trend line": ["是否显示趋势线"], + "Start y-axis at 0": ["Y轴从0开始"], + "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ + "从零开始Y轴。取消选中以从数据中的最小值开始Y轴 " ], - "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.": [ - "抱歉,出了点问题。请稍后再试。" + "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": [ + "将趋势线固定为指定的完整时间范围,以防过滤的结果不包括开始日期或结束日期" ], - "Sorry, something went wrong. Please try 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.": [ + "显示一个数字和一个简单的折线图,以提醒注意一个重要指标及其随时间或其他维度的变化" ], - "Sorry, something went wrong. Try again later.": [ - "抱歉,出了点问题。请稍后再试。" + "Big Number with Trendline": ["带趋势线的数字"], + "Whisker/outlier options": ["异常值/离群值选项"], + "Determines how whiskers and outliers are calculated.": [ + "确定如何计算箱须和离群值。" ], - "Sorry, there appears to be no data": ["抱歉,似乎没有数据"], - "Sorry, there was an error saving this %s: %s": [ - "抱歉,保存 %s 时发生错误:%s" + "Min/max (no outliers)": ["最大最小值(忽略离群值)"], + "2/98 percentiles": ["2/98百分位"], + "9/91 percentiles": ["9/91百分位"], + "Categories to group by on the x-axis.": ["要在x轴上分组的类别。"], + "Distribute across": ["基于某列进行分布"], + "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个四分区。" ], - "Sorry, there was an error saving this dashboard: %s": [ - "抱歉,这个看板在保存时发生错误:%s" + "ECharts": ["ECharts图表"], + "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ + "" ], - "Sorry, your browser does not support copying.": [ - "抱歉,您的浏览器不支持复制操作。" + "X AXIS TITLE MARGIN": ["X 轴标题边距"], + "Y AXIS TITLE MARGIN": ["Y 轴标题边距"], + "Logarithmic y-axis": ["对数轴"], + "Truncate Y Axis": ["截断Y轴"], + "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ + "截断Y轴。可以通过指定最小或最大界限来重写。" ], - "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ - "抱歉,您的浏览器不支持复制操作。使用 Ctrl / Cmd + C!" + "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ + "" ], - "Sort": ["排序:"], - "Sort Bars": ["排序柱状图"], - "Sort Descending": ["降序"], - "Sort Metric": ["排序指标"], - "Sort Series Ascending": ["升序排序"], - "Sort Series By": ["排序 "], - "Sort X Axis": ["排序X轴"], - "Sort Y Axis": ["排序Y轴"], - "Sort ascending": ["升序排序"], - "Sort bars by x labels.": ["按 x 标签排序。"], - "Sort by": ["排序 "], - "Sort by %s": ["排序 %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": ["源 SQL"], - "Source category": ["源分类"], - "Sparkline": ["标记线"], - "Spatial": ["空间"], - "Specific Date/Time": ["具体日期/时间"], - "Specify a schema (if database flavor supports this).": [ - "指定一个模式(需要数据库支持)" + "Calculate from first step": [""], + "Calculate from previous step": [""], + "Labels": ["标签"], + "Whether to display the labels.": ["是否显示标签。"], + "Showcases how a metric changes as the funnel progresses. This classic chart is useful for visualizing drop-off between stages in a pipeline or lifecycle.": [ + "显示指标如何随着漏斗的进展而变化。此经典图表对于可视化管道或生命周期中各阶段之间的下降非常有用。" + ], + "Funnel Chart": ["漏斗图"], + "Sequential": ["顺序"], + "Columns to group by": ["需要进行分组的一列或多列"], + "General": ["一般"], + "Min": ["最小值"], + "Minimum value on the gauge axis": ["量规轴上的最小值"], + "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": [ + "是以动画形式显示进度和值,还是仅显示它们" ], - "Specify name to CREATE TABLE AS schema in: public": [""], - "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ - "指定数据库版本。这在Presto中用于查询成本估算,在Dremio中用于语法变更,以及其他用途。" + "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": [ + "是否显示Y轴的最小值和最大值" ], "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 angle": ["开始角度"], - "Start at (UTC)": ["开始于(UTC)"], - "Start date": ["开始时间"], - "Start date included in time range": ["开始日期包含在时间范围内"], - "Start y-axis at 0": ["Y轴从0开始"], - "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "从零开始Y轴。取消选中以从数据中的最小值开始Y轴 " - ], - "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)": ["停止运行 (Ctrl + x)"], - "Stop running (Ctrl + x)": ["停止运行 (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).": [ - "用于sheet名称的字符串(默认为第一个sheet)。" + "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": [ + "当有多组数据时进度条是否重叠" ], - "Stroke Color": ["边线颜色"], - "Stroke Width": ["线宽"], - "Stroked": ["描边"], - "Structural": ["结构"], - "Style": ["风格"], + "Round cap": ["圆端点"], "Style the ends of the progress bar with a round cap": [ "用圆帽设置进度条末端的样式" ], - "Subdomain": ["子域"], - "Subheader": ["子标题"], - "Subheader Font Size": ["子标题的字体大小"], - "Submit": ["提交"], - "Subtotal": [""], - "Success": ["成功"], - "Successfully changed dataset!": ["修改数据集成功!"], - "Suffix": ["后缀"], - "Suffix to apply after the percentage display": [ - "百分比显示后要应用的后缀" + "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.": [ + "逗号分隔的区间界限,例如0-2、2-4和4-5区间的2、4、5。最后一个数字应与为Max提供的值匹配。" ], - "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 Chart": ["旭日/太阳图"], - "Sunday": ["星期日"], - "Superset Chart": ["Superset图表"], - "Superset Embedded SDK documentation.": ["Superset的嵌入SDK文档。"], - "Superset chart": ["Superset图表"], - "Superset dashboard": ["看板"], - "Superset encountered an error while running a command.": [ - "Superset 在执行命令时遇到了一个错误。" + "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.": [ + "间隔的逗号分隔色选项,例如1、2、4。整数表示所选配色方案中的颜色,并以1为索引。长度必须与间隔界限匹配。" ], - "Superset encountered an unexpected error.": [ - "Superset 遇到了未知错误。" + "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.": [ + "使用仪表盘来展示一个指标朝着目标的进度。指针的位置表示进度,而仪表盘的终点值代表目标值。" ], - "Supported databases": ["已支持数据库"], - "Survey Responses": ["调查结果"], - "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.": [ - "用于可视化时间序列数据。在步进图、折线图、散点图和条形图之间进行选择,也有许多自定义选项" + "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.": [ + "用于分配颜色的源节点类别。如果一个节点与多个类别关联,则只使用第一个类别" ], - "Symbol": ["符号"], + "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": ["边线两端的符号"], - "Symbol size": ["符号的大小"], - "Sync columns from source": ["从源同步列"], - "Syntax": ["语法"], - "Syntax Error: %(qualifier)s input \"%(input)s\" expecting \"%(expected)s": [ - "" - ], - "TABLES": ["表"], - "TEMPORAL X-AXIS": ["时间X轴"], - "TEMPORAL_RANGE": ["时间范围"], - "THU": ["星期四"], - "TUE": ["星期二"], - "Tab name": ["选项卡名字"], - "Tab title": ["选项卡标题"], - "Table": ["表"], - "Table %(table)s wasn't found in the database %(db)s": [ - "在数据库 %(db)s 中找不到表 %(table)s" - ], - "Table Exists": ["表已存在处理"], - "Table Name": ["表名"], - "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "找不到 [%(table_name)s] 表,请仔细检查您的数据库连接、Schema 和 表名" + "None -> None": ["无->无"], + "None -> Arrow": ["无-> 箭头"], + "Circle -> Arrow": ["圆 -> 箭头"], + "Circle -> Circle": ["圆 -> 圆"], + "Enable node dragging": ["启用节点拖动"], + "Whether to enable node dragging in force layout mode.": [ + "是否在强制布局模式下启用节点拖动。" ], - "Table cache timeout": ["数据库表缓存超时"], - "Table columns": ["表的列"], - "Table name cannot contain a schema": ["表名不能包含模式名称"], - "Table name undefined": ["表名未定义"], - "Table or View \"%(table)s\" does not exist.": [ - "表或视图 '%(table)s' 不存在" + "Enable graph roaming": ["启用图形漫游"], + "Disabled": ["禁用"], + "Scale only": ["仅缩放"], + "Move only": ["仅移动"], + "Scale and Move": ["缩放和移动"], + "Whether to enable changing graph position and scaling.": [ + "是否启用更改图形位置和缩放。" ], - "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ - "可视化检验的表格,用于了解各组之间的统计差异" + "Node select mode": ["节点选择模式"], + "Single": ["单选"], + "Multiple": ["多选"], + "Allow node selections": ["允许节点选择"], + "Label threshold": ["标签阈值"], + "Minimum value for label to be displayed on graph.": [ + "在图形上显示标签的最小值。" ], - "Tables": ["数据表"], - "Tabs": ["选项卡"], - "Tabular": ["表格"], - "Tag": ["标签"], - "Tag could not be created.": ["无法创建标签。"], - "Tag could not be deleted.": ["无法删除标签"], - "Tag could not be found.": ["没有找到标签"], - "Tag could not be updated.": ["无法更新标签。"], - "Tag created": ["标签已创建"], - "Tag name": ["标签名字"], - "Tag name is invalid (cannot contain ':')": [ - "标签名称无效(不能包含冒号)" + "Node size": ["节点大小"], + "Median node size, the largest node will be 4 times larger than the smallest": [ + "节点大小中位数,最大的节点将比最小的节点大4倍" ], - "Tag parameters are invalid.": ["标签参数无效。"], - "Tag updated": ["标签已更新"], - "Tagged %s %ss": ["%s %ss 做了标签"], - "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": [ - "获取数据点,并将其分组,以查看信息最密集的区域" + "Edge width": ["边缘宽度"], + "Median edge width, the thickest edge will be 4 times thicker than the thinnest.": [ + "边缘宽度中间值,最厚的边缘将比最薄的边缘厚4倍" ], - "Target": ["目标"], - "Target Color": ["目标颜色"], - "Target category": ["目标类别"], - "Target value": ["目标值"], - "Template Name": ["模板名称"], - "Template parameters": ["模板参数"], - "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ - "模板链接,可以包含{{metric}}或来自控件的其他值。" + "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.": [ + "显示图形结构中实体之间的连接。用于映射关系和显示网络中哪些节点是重要的。图表可以配置为强制引导或循环。如果您的数据具有地理空间组件,请尝试使用deck.gl圆弧图表。" ], - "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数据库" + "Graph Chart": ["圆点图"], + "Structural": ["结构"], + "Piecewise": [""], + "Hard value bounds applied for color coding.": [""], + "Whether to sort descending or ascending": ["是降序还是升序排序"], + "Series type": ["系列类型"], + "Smooth Line": ["平滑线"], + "Step - start": ["阶梯 - 开始"], + "Step - middle": ["阶梯 - 中间"], + "Step - end": ["阶梯 - 结束"], + "Series chart type (line, bar etc)": ["系列图表类型(折线,柱状图等)"], + "Stack series": ["堆叠系列"], + "Area chart": ["面积图"], + "Draw area under curves. Only applicable for line types.": [ + "在曲线下绘制区域。仅适用于线型。" ], - "Test Connection": ["测试连接"], - "Test connection": ["测试连接"], - "Text": ["文本"], - "Text align": ["文本对齐"], - "Text embedded in email": ["邮件中嵌入的文本"], - "The API response from %s does not match the IDatabaseTable interface.": [ - "" + "Opacity of area chart.": ["面积图的不透明度"], + "Marker": ["标记"], + "Draw a marker on data points. Only applicable for line types.": [ + "在数据点上绘制标记。仅适用于线型。" ], - "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "可以在这里或者在看板视图修改单个看板的CSS样式" + "Marker size": ["标记大小"], + "Size of marker. Also applies to forecast observations.": [ + "标记的大小。也适用于预测观察。”" ], - "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。然后再次尝试运行查询。" + "Primary": ["主要"], + "Secondary": ["次要"], + "Primary or secondary y-axis": ["主或次Y轴"], + "Query A": ["查询 A"], + "Query B": ["查询 B"], + "Data Zoom": ["数据缩放"], + "Enable data zooming controls": ["启用数据缩放控件"], + "Minor Split Line": ["次级分隔线"], + "Draw split lines for minor y-axis ticks": ["绘制次要Y轴刻度的分割线"], + "Primary y-axis format": ["主Y轴格式"], + "Logarithmic scale on primary y-axis": ["对数刻度在主y轴上"], + "Secondary y-axis format": ["次级Y轴格式"], + "Secondary y-axis title": ["次级Y轴标题"], + "Logarithmic scale on secondary y-axis": ["二次y轴上的对数刻度"], + "Put the labels outside of the pie?": ["是否将标签显示在饼图外侧?"], + "Label Line": ["标签线"], + "Draw line from Pie to label when labels outside?": [ + "当标签在外侧时,是否在饼图到标签之间连线?" ], - "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ - "" + "Pie shape": ["饼图形状"], + "Outer Radius": ["外缘"], + "Outer edge of Pie chart": ["饼图外缘"], + "Inner Radius": ["内半径"], + "Inner radius of donut hole": ["圆环圈内部空洞的内径"], + "The classic. Great for showing how much of a company each investor gets, what demographics follow your blog, or what portion of the budget goes to the military industrial complex.\n\n Pie charts can be difficult to interpret precisely. If clarity of relative proportion is important, consider using a bar or other chart type instead.": [ + "经典的,很好地展示了每个投资者获得了多少公司,“有多少人关注你的博客,或者预算的哪一部分流向了军事工业综合体饼状图很难精确解释。如果“相对比例”的清晰性很重要,可以考虑使用柱状图或其他图表来代替。" ], - "The 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?": [ - "" + "Pie Chart": ["饼图"], + "The maximum value of metrics. It is an optional configuration": [ + "度量的最大值。这是一个可选配置" ], - "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.": [ - "用于分配颜色的源节点类别。如果一个节点与多个类别关联,则只使用第一个类别" + "Label position": ["标签位置"], + "Radar": ["雷达"], + "Customize Metrics": ["自定义指标"], + "Further customize how to display each metric": [ + "进一步定制如何显示每个指标" ], - "The chart datasource does not exist": ["图表不存在"], - "The chart does not exist": ["图表不存在"], - "The chart query context 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.": [ - "经典的,很好地展示了每个投资者获得了多少公司,“有多少人关注你的博客,或者预算的哪一部分流向了军事工业综合体饼状图很难精确解释。如果“相对比例”的清晰性很重要,可以考虑使用柱状图或其他图表来代替。" + "Circle radar shape": ["圆形雷达图"], + "Radar render type, whether to display 'circle' shape.": [ + "雷达渲染类型,是否显示圆形" ], - "The color for points and clusters in RGB": ["点和聚合群的颜色(RGB)"], - "The color of the isoband": ["等值带的颜色"], - "The color of the isoline": ["等值线的颜色"], - "The color scheme for rendering chart": ["绘制图表的配色方案"], - "The color scheme is determined by the related dashboard.\n Edit the color scheme in the dashboard properties.": [ - "配色方案由相关的看板决定。在看板属性中编辑配色方案" + "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 column header label": ["列的标题"], - "The column was deleted or renamed in the database.": [ - "该列已在数据库中删除或重命名。" + "Radar Chart": ["雷达图"], + "Primary Metric": ["主计量指标"], + "The primary metric is used to define the arc segment sizes": [ + "主计量指标用于定义弧段大小。" ], - "The country code standard that Superset should expect to find in the [country] column": [ - "Superset 希望能够在 [国家] 栏中找到的 国家 / 地区 的标准代码" + "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": [ + "次计量指标用来定义颜色与主度量的比率。如果两个度量匹配,则将颜色映射到级别组" ], - "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.": [ - "由数据库推断的数据类型。在某些情况下,可能需要为表达式定义的列手工输入一个类型。在大多数情况下,用户不需要修改这个数据类型。" + "When only a primary metric is provided, a categorical color scale is used.": [ + "如果只提供了一个主计量指标,则使用分类色阶。" ], - "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 个 SQL 编辑器选项卡。确定要继续吗?删除数据库将破坏这些对象。" + "When a secondary metric is provided, a linear color scale is used.": [ + "当提供次计量指标时,会使用线性色阶。" ], - "The database columns that contains lines information": [ - "包含线段信息的数据库列" + "Hierarchy": ["层次"], + "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.": [ + "" ], - "The database could not be found": ["数据库没有找到"], - "The database is currently running too many queries.": [ - "数据库当前运行的查询太多" + "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 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.": [ - "找不到此查询中引用的数据库。请与管理员联系以获得进一步帮助,或重试。" + "Sunburst Chart": ["旭日/太阳图"], + "Multi-Levels": ["多层次"], + "When using other than adaptive formatting, labels may overlap": [""], + "zoom area": ["缩放面积"], + "restore zoom": [""], + "Series Style": ["系列样式"], + "Area chart opacity": ["面积图不透明度"], + "Opacity of Area Chart. Also applies to confidence band.": [ + "区域图的不透明度。也适用于置信带" ], - "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.": [ - "数据集 %s 已经链接到 %s 图表和 %s 看板内。确定要继续吗?删除数据集将破坏这些对象。" + "Marker Size": ["标记大小"], + "Area Chart": ["面积图"], + "AXIS TITLE MARGIN": ["轴标题边距"], + "Vertical": ["纵向"], + "Bar Chart": ["柱状图"], + "Line Chart": ["折线图"], + "Scatter Plot": ["散点图"], + "Step type": ["每阶类型"], + "Start": ["开始"], + "End": ["结束"], + "Defines whether the step should appear at the beginning, middle or end between two data points": [ + "定义步骤应出现在两个数据点之间的开始、中间还是结束处" ], - "The dataset associated with this chart no longer exists": [ - "这个图表所链接的数据集可能被删除了。" + "Id": ["Id"], + "Name of the id column": ["ID列名称"], + "Parent": ["父类"], + "Name of the column containing the id of the parent node": [ + "包含父节点id的列的名称" ], - "The dataset column/metric that returns the values on your chart's x-axis.": [ + "Optional name of the data column.": ["数据列的可选名称"], + "Root node id": ["根节点id"], + "Id of root node of the tree.": ["树的根节点的ID。"], + "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": ["左"], + "right": ["右"], + "bottom": ["底部"], + "Child label position": ["子标签位置"], + "Position of child node label on tree": ["子节点标签在树上的位置"], + "Emphasis": ["重点"], + "ancestor": ["上一级"], + "descendant": ["降序"], + "Which relatives to highlight on hover": ["在悬停时突出显示哪些关系"], + "Symbol": ["符号"], + "Empty circle": ["空心圆"], + "Circle": ["圆"], + "Rectangle": ["长方形"], + "Triangle": ["三角形"], + "Diamond": ["钻石"], + "Pin": ["标记"], + "Arrow": ["箭头"], + "Symbol size": ["符号的大小"], + "Size of edge symbols": ["边缘符号的大小"], + "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ + "使用熟悉的树状结构可视化多层次结构。" + ], + "Tree Chart": ["树状图"], + "Show Upper Labels": ["显示上标签"], + "Show labels when the node has children.": ["当节点有子节点时显示标签"], + "Treemap": ["树状地图"], + "Breaks down the series by the category specified in this control.\n This can help viewers understand how each category affects the overall value.": [ "" ], - "The dataset column/metric that returns the values on your chart's y-axis.": [ + "A waterfall chart is a form of data visualization that helps in understanding\n the cumulative effect of sequentially introduced positive or negative values.\n These intermediate values can either be time based or category based.": [ "" ], - "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.": [ - "这里公开的数据集配置会影响使用此数据集的所有图表。请注意,更改此处的设置可能会以未预想的方式影响其他图表。" + "page_size.all": [""], + "Loading...": ["加载中..."], + "Write a handlebars template to render the data": [""], + "Handlebars": ["Handlebars"], + "must have a value": ["必填"], + "A handlebars template that is applied to the data": [""], + "Include time": ["包含时间"], + "Whether to include the time granularity as defined in the time section": [ + "是否包含时间段中定义的时间粒度" ], - "The dataset has been saved": ["数据集已保存"], - "The dataset linked to this chart may have been deleted.": [ - "这个图表所链接的数据集可能被删除了。" + "Percentage metrics": ["百分比指标"], + "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ + "选择一个或多个要显示的指标,这些指标将以总数的百分比形式显示。百分比指标只会根据行限制内的数据计算得出。您可以对某个列使用聚合函数,或编写自定义SQL来创建百分比指标。" ], - "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.": [ - "作为为小部件标题可以在看板视图中显示的描述,支持markdown格式语法。" + "Show totals": ["显示总计"], + "Show total aggregations of selected metrics. Note that row limit does not apply to the result.": [ + "显示所选指标的总聚合。注意行限制并不应用于结果" ], - "The distance between cells, in pixels": [ - "单元格之间的距离,以像素为单位" + "Ordering": ["排序"], + "Order results by selected columns": ["按选定列对结果进行排序"], + "Sort descending": ["降序"], + "Server pagination": ["服务端分页"], + "Enable server side pagination of results (experimental feature)": [ + "支持服务器端结果分页(实验功能)" ], - "The duration of time in seconds before the cache is invalidated. Set to -1 to bypass the cache.": [ - "缓存失效前的持续时间(以秒为单位)" + "Server Page Length": ["页面长度"], + "Rows per page, 0 means no pagination": ["每页行数,0 表示没有分页"], + "Query mode": ["查询模式"], + "Group By, Metrics or Percentage Metrics must have a value": [ + "分组、指标或百分比指标必须具有值" ], - "The encoding format of the lines": ["线条的编码格式"], - "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ - "1. engine_params 对象在调用 sqlalchemy.create_engine 时被引用, metadata_params 在调用 sqlalchemy.MetaData 时被引用。" + "You need to configure HTML sanitization to use CSS": [ + "您需要配置HTML限制以使用CSS" ], - "The following entries in `series_columns` are missing in `columns`: %(columns)s. ": [ - " `series_columns`中的下列条目在 `columns` 中缺失: %(columns)s. " + "CSS applied to the chart": [""], + "Columns to group by on the columns": ["列上分组所依据的列"], + "Rows": ["行"], + "Columns to group by on the rows": ["行上分组所依据的列"], + "Apply metrics on": ["应用指标到"], + "Use metrics as a top level group for columns or for rows": [ + "将指标作为列或行的顶级组使用" ], - "The function to use when aggregating points into groups": [""], - "The host \"%(hostname)s\" might be down and can't be reached.": [ - "主机 \"%(hostname)s\" 可能已关闭,无法连接到" + "Aggregation function": ["聚合功能"], + "Sum": ["求和"], + "Median": ["中位数"], + "Sample Variance": ["样本方差"], + "Minimum": ["最小"], + "Maximum": ["最大"], + "First": ["第一个值"], + "Last": ["最后一个"], + "Sum as Fraction of Total": ["值总和的分数占比"], + "Sum as Fraction of Rows": ["行总和的分数占比"], + "Sum as Fraction of Columns": ["列总和的分数占比"], + "Count as Fraction of Total": ["总计数的分数占比"], + "Count as Fraction of Rows": ["行计数的分数占比"], + "Count as Fraction of Columns": ["列计数的分数占比"], + "Aggregate function to apply when pivoting and computing the total rows and columns": [ + "在旋转和计算总的行和列时,应用聚合函数" ], - "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "主机 \"%(hostname)s\" 可能已停止,无法通过端口 \"%(port)s\" 访问 " + "Show rows total": ["显示行总计"], + "Display row level total": ["显示行级合计"], + "Show columns total": ["显示列总计"], + "Display column level total": ["显示列级别合计"], + "Transpose pivot": ["转置透视图"], + "Swap rows and columns": ["交换组和列"], + "Combine metrics": ["整合指标"], + "Display metrics side by side within each column, as opposed to each column being displayed side by side for each metric.": [ + "在每个列中并排显示指标,而不是每个指标并排显示每个列。" ], - "The host might be down, and can't be reached on the provided port.": [ - "主机可能已停止,无法在所提供的端口上连接到它" + "D3 time format for datetime columns": ["D3时间格式的时间列"], + "Sort rows by": ["排序 "], + "key a-z": ["a-z键"], + "key z-a": ["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": [ + "使用度量值作为排序关键字" ], - "The hostname \"%(hostname)s\" cannot be resolved.": [ - "无法解析主机名 \"%(hostname)s\" " + "Sort columns by": ["对列按字母顺序进行排列"], + "Change order of columns.": ["更改列的顺序。"], + "By key: use column names as sorting key": ["使用列名作为排序关键字"], + "Rows subtotal position": ["行小计的位置"], + "Position of row level subtotal": ["行级小计的位置"], + "Columns subtotal position": ["列的小计位置"], + "Position of column level subtotal": ["列级小计的位置"], + "Conditional formatting": ["条件格式设置"], + "Apply conditional color formatting to metrics": [ + "将条件颜色格式应用于指标" ], - "The hostname provided can't 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'": [ - "与此表关联的图表列表。通过更改此数据源,您可以更改这些相关图表的行为。还要注意,图表需要指向数据源,如果从数据源中删除图表,则此窗体将无法保存。如果要为图表更改数据源,请从“浏览视图”更改该图表。" + "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 lower limit of the threshold range of the Isoband": [""], - "The maximum number of events to return, equivalent to the number of rows": [ - "返回的最大事件数,相当于行数" + "Pivot Table": ["透视表"], + "Total (%(aggregatorName)s)": [""], + "Unknown input format": ["未知输入格式"], + "search.num_records": [""], + "page_size.show": [""], + "page_size.entries": [""], + "Shift + Click to sort by multiple columns": [""], + "Totals": ["总计"], + "Timestamp format": ["时间戳格式"], + "Page length": ["页长"], + "Search box": ["搜索框"], + "Whether to include a client-side search box": ["是否包含客户端搜索框"], + "Cell bars": ["单元格柱状图"], + "Whether to display a bar chart background in table columns": [ + "是否在表格列中显示柱状图背景" ], - "The maximum number of subdivisions of each group; lower values are pruned first": [ - "每组的最大细分数;较低的值首先被删除" + "Align +/-": ["对齐 +/-"], + "Whether to align background charts with both positive and negative values at 0": [ + "是否 +/- 对齐背景图数值" ], - "The maximum value of metrics. It is an optional configuration": [ - "度量的最大值。这是一个可选配置" + "Color +/-": ["色彩 +/-"], + "Allow columns to be rearranged": ["允许列重排"], + "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.": [ + "允许最终用户通过拖放列标题来重新排列它们。请注意,他们所做的更改不会在下次打开图表时保留。" ], - "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "额外字段中的元数据参数配置不正确。键 %(key)s 无效。" + "Render columns in HTML format": [""], + "Render data in HTML format if applicable.": [""], + "Customize columns": ["自定义列"], + "Further customize how to display each column": [ + "进一步自定义如何显示每列" ], - "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "额外字段中的元数据参数配置不正确。键 %{key}s 无效。" + "Apply conditional color formatting to numeric columns": [ + "将条件颜色格式应用于数字列" ], - "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "metadata_params对象被解压缩到sqlalchemy.metadata调用中。" + "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.": [ + "数据集的典型的逐行逐列电子表格视图。使用表格显示底层数据的视图或显示聚合指标。" ], - "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [ - "显示值所需的滚动周期的最小值。例如,如果您想累积 7 天的总额,您可能希望您的“最小周期”为 7,以便显示的所有数据点都是 7 个区间的总和。这将隐藏掉前 7 个阶段的“加速”效果" + "Show": ["显示"], + "Word Cloud": ["词汇云"], + "Minimum Font Size": ["最小字体大小"], + "Font size for the smallest value in the list": [ + "列表中最小值的字体大小" ], - "The name of the rule must be unique": ["名称必须是唯一的"], - "The number color \"steps\"": ["色彩 \"Steps\" 数字"], - "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "用于移动时间列的小时数(负数或正数)。这可用于将UTC时间移动到本地时间" + "Maximum Font Size": ["最大字体大小"], + "Font size for the biggest value in the list": ["列表中最大值的字体大小"], + "Word Rotation": ["单词旋转"], + "Rotation to apply to words in the cloud": [ + "应用于词云中的单词的旋转方式" ], - "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "显示的结果数量被配置项 DISPLAY_MAX_ROW 限制为最多 %(rows)d 条。如果您想查看更多的行数,请添加额外的限制/过滤条件或下载 CSV 文件,则可查看最多 %(limit)d 条。" + "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ + "可视化列中出现频率最高的单词。字体越大,出现频率越高。" ], - "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.": [ - "显示的结果数量被限制为最多 %(rows)d 条。若需查看更多的行数(上限为 %(limit)d 条),请添加额外的限制/过滤条件、下载 CSV 文件或联系管理员。" + "N/A": ["N/A"], + "fetching": ["抓取中"], + "The query couldn't be loaded": ["这个查询无法被加载"], + "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 dropdown.": [ - "下拉菜单限制了显示的行数为 %(rows)d。" + "Your query could not be scheduled": ["无法调度您的查询"], + "Failed at retrieving results": ["检索结果失败"], + "Unknown error": ["未知错误"], + "Query was stopped.": ["查询被终止。"], + "Failed at stopping query. %s": ["停止查询失败。 %s"], + "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "无法将表结构状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" ], - "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ - "通过【行限制】下拉菜单,显示的行数被限制为 %(rows)d 行。" + "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "无法将查询状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" ], - "The number of rows displayed is limited to %(rows)d by the query": [ - "显示的行数由查询限制为 %(rows)d 行" + "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ + "无法将查询编辑器状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" ], - "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ - "显示的行数由查询和【行限制】下拉菜单共同限制为 %(rows)d 行。" + "Unable to add a new tab to the backend. Please contact your administrator.": [ + "无法将新选项卡添加到后端。请与管理员联系。" ], - "The number of seconds before expiring the cache": [ - "终止缓存前的时间(秒)" + "-- Note: Unless you save your query, these tabs will NOT persist if you clear your cookies or change browsers.\n\n": [ + "-- 注意:除非您保存查询,否则如果清除cookie或更改浏览器时,这些选项卡将不会保留。\n" ], - "The object does not exist in the given database.": [ - "此数据库中不存在这个对象" + "Copy of %s": ["%s 的副本"], + "An error occurred while setting the active tab. Please contact your administrator.": [ + "设置活动选项卡时出错。请与管理员联系。" ], - "The parameter %(parameters)s in your query is undefined.": [ - "查询中的以下参数未定义:%(parameters)s 。" + "An error occurred while fetching tab state": ["获取选项卡状态时出错"], + "An error occurred while removing tab. Please contact your administrator.": [ + "删除选项卡时出错。请与管理员联系。" ], - "The password provided for username \"%(username)s\" is incorrect.": [ - "用户名 \"%(username)s\" 提供的密码不正确。" + "An error occurred while removing query. Please contact your administrator.": [ + "删除查询时出错。请与管理员联系。" ], - "The password provided when connecting to a database is not valid.": [ - "连接数据库时提供的密码无效。" + "Your query could not be saved": ["您的查询无法保存"], + "Your query was 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 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.": [ - "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" + "An error occurred while fetching table metadata. 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.": [ - "需要以下数据库的密码才能将它们与看板一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" + "An error occurred while expanding the table schema. 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.": [ - "需要以下数据库的密码才能将其与数据集一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" + "An error occurred while collapsing the table schema. 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.": [ - "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" + "An error occurred while removing the table 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.": [ - "需要以下数据库的密码才能导入它们。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中。如果需要,应在导入后手动添加。" + "Shared query": ["已分享的查询"], + "The datasource couldn't be loaded": ["这个数据源无法被加载"], + "An error occurred while creating the data source": [ + "创建数据源时发生错误" ], - "The pattern of timestamp format. For strings use ": [ - "时间戳格式的模式。供字符串使用 " + "An error occurred while fetching function names.": [ + "获取函数名称时出错。" ], - "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.": [ - "旋转时间的周期性。" + "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 Lab 将查询和结果数据存储在浏览器的本地存储中。目前,您已使用了 %(currentUsage)s KB,总共可用 %(maxStorage)d KB 存储空间。为了防止 SQL Lab 崩溃,请删除一些查询选项卡。在删除选项卡之前,您可以通过使用保存功能来重新访问这些查询。请注意,在执行此操作之前,您需要关闭其他的 SQL Lab 窗口。" ], - "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.": [ - "指向实体表(或视图)的指针。请记住,图表将与此逻辑表相关联,并且此逻辑表指向此处引用的实体表。" + "Foreign key": ["外键"], + "Estimate selected query cost": ["对所选的查询进行成本估算"], + "Estimate cost": ["成本估算"], + "Cost estimate": ["成本估算"], + "Creating a data source and creating a new tab": [ + "创建数据源,并弹出一个新的选项卡" ], - "The port is closed.": ["端口已关闭。"], - "The port number is invalid.": ["端口值无效"], - "The primary metric is used to define the arc segment sizes": [ - "主计量指标用于定义弧段大小。" + "Explore the result set in the data exploration view": [ + "在数据探索视图中探索结果集" ], - "The provided table was not found in the provided database": [ - "该表在数据库中不存在" + "Source SQL": ["源 SQL"], + "Executed SQL": ["已执行的SQL"], + "Run query": ["运行查询"], + "Stop query": ["停止查询"], + "New tab": ["新选项卡"], + "Keyboard shortcuts": ["键盘快捷键"], + "State": ["状态"], + "Duration": ["时长"], + "Results": ["结果"], + "Actions": ["操作"], + "Success": ["成功"], + "Failed": ["失败"], + "Running": ["正在执行"], + "Offline": ["离线"], + "Scheduled": ["已按计划执行"], + "Unknown Status": ["未知状态"], + "Edit": ["编辑"], + "Data preview": ["数据预览"], + "Overwrite text in the editor with a query on this table": [ + "使用该表上的查询覆盖编辑器中的文本" ], - "The query associated with the results was deleted.": [ - "与结果关联的查询已删除。" + "Run query in a new tab": ["在新选项卡中运行查询"], + "Remove query from log": ["从日志中删除查询"], + "Unable to create chart without a query id.": [""], + "Save & Explore": ["保存和浏览"], + "Overwrite & Explore": ["覆写和浏览"], + "Save this query as a virtual dataset to continue exploring": [ + "将这个查询保存为虚拟数据集以继续探索" ], - "The query associated with these results could not be found. You need to re-run the original query.": [ - "找不到与这些结果相关联的查询。你需要重新运行查询" + "Download to CSV": ["下载为CSV"], + "Copy to Clipboard": ["复制到剪贴板"], + "Filter results": ["过滤结果"], + "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ + "显示的结果数量被配置项 DISPLAY_MAX_ROW 限制为最多 %(rows)d 条。如果您想查看更多的行数,请添加额外的限制/过滤条件或下载 CSV 文件,则可查看最多 %(limit)d 条。" ], - "The query contains one or more malformed template parameters.": [ - "该查询包含一个或多个格式不正确的模板参数。" + "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.": [ + "显示的结果数量被限制为最多 %(rows)d 条。若需查看更多的行数(上限为 %(limit)d 条),请添加额外的限制/过滤条件、下载 CSV 文件或联系管理员。" ], - "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.": [ - "查询在 %(sqllab_timeout)s 秒后被终止。它可能太复杂,或者数据库可能负载过重。" + "The number of rows displayed is limited to %(rows)d by the query": [ + "显示的行数由查询限制为 %(rows)d 行" ], - "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.": [ - "查询在 %(sqllab_timeout)s 秒后被终止。它可能太复杂,或者数据库可能负载过重。" + "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ + "通过【行限制】下拉菜单,显示的行数被限制为 %(rows)d 行。" ], - "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ - "算法用来定义一个聚合群的半径(以像素为单位)。选择0关闭聚,但要注意大量的点(>1000)会导致处理时间变长。" + "The number of rows displayed is limited to %(rows)d by the query and limit dropdown.": [ + "显示的行数由查询和【行限制】下拉菜单共同限制为 %(rows)d 行。" ], - "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": [ - "单个点的半径(不在聚合群中的点)。一个数值列或“AUTO”,它根据最大的聚合群来缩放点。" + "%(rows)d rows returned": ["返回了 %(rows)d 行"], + "Track job": ["跟踪任务"], + "Query was stopped": ["查询被终止。"], + "Database error": ["数据库错误"], + "was created": ["已创建"], + "Query in a new tab": ["在新选项卡中查询"], + "The query returned no data": ["查询无结果"], + "Fetch data preview": ["获取数据预览"], + "Refetch results": ["重新获取结果"], + "Stop": ["停止"], + "Run selection": ["运行选定的查询"], + "Run": ["执行"], + "Stop running (Ctrl + x)": ["停止运行 (Ctrl + x)"], + "Run query (Ctrl + Return)": ["执行运行 (Ctrl + Return)"], + "Save": ["保存"], + "An error occurred saving dataset": ["保存数据集时发生错误"], + "Save or Overwrite Dataset": ["保存或覆盖数据集"], + "Back": ["返回"], + "Save as new": ["保存为新的"], + "Undefined": ["未命名"], + "Save as": ["另存为"], + "Save query": ["保存查询"], + "Cancel": ["取消"], + "Update": ["更新"], + "Label for your query": ["为您的查询设置标签"], + "Write a description for your query": ["为您的查询写一段描述"], + "Submit": ["提交"], + "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": ["复制链接"], + "No stored results found, you need to re-run your query": [ + "找不到存储的结果,需要重新运行查询" ], - "The report has been created": ["报告已创建"], - "The result of this query should be a numeric-esque value": [ - "此查询的结果应为类似数字的值" + "Query history": ["历史查询"], + "Preview: `%s`": ["预览 %s"], + "Schedule the query periodically": ["定期调度查询"], + "You must run the query successfully first": ["必须先成功运行查询"], + "Render HTML": [""], + "Autocomplete": ["自动补全"], + "CREATE TABLE AS": ["允许 CREATE TABLE AS"], + "CREATE VIEW AS": ["允许 CREATE VIEW AS"], + "Estimate the cost before running a query": [ + "在运行查询之前计算成本估算" ], - "The results backend no longer has the data from the query.": [ - "结果后端不再拥有来自查询的数据。" + "Specify name to CREATE VIEW AS schema in: public": [""], + "Specify name to CREATE TABLE AS schema in: public": [""], + "Select a database to write a query": ["选择要进行查询的数据库"], + "Choose one of the available databases from the panel on the left.": [ + "从左侧的面板中选择一个可用的数据库" ], - "The results stored in the backend were stored in a different format, and no longer can be deserialized.": [ - "后端存储的结果以不同的格式存储,而且不再可以反序列化" + "Create": ["创建"], + "Collapse table preview": ["折叠表预览"], + "Expand table preview": ["展开表格预览"], + "Reset state": ["状态重置"], + "Enter a new title for the tab": ["输入选项卡的新标题"], + "Close tab": ["关闭选项卡"], + "Rename tab": ["重命名选项卡"], + "Expand tool bar": ["展开工具栏"], + "Hide tool bar": ["隐藏工具栏"], + "Close all other tabs": ["关闭其他选项卡"], + "Duplicate tab": ["复制选项卡"], + "Add a new tab": ["新增新的选项卡"], + "New tab (Ctrl + q)": ["新建选项卡 (Ctrl + q)"], + "New tab (Ctrl + t)": ["新建选项卡 (Ctrl + t)"], + "Add a new tab to create SQL Query": ["添加一个选项卡以创建 SQL 查询"], + "An error occurred while fetching table metadata": [ + "获取表格元数据时发生错误" ], - "The rich tooltip shows a list of all series for that point in time": [ - "详细提示显示了该时间点的所有序列的列表。" + "Copy partition query to clipboard": ["将分区查询复制到剪贴板"], + "latest partition:": ["最新分区:"], + "Keys for table": ["表的键"], + "View keys & indexes (%s)": ["查看键和索引(%s)"], + "Original table column order": ["原始表列顺序"], + "Sort columns alphabetically": ["对列按字母顺序进行排列"], + "Copy SELECT statement to the clipboard": ["将 SELECT 语句复制到剪贴板"], + "Show CREATE VIEW statement": ["显示 CREATE VIEW 语句"], + "CREATE VIEW statement": ["CREATE VIEW 语句"], + "Remove table preview": ["删除表格预览"], + "below (example:": ["格式,比如:"], + "), and they become available in your SQL (example:": [ + "), 他们在你的SQL中会变成有效数据 (比如:" ], - "The schema \"%(schema)s\" does not exist. A valid schema must be used to run this query.": [ - "表 \"%(schema)s\" 不存在。必须使用有效的表来运行此查询。" + "by using": ["基于"], + "Edit template parameters": ["编辑模板参数"], + "Parameters ": ["参数"], + "Invalid JSON": ["无效的JSON"], + "Untitled query": ["未命名的查询"], + "%s%s": ["%s%s"], + "Before": ["之前"], + "After": ["之后"], + "Click to see difference": ["点击查看差异"], + "Altered": ["已更改"], + "Chart changes": ["图表变化"], + "Loaded data cached": ["加载的数据已缓存"], + "Loaded from cache": ["从缓存中加载"], + "Click to force-refresh": ["点击强制刷新"], + "Add required control values to preview chart": [ + "添加必需的控制值以预览图表" ], - "The schema \"%(schema_name)s\" does not exist. A valid schema must be used to run this query.": [ - "表 \"%(schema_name)s\" 不存在。必须使用有效的表来运行此查询。" + "Your chart is ready to go!": ["图表已就绪!"], + "Click on \"Create chart\" button in the control panel on the left to preview a visualization or": [ + "点击左侧控制面板中的“创建图表”按钮以预览可视化效果,或者" ], - "The schema of the submitted payload is invalid.": [""], - "The schema was deleted or renamed in the database.": [ - "该模式已在数据库中删除或重命名。" + "click here": ["点击这里"], + "No results were returned for this query": ["此查询没有数据返回"], + "An error occurred while loading the SQL": ["创建数据源时发生错误"], + "Updating chart was stopped": ["更新图表已停止"], + "An error occurred while rendering the visualization: %s": [ + "渲染可视化时发生错误:%s" ], - "The size of each cell in meters": ["每个单元的大小,以米为单位"], - "The size of the square cell, in pixels": [ - "平方单元的大小,以像素为单位" + "Network error.": ["网络异常。"], + "Cross-filter will be applied to all of the charts that use this dataset.": [ + "" ], - "The submitted payload failed validation.": [ - "提交的有效负载的模式不正确。" + "You can also just click on the chart to apply cross-filter.": [""], + "You can't apply cross-filter on this data point.": [ + "您无法在这个数据点上应用交叉筛选。" ], - "The submitted payload has the incorrect format.": [ - "提交的有效载荷格式不正确" + "Failed to load dimensions for drill by": [""], + "Drill by is not yet supported for this chart type": [ + "此图表类型还不支持钻取" ], - "The submitted payload has the incorrect schema.": [ - "提交的有效负载的模式不正确。" + "Drill by is not available for this data point": ["此数据点无法钻取"], + "Drill by": ["钻取:"], + "Failed to generate chart edit URL": [""], + "Close": ["关闭"], + "Failed to load chart data.": [""], + "Drill to detail": ["钻取详情"], + "Drill to detail by": ["钻取详情:"], + "Drill to detail is disabled for this database. Change the database settings to enable it.": [ + "" ], - "The table \"%(table)s\" does not exist. A valid table must be used to run this query.": [ - "表 \"%(table)s\" 不存在。必须使用有效的表来运行此查询。" + "Drill to detail is disabled because this chart does not group data by dimension value.": [ + "由于此图表未按维度值对数据进行分组,因此钻取详情的功能已被禁用。" ], - "The table \"%(table_name)s\" does not exist. A valid table must be used to run this query.": [ - "表 \"%(table_name)s\" 不存在。必须使用有效的表来运行此查询。" + "Right-click on a dimension value to drill to detail by that value.": [ + "" ], - "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.": [ - "表被创建。作为这两个阶段配置过程的一部分,您现在应该单击新表的编辑按钮来配置它。" + "Drill to detail by value is not yet supported for this chart type.": [ + "此图表类型还不支持钻取详情。" ], - "The table was deleted or renamed in the database.": [ - "该表已在数据库中删除或重命名。" + "Drill to detail: %s": ["钻取详情:%s"], + "No rows were returned for this dataset": ["这个数据集没有返回任何行"], + "Copy": ["复制"], + "Copy to clipboard": ["复制到剪贴板"], + "Copied to clipboard!": ["复制到剪贴板!"], + "Sorry, your browser does not support copying. Use Ctrl / Cmd + C!": [ + "抱歉,您的浏览器不支持复制操作。使用 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": [ - "可视化的时间栏。注意,您可以定义返回表中的DATETIMLE列的任意表达式。还请注意下面的筛选器应用于该列或表达式。" + "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"], + "minute": ["分"], + "reboot": ["重启"], + "Every": ["每个"], + "in": ["处于"], + "on": ["位于"], + "at": ["在"], + ":": [":"], + "minute(s)": ["分钟"], + "Invalid cron expression": ["无效cron表达式"], + "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": ["十二月"], + "There was an error loading the schemas": [ + "抱歉,这个看板在获取图表时发生错误:" ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ - "可视化的时间粒度。请注意,您可以输入和使用简单的日期表达方式,如 `10 seconds`, `1 day` or `56 weeks`" + "Force refresh schema list": ["强制刷新模式列表"], + "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ + "警告!如果元数据不存在,更改数据集可能会破坏图表。" ], - "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`,`1 day` or `56 weeks`": [ - "可视化的时间粒度。请注意,您可以输入和使用简单的日期表达方式,如 `10 seconds`, `1 day` or `56 weeks`" + "Changing the dataset may break the chart if the chart relies on columns or metadata that does not exist in the target dataset": [ + "如果图表依赖于目标数据集中不存在的列或元数据,则更改数据集可能会破坏图表" ], - "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 源代码中的每个数据库引擎基础上定义的。" + "dataset": ["数据集"], + "Connection": ["连接"], + "Warning!": ["警告!"], + "Search / Filter": ["搜索 / 过滤"], + "Add item": ["增加条件"], + "BOOLEAN": ["布尔值"], + "Physical (table or view)": ["实体(表或视图)"], + "Virtual (SQL)": ["虚拟(SQL)"], + "Data type": ["数据类型"], + "Datetime format": ["时间格式"], + "The pattern of timestamp format. For strings use ": [ + "时间戳格式的模式。供字符串使用 " ], - "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.": [ - "可视化的时间范围。所有相关的时间,例如\"上个月\"、\"过去7天\"、\"现在\"等,都在服务器上使用服务器的本地时间(sans时区)进行计算。所有工具提示和占位符时间均以UTC(无时区)表示。然后,数据库使用引擎的本地时区来评估时间戳。注:如果指定开始时间和、或者结束时间,可以根据ISO 8601格式显式设置时区。" + "Python datetime string pattern": ["Python日期格式模板"], + " expression which needs to adhere to the ": [" 表达式必须基于 "], + "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.": [ + "来确保字符的表达顺序与时间顺序一致的标准。如果时间戳格式不符合 ISO 8601 标准,则需要定义表达式和类型,以便将字符串转换为日期或时间戳。注意:当前不支持时区。如果时间以epoch格式存储,请输入 `epoch_s` or `epoch_ms` 。如果没有指定任何模式,我们可以通过额外的参数在每个数据库/列名级别上使用可选的默认值。" ], - "The time unit for each block. Should be a smaller unit than domain_granularity. Should be larger or equal to Time Grain": [ - "每个块的时间单位。应该是主域域粒度更小的单位。应该大于或等于时间粒度" + "Certified By": ["认证"], + "Person or group that has certified this metric": [ + "认证此指标的个人或组" ], - "The time unit used for the grouping of blocks": ["用于块分组的时间单位"], - "The type of visualization to display": ["要显示的可视化类型"], - "The unit of measure for the specified point radius": [ - "指定点半径的度量单位" + "Certified by": ["认证"], + "Certification details": ["认证细节"], + "Details of the certification": ["认证详情"], + "Is dimension": ["维度"], + "Is filterable": ["可被过滤"], + "Select owners": ["选择所有者"], + "Modified columns: %s": ["修改的列:%s"], + "Removed columns: %s": ["删除的列:%s"], + "New columns added: %s": ["新增的列:%s"], + "Metadata has been synced": ["元数据已同步"], + "An error has occurred": ["发生了一个错误"], + "Column name [%s] is duplicated": ["列名 [%s] 重复"], + "Metric name [%s] is duplicated": ["指标名称 [%s] 重复"], + "Calculated column [%s] requires an expression": [ + "计算列 [%s] 需要一个表达式" ], - "The upper limit of the threshold range of the Isoband": [""], - "The user seems to have been deleted": ["用户已经被删除"], - "The user/password combination is not valid (Incorrect password for user).": [ - "" + "Invalid currency code in saved metrics": [""], + "Basic": ["基础"], + "Default URL": ["默认URL"], + "Default URL to redirect to when accessing from the dataset list page": [ + "从数据集列表页访问时重定向到的默认URL" ], - "The username \"%(username)s\" does not exist.": [ - "指标 '%(username)s' 不存在" + "Autocomplete filters": ["自适配过滤条件"], + "Whether to populate autocomplete filters options": [ + "是否填充自适配过滤条件选项" ], - "The username provided when connecting to a database is not valid.": [ - "连接到数据库时提供的用户名无效。" + "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.": [ + "当使用 \"自适配过滤条件\" 时,这可以用来提高获取查询数据的性能。使用此选项可将谓词(WHERE子句)应用于从表中进行选择不同值的查询。通常,这样做的目的是通过对分区或索引的相关时间字段配置相对应的过滤时间来限制扫描。" ], - "The way the ticks are laid out on the X-axis": ["X轴刻度的布局方式"], - "The width of the Isoline in pixels": ["等值线的宽度(以像素为单位)"], - "The width of the lines": ["线条的宽度"], - "There are associated alerts or reports": ["存在关联的警报或报告"], - "There are associated alerts or reports: %(report_names)s": [ - "存在关联的警报或报告:%(report_names)s" + "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.\" } }`." ], - "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.": [ - "SQL查询中存在语法错误。可能是拼写错误或是打错关键字。" + "Cache timeout": ["缓存时间"], + "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.": [ + "用于移动时间列的小时数(负数或正数)。这可用于将UTC时间移动到本地时间" ], - "There is no chart definition associated with this component, could it have been deleted?": [ - "没有与此组件关联的图表定义,是否已将其删除?" + "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ + "当对次要时间列进行筛选时,将相同的筛选条件应用到主日期时间列。" ], - "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ - "此组件没有足够的空间。请尝试减小其宽度,或增加目标宽度。" + "Click the lock to make changes.": ["单击锁以进行更改。"], + "Click the lock to prevent further changes.": [ + "单击锁定以防止进一步更改。" ], - "There was an error fetching dataset": ["抱歉,获取数据库信息时出错:%s"], - "There was an error fetching dataset's related objects": [ - "抱歉,获取数据库信息时出错:%s" + "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.": [ + "指定SQL时,数据源会充当视图。在对生成的父查询进行分组和筛选时,系统将使用此语句作为子查询。" ], - "There was an error fetching the favorite status: %s": [ - "获取此看板的收藏夹状态时出现问题:%s。" + "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.": [ + "指向实体表(或视图)的指针。请记住,图表将与此逻辑表相关联,并且此逻辑表指向此处引用的实体表。" ], - "There was an error fetching your recent activity:": [ - "获取您最近的活动时出错:" + "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "" ], - "There was an error loading the chart data": [ - "抱歉,这个看板在获取图表时发生错误:" + "D3 format": ["D3 格式"], + "Metric currency": ["指标货币类型"], + "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.": [ + "更改这些设置将影响使用此数据集的所有图表,包括其他人拥有的图表。" ], - "There was an error loading the dataset metadata": ["您的请求有错误"], - "There was an error loading the schemas": [ - "抱歉,这个看板在获取图表时发生错误:" + "Sync columns from source": ["从源同步列"], + "Calculated columns": ["计算列"], + "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "" ], - "There was an error loading the tables": ["您的请求有错误"], - "There was an error saving the favorite status: %s": [ - "获取此看板的收藏夹状态时出现问题: %s" + "": ["输入SQL表达式"], + "Settings": ["设置"], + "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.": [ + "这里公开的数据集配置会影响使用此数据集的所有图表。请注意,更改此处的设置可能会以未预想的方式影响其他图表。" ], - "There was an error with your request": ["您的请求有错误"], - "There was an issue deleting %s: %s": ["删除 %s 时出现问题:%s"], - "There was an issue deleting rules: %s": ["删除规则时出现问题:%s"], - "There was an issue deleting the selected %s: %s": [ - "删除所选 %s 时出现问题: %s" + "Are you sure you want to save and apply changes?": [ + "确实要保存并应用更改吗?" ], - "There was an issue deleting the selected annotations: %s": [ - "删除所选注释时出现问题:%s" + "Confirm save": ["确认保存"], + "OK": ["确认"], + "Edit Dataset ": ["编辑数据集"], + "Use legacy datasource editor": ["使用旧数据源编辑器"], + "This dataset is managed externally, and can't be edited in Superset": [ + "" ], - "There was an issue deleting the selected charts: %s": [ - "删除所选图表时出现问题:%s" + "DELETE": ["删除"], + "delete": ["删除"], + "Type \"%s\" to confirm": ["键入 \"%s\" 来确认"], + "Click to edit": ["点击编辑"], + "You don't have the rights to alter this title.": [ + "您没有权利修改这个标题。" ], - "There was an issue deleting the selected dashboards: ": [ - "删除所选看板时出现问题:" + "No databases match your search": ["没有与您的搜索匹配的数据库"], + "There are no databases available": ["没有可用的数据库"], + "Manage your databases": ["管理你的数据库"], + "Unexpected error": ["意外错误。"], + "This may be triggered by:": ["这可能由以下因素触发:"], + "%(message)s\nThis may be triggered by: \n%(issues)s": [ + "%(message)s\n这可能由以下因素触发:%(issues)s" ], - "There was an issue deleting the selected datasets: %s": [ - "删除选定的数据集时出现问题:%s" + "%s Error": ["%s 异常"], + "Missing dataset": ["丢失数据集"], + "See more": ["查看更多"], + "See less": ["查看更少"], + "Copy message": ["复制信息"], + "Authorization needed": [""], + "Did you mean:": ["您的意思是:"], + "Parameter error": ["参数错误"], + "%(subtitle)s\nThis may be triggered by:\n %(issue)s": [ + "%(subtitle)s\n这可能由以下因素触发:%(issue)s" ], - "There was an issue deleting the selected layers: %s": [ - "删除所选图层时出现问题:%s" + "Timeout error": ["超时错误"], + "Click to favorite/unfavorite": ["点击 收藏/取消收藏"], + "Cell content": ["单元格内容"], + "Database driver for importing maybe not installed. Visit the Superset documentation page for installation instructions: ": [ + "" ], - "There was an issue deleting the selected queries: %s": [ - "删除所选查询时出现问题:%s" + "OVERWRITE": ["覆盖"], + "%s SSH TUNNEL PASSWORD": ["%s SSH 隧道密码"], + "%s SSH TUNNEL PRIVATE KEY": ["%s SSH 隧道私有密钥"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH 隧道私有密钥密码"], + "Overwrite": ["覆盖"], + "Import": ["导入"], + "Import %s": ["导入 %s"], + "Last Updated %s": ["最后更新 %s"], + "Sort": ["排序:"], + "+ %s more": [""], + "%s Selected": ["%s 已选定"], + "Deselect all": ["反选所有"], + "Add Tag": ["新增标签"], + "No results match your filter criteria": [""], + "Try different criteria to display results.": [""], + "No Data": ["没有数据"], + "%s-%s of %s": ["%s-%s 总计 %s"], + "Type a value": ["请输入值"], + "Filter": ["过滤器"], + "Select or type a value": ["选择或输入一个值"], + "Last modified": ["最后修改"], + "Modified by": ["修改人"], + "Created by": ["创建人"], + "Created on": ["创建日期"], + "Menu actions trigger": [""], + "Select ...": ["选择 ..."], + "Click to cancel sorting": ["点击取消排序"], + "There was an error loading the tables": ["您的请求有错误"], + "See table schema": ["查看表结构"], + "Force refresh table list": ["强制刷新表列表"], + "Timezone selector": ["时区选择"], + "There is not enough space for this component. Try decreasing its width, or increasing the destination width.": [ + "此组件没有足够的空间。请尝试减小其宽度,或增加目标宽度。" ], - "There was an issue deleting the selected templates: %s": [ - "删除所选模板时出现问题:%s" + "Can not move top level tab into nested tabs": [ + "无法将顶级选项卡移动到嵌套选项卡中" ], - "There was an issue deleting: %s": ["删除时出现问题:%s"], - "There was an issue duplicating the dataset.": [ - "删除选定的数据集时出现问题:%s" + "This chart has been moved to a different filter scope.": [ + "此图表已移至其他过滤器范围内。" ], - "There was an issue duplicating the selected datasets: %s": [ - "删除选定的数据集时出现问题:%s" + "There was an issue fetching the favorite status of this dashboard.": [ + "获取此看板的收藏夹状态时出现问题。" ], "There was an issue favoriting this dashboard.": [ "收藏看板时候出现问题。" ], - "There was an issue fetching reports attached to this dashboard.": [ - "获取此看板的收藏夹状态时出现问题。" + "This dashboard is now published": ["此看板已发布"], + "This dashboard is now hidden": ["此看板已隐藏"], + "You do not have permissions to edit this dashboard.": [ + "您没有编辑此看板的权限。" ], - "There was an issue fetching the favorite status of this dashboard.": [ - "获取此看板的收藏夹状态时出现问题。" + "This dashboard was saved successfully.": ["该看板已成功保存。"], + "Sorry, there was an error saving this dashboard: %s": [ + "抱歉,这个看板在保存时发生错误:%s" ], - "There was an issue fetching your chart: %s": [ - "获取您的图表时出现问题:%s" + "You do not have permission to edit this dashboard": [ + "您没有编辑此看板的权限" ], - "There was an issue fetching your dashboards: %s": [ - "获取您的看板时出现问题:%s" + "Please confirm the overwrite values.": [""], + "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.": [ + "" ], - "There was an issue fetching your recent activity: %s": [ - "获取您最近的活动时出错:%s" + "Could not fetch all saved charts": ["无法获取所有保存的图表"], + "Sorry there was an error fetching saved charts: ": [ + "抱歉,这个看板在获取图表时发生错误:" ], - "There was an issue fetching your saved queries: %s": [ - "删除已保存查询时出现问题:%s" + "Any color palette selected here will override the colors applied to this dashboard's individual charts": [ + "此处选择的任何调色板都将覆盖应用于此看板的各个图表的颜色" ], - "There was an issue previewing the selected query %s": [ - "预览所选查询时出现问题 %s" + "You have unsaved changes.": ["您有一些未保存的修改。"], + "Drag and drop components and charts to the dashboard": [ + "拖放组件或图表到此看板" ], - "There was an issue previewing the selected query. %s": [ - "预览所选查询时出现问题。%s" + "You can create a new chart or use existing ones from the panel on the right": [ + "您可以创建一个新图表,或使用右侧面板中的现有的对象。" ], - "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "您的桑基图中存在循环,请提供一棵树。这是一个错误的链接:{}" + "Create a new chart": ["创建新图表"], + "Drag and drop components to this tab": ["拖放组件或图表到此选项卡"], + "There are no components added to this tab": [""], + "You can add the components in the edit mode.": [""], + "There is no chart definition associated with this component, could it have been deleted?": [ + "没有与此组件关联的图表定义,是否已将其删除?" ], - "These are the datasets this filter will be applied to.": [ - "这些是将应用此过滤的表。" + "Delete this container and save to remove this message.": [ + "删除此容器并保存以移除此消息。" ], - "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "这些参数是在浏览视图中单击保存或覆盖按钮时动态生成的。这个JSON对象在这里公开以供参考,并提供给可能希望更改特定参数的高级用户使用。" + "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 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对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" + "Save dashboard": ["保存看板"], + "Overwrite Dashboard [%s]": ["覆盖看板 [%s]"], + "Save as:": ["另存为:"], + "[dashboard name]": ["[看板名称]"], + "also copy (duplicate) charts": ["同时复制图表"], + "Create new chart": ["创建新图表"], + "Filter your charts": ["过滤您的图表"], + "Sort by %s": ["排序 %s"], + "Show only my charts": ["只显示我的图表"], + "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.": [ + "您可以选择显示所有您有权限访问的图表,或者仅显示您拥有的图表。您的过滤器选择将被保存,并保持激活状态,直到您选择更改它。" ], - "This action will permanently delete %s.": ["此操作将永久删除 %s 。"], - "This action will permanently delete the layer.": [ - "此操作将永久删除图层。" + "Added": ["已添加"], + "Viz type": ["可视化类型"], + "Dataset": ["数据集"], + "Superset chart": ["Superset图表"], + "Check out this chart in dashboard:": ["在看板中查看此图表"], + "Layout elements": ["布局元素"], + "An error occurred while fetching available CSS templates": [ + "获取可用的CSS模板时出错" ], - "This action will permanently delete the saved query.": [ - "此操作将永久删除保存的查询。" + "Load a CSS template": ["加载一个 CSS 模板"], + "Live CSS editor": ["即时 CSS 编辑器"], + "Go to the edit mode to configure the dashboard and add charts": [""], + "Changes saved.": ["修改已保存"], + "Disable embedding?": ["禁用嵌入吗?"], + "This will remove your current embed configuration.": [ + "这会移除当前的嵌入配置。" ], - "This action will permanently delete the template.": [ - "此操作将永久删除模板。" + "Embedding deactivated.": ["解除嵌入。"], + "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ + "此仪表板已准备好嵌入。在您的应用程序中,将以下 ID 传递给 SDK:" ], - "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)或一个域名(例如mydatabase.com)。" + "Configure this dashboard to embed it into an external web application.": [ + "配置此仪表板,以便将其嵌入到外部网络应用程序中。" ], - "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ - "此图表将交叉筛选应用于那些数据集包含具有相同名称列的图表。" + "For further instructions, consult the": ["更深入的了解,请查看"], + "Superset Embedded SDK documentation.": ["Superset的嵌入SDK文档。"], + "Allowed Domains (comma separated)": ["允许的域名(逗号分隔)"], + "A list of domain names that can embed this dashboard. Leaving this field empty will allow embedding from any domain.": [ + "" ], - "This chart has been moved to a different filter scope.": [ - "此图表已移至其他过滤器范围内。" + "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ + "此看板当前正在强制刷新;下一次强制刷新将在 %s 内执行。" ], - "This chart is managed externally, and can't be edited in Superset": [""], - "This chart might be incompatible with the filter (datasets don't match)": [ - "此图表可能与过滤器不兼容(数据集不匹配)" + "Your dashboard is too large. Please reduce its size before saving it.": [ + "您的看板太大了。保存前请缩小尺寸。" ], - "This chart type is not supported when using an unsaved query as a chart source. ": [ + "Redo the action": [""], + "Edit dashboard": ["编辑看板"], + "Superset dashboard": ["看板"], + "Check out this dashboard: ": ["查看此看板:"], + "Refresh dashboard": ["刷新看板"], + "Exit fullscreen": ["退出全屏"], + "Enter fullscreen": ["全屏"], + "Edit properties": ["编辑属性"], + "Edit CSS": ["编辑CSS"], + "Share": ["分享"], + "Set filter mapping": ["设置过滤映射"], + "Set auto-refresh interval": ["设置自动刷新"], + "Scroll down to the bottom to enable overwriting changes. ": [""], + "Apply": ["应用"], + "Error": ["错误"], + "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.": [ + "所有者是一个用户列表,这些用户有权限修改仪表板。可按名称或用户名搜索。" + ], + "Colors": ["颜色"], + "Dashboard properties": ["看板属性"], + "This dashboard is managed externally, and can't be edited in Superset": [ "" ], - "This color scheme is being overridden by custom label colors.\n Check the JSON metadata in the Advanced settings": [ - "此配色方案正被自定义标签颜色覆盖。\n请在高级设置中检查 JSON 元数据。" + "Basic information": ["基本情况"], + "URL slug": ["使用 Slug"], + "A readable URL for your dashboard": ["为看板生成一个可读的 URL"], + "Certification": ["认证"], + "Person or group that has certified this dashboard.": [ + "认证此看板的个人或组。" ], - "This column might be incompatible with current dataset": [ - "此图表可能与过滤器不兼容(数据集不匹配)" + "Any additional detail to show in the certification tooltip.": [ + "要在认证工具提示中显示详细信息。" ], - "This column must contain date/time information.": [ - "此列必须包含日期时间信息。" + "JSON metadata": ["JSON 元数据"], + "Please DO NOT overwrite the \"filter_scopes\" key.": [""], + "Use \"%(menuName)s\" menu instead.": [""], + "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ + "此看板未发布,它将不会显示在看板列表中。单击此处以发布此看板。" ], - "This control filters the whole chart based on the selected time range. 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 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 controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ - "" + "This dashboard is published. Click to make it a draft.": [ + "此看板已发布。单击以使其成为草稿。" ], - "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ - "" + "Draft": ["草稿"], + "Annotation layers are still loading.": ["注释层仍在加载。"], + "One ore more annotation layers failed loading.": [ + "一个或多个注释层加载失败。" ], - "This dashboard is currently auto refreshing; the next auto refresh will be in %s.": [ - "此看板当前正在强制刷新;下一次强制刷新将在 %s 内执行。" + "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ + "此图表将交叉筛选应用于那些数据集包含具有相同名称列的图表。" ], - "This dashboard is managed externally, and can't be edited in Superset": [ - "" + "Cached %s": ["缓存于%s"], + "Fetched %s": ["刷新于 %s"], + "Query %s: %s": ["查询 %s: %s "], + "Force refresh": ["强制刷新"], + "View query": ["查看查询语句"], + "Share chart by email": ["通过电子邮件分享图表"], + "Check out this chart: ": ["看看这张图表:"], + "Download as image": ["下载为图片"], + "Search...": ["搜索..."], + "No filter is selected.": ["未选择过滤条件。"], + "Editing 1 filter:": ["编辑1个过滤条件:"], + "Batch editing %d filters:": ["批量编辑 %d 个过滤条件:"], + "Configure filter scopes": ["配置过滤范围"], + "There are no filters in this dashboard.": ["此看板中没有过滤条件。"], + "Expand all": ["全部展开"], + "Collapse all": ["全部折叠"], + "This markdown component has an error.": ["此 markdown 组件有错误。"], + "This markdown component has an error. Please revert your recent changes.": [ + "此 markdown 组件有错误。请还原最近的更改。" ], - "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访问它。" + "Empty row": ["空的行"], + "or use existing ones from the panel on the right": [ + "或从右侧面板中使用已存在的对象" ], - "This dashboard is not published, it will not show up in the list of dashboards. Click here to publish this dashboard.": [ - "此看板未发布,它将不会显示在看板列表中。单击此处以发布此看板。" + "You can add the components in the": [""], + "Delete dashboard tab?": ["是否删除看板选项卡?"], + "Deleting a tab will remove all content within it. You may still reverse this action with the": [ + "删除一个标签页将会移除其中的所有内容。您仍然可以回退这个操作,点击" ], - "This dashboard is now hidden": ["此看板已隐藏"], - "This dashboard is now published": ["此看板已发布"], - "This dashboard is published. Click to make it a draft.": [ - "此看板已发布。单击以使其成为草稿。" + "button (cmd + z) until you save your changes.": [ + "按钮(cmd + z)直到你保存它。" ], - "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "此仪表板已准备好嵌入。在您的应用程序中,将以下 ID 传递给 SDK:" + "CANCEL": ["取消"], + "Divider": ["分隔"], + "Header": ["标题行"], + "Text": ["文本"], + "Tabs": ["选项卡"], + "background": ["背景"], + "Preview": ["预览"], + "Sorry, something went wrong. Try again later.": [ + "抱歉,出了点问题。请稍后再试。" ], - "This dashboard was saved successfully.": ["该看板已成功保存。"], - "This database is managed externally, and can't be edited in Superset": [ - "" + "Unknown value": ["未知值"], + "No global filters are currently added": ["当前没有已添加的全局过滤器"], + "Click on \"+Add/Edit Filters\" button to create new dashboard filters": [ + "点击“+添加/编辑过滤器”按钮来创建新的看板过滤器。" ], - "This database table does not contain any data. Please select a different table.": [ - "" + "Clear all": ["清除所有"], + "Add custom scoping": ["添加自定义作用域"], + "All charts/global scoping": ["所有的图表或者全局作用域"], + "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "选择您希望在与此图表交互时应用交叉筛选的图表。您可以选择“所有图表”,以对使用相同数据集或在仪表板中包含相同列名的所有图表应用筛选器。" ], - "This dataset is managed externally, and can't be edited in Superset": [ - "" + "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ + "选择您希望在此看板上应用交叉筛选的图表。取消选择一个图表将在从看板上的任何图表应用交叉筛选时排除它。您可以选择“所有图表”,以对使用相同数据集或在看板中包含相同列名的所有图表应用交叉筛选。" ], - "This dataset is not used to power any charts.": [""], - "This defines the element to be plotted on the chart": [ - "这定义了要在图表上绘制的元素" + "All charts": ["所有图表"], + "Cannot load filter": ["无法加载筛选器"], + "Filters out of scope (%d)": ["过滤器超出范围(%d)"], + "Filter only displays values relevant to selections made in other filters.": [ + "" ], - "This field is used as a unique identifier to attach the calculated dimension to charts. It is also used as the alias in the SQL query.": [ + "Filter type": ["过滤类型"], + "Title is required": ["标题是必填项"], + "(Removed)": ["(已删除)"], + "Undo?": ["撤消?"], + "Add filters and dividers": ["添加过滤器和分隔符"], + "Cyclic dependency detected": [""], + "Column select": ["选择列"], + "Select a column": ["选择列"], + "No compatible columns found": ["找不到兼容的列"], + "Value is required": ["需要值"], + "(deleted or invalid type)": ["(已删除或无效类型)"], + "Add filter": ["增加过滤条件"], + "Values are dependent on other filters": ["这些值依赖于其他过滤器"], + "Values selected in other filters will affect the filter options to only show relevant values": [ "" ], - "This field is used as a unique identifier to attach the metric to charts. It is also used as the alias in the SQL query.": [ + "Scoping": ["范围"], + "Select filter": ["选择过滤器"], + "Range filter": ["范围过滤"], + "Numerical range": ["数值范围"], + "Time filter": ["时间过滤器"], + "Time range": ["时间范围"], + "Time column": ["时间列"], + "Time grain": ["时间粒度(grain)"], + "Group By": ["分组"], + "Group by": ["分组"], + "Pre-filter is required": ["预过滤是必须的"], + "Time column to apply dependent temporal filter to": [ + "要应用相关时间筛选条件的时间列" + ], + "Time column to apply time range to": ["应用时间范围的时间列"], + "Filter name": ["过滤器名称"], + "Name is required": ["需要名称"], + "Filter Type": ["过滤类型"], + "Datasets do not contain a temporal column": ["数据集不包含时间列"], + "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.": [ "" ], - "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "这个字段执行Superset视图时,意味着Superset将以子查询的形式对字符串运行查询。" + "Dataset is required": ["需要数据集"], + "Pre-filter available values": ["预滤器可用值"], + "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.": [ + "为控制筛选器的源查询添加筛选条件,但这只限于自动完成的上下文,即这些条件不会影响筛选器在仪表板上的应用方式。当你希望通过只扫描底层数据的一个子集来提高查询性能,或者限制筛选器中显示的可用值范围时,这一点特别有用。" ], - "This filter might be incompatible with current dataset": [ - "此图表可能与过滤器不兼容(数据集不匹配)" + "Pre-filter": ["预过滤"], + "No filter": ["无筛选"], + "Sort filter values": ["排序过滤器值"], + "Sort type": ["排序类型"], + "Sort ascending": ["升序排序"], + "Sort Metric": ["排序指标"], + "If a metric is specified, sorting will be done based on the metric value": [ + "如果指定了度量,则将根据该度量值进行排序" ], - "This functionality is disabled in your environment for security reasons.": [ - "出于安全考虑,此功能在您的环境中被禁用。" + "Sort metric": ["排序指标"], + "Single Value": ["单个值"], + "Single value type": ["单值类型"], + "Exact": ["精确"], + "Filter has default value": ["过滤器默认值"], + "Default Value": ["缺省值"], + "Default value is required": ["需要默认值"], + "Refresh the default values": ["刷新默认值"], + "Fill all required fields to enable \"Default Value\"": [ + "填写所有必填字段以启用默认值" ], - "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)创建基本过滤。" + "You have removed this filter.": ["您已删除此过滤条件。"], + "Restore Filter": ["还原过滤条件"], + "Column is required": ["列是必填项"], + "Populate \"Default value\" to enable this control": [ + "填充 \"Default value\" 以启用此控件" ], - "This json object describes the positioning of the widgets in the dashboard. It is dynamically generated when adjusting the widgets size and positions by using drag & drop in the dashboard view": [ - "这个JSON对象描述了部件在看板中的位置。它是动态生成的,可以通过拖放,在看板中调整整部件的大小和位置" + "Default value must be set when \"Filter has default value\" is checked": [ + "选中筛选器具有默认值时,必须设置默认值" ], - "This markdown component has an error.": ["此 markdown 组件有错误。"], - "This markdown component has an error. Please revert your recent changes.": [ - "此 markdown 组件有错误。请还原最近的更改。" + "Apply to all panels": ["应用于所有面板"], + "Apply to specific panels": ["应用于特定面板"], + "Only selected panels will be affected by this filter": [ + "只有选定的面板将受此过滤条件的影响" ], - "This may be triggered by:": ["这可能由以下因素触发:"], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" + "All panels with this column will be affected by this filter": [ + "包含此列的所有面板都将受到此过滤条件的影响" ], - "This metric might be incompatible with current dataset": [ + "All panels": ["应用于所有面板"], + "This chart might be incompatible with the filter (datasets don't match)": [ "此图表可能与过滤器不兼容(数据集不匹配)" ], - "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": [ - "本节包含允许对查询结果进行高级分析处理后的选项。" + "Keep editing": ["继续编辑"], + "Yes, cancel": ["是的,取消"], + "There are unsaved changes.": ["您有一些未保存的修改。"], + "Are you sure you want to cancel?": ["您确定要取消吗?"], + "Error loading chart datasources. Filters may not work correctly.": [ + "加载图表数据源时出错。过滤器可能无法正常工作。" ], - "This section contains validation errors": ["这部分有错误"], + "Transparent": ["透明"], + "White": ["白色"], + "All filters": ["所有过滤器"], + "Medium": ["中"], + "Tab title": ["选项卡标题"], "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": [ - "此表已经关联了一个数据集。一个表只能关联一个数据集。" + "Equal to (=)": ["等于(=)"], + "Less than (<)": ["小于(<)"], + "Like": [""], + "Is true": ["为真"], + "Time granularity": ["时间粒度(granularity)"], + "One or many columns to group by. High cardinality groupings should include a series limit to limit the number of fetched and rendered series.": [ + "要分组的一列或多列。高基数分组应包括序列限制,以限制提取和呈现的序列数。" ], - "This value should be greater than the left target value": [ - "这个值应该大于左边的目标值" + "One or many metrics to display": ["一个或多个指标显示"], + "Fixed color": ["固定颜色"], + "Right axis metric": ["右轴指标"], + "Choose a metric for right axis": ["为右轴选择一个指标"], + "Linear color scheme": ["线性颜色方案"], + "Color metric": ["颜色指标"], + "One or many controls to pivot as columns": [ + "一个或多个控件作为列进行透视" ], - "This value should be smaller than the right target value": [ - "这个值应该小于正确的目标值" + "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 源代码中的每个数据库引擎基础上定义的。" ], - "This visualization type does not support cross-filtering.": [ - "可视化类型不支持交叉筛选" + "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.": [ + "可视化的时间范围。所有相关的时间,例如\"上个月\"、\"过去7天\"、\"现在\"等,都在服务器上使用服务器的本地时间(sans时区)进行计算。所有工具提示和占位符时间均以UTC(无时区)表示。然后,数据库使用引擎的本地时区来评估时间戳。注:如果指定开始时间和、或者结束时间,可以根据ISO 8601格式显式设置时区。" ], - "This visualization type is not supported.": ["可视化类型不支持"], - "This was triggered by:": ["这是由以下因素引发的:"], - "This will remove your current embed configuration.": [ - "这会移除当前的嵌入配置。" + "Limits the number of rows that get displayed.": ["限制显示的行数。"], + "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).": [ + "如果存在序列或行限制,则用于定义顶部序列的排序方式的度量。如果未定义,则返回第一个度量(如果适用)。" ], - "Threshold": ["阈值"], - "Threshold alpha level for determining significance": [ - "确定重要性的阈值α水平" + "Defines the grouping of entities. Each series is shown as a specific color on the chart and has a legend toggle": [ + "定义实体的分组。每个序列在图表上显示为特定颜色,并有一个可切换的图例" ], - "Threshold: ": ["阈值"], - "Thumbnails": ["缩略图"], - "Thursday": ["星期四"], - "Time": ["时间"], - "Time Column": ["时间列"], - "Time Comparison": ["时间比对"], - "Time Format": ["时间格式"], - "Time Grain": ["时间粒度(Grain)"], - "Time Grain must be specified when using Time Shift.": [ - "使用时间比较时,必须指定封闭的时间范围(有开始和结束)。" + "Metric assigned to the [X] axis": ["分配给 [X] 轴的指标"], + "Metric assigned to the [Y] axis": ["分配给 [Y] 轴的指标"], + "Bubble size": ["气泡尺寸"], + "When `Calculation type` is set to \"Percentage change\", the Y Axis Format is forced to `.1%`": [ + "当计算类型设置为“百分比变化”时,Y轴格式将被强制设置为.1%。" ], - "Time Granularity": ["时间粒度(Granularity)"], - "Time Lag": ["时间范围"], - "Time Range": ["时间范围"], - "Time Ratio": ["时间粒度(grain)"], - "Time Series": ["时间序列"], - "Time Series - Bar Chart": ["时间序列 - 柱状图"], - "Time Series - Line Chart": ["时间序列-折线图"], - "Time Series - Nightingale Rose Chart": ["时间序列 - 南丁格尔玫瑰图"], - "Time Series - Paired t-test": ["时间序列 - 配对t检验"], - "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": [ - "时间列 \"%(col)s\" 在数据集中不存在" + "Color scheme": ["配色方案"], + "An error occurred while starring this chart": ["以此字符开头时出错"], + "Use this section if you want a query that aggregates": [""], + "Use this section if you want to query atomic rows": [""], + "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?": [ + "" ], - "Time column filter plugin": ["时间列过滤插件"], - "Time column to apply dependent temporal filter to": [ - "要应用相关时间筛选条件的时间列" + "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ + "" ], - "Time column to apply time range to": ["应用时间范围的时间列"], - "Time comparison": ["时间比较"], - "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "This section contains validation errors": ["这部分有错误"], + "Keep control settings?": [""], + "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ "" ], - "Time delta is ambiguous. Please specify [%(human_readable)s ago] or [%(human_readable)s later].": [ - "时间差值含糊不清,请明确指定是 [%(human_readable)s 前] 还是 [%(human_readable)s 后]。" + "No form settings were maintained": [""], + "We were unable to carry over any controls when switching to this new dataset.": [ + "" ], - "Time filter": ["时间过滤器"], - "Time format": ["时间格式"], - "Time grain": ["时间粒度(grain)"], - "Time grain filter plugin": ["范围过滤器"], - "Time grain missing": ["时间粒度缺失"], - "Time granularity": ["时间粒度(granularity)"], - "Time in seconds": ["时间(秒)"], - "Time lag": ["时间范围"], - "Time range": ["时间范围"], - "Time ratio": ["时间粒度(grain)"], - "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].": [ - "时间字符串不明确。请指定为 [%(human_readable)s 前] 还是 [%(human_readable)s 后]。" + "Customize": ["定制化配置"], + "Generating link, please wait..": ["生成链接,请稍等..."], + "Save (Overwrite)": ["保存(覆盖)"], + "Chart name": ["图表名称"], + "A reusable dataset will be saved with your chart.": [""], + "Add to dashboard": ["添加到看板"], + "Select a dashboard": ["选择看板"], + "Select": ["选择"], + "Save & go to dashboard": ["保存并转到看板"], + "Save chart": ["图表保存"], + "Expand data panel": ["展开数据面板"], + "Showing %s of %s": ["显示 %s个 总计 %s个"], + "%s ineligible item(s) are hidden": [""], + "Show less...": ["显示更少..."], + "Show all...": ["显示所有..."], + "Search Metrics & Columns": ["搜索指标和列"], + "Unable to retrieve dashboard colors": [""], + "You can preview the list of dashboards in the chart settings dropdown.": [ + "您可以在图表设置的下拉菜单中预览看板列表。" ], - "Time-series Bar Chart (legacy)": ["时间序列-条形图(传统)"], - "Time-series Percent Change": ["时间序列-百分比变化"], - "Time-series Period Pivot": ["时间序列-周期轴"], - "Time-series Table": ["时间序列-表格"], - "Timeout error": ["超时错误"], - "Timestamp format": ["时间戳格式"], - "Timezone": ["时区"], - "Timezone offset (in hours) for this datasource": [ - "数据源的时差(单位:小时)" + "Add required control values to save chart": [ + "添加必需的控制值以保存图表" ], - "Timezone selector": ["时区选择"], - "Tiny": ["微小"], - "Title": ["标题"], - "Title Column": ["标题栏"], - "Title is required": ["标题是必填项"], - "Title or Slug": ["标题或者Slug"], - "To filter on a metric, use Custom SQL tab.": [ - "若要在计量值上筛选,请使用自定义SQL选项卡。" + "Chart type requires a dataset": [""], + "This chart type is not supported when using an unsaved query as a chart source. ": [ + "" ], - "To get a readable URL for your dashboard": ["为看板生成一个可读的 URL"], - "Tooltip": ["提示"], - "Tooltip Contents": ["提示内容"], - "Tooltip sort by metric": ["按指标排序提示"], - "Tooltip time format": ["提示的时间格式"], - "Top": ["顶部"], - "Top left": ["上左"], - "Top right": ["上右"], - "Top to Bottom": ["自上而下"], - "Total": ["总计"], - "Total (%(aggfunc)s)": [""], - "Total (%(aggregatorName)s)": [""], - "Total value": ["总计值"], - "Total: %s": ["总计: %s"], - "Totals": ["总计"], - "Track job": ["跟踪任务"], - "Transformable": ["转换"], - "Transparent": ["透明"], - "Transpose pivot": ["转置透视图"], - "Treat values as categorical.": [""], - "Tree Chart": ["树状图"], - "Tree layout": ["布局"], - "Tree orientation": ["方向"], - "Treemap": ["树状地图"], - "Trend": ["趋势"], - "Triangle": ["三角形"], - "Trigger Alert If...": ["达到以下条件触发警报:"], - "Truncate Axis": ["截断轴"], - "Truncate Cells": ["截断单元格"], - "Truncate Metric": ["截断指标"], - "Truncate X Axis": ["截断X轴"], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ - "截断X轴。可以通过指定最小或最大界限来重写。" + " to visualize your data.": [""], + "Required control values have been removed": ["必需的控件值已被移除"], + "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": [ + "您已更新了控制面板中的值,但图表未自动更新。请点击“更新图表”按钮运行查询或" ], - "Truncate Y Axis": ["截断Y轴"], - "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "截断Y轴。可以通过指定最小或最大界限来重写。" + "Controls labeled ": ["控件已标记"], + "Control labeled ": ["控件已标记 "], + "Open Datasource tab": ["打开数据源tab"], + "Original": ["起点"], + "Pivoted": ["旋转"], + "You do not have permission to edit this chart": [ + "您没有编辑此图表的权限" ], - "Truncate long cells to the \"min width\" set above": [""], - "Truncates the specified date to the accuracy specified by the date unit.": [ - "将指定的日期截取为指定的日期单位精度。" + "This chart is managed externally, and can't be edited in Superset": [""], + "The description can be displayed as widget headers in the dashboard view. Supports markdown.": [ + "作为为小部件标题可以在看板视图中显示的描述,支持markdown格式语法。" ], - "Try applying different filters or ensuring your datasource has data": [ - "尝试应用不同的筛选器或确保您的数据源包含数据。“" + "Person or group that has certified this chart.": [ + "认证此图表的个人或组。" ], - "Try different criteria to display results.": [""], - "Tuesday": ["星期二"], - "Tukey": [""], - "Type": ["类型"], - "Type \"%s\" to confirm": ["键入 \"%s\" 来确认"], - "Type a value": ["请输入值"], - "Type a value here": ["请输入值"], - "Type is required": ["类型是必需的"], - "Type of Google Sheets allowed": ["接受Google Sheets的类型"], - "Type of comparison, value difference or percentage": [ - "比较类型,值差异或百分比" + "Configuration": ["配置"], + "A list of users who can alter the chart. Searchable by name or username.": [ + "有权处理该图表的用户列表。可按名称或用户名搜索。" ], - "UI Configuration": ["UI 配置"], - "URL": ["URL 地址"], - "URL Parameters": ["URL 参数"], - "URL parameters": ["URL 参数"], - "URL slug": ["使用 Slug"], - "Unable to add a new tab to the backend. Please contact your administrator.": [ - "无法将新选项卡添加到后端。请与管理员联系。" + "The row limit set for the chart was reached. The chart may show partial data.": [ + "" ], - "Unable to connect to catalog named \"%(catalog_name)s\".": [ - "无法连接到名为\\%(catalog_name)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": [ + "接受多种格式,查看geopy.points库以获取更多细节" ], - "Unable to connect to database \"%(database)s\".": [ - "不能连接到数据库\"%(database)s\"" + "Geohash": ["Geohash"], + "textarea": ["文本区域"], + "in modal": ["(在模型中)"], + "Sorry, An error occurred": ["抱歉,发生错误"], + "Open in SQL Lab": ["在 SQL 工具箱中打开"], + "Failed to verify select options: %s": ["验证选择选项失败:%s"], + "Annotation layer": ["注释层"], + "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ + "使用另一个现有的图表作为注释和标记的数据源。您的图表必须是以下可视化类型之一:[%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\"": [ + "Expects a formula with depending time parameter 'x'\n in milliseconds since epoch. mathjs is used to evaluate the formulas.\n Example: '2x+5'": [ "" ], - "Unable to create chart without a query id.": [""], - "Unable to decode value": [""], - "Unable to encode value": [""], - "Unable to find such a holiday: [%(holiday)s]": [ - "找不到这样的假期:[%(holiday)s]" + "Annotation layer value": ["注释层值"], + "Annotation Slice Configuration": ["注释切片配置"], + "Annotation layer time column": ["注释层时间列"], + "Interval start column": ["间隔开始列"], + "Event time column": ["事件时间列"], + "This column must contain date/time information.": [ + "此列必须包含日期时间信息。" ], - "Unable to load columns for the selected table. Please select a different table.": [ + "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.": [ + "选择注释中应该显示的一个或多个列如果您不选择一列,所有的选项都会显示出来。" + ], + "This controls whether the \"time_range\" field from the current\n view should be passed down to the chart containing the annotation data.": [ "" ], - "Unable to migrate query editor state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "无法将查询编辑器状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" + "This controls whether the time grain field from the current\n view should be passed down to the chart containing the annotation data.": [ + "" ], - "Unable to migrate query state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "无法将查询状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" + "Time delta in natural language\n (example: 24 hours, 7 days, 56 weeks, 365 days)": [ + "" ], - "Unable to migrate table schema state to backend. Superset will retry later. Please contact your administrator if this problem persists.": [ - "无法将表结构状态迁移到后端。系统将稍后重试。如果此问题仍然存在,请与管理员联系。" + "Display configuration": ["显示配置"], + "Configure your how you overlay is displayed here.": [ + "配置如何在这里显示您的标注。" ], - "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" + "Annotation layer stroke": ["注释层混乱"], + "Style": ["风格"], + "Solid": [""], + "Long dashed": ["长虚线"], + "Annotation layer opacity": ["注释层不透明度"], + "Color": ["颜色"], + "Automatic Color": ["自动配色"], + "Shows or hides markers for the time series": [ + "显示或隐藏时间序列的标记点。" ], - "Unable to upload Columnar file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "无法将列式文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。错误消息:%(error_msg)s" + "Layer configuration": ["配置层"], + "Configure the basics of your Annotation Layer.": ["注释层基本配置"], + "Mandatory": ["必填参数"], + "Hide layer": ["隐藏Layer"], + "Show label": ["显示标签"], + "Whether to always show the annotation label": ["是否显示注释标签。"], + "Annotation layer type": ["注释层类型"], + "Choose the annotation layer type": ["选择注释层类型"], + "Annotation source type": ["注释数据源类型"], + "Choose the source of your annotations": ["选择您的注释来源"], + "Remove": ["删除"], + "Edit annotation layer": ["添加注释层"], + "Add annotation layer": ["新增注释层"], + "Empty collection": ["空集合"], + "Add an item": ["新增一行"], + "Remove item": ["删除项"], + "dashboard": ["看板"], + "Dashboard scheme": ["看板模式"], + "Select color scheme": ["选择颜色方案"], + "Select scheme": ["选择方案"], + "Show less columns": ["显示较少的列"], + "Show all columns": ["显示所有列"], + "Fraction digits": ["分数位"], + "Number of decimal digits to round numbers to": [ + "要四舍五入的十进制位数" ], - "Unable to upload Excel file \"%(filename)s\" to table \"%(table_name)s\" in database \"%(db_name)s\". Error message: %(error_msg)s": [ - "无法将Excel文件 \"%(filename)s\" 上传到数据库 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。错误消息:%(error_msg)s" + "Min Width": ["最小宽度"], + "Default minimal column width in pixels, actual width may still be larger than this if other columns don't need much space": [ + "默认最小列宽(以像素为单位),如果其他列不需要太多空间,则实际宽度可能仍大于此值" ], - "Undefined": ["未命名"], - "Undefined window for rolling operation": ["未定义滚动操作窗口"], - "Undo the action": ["撤销这个动作"], - "Undo?": ["撤消?"], - "Unexpected error": ["意外错误。"], - "Unexpected error occurred, please check your logs for details": [ - "发生意外错误,请检查日志以了解详细信息" + "Text align": ["文本对齐"], + "Horizontal alignment": ["水平对齐"], + "Show cell bars": ["显示单元格的柱"], + "Whether to align positive and negative values in cell bar chart at 0": [ + "单元格条形图中的正负值是否按0对齐" ], - "Unexpected error: ": ["意外错误。"], - "Unexpected time range: %(error)s": ["意外时间范围:%(error)s"], - "Unknown": ["未知"], - "Unknown Doris server host \"%(hostname)s\".": [ - "未知Doris服务器主机 \"%(hostname)s\"." + "Whether to colorize numeric values by if they are positive or negative": [ + "根据数值是正数还是负数来为其上色" ], - "Unknown MySQL server host \"%(hostname)s\".": [ - "未知MySQL服务器主机 \"%(hostname)s\"." + "Truncate long cells to the \"min width\" set above": [""], + "Customize chart metrics or columns with currency symbols as prefixes or suffixes. Choose a symbol from dropdown or type your own.": [ + "" ], - "Unknown Presto Error": ["未知 Presto 错误"], - "Unknown Status": ["未知状态"], - "Unknown column used in orderby: %(col)s": [ - "排序中使用的未知列: %(col)s" + "Small number format": ["数字格式化"], + "Edit formatter": ["编辑格式化"], + "Add new formatter": ["新增格式化"], + "Add new color formatter": ["增加新的的颜色格式化器"], + "alert": ["警报"], + "error dark": ["错误(暗色)"], + "This value should be smaller than the right target value": [ + "这个值应该小于正确的目标值" ], - "Unknown error": ["未知错误"], - "Unknown input format": ["未知输入格式"], - "Unknown type": ["未知错误"], - "Unknown value": ["未知值"], - "Unsafe return type for function %(func)s: %(value_type)s": [ - "函数返回不安全的类型 %(func)s: %(value_type)s" + "This value should be greater than the left target value": [ + "这个值应该大于左边的目标值" ], - "Unsafe template value for key %(key)s: %(value_type)s": [ - "键的模板值不安全 %(key)s: %(value_type)s" + "Required": ["必填"], + "Operator": ["运算符"], + "Left value": ["左值"], + "Right value": ["右侧的值"], + "Target value": ["目标值"], + "Select column": ["选择列"], + "Lower threshold must be lower than upper threshold": [ + "阈值下限必须比阈值上限小" ], - "Unsupported clause type: %(clause)s": ["不支持的条款类型: %(clause)s"], - "Unsupported post processing operation: %(operation)s": [ - "不支持的处理操作:%(operation)s" + "Defines the value that determines the boundary between different regions or levels in the data ": [ + "" ], - "Unsupported return value for method %(name)s": [ - "方法的返回值不受支持 %(name)s" + "The lower limit of the threshold range of the Isoband": [""], + "The upper limit of the threshold range of the Isoband": [""], + "Click to add a contour": ["点击添加等高线"], + "Prefix": ["前缀"], + "Suffix": ["后缀"], + "Currency prefix or suffix": ["货币前缀或后缀"], + "Prefix or suffix": ["前缀或者后缀"], + "Currency symbol": ["货币符号"], + "Currency": ["货币"], + "Edit dataset": ["编辑数据集"], + "You must be a dataset owner in order to edit. Please reach out to a dataset owner to request modifications or edit access.": [ + "" ], - "Unsupported template value for key %(key)s": [ - "键的模板值不受支持 %(key)s" + "View in SQL Lab": ["在 SQL 工具箱中公开"], + "Query preview": ["查询预览"], + "The URL is missing the dataset_id or slice_id parameters.": [""], + "The dataset linked to this chart may have been deleted.": [ + "这个图表所链接的数据集可能被删除了。" ], - "Unsupported time grain: %(time_grain)s": [ - "不支持的时间粒度:%(time_grain)s" + "RANGE TYPE": ["范围类型"], + "Actual time range": ["实际时间范围"], + "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": ["相对量"], + "Relative period": ["相对期"], + "Anchor to": ["锚定到"], + "NOW": ["现在"], + "Date/Time": ["日期/时间"], + "Return to specific datetime.": ["返回指定的日期时间。"], + "Syntax": ["语法"], + "Example": ["例子"], + "Moves the given set of dates by a specified interval.": [ + "将给定的日期集以指定的间隔进行移动" ], - "Untitled Dataset": ["未命名的数据集"], - "Untitled Query": ["未命名的查询"], - "Untitled query": ["未命名的查询"], - "Update": ["更新"], - "Update chart": ["图表保存"], - "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 columnar file": ["上传列式文件"], - "Upload columnar file to database": ["上传列式文件到数据库"], - "Upload file to database": ["上传文件到数据库"], - "Upper Threshold": ["阈值上限"], - "Upper threshold must be greater than lower threshold": [ - "阈值上限必须大于阈值下限" + "Truncates the specified date to the accuracy specified by the date unit.": [ + "将指定的日期截取为指定的日期单位精度。" ], - "Usage": ["用途"], - "Use \"%(menuName)s\" menu instead.": [""], - "Use %s to open in a new tab.": ["使用 %s 打开新的选项卡。"], - "Use Area Proportions": ["使用面积比例"], - "Use Columns": ["使用列"], - "Use a log scale": ["使用对数刻度"], - "Use a log scale for the X-axis": ["X轴上使用对数刻度"], - "Use a log scale for the Y-axis": ["Y轴上使用对数刻度"], - "Use an encrypted connection to the database": ["使用到数据库的加密连接"], - "Use an ssh tunnel connection to the database": [ - "使用SSH隧道连接到数据库" + "Get the last date by the date unit.": ["按日期单位获取最后的日期。"], + "Get the specify date for the holiday": ["获取指定节假日的日期"], + "Previous": ["前一个"], + "Custom": ["自定义"], + "previous calendar week": ["前一周"], + "previous calendar month": ["前一月"], + "previous calendar year": ["前一年"], + "Seconds %s": ["%s 秒"], + "Minutes %s": ["%s分钟"], + "Hours %s": ["%s小时"], + "Days %s": ["%s天"], + "Weeks %s": ["周 %s"], + "Months %s": ["%s月"], + "Quarters %s": [" %s 季度"], + "Years %s": ["年 %s"], + "Specific Date/Time": ["具体日期/时间"], + "Relative Date/Time": ["相对日期/时间"], + "Now": ["现在"], + "Midnight": ["凌晨(当天)"], + "Saved expressions": ["保存表达式"], + "Saved": ["保存"], + "%s column(s)": ["%s 列"], + "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ + "" ], - "Use another existing chart as a source for annotations and overlays.\n Your chart must be one of these visualization types: [%s]": [ - "使用另一个现有的图表作为注释和标记的数据源。您的图表必须是以下可视化类型之一:[%s]" + "Add calculated columns to dataset in \"Edit datasource\" modal": [ + "在“编辑数据源”对话框中向数据集添加计算列" ], - "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": [ - "将指标作为列或行的顶级组使用" + " to mark a column as a time column": [""], + "Simple": ["简单配置"], + "Mark a column as temporal in \"Edit datasource\" modal": [""], + "Custom SQL": ["自定义SQL"], + "My column": ["我的列"], + "Click to edit label": ["单击以编辑标签"], + "Drop columns/metrics here or click": ["将列/指标拖放到此处或单击"], + "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ + "\n此过滤条件是从看板上下文继承的。保存图表时不会保存。" ], - "Use only a single value.": ["只使用一个值"], - "Use the Advanced Analytics options below": ["使用下面的高级分析选项"], - "Use the JSON file you automatically downloaded when creating your service account.": [ - "使用您在创建服务帐户时自动下载的JSON文件" + "%s option(s)": ["%s 个选项"], + "Select subject": ["选择主题"], + "No such column found. To filter on a metric, try the Custom SQL tab.": [ + "没有发现这样的列。若要在度量值上筛选,请尝试自定义SQL选项卡。" ], - "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": [ - "使用此定义所有圆圈的静态颜色" + "To filter on a metric, use Custom SQL tab.": [ + "若要在计量值上筛选,请使用自定义SQL选项卡。" ], - "Used internally to identify the plugin. Should be set to the package name from the pluginʼs package.json": [ - "在内部用于标识插件。应该在插件的 package.json 内被设置为包名。" + "%s operator(s)": ["%s 运算符"], + "Select operator": ["选择操作符"], + "Comparator option": ["比较器选项"], + "Type a value here": ["请输入值"], + "Filter value (case sensitive)": ["过滤值(区分大小写)"], + "choose WHERE or HAVING...": ["选择WHERE或HAVING子句..."], + "Filters by columns": ["按列过滤"], + "Filters by metrics": ["按指标过滤"], + "Fixed": ["固定值"], + "Based on a metric": ["基于指标"], + "My metric": ["我的指标"], + "Add metric": ["新增指标"], + "Select aggregate options": ["选择聚合选项"], + "%s aggregates(s)": ["%s 聚合"], + "Select saved metrics": ["选择已保存指标"], + "%s saved metric(s)": ["%s 保存的指标"], + "Saved metric": ["保存的指标"], + "Add metrics to dataset in \"Edit datasource\" modal": [""], + "Simple ad-hoc metrics are not enabled for this dataset": [ + "此数据集没有启用简单即席指标" ], - "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.": [ - "用于通过将多个统计信息分组在一起来汇总一组数据" + "column": ["列"], + "aggregate": ["合计"], + "Custom SQL ad-hoc metrics are not enabled for this dataset": [ + "此数据集无法启用自定义SQL即席查询、" ], - "User": ["用户"], - "User doesn't have the proper permissions.": ["您没有授权 "], - "User must select a value before applying the filter": [ - "用户必须给过滤器选择一个值" + "Error while fetching data: %s": ["获取数据时出错:%s"], + "Time series columns": ["时间序列的列"], + "Period average": ["周期平均值"], + "Type of comparison, value difference or percentage": [ + "比较类型,值差异或百分比" ], - "User query": ["用户查询"], - "Username": ["用户名"], - "Users are not allowed to set a search path for security reasons.": [ - "出于安全考虑,不允许用户设置搜索路径。" + "Width": ["宽度"], + "Width of the sparkline": ["迷你图的宽度"], + "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ + "" ], - "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ - "使用高斯核密度估计来可视化数据的空间分布。" + "Show Y-axis": ["显示Y轴"], + "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ + "在迷你图上显示Y轴。如果设置了手动设置的最小/最大值,则显示之,否则显示数据中的最小/最大值。" ], - "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.": [ - "使用仪表盘来展示一个指标朝着目标的进度。指针的位置表示进度,而仪表盘的终点值代表目标值。" + "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.": [ + "" ], - "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.": [ - "使用圆圈来可视化数据在系统不同阶段的流动。将鼠标悬停在可视化图表的各个路径上,以理解值经历的各个阶段。这对于多阶段、多组的漏斗和管道可视化非常有用。" + "Select Viz Type": ["选择一个可视化类型"], + "Currently rendered: %s": ["当前渲染为:%s"], + "Featured": ["特色"], + "Search all charts": ["搜索所有图表"], + "No description available.": ["没有可用的描述"], + "Examples": ["示例"], + "This visualization type is not supported.": ["可视化类型不支持"], + "Select a visualization type": ["选择一个可视化类型"], + "No results found": ["未找到结果"], + "Superset Chart": ["Superset图表"], + "New chart": ["新增图表"], + "Edit chart properties": ["编辑图表属性"], + "Export to original .CSV": ["导出原始CSV"], + "Export to pivoted .CSV": ["导出为透视表形式的CSV"], + "Embed code": ["嵌入代码"], + "Run in SQL Lab": ["在 SQL 工具箱中执行"], + "Code": ["代码"], + "Markup type": ["Markup 类型"], + "Pick your favorite markup language": ["选择您最爱的 Markup 语言"], + "Put your code here": ["把您的代码放在这里"], + "URL parameters": ["URL 参数"], + "Extra parameters for use in jinja templated queries": [ + "用于jinja模板化查询的额外参数" ], - "Value": ["值"], - "Value Domain": ["值域"], - "Value Format": ["数值格式"], - "Value and Percentage": ["值和百分比"], - "Value bounds": ["值边界"], - "Value cannot exceed %s": ["值不能超过 %s"], - "Value format": ["数值格式"], - "Value is required": ["需要值"], - "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": [ + "Annotations and layers": ["注释与注释层"], + "Annotation layers": ["注释层"], + "My beautiful colors": [""], + "< (Smaller than)": ["小于(<)"], + "> (Larger than)": ["大于(>)"], + "<= (Smaller or equal)": ["小于等于(<=)"], + ">= (Larger or equal)": ["大于等于(>=)"], + "== (Is equal)": ["等于(==)"], + "!= (Is not equal)": ["不等于(!=)"], + "Not null": ["非空"], + "60 days": ["60天"], + "90 days": ["90天"], + "Send as PNG": ["发送PNG"], + "Send as CSV": ["发送为CSV"], + "Send as text": ["发送文本"], + "Alert condition": ["告警条件"], + "Notification method": ["通知方式"], + "database": ["数据库"], + "sql": [""], + "Not all required fields are complete. Please provide the following:": [ "" ], - "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": ["在 SQL 工具箱中公开"], - "View keys & indexes (%s)": ["查看键和索引(%s)"], - "View query": ["查看查询语句"], - "Viewed": ["已查看"], - "Viewed %s": ["已查看 %s"], - "Viewport": ["视口"], - "Virtual": ["虚拟"], - "Virtual (SQL)": ["虚拟(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": ["可视化类型"], - "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.": [ - "可视化各组之间的相关指标。热图擅长显示两组之间的相关性或强度。颜色用于强调各组之间的联系强度。" + "Add delivery method": ["新增通知方法"], + "report": ["报告"], + "Edit Report": ["编辑报告"], + "Edit Alert": ["编辑警报"], + "Add Report": ["新增报告"], + "Add Alert": ["新增告警"], + "Add": ["新增"], + "Set up basic details, such as name and description.": [""], + "Report name": ["报告名称"], + "Alert name": ["告警名称"], + "Define the database, SQL query, and triggering conditions for alert.": [ + "" ], - "Visualize geospatial data like 3D buildings, landscapes, or objects in grid view.": [ + "SQL Query": ["SQL查询"], + "The result of this query must be a value capable of numeric interpretation e.g. 1, 1.0, or \"1\" (compatible with Python's float() function).": [ "" ], - "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.": [ - "使用条形图可视化指标随时间的变化。按列添加分组以可视化分组级别的指标及其随时间变化的方式。" + "Trigger Alert If...": ["达到以下条件触发警报:"], + "Condition": ["条件"], + "Customize data source, filters, and layout.": [""], + "Screenshot width": ["截图宽度"], + "Input custom width in pixels": ["输入自定义宽度(像素)"], + "Define delivery schedule, timezone, and frequency settings.": [""], + "Timezone": ["时区"], + "Log retention": ["日志保留"], + "Working timeout": ["执行超时"], + "Time in seconds": ["时间(秒)"], + "Grace period": ["宽限期"], + "Recurring (every)": [""], + "CRON expression": ["CRON表达式"], + "Report sent": ["已发送报告"], + "Alert triggered, notification sent": ["告警已触发,通知已发送"], + "Report sending": ["报告发送"], + "Alert running": ["告警运行中"], + "Report failed": ["报告失败"], + "Alert failed": ["告警失败"], + "Nothing triggered": ["无触发"], + "Alert Triggered, In Grace Period": ["告警已触发,在宽限期内"], + "Delivery method": ["发送方式"], + "Select Delivery Method": ["添加通知方法"], + "Recipients are separated by \",\" or \";\"": [ + "收件人之间用 \",\" 或者 \";\" 隔开" ], - "Visualize multiple levels of hierarchy using a familiar tree-like structure.": [ - "使用熟悉的树状结构可视化多层次结构。" + "No entities have this tag currently assigned": [""], + "Add tag to entities": ["给对象添加标签"], + "annotation_layer": ["注释层"], + "Edit annotation layer properties": ["编辑注释图层属性"], + "Annotation layer name": ["注释层名称"], + "Description (this can be seen in the list)": ["说明(见列表)"], + "annotation": ["注释"], + "The annotation has been updated": ["注释已更新。"], + "The annotation has been saved": ["注释已保存。"], + "Edit annotation": ["编辑注释"], + "Add annotation": ["新增注释"], + "date": ["日期"], + "Additional information": ["附加信息"], + "Please confirm": ["请确认"], + "Are you sure you want to delete": ["确定要删除吗"], + "Modified %s": ["最后修改 %s"], + "css_template": ["css模板"], + "Edit CSS template properties": ["编辑CSS模板属性"], + "Add CSS template": ["新增CSS模板"], + "css": ["css"], + "published": ["已发布"], + "draft": ["草稿"], + "Adjust how this database will interact with SQL Lab.": [ + "调整此数据库与 SQL 工具箱的交互方式。" ], - "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).": [ - "使用相同的x轴时间范围可视化两个不同的时间序列。请注意,每个时间序列可以以不同的方式可视化(例如1个使用条形图,1个使用线条)。" + "Expose database in SQL Lab": ["在SQL工具箱中展示数据库"], + "Allow this database to be queried in SQL Lab": [ + "允许在SQL工具箱中查询此数据库" ], - "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轴和气泡大小)可视化度量。同一组中的气泡可以“使用气泡颜色显示" + "Allow creation of new tables based on queries": ["允许基于查询创建新表"], + "Allow creation of new views based on queries": [ + "允许基于查询创建新视图" ], - "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.": [ - "" + "CTAS & CVAS SCHEMA": ["CTAS和CVAS方案"], + "Create or select schema...": ["创建或者选择模式"], + "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ + "在SQL工具箱中点击CTAS或CVAS强制创建所有数据表或视图" ], - "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.": [ - "使用色标和日历视图可视化指标在一段时间内的变化情况。灰色值用于指示缺少的值,线性配色方案用于编码每天值的大小。" + "Allow manipulation of the database using non-SELECT statements such as UPDATE, DELETE, CREATE, etc.": [ + "允许使用非SELECT语句(如UPDATE、DELETE、CREATE等)操作数据库。" ], - "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.": [ - "在叶绿体地图上显示一个国家的主要分区(州、省等)之间单个指标的变化情况。当您悬停在相应的地理边界上时,每个分区的值都会升高" + "Enable query cost estimation": ["启用查询成本估算"], + "For Bigquery, Presto and Postgres, shows a button to compute cost before running a query.": [ + "对于 Bigquery、Presto 和 Postgres,在运行查询之前,会显示一个按钮来计算成本。" ], - "Visualizes many different time-series objects in a single chart. This chart is being deprecated and we recommend using the Time-series Chart instead.": [ - "在一个图表中显示许多不同的时间序列对象。此图表已被弃用,建议改用时间序列图表" + "Allow this database to be explored": ["允许浏览此数据库"], + "When enabled, users are able to visualize SQL Lab results in Explore.": [ + "启用后,用户可以在Explore中可视化SQL实验室结果。" ], - "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.": [ - "可视化不同组的值在系统不同阶段的流动。管道中的新阶段被可视化为节点或层。条形或边缘的厚度表示正在可视化的度量。" + "Disable SQL Lab data preview queries": ["禁用 SQL 工具箱数据预览查询"], + "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ + "在 SQL 工具箱中获取表的元数据时禁用数据预览。当使用具有非常宽表的数据库时,这样做有助于避免浏览器性能问题。" ], - "Visualizes the words in a column that appear the most often. Bigger font corresponds to higher frequency.": [ - "可视化列中出现频率最高的单词。字体越大,出现频率越高。" + "Enable row expansion in schemas": ["在模式中启用行展开功能"], + "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ + "用于 Trino,描述嵌套的行类型的完整的模式,使用点号展开他的路径。" ], - "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.": [ - "警告!如果元数据不存在,更改数据集可能会破坏图表。" + "Performance": ["性能"], + "Adjust performance settings of this database.": [ + "调整此数据库的性能设置" ], - "Was unable to check your query": ["无法检查你的查询语句"], - "Waterfall Chart": ["瀑布图"], - "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ - "无法连接到数据库。点击“查看更多”来获取数据库提供的信息以解决问题。" + "Chart 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.": [ + "此数据库模式的元数据缓存超时时长(单位为秒)。如果不进行设置,缓存将永不过期。" ], - "We can't seem to resolve column \"%(column)s\" at line %(location)s.": [ - "我们似乎无法解析行 %(location)s 所处的列 \"%(column)s\" 。" + "Table cache timeout": ["数据库表缓存超时"], + "Duration (in seconds) of the metadata caching timeout for tables of this database. If left unset, the cache never expires. ": [ + "此数据库表的元数据缓存超时时长(单位为秒)。如果不进行设置,缓存将永不过期。" ], - "We can't seem to resolve the column \"%(column_name)s\"": [ - "我们似乎无法解析列 \"%(column_name)s\" 。" + "Asynchronous query execution": ["异步执行查询"], + "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.": [ + "当浏览器窗口关闭或导航到其他页面时,终止正在运行的查询。适用于Presto、Hive、MySQL、Postgres和Snowflake数据库" ], - "We can't seem to resolve the column \"%(column_name)s\" at line %(location)s.": [ - "我们似乎无法解析行 %(location)s 所处的列 \"%(column_name)s\" 。" + "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.": [ + "包含附加连接配置的JSON字符串。它用于为配置单元、Presto和BigQuery等系统提供连接信息,这些系统不符合SQLAlChemy通常使用的用户名:密码语法。" ], - "We have the following keys: %s": [""], - "We were unable to active or deactivate this report.": [ - "“我们无法激活或禁用该报告。" + "Enter CA_BUNDLE": ["进入CA_BUNDLE"], + "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ + "用于验证HTTPS请求的可选 CA_BUNDLE 内容。仅在某些数据库引擎上可用。" ], - "We were unable to carry over any controls when switching to this new dataset.": [ - "" + "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ + "模拟登录用户 (Presto, Trino, Drill & Hive)" ], - "We were unable to connect to your database named \"%(database)s\". Please verify your database name and try again.": [ - "我们无法连接到名为 \"%(database)s\" 的数据库。请确认您的数据库名字并重试" + "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.": [ + "如果使用Presto,SQL 工具箱中的所有查询都将被当前登录的用户执行,并且这些用户必须拥有运行它们的权限。如果启用 Hive 和 hive.server2.enable.doAs,将作为服务帐户运行查询,但会根据 hive.server2.proxy.user 的属性伪装当前登录用户。" ], - "Web": ["网络"], - "Wednesday": ["星期三"], - "Week": ["周"], - "Week ending Saturday": ["周一为一周结束"], - "Week ending Sunday": ["周一为一周结束"], - "Week starting Monday": ["周一为一周开始"], - "Week starting Sunday": ["周日为一周开始"], - "Weekly Report": ["周报"], - "Weekly Report for %s": [""], - "Weekly seasonality": ["周度季节性"], - "Weeks %s": ["周 %s"], - "Weight": ["权重"], - "We’re having trouble loading these results. Queries are set to timeout after %s second.": [ - "加载结果时遇到问题。查询设置为 %s 秒后超时。" + "Metadata Parameters": ["元数据参数"], + "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ + "metadata_params对象被解压缩到sqlalchemy.metadata调用中。" ], - "We’re having trouble loading this visualization. Queries are set to timeout after %s second.": [ - "加载此可视化效果时遇到问题。查询设置为 %s 秒后超时。" + "Engine Parameters": ["引擎参数"], + "The engine_params object gets unpacked into the sqlalchemy.create_engine call.": [ + "1. engine_params 对象在调用 sqlalchemy.create_engine 时被引用, metadata_params 在调用 sqlalchemy.MetaData 时被引用。" ], - "What should be shown as the label": ["标签上需要显示的内容"], - "What should be shown as the tooltip label": ["标签上需要显示的内容"], - "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%`": [ - "当计算类型设置为“百分比变化”时,Y轴格式将被强制设置为.1%。" + "Version": ["版本"], + "Version number": ["版本"], + "STEP %(stepCurr)s OF %(stepLast)s": [ + "第 %(stepCurr)s 步,共 %(stepLast)s 步" ], - "When a secondary metric is provided, a linear color scale is used.": [ - "当提供次计量指标时,会使用线性色阶。" + "Need help? Learn how to connect your database": [ + "需要帮助?学习如何连接到数据库" ], - "When allowing CREATE TABLE AS option in SQL Lab, this option forces the table to be created in this schema": [ - "当在 SQL 编辑器中允许 CREATE TABLE AS 选项时,此选项可以此模式中强制创建表" + "Create a dataset to begin visualizing your data as a chart or go to\n SQL Lab to query your data.": [ + "创建一个数据集以开始将您的数据可视化为图表,或者前往 SQL 工具箱查询您的数据。" ], - "When checked, the map will zoom to your data after each query": [ - "勾选后,每次查询后地图将自动缩放至您的数据范围" + "Enter the required %(dbModelName)s credentials": [ + "请输入必要的 %(dbModelName)s 的凭据" ], - "When enabled, users are able to visualize SQL Lab results in Explore.": [ - "启用后,用户可以在Explore中可视化SQL实验室结果。" + "Need help? Learn more about": ["需要帮助?请看"], + "connecting to %(dbModelName)s.": [""], + "Select a database to connect": ["选择将要连接的数据库"], + "SSH Host": ["SSH主机"], + "e.g. 127.0.0.1": ["例如:127.0.0.1"], + "SSH Port": ["SSH端口"], + "e.g. Analytics": ["例如:admin"], + "Private Key & Password": ["私钥和密码"], + "e.g. ********": ["例如:********"], + "Private Key": ["私钥"], + "Paste Private Key here": [""], + "SSH Tunnel": ["SSH隧道"], + "SSH Tunnel configuration parameters": ["SSH隧道参数配置"], + "Display Name": ["显示名称"], + "Name your database": ["数据库名称"], + "Pick a name to help you identify this database.": [ + "选择一个名称来帮助您识别这个数据库。" ], - "When only a primary metric is provided, a categorical color scale is used.": [ - "如果只提供了一个主计量指标,则使用分类色阶。" + "dialect+driver://username:password@host:port/database": [""], + "Refer to the": ["参考 "], + "for more information on how to structure your URI.": [ + "来查询有关如何构造URI的更多信息。" ], - "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.": [ - "指定SQL时,数据源会充当视图。在对生成的父查询进行分组和筛选时,系统将使用此语句作为子查询。" + "Test connection": ["测试连接"], + "Please enter a SQLAlchemy URI to test": ["请输入要测试的SQLAlchemy URI"], + "e.g. world_population": ["例如:postgres"], + "Sorry there was an error fetching database information: %s": [ + "抱歉,获取数据库信息时出错:%s" ], - "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ - "当对次要时间列进行筛选时,将相同的筛选条件应用到主日期时间列。" + "Or choose from a list of other databases we support:": [ + "或者从我们支持的其他数据库列表中选择:" ], - "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.": [ - "当使用 \"自适配过滤条件\" 时,这可以用来提高获取查询数据的性能。使用此选项可将谓词(WHERE子句)应用于从表中进行选择不同值的查询。通常,这样做的目的是通过对分区或索引的相关时间字段配置相对应的过滤时间来限制扫描。" + "Supported databases": ["已支持数据库"], + "Choose a database...": ["选择数据库"], + "Want to add a new database?": ["添加一个新数据库?"], + "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ + "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。" ], - "When using 'Group By' you are limited to use a single metric": [ - "当使用“Group by”时,只限于使用单个度量。" + "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ + "可以添加任何允许通过SQL AlChemy URI进行连接的数据库。了解如何连接数据库驱动程序" ], - "When using other than adaptive formatting, labels may overlap": [""], - "When using this option, default value can’t be set": [ - "默认选择第一项(使用此选项时,不能“设置默认值”)" + "Connect": ["连接"], + "Finish": ["完成"], + "This database is managed externally, and can't be edited in Superset": [ + "" ], - "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": [ - "表是否由 sql 实验室中的 \"可视化\" 流生成" + "Database Creation Error": ["数据库创建错误"], + "We are unable to connect to your database. Click \"See more\" for database-provided information that may help troubleshoot the issue.": [ + "无法连接到数据库。点击“查看更多”来获取数据库提供的信息以解决问题。" ], - "Whether this column is exposed in the `Filters` section of the explore view.": [ - "该列是否在浏览视图的`过滤器`部分显示。" + "QUERY DATA IN SQL LAB": ["在SQL工具箱中查询数据"], + "Connect a database": ["连接数据库"], + "Edit database": ["编辑数据库"], + "Connect this database using the dynamic form instead": [ + "使用动态参数连接此数据库" ], - "Whether to align background charts with both positive and negative values at 0": [ - "是否 +/- 对齐背景图数值" + "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ + "单击此链接可切换到仅显示连接此数据库所需的必填字段的备用表单。" ], - "Whether to align positive and negative values in cell bar chart at 0": [ - "单元格条形图中的正负值是否按0对齐" + "Additional fields may be required": ["可能需要额外的字段"], + "Select databases require additional fields to be completed in the Advanced tab to successfully connect the database. Learn what requirements your databases has ": [ + "选择数据库需要在高级选项中完成额外的字段才能成功连接数据库。了解您的数据库需要什么:" ], - "Whether to always show the annotation label": ["是否显示注释标签。"], - "Whether to animate the progress and the value or just display them": [ - "是以动画形式显示进度和值,还是仅显示它们" + "Import database from file": ["从文件中导入数据库"], + "Connect this database with a SQLAlchemy URI string instead": [ + "使用SQLAlchemy URI链接此数据库" ], - "Whether to apply a normal distribution based on rank on the color scale": [ - "是否应用基于色标等级的正态分布" + "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ + "单击此链接可切换到备用表单,该表单允许您手动输入此数据库的SQLAlChemy URL。" ], - "Whether to apply filter when items are clicked": [ - "数据项被点击的时候是否应用过滤器" + "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)或一个域名(例如mydatabase.com)。" ], - "Whether to colorize numeric values by if they are positive or negative": [ - "根据数值是正数还是负数来为其上色" + "Host": ["主机"], + "e.g. 5432": ["例如:5432"], + "e.g. sql/protocolv1/o/12345": ["例如:sql/protocolv1/o/12345"], + "Copy the name of the HTTP Path of your cluster.": [""], + "e.g. param1=value1¶m2=value2": ["例如:param1=value1¶m2=value2"], + "Additional Parameters": ["附加参数"], + "Add additional custom parameters": ["新增其他自定义参数"], + "SSL Mode \"require\" will be used.": ["SSL模式 \"require\" 将被使用。"], + "Type of Google Sheets allowed": ["接受Google Sheets的类型"], + "Publicly shared sheets only": ["仅公开共享表"], + "Public and privately shared sheets": ["公共和私人共享的表"], + "How do you want to enter service account credentials?": [ + "您希望如何输入服务帐户凭据?" ], - "Whether to colorize numeric values by whether they are positive or negative": [ - "根据数值是正数还是负数来为其上色" + "Upload JSON file": ["上传JSON文件"], + "Copy and Paste JSON credentials": ["复制和粘贴JSON凭据"], + "Service Account": ["服务帐户"], + "Copy and paste the entire service account .json file here": [ + "复制服务帐户的json文件复制并粘贴到此处" ], - "Whether to display a bar chart background in table columns": [ - "是否在表格列中显示柱状图背景" + "Upload Credentials": ["上传凭据"], + "Use the JSON file you automatically downloaded when creating your service account.": [ + "使用您在创建服务帐户时自动下载的JSON文件" ], - "Whether to display a legend for the chart": [ - "是否显示图表的图例(色块分布)" + "Connect Google Sheets as tables to this database": [ + "将Google Sheet作为表格连接到此数据库" ], - "Whether to display bubbles on top of countries": [ - "是否在国家之上展示气泡" + "Google Sheet Name and URL": ["Google Sheet名称和URL"], + "Enter a name for this sheet": ["输入此工作表的名称"], + "Paste the shareable Google Sheet URL here": [ + "将可共享的Google Sheet URL粘贴到此处" ], - "Whether to display the aggregate count": ["是否显示聚合计数"], - "Whether to display the interactive data table": [ - "是否显示交互式数据表格" + "Add sheet": ["添加sheet页"], + "e.g. xy12345.us-east-2.aws": ["例如:xy12345.us-east-2.aws"], + "e.g. compute_wh": ["例如:compute_wh"], + "e.g. AccountAdmin": ["例如:用户名"], + "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.": [ + "需要以下数据库的密码才能将其与数据集一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" ], - "Whether to display the labels.": ["是否显示标签。"], - "Whether to display the labels. Note that the label only displays when the 5% threshold.": [ - "是否显示标签。请注意,只有当达到5%的阈值时标签才会显示。" + "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?": [ + "您正在导入一个或多个已存在的数据集。覆盖可能会导致您丢失一些工作。确定要覆盖吗?" ], - "Whether to display the legend (toggles)": ["是否显示图例(切换)"], - "Whether to display the metric name as a title": [ - "是否将指标名显示为标题" + "This table already has a dataset associated with it. You can only associate one dataset with a table.\n": [ + "此表已经关联了一个数据集。一个表只能关联一个数据集。" ], - "Whether to display the min and max values of the X-axis": [ - "是否显示X轴的最小值和最大值" + "This table already has a dataset": ["该表已经有了数据集"], + "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ + "数据集可以基于数据库表或SQL查询创建。请在左侧选择一个数据库表或者" ], - "Whether to display the min and max values of the Y-axis": [ - "是否显示Y轴的最小值和最大值" + " to open SQL Lab. From there you can save the query as a dataset.": [ + "然后打开SQL工具箱。在那里你可以将查询保存为一个数据集。" ], - "Whether to display the numerical values within the cells": [ - "是否在单元格内显示数值" + "This database table does not contain any data. Please select a different table.": [ + "" ], - "Whether to display the stroke": ["是否显示边框"], - "Whether to display the time range interactive selector": [ - "是否显示时间范围交互选择器" + "Unable to load columns for the selected table. Please select a different table.": [ + "" ], - "Whether to display the timestamp": ["是否显示时间戳"], - "Whether to display the tooltip labels.": ["是否显示标签。"], - "Whether to display the trend line": ["是否显示趋势线"], - "Whether to enable changing graph position and scaling.": [ - "是否启用更改图形位置和缩放。" + "The API response from %s does not match the IDatabaseTable interface.": [ + "" ], - "Whether to enable node dragging in force layout mode.": [ - "是否在强制布局模式下启用节点拖动。" + "Create chart with dataset": [""], + "chart": ["图表"], + "No charts": ["没有图表"], + "This dataset is not used to power any charts.": [""], + "[Untitled]": ["无标题"], + "Unknown": ["未知"], + "Viewed %s": ["已查看 %s"], + "Edited": ["已编辑"], + "Created": ["已创建"], + "Viewed": ["已查看"], + "Favorite": ["收藏"], + "Mine": ["我的编辑"], + "View All »": ["查看所有 »"], + "An error occurred while fetching dashboards: %s": ["获取看板时出错:%s"], + "charts": ["图表"], + "dashboards": ["看板"], + "recents": ["最近"], + "saved queries": ["已保存查询"], + "Recently viewed charts, dashboards, and saved queries will appear here": [ + "最近查看的图表、看板和保存的查询将显示在此处" ], - "Whether to fill the objects": ["是否填充对象"], - "Whether to ignore locations that are null": ["是否忽略空位置"], - "Whether to include a client-side search box": ["是否包含客户端搜索框"], - "Whether to include the percentage in the tooltip": [ - "是否在工具提示中包含百分比" + "Recently created charts, dashboards, and saved queries will appear here": [ + "最近创建的图表、看板和保存的查询将显示在此处" ], - "Whether to include the time granularity as defined in the time section": [ - "是否包含时间段中定义的时间粒度" + "Recently edited charts, dashboards, and saved queries will appear here": [ + "最近编辑的图表、看板和保存的查询将显示在此处" ], - "Whether to make the grid 3D": ["是否将网格变为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": [ - "是否将此列作为[时间粒度]选项, 列中的数据类型必须是DATETIME" + "SQL query": ["SQL查询"], + "You don't have any favorites yet!": ["您还没有任何的收藏!"], + "See all %(tableName)s": ["查看全部 - %(tableName)s"], + "Connect database": ["连接数据库"], + "Connect Google Sheet": [""], + "Upload CSV to database": ["上传CSV文件"], + "Upload columnar file to database": ["上传列式文件到数据库"], + "Upload Excel file to database": ["上传Excel"], + "Enable 'Allow file uploads to database' in any database's settings": [ + "在数据库设置中启用“允许上传文件到数据库”" ], - "Whether to normalize the histogram": ["是否规范化直方图"], - "Whether to populate autocomplete filters options": [ - "是否填充自适配过滤条件选项" + "Info": ["信息"], + "Logout": ["登出"], + "About": ["关于"], + "Powered by Apache Superset": ["由Apache Superset提供支持"], + "SHA": [""], + "Documentation": ["文档"], + "Report a bug": ["报告bug"], + "Login": ["登录"], + "query": ["查询"], + "Deleted: %s": ["已删除:%s"], + "There was an issue deleting %s: %s": ["删除 %s 时出现问题:%s"], + "This action will permanently delete the saved query.": [ + "此操作将永久删除保存的查询。" ], - "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": [ - "是否在浏览视图的过滤器部分中填充过滤器的下拉列表,并提供从后端获取的不同值的列表" + "Delete Query?": ["确定删除查询?"], + "Ran %s": ["运行于 %s"], + "Saved queries": ["已保存查询"], + "Next": ["下一个"], + "Tab name": ["选项卡名字"], + "User query": ["用户查询"], + "Executed query": ["已执行查询"], + "Query name": ["查询名称"], + "SQL Copied!": ["SQL复制成功!"], + "Sorry, your browser does not support copying.": [ + "抱歉,您的浏览器不支持复制操作。" ], - "Whether to show extra controls or not. Extra controls include things like making mulitBar charts stacked or side by side.": [ - "是否显示额外的控件。额外的控制包括使多栏图表堆叠或并排。" + "There was an issue fetching reports attached to this dashboard.": [ + "获取此看板的收藏夹状态时出现问题。" ], - "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": [ - "是否显示Y轴的最小值和最大值" + "The report has been created": ["报告已创建"], + "We were unable to active or deactivate this report.": [ + "“我们无法激活或禁用该报告。" ], - "Whether to sort ascending or descending on the base Axis.": [ - "确定是按升序还是降序对基轴进行排序。" + "Your report could not be deleted": ["这个报告无法被删除"], + "Weekly Report for %s": [""], + "Edit email report": ["编辑邮件报告"], + "Message content": ["消息内容"], + "Text embedded in email": ["邮件中嵌入的文本"], + "Image (PNG) embedded in email": ["使用邮箱发送图片(PNG)"], + "Formatted CSV attached in email": ["邮件中附上格式化好的CSV"], + "Include a description that will be sent with your report": [ + "描述要发送给你的报告" ], - "Whether to sort descending or ascending": ["是降序还是升序排序"], - "Whether to sort descending or ascending if a series limit is present": [ - "是降序还是升序排序" + "Failed to update report": ["更新报告失败"], + "Failed to create report": ["创建报告发生错误"], + "Email reports active": ["激活邮件报告"], + "Delete email report": ["删除邮件报告"], + "Schedule email report": ["计划电子邮件报告"], + "This action will permanently delete %s.": ["此操作将永久删除 %s 。"], + "Delete Report?": ["删除报表?"], + "Rule added": ["规则已添加"], + "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应该查看所有数据。" ], - "Whether to sort results by the selected metric in descending order.": [ - "是否按所选指标按降序对结果进行排序。" + "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')" ], - "Whether to sort tooltip by the selected metric in descending order.": [ - "是否按所选指标按降序对结果进行排序。" + "Clause": ["条件"], + "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)创建基本过滤。" ], - "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": [ - "置信区间必须介于0和1(不包含1)之间" + "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ + "" ], - "Width of the sparkline": ["迷你图的宽度"], - "Window must be > 0": ["窗口必须大于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": ["将dataframe index 作为列."], - "Write dataframe index as a column.": ["将dataframe index 作为列."], - "X AXIS TITLE BOTTOM MARGIN": ["X 轴标题下边距"], - "X AXIS TITLE MARGIN": ["X 轴标题边距"], - "X Axis": ["X 轴"], - "X Axis Bounds": ["X 轴界限"], - "X Axis Format": ["X 轴格式化"], - "X Axis Label": ["X 轴标签"], - "X Axis Title": ["X 轴标题"], - "X Log Scale": ["X 对数尺度"], - "X Tick Layout": ["X 轴刻度图层"], - "X bounds": ["X 界限"], - "X-Axis Sort Ascending": ["X 轴升序排序"], - "X-Axis Sort By": ["X 轴排序"], - "X-axis": ["X 轴"], - "XScale Interval": ["X 轴比例尺间隔"], - "Y 2 bounds": ["Y 界限"], - "Y AXIS TITLE MARGIN": ["Y 轴标题边距"], - "Y Axis": ["Y 轴"], - "Y Axis 2 Bounds": ["Y 轴界限"], - "Y Axis Bounds": ["Y 轴界限"], - "Y Axis Format": ["Y 轴格式化"], - "Y Axis Label": ["Y 轴标签"], - "Y Axis Title": ["Y 轴标题"], - "Y Axis Title Margin": ["Y 轴标题边距"], - "Y Axis Title Position": ["Y 轴标题位置"], - "Y Log Scale": ["Y 对数尺度"], - "Y bounds": ["Y 界限"], - "Y-Axis Sort Ascending": ["Y 轴升序排序"], - "Y-Axis Sort By": ["Y 轴排序"], - "Y-axis": ["Y 轴"], - "Y-axis bounds": ["Y 轴界限"], - "YScale Interval": ["Y 轴比例尺间隔"], - "Year": ["年"], - "Year (freq=AS)": [""], - "Yearly seasonality": ["年度季节性"], - "Years %s": ["年 %s"], - "Yes": ["是"], - "Yes, cancel": ["是的,取消"], - "Yes, overwrite changes": ["是的,覆盖"], + "Tagged %s %ss": ["%s %ss 做了标签"], + "Bulk tag": [""], "You are adding tags to %s %ss": ["你给 %s %ss 添加了标签"], - "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?": [ - "您正在导入一个或多个已存在的看板。覆盖可能会导致您丢失一些工作。确定要覆盖吗?" + "Chosen non-numeric column": ["选定的非数字列"], + "UI Configuration": ["UI 配置"], + "User must select a value before applying the filter": [ + "用户必须给过滤器选择一个值" ], - "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?": [ - "您正在导入一个或多个已存在的数据库。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" + "Single value": ["单个值"], + "Use only a single value.": ["只使用一个值"], + "Range filter plugin using AntD": ["使用AntD的范围过滤器插件"], + "Experimental": ["实验"], + " (excluded)": ["(不包含)"], + "Check for sorting ascending": ["按照升序进行排序"], + "Select first filter value by default": ["默认选择首个过滤器值"], + "Inverse selection": ["反选"], + "Exclude selected values": ["排除选定的值"], + "Dynamically search all filter values": ["动态搜索所有的过滤器值"], + "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个过滤值,并且希望启用动态搜索,以便在键入时加载筛选值(可能会给数据库增加压力),请选中此框。" ], - "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?": [ - "您正在导入一个或多个已存在的数据集。覆盖可能会导致您丢失一些工作。确定要覆盖吗?" + "Select filter plugin using AntD": ["使用AntD的选择过滤器插件"], + "Custom time filter plugin": ["自定义时间过滤器插件"], + "No time columns": ["没有时间列"], + "Time column filter plugin": ["时间列过滤插件"], + "Time grain filter plugin": ["范围过滤器"], + "Working": ["正在执行"], + "Not triggered": ["没有触发"], + "On Grace": ["在宽限期内"], + "reports": ["报告"], + "alerts": ["警报"], + "There was an issue deleting the selected %s: %s": [ + "删除所选 %s 时出现问题: %s" ], - "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?": [ - "您正在导入一个或多个已存在的查询。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" + "Last run": ["上次执行"], + "Active": ["激活"], + "Execution log": ["执行日志"], + "Bulk select": ["批量选择"], + "No %s yet": ["还没有 %s"], + "Owner": ["所有者"], + "All": ["所有"], + "Status": ["状态"], + "An error occurred while fetching dataset datasource values: %s": [ + "获取数据集数据源信息时出错: %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.": [ - "您可以选择显示所有您有权限访问的图表,或者仅显示您拥有的图表。您的过滤器选择将被保存,并保持激活状态,直到您选择更改它。" + "Alerts & reports": ["告警和报告"], + "Alerts": ["告警"], + "Reports": ["报告"], + "Delete %s?": ["需要删除 %s 吗?"], + "Are you sure you want to delete the selected %s?": [ + "确实要删除选定的 %s 吗?" ], - "You can create a new chart or use existing ones from the panel on the right": [ - "您可以创建一个新图表,或使用右侧面板中的现有的对象。" + "There was an issue deleting the selected layers: %s": [ + "删除所选图层时出现问题:%s" ], - "You can preview the list of dashboards in the chart settings dropdown.": [ - "您可以在图表设置的下拉菜单中预览看板列表。" + "Edit template": ["编辑模板"], + "Delete template": ["删除模板"], + "No annotation layers yet": ["还没有注释层"], + "This action will permanently delete the layer.": [ + "此操作将永久删除图层。" ], - "You can't apply cross-filter on this data point.": [ - "您无法在这个数据点上应用交叉筛选。" + "Delete Layer?": ["确定删除图层?"], + "Are you sure you want to delete the selected layers?": [ + "确实要删除选定的图层吗?" ], - "You cannot delete the last temporal filter as it's used for time range filters in dashboards.": [ - "" + "There was an issue deleting the selected annotations: %s": [ + "删除所选注释时出现问题:%s" ], - "You cannot use 45° tick layout along with the time range filter": [ - "不能将45°刻度线布局与时间范围过滤器一起使用" + "Delete annotation": ["删除注释"], + "Annotation": ["注释"], + "No annotation yet": ["没有注释"], + "Back to all": ["返回到列表"], + "Delete Annotation?": ["删除注释?"], + "Are you sure you want to delete the selected annotations?": [ + "确实要删除选定的注释吗?" ], - "You do not have permission to edit this %s": ["您没有编辑此 %s 的权限"], - "You do not have permission to edit this chart": [ - "您没有编辑此图表的权限" + "Failed to load chart data": [""], + "Choose a dataset": ["选择数据源"], + "Choose chart type": ["选择图表类型"], + "Please select both a Dataset and a Chart type to proceed": [ + "请同时选择数据集和图表类型以继续" ], - "You do not have permission to edit this dashboard": [ - "您没有编辑此看板的权限" + "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.": [ + "需要以下数据库的密码才能将其与图表一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" ], - "You do not have permission to read tags": ["您没有编辑此标签的权限"], - "You do not have permissions to edit this dashboard.": [ - "您没有编辑此看板的权限。" + "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 do not have sufficient permissions to edit the chart": [ - "您没有编辑此图表的权限" + "There was an issue deleting the selected charts: %s": [ + "删除所选图表时出现问题:%s" ], - "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.": [ - "您没有访问此嵌入看板的权限。" + "An error occurred while fetching dashboards": ["获取看板时出错"], + "Any": ["所有"], + "Tag": ["标签"], + "An error occurred while fetching chart owners values: %s": [ + "获取图表所有者时出错 %s" ], - "You don't have any favorites yet!": ["您还没有任何的收藏!"], - "You don't have permission to modify the value.": [ - "您没有编辑此值的权限" + "Certified": ["认证"], + "Alphabetical": ["按字母顺序排列"], + "Recently modified": ["最近修改"], + "Least recently modified": ["最近未经常修改"], + "Import charts": ["导入图表"], + "Are you sure you want to delete the selected charts?": [ + "确实要删除所选图表吗?" ], - "You don't have the rights to alter %(resource)s": [ - "您没有权利修改 %(resource)s" + "CSS templates": ["CSS 模板"], + "There was an issue deleting the selected templates: %s": [ + "删除所选模板时出现问题:%s" ], - "You don't have the rights to alter this chart": [ - "您没有权利修改这个图表。" + "CSS template": ["CSS 模板"], + "This action will permanently delete the template.": [ + "此操作将永久删除模板。" ], - "You don't have the rights to alter this dashboard": [ - "您没有权利修改这个看板。" + "Delete Template?": ["删除模板?"], + "Are you sure you want to delete the selected templates?": [ + "确实要删除选定的模板吗?" ], - "You don't have the rights to alter this title.": [ - "您没有权利修改这个标题。" + "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.": [ + "需要以下数据库的密码才能将它们与看板一起导入。请注意,数据库配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在导出文件中,如果需要,应在导入后手动添加。" ], - "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": ["您没有权利创建下载csv"], - "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 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 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 deleting the selected dashboards: ": [ + "删除所选看板时出现问题:" ], - "You must pick a name for the new dashboard": [ - "您必须为新的看板选择一个名称" + "An error occurred while fetching dashboard owner values: %s": [ + "获取看板所有者时出错:%s" ], - "You must run the query successfully first": ["必须先成功运行查询"], - "You need to configure HTML sanitization to use CSS": [ - "您需要配置HTML限制以使用CSS" + "Are you sure you want to delete the selected dashboards?": [ + "确实要删除选定的看板吗?" ], - "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 database related data: %s": [ + "获取数据库相关数据时出错:%s" ], - "You've changed datasets. Any controls with data (columns, metrics) that match this new dataset have been retained.": [ - "" + "Upload file to database": ["上传文件到数据库"], + "Upload CSV": ["上传CSV"], + "Upload columnar file": ["上传列式文件"], + "Upload Excel file": ["上传Excel"], + "AQE": ["异步执行查询"], + "Allow data manipulation language": ["允许数据操作语言"], + "DML": ["允许DML"], + "CSV upload": ["CSV上传"], + "Delete 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.": [ + "数据库 %s 已经关联了 %s 图表和 %s 看板,并且用户在该数据库上打开了 %s 个 SQL 编辑器选项卡。确定要继续吗?删除数据库将破坏这些对象。" ], - "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.": [ - "您的看板太大了。保存前请缩小尺寸。" + "Delete Database?": ["确定删除数据库?"], + "An error occurred while fetching dataset related data": [ + "获取数据集相关数据时出错" ], - "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": [ - "您的查询已被调度。要查看查询的详细信息,请跳转到保存查询页面查看。" + "An error occurred while fetching dataset related data: %s": [ + "获取数据集相关数据时出错:%s" ], - "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]": [ - "[经度] 和 [纬度] 的选择项必须出现在 [Group By]" + "Physical dataset": ["实体数据集"], + "Virtual dataset": ["虚拟数据集"], + "An error occurred while fetching datasets: %s": ["获取数据集时出错:%s"], + "An error occurred while fetching schema values: %s": [ + "获取结构信息时出错:%s" ], - "[Longitude] and [Latitude] must be set": ["[经度] 和 [纬度] 的必须设置"], - "[Missing Dataset]": ["丢失数据集"], - "[Untitled]": ["无标题"], - "[asc]": ["[升序]"], - "[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": [ - "次计量指标用来定义颜色与主度量的比率。如果两个度量匹配,则将颜色映射到级别组" + "An error occurred while fetching dataset owner values: %s": [ + "获取数据集所有者值时出错:%s" ], - "[untitled]": ["无标题"], - "`compare_columns` must have the same length as `source_columns`.": [ - "比较的列长度必须原始列保持一致" + "Import datasets": ["导入数据集"], + "There was an issue deleting the selected datasets: %s": [ + "删除选定的数据集时出现问题:%s" ], - "`compare_type` must be `difference`, `percentage` or `ratio`": [ - "`compare_type` 必须是 `difference`, `percentage` 或 `ratio`" + "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.": [ + "数据集 %s 已经链接到 %s 图表和 %s 看板内。确定要继续吗?删除数据集将破坏这些对象。" ], - "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`置信区间` 必须介于0和1之间(开区间)" + "Delete Dataset?": ["确定删除数据集?"], + "Are you sure you want to delete the selected datasets?": [ + "确实要删除选定的数据集吗?" ], - "`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(*)。数值列将与聚合器聚合。非数值列将用于维度列。留空以获得每个聚合群中的点计数。" + "0 Selected": ["0个被选中"], + "%s Selected (Virtual)": ["%s 个被选中(虚拟)"], + "%s Selected (Physical)": ["%s 个被选中(实体)"], + "%s Selected (%s Physical, %s Virtual)": [ + "%s 个被选中 (%s 个实体, %s 个虚拟)" ], - "`operation` property of post processing object undefined": [ - "后处理必须指定操作类型(`operation`)" + "log": ["日志"], + "Execution ID": ["执行ID"], + "Scheduled at (UTC)": ["计划时间"], + "Start at (UTC)": ["开始于(UTC)"], + "Error message": ["错误信息"], + "There was an issue fetching your recent activity: %s": [ + "获取您最近的活动时出错:%s" ], - "`prophet` package not installed": ["未安装程序包 `prophet`"], - "`rename_columns` must have the same length as `columns`.": [ - "重命名的列长度必须和原来保持一致" + "Thumbnails": ["缩略图"], + "Recents": ["最近"], + "There was an issue previewing the selected query. %s": [ + "预览所选查询时出现问题。%s" ], - "`row_limit` must be greater than or equal to 0": [ - "`行限制` 必须大于或等于0" + "TABLES": ["表"], + "Open query in SQL Lab": ["在 SQL 工具箱中打开查询"], + "An error occurred while fetching database values: %s": [ + "获取数据库信息时出错:%s" ], - "`row_offset` must be greater than or equal to 0": [ - "`行偏移量` 必须大于或等于0" + "An error occurred while fetching user values: %s": [ + "获取用户信息出错:%s" ], - "`width` must be greater or equal to 0": ["`宽度` 必须大于或等于0"], - "aggregate": ["合计"], - "alert": ["警报"], - "alert dark": ["警报(暗色)"], - "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.": [ - "按钮(cmd + z)直到你保存它。" + "Search by query text": ["按查询文本搜索"], + "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\" 部分不在导出文件中,如果需要,应在导入后手动添加。" ], - "by using": ["基于"], - "cannot be empty": ["不能为空"], - "cardinal": ["径向"], - "change": ["范围"], - "chart": ["图表"], - "charts": ["图表"], - "choose WHERE or HAVING...": ["选择WHERE或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": ["从SQL查询创建数据集"], - "css": ["css"], - "css_template": ["css模板"], - "cumsum": ["累积求和"], - "cumulative": ["累积"], - "dashboard": ["看板"], - "dashboards": ["看板"], - "database": ["数据库"], - "dataset": ["数据集"], - "dataset name": ["数据集名称"], - "date": ["日期"], - "day": ["天"], - "day of the month": ["一个月的天数"], - "day of the week": ["一周的天数"], - "deck.gl 3D Hexagon": ["Deck.gl - 多角形"], - "deck.gl Arc": ["Deck.gl - 圆弧图"], - "deck.gl Contour": ["Deck.gl - 等高线"], - "deck.gl Geojson": ["Deck.gl - Geojson"], - "deck.gl Grid": ["Deck.gl - 网格图"], - "deck.gl Heatmap": ["Deck.gl - 热力图"], - "deck.gl Multiple Layers": ["Deck.gl - 多图层"], - "deck.gl Path": ["Deck.gl - 路径"], - "deck.gl Polygon": ["Deck.gl - 多边形"], - "deck.gl Scatterplot": ["Deck.gl - 散点图"], - "deck.gl Screen Grid": ["Deck.gl - 屏幕网格"], - "deck.gl charts": ["Deck.gl - 图表"], - "deckGL": ["deckGL图表"], - "default": ["默认"], - "delete": ["删除"], - "descendant": ["降序"], - "description": ["描述"], - "deviation": ["偏离"], - "dialect+driver://username:password@host:port/database": [""], - "draft": ["草稿"], - "dttm": ["时间"], - "e.g. ********": ["例如:********"], - "e.g. 127.0.0.1": ["例如:127.0.0.1"], - "e.g. 5432": ["例如:5432"], - "e.g. AccountAdmin": ["例如:用户名"], - "e.g. Analytics": ["例如:admin"], - "e.g. compute_wh": ["例如:compute_wh"], - "e.g. param1=value1¶m2=value2": ["例如:param1=value1¶m2=value2"], - "e.g. sql/protocolv1/o/12345": ["例如:sql/protocolv1/o/12345"], - "e.g. world_population": ["例如:postgres"], - "e.g. xy12345.us-east-2.aws": ["例如:xy12345.us-east-2.aws"], - "e.g., a \"user id\" column": ["例如:userid列"], - "edit mode": ["编辑模式"], - "entries": ["序列"], - "error": ["错误"], - "error dark": ["错误(暗色)"], - "error_message": ["错误信息"], - "every": ["任意"], - "every day of the month": ["每月的每一天"], - "every day of the week": ["一周的每一天"], - "every hour": ["每小时"], - "every minute": ["每分钟 UTC"], - "every month": ["每个月"], - "expand": ["展开"], - "explore": ["探索"], - "failed": ["失败"], - "fetching": ["抓取中"], - "ffill": [""], - "flat": ["扁平"], - "for more information on how to structure your URI.": [ - "来查询有关如何构造URI的更多信息。" + "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?": [ + "您正在导入一个或多个已存在的查询。覆盖可能会导致您丢失一些工作。您确定要覆盖吗?" ], - "function type icon": [""], - "geohash (square)": [""], - "heatmap": ["热力图"], - "heatmap: values are normalized across the entire heatmap": [ - "热力图:其中所有数值都经过了归一化" + "There was an issue previewing the selected query %s": [ + "预览所选查询时出现问题 %s" ], - "here": ["点击这里"], - "hour": ["小时"], - "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "图像渲染画布对象的 CSS 属性,它定义了浏览器如何放大图像" + "Import queries": ["导入查询"], + "Link Copied!": ["链接已复制!"], + "There was an issue deleting the selected queries: %s": [ + "删除所选查询时出现问题:%s" ], - "in": ["处于"], - "in modal": ["(在模型中)"], - "is expected to be a Mapbox URL": ["应该为MapBox的URL"], - "is expected to be a number": ["应该为数字"], - "is expected to be an integer": ["应该为整数"], - "json isn't valid": ["无效 JSON"], - "key a-z": ["a-z键"], - "key z-a": ["z-a键"], - "label": ["标签"], - "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.": [ - "下百分位数必须大于0且小于100。而且必须低于上百分位" + "Edit query": ["编辑查询"], + "Copy query URL": ["复制查询URL"], + "Export query": ["导出查询"], + "Delete query": ["删除查询"], + "Are you sure you want to delete the selected queries?": [ + "您确实要删除选定的查询吗?" ], - "max": ["最大值"], - "mean": ["平均值"], - "median": ["中位数"], - "meters": ["米"], - "metric": ["指标"], - "min": ["最小值"], - "minute": ["分"], - "minute(s)": ["分钟"], - "monotone": ["单调性"], - "month": ["月"], - "more than {max} {name}": [""], - "must have a value": ["必填"], - "name": ["名称"], - "no SQL validator is configured": ["没有配置SQL验证器"], - "no SQL validator is configured for %(engine_spec)s": [ - "没有为%(engine_spec)s配置SQL验证器" + "queries": ["查询"], + "tag": ["标签"], + "Image download failed, please refresh and try again.": [ + "图片发送失败,请刷新或重试" ], - "numeric type icon": [""], - "nvd3": ["nvd3"], - "offline": ["离线"], - "on": ["位于"], - "or": ["或者"], - "or use existing ones from the panel on the right": [ - "或从右侧面板中使用已存在的对象" + "Select values in highlighted field(s) in the control panel. Then run the query by clicking on the %s button.": [ + "在控制面板中的突出显示字段中选择值。然后点击 %s 按钮来运行查询。" ], - "orderby column must be populated": ["必须填充用于排序的列"], - "overall": ["全部"], - "p-value precision": ["P值精度"], - "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": [ - "百分位数必须是具有两个数值的列表或元组,其中第一个数值要小于第二个数值" + "An error occurred while fetching %s info: %s": ["获取%s看板时出错:%s"], + "An error occurred while fetching %ss: %s": ["抓取出错:%ss: %s"], + "An error occurred while creating %ss: %s": ["创建时出错:%ss: %s"], + "Please re-export your file and try importing again": [""], + "An error occurred while importing %s: %s": ["导入时出错 %s: %s"], + "There was an error fetching the favorite status: %s": [ + "获取此看板的收藏夹状态时出现问题:%s。" ], - "permalink state not found": ["未找到持久链接状态"], - "pixelated (Sharp)": [""], - "pixels": ["像素"], - "previous calendar month": ["前一月"], - "previous calendar week": ["前一周"], - "previous calendar year": ["前一年"], - "published": ["已发布"], - "quarter": ["季度"], - "queries": ["查询"], - "query": ["查询"], - "random": ["随机"], - "reboot": ["重启"], - "recent": ["最近"], - "recents": ["最近"], - "report": ["报告"], - "reports": ["报告"], - "restore zoom": [""], - "right": ["右"], - "rowlevelsecurity": ["行级安全"], - "running": ["正在执行"], - "saved queries": ["已保存查询"], - "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": [ - "series:独立处理每个序列;overall:所有序列使用相同的比例;change:显示与每个序列中第一个数据点相比的更改" + "There was an error saving the favorite status: %s": [ + "获取此看板的收藏夹状态时出现问题: %s" ], - "square": ["方形"], - "stack": ["堆叠"], - "staggered": ["错开"], - "std": ["标准差"], - "step-after": ["阶梯 - 之后"], - "step-before": ["阶梯 - 之前"], - "stopped": ["停止"], - "stream": ["流式"], - "string type icon": ["字符类图标"], - "success": ["成功"], - "success dark": ["成功(暗色)"], - "sum": ["求和"], - "syntax.": ["语法"], - "tag": ["标签"], - "tags": ["标签"], - "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.": [ - "上百分位数必须大于0且小于100。而且必须高于下百分位。" + "Connection looks good!": ["连接测试成功!"], + "ERROR: %s": ["错误: %s"], + "There was an error fetching your recent activity:": [ + "获取您最近的活动时出错:" ], - "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": ["年"], - "zoom area": ["缩放面积"], - "Profile": ["用户资料"], - "sign in with": ["SSO"], - "Featured": ["特色"], - "Heatmap (legacy)": ["热力图(传统)"] + "There was an issue deleting: %s": ["删除时出现问题:%s"], + "URL": ["URL 地址"], + "Templated link, it's possible to include {{ metric }} or other values coming from the controls.": [ + "模板链接,可以包含{{metric}}或来自控件的其他值。" + ], + "Time-series Table": ["时间序列-表格"], + "Compare multiple time series charts (as sparklines) and related metrics quickly.": [ + "快速比较多个时间序列图表和相关指标。" + ], + "We have the following keys: %s": [""] } } } diff --git a/superset/translations/zh_TW/LC_MESSAGES/messages.json b/superset/translations/zh_TW/LC_MESSAGES/messages.json index 2852ddc1a8b59..24bbb8f67ed5e 100644 --- a/superset/translations/zh_TW/LC_MESSAGES/messages.json +++ b/superset/translations/zh_TW/LC_MESSAGES/messages.json @@ -2,89 +2,69 @@ "domain": "superset", "locale_data": { "superset": { + "22": [""], "": { "domain": "superset", - "lang": "zh_TW", - "plural_forms": "nplurals=1; plural=0" + "plural_forms": "nplurals=1; plural=0", + "lang": "zh_TW" }, "\n This filter was inherited from the dashboard's context.\n It won't be saved when saving the chart.\n ": [ - "\n此過滤條件是從看板上下文繼承的。保存圖表時不會保存。" + "\n此過濾條件是從看板上下文繼承的。保存圖表時不會保存。" ], "\n Error: %(text)s\n ": [ "\n錯誤:%(text)s\n " ], " (excluded)": ["(不包含)"], " Set the opacity to 0 if you do not want to override the color specified in the GeoJSON": [ - "如果您不想覆蓋 GeoJSON 中指定的顏色,請將不透明度設置為 0" + "如果您不想覆盖 GeoJSON 中指定的颜色,請將不透明度設定為0" ], - " 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.": [ - "來確保字符的表達順序與時間順序一致的標準。如果時間戳格式不符合 ISO 8601 標準,則需要定義表達式和類型,以便將字符串转换為日期或時間戳。注意:當前不支持時區。如果時間以 epoch 格式存儲,請輸入 `epoch_s` or `epoch_ms` 。如果没有指定任何模式,我們可以通過額外的参數在每個數據庫/列名級别上使用可選的默認值。" + "來確保字符的表達順序與時間順序一致的標準。如果時間戳格式不符合 ISO 8601 標準,则需要定義表達式和類型,以便將字符串轉换為日期或時間戳。注意:當前不支持時區。如果時間以epoch格式儲存,請输入 `epoch_s` or `epoch_ms` 。如果没有指定任何模式,我們可以通過額外的参數在每個資料庫/列名級别上使用可選的預設值。" ], - " 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.": [ - "然後打開 SQL 工具箱。在那里你可以將查詢保存為一個數據集。" + "然後打開 SQL 工具箱。在哪裡你可以將查詢保存為一個數據集。" ], " to visualize your data.": [""], "!= (Is not equal)": ["不等於(!=)"], - "% calculation": ["% 計算"], "%(dialect)s cannot be used as a data source for security reasons.": [ - "出於安全原因,%(dialect)s SQLite 數據庫不能用作數據源。" + "出於安全原因,%(dialect)s SQLite 資料庫不能用作數據源。" ], "%(message)s\nThis may be triggered by: \n%(issues)s": [ "%(message)s\n這可能由以下因素觸發:%(issues)s" ], "%(name)s.csv": [""], "%(object)s does not exist in this database.": [ - "數據庫中不存在 %(object)s 。" - ], - "%(other)s charts will appear here": [" %(other)s 圖表將出現在此處"], - "%(other)s dashboards will appear here": [" %(other)s 看板將出現在此處"], - "%(other)s recents will appear here": [ - " %(other)s 最近訪問的將出現在此處" - ], - "%(other)s saved queries will appear here": [ - "%(other)s 保存的請求將出現在此處" + "資料庫中不存在 %(object)s 。" ], "%(prefix)s %(title)s": [""], "%(rows)d rows returned": ["返回了 %(rows)d 行"], "%(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\" 嗎?" - ], "%(validator)s was unable to check your query.\nPlease recheck your query.\nException: %(ex)s": [ "%(validator)s 無法檢查您的查詢。\n請重新檢查您的查詢。\n異常: %(ex)s" ], "%s Error": ["%s 異常"], - "%s PASSWORD": ["%s 密碼"], "%s SSH TUNNEL PASSWORD": ["%s SSH 隧道密碼"], - "%s SSH TUNNEL PRIVATE KEY": ["%s SSH 隧道私有密钥"], - "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH 隧道私有密钥密碼"], + "%s SSH TUNNEL PRIVATE KEY": ["%s SSH 隧道私有密鑰"], + "%s SSH TUNNEL PRIVATE KEY PASSWORD": ["%s SSH 隧道私有密鑰密碼"], "%s Selected": ["%s 已選定"], "%s Selected (%s Physical, %s Virtual)": [ - "%s 個被選中 (%s 個實体, %s 個虚拟)" + "%s 個被選中 (%s 個實體, %s 個虛擬)" ], - "%s Selected (Physical)": ["%s 個被選中(實体)"], - "%s Selected (Virtual)": ["%s 個被選中(虚拟)"], + "%s Selected (Physical)": ["%s 個被選中(實體)"], + "%s Selected (Virtual)": ["%s 個被選中(虛擬)"], "%s aggregates(s)": ["%s 聚合"], "%s column(s)": ["%s 列"], "%s items could not be tagged because you don’t have edit permissions to all selected objects.": [ "" ], "%s operator(s)": ["%s 運算符"], - "%s option": ["%s 個選項"], "%s option(s)": ["%s 個選項"], - "%s row": ["%s 行"], "%s saved metric(s)": ["%s 保存的指標"], - "%s updated": ["上次更新 %s"], "%s%s": ["%s%s"], "%s-%s of %s": ["%s-%s 總計 %s"], "(Removed)": ["(已删除)"], @@ -105,103 +85,71 @@ "-- 注意:除非您保存查詢,否則如果清除 cookie 或更改瀏覽器時,這些選項卡將不會保留。\n" ], ".": [""], - "0 Selected": ["0 個被選中"], - "1 calendar day frequency": ["1 個日曆日的頻率"], - "1 day": ["天"], - "1 day ago": ["1 天之前"], - "1 hour": ["1 小時"], - "1 hourly frequency": ["每小時一次的頻率"], - "1 minute": ["1 分鐘"], + "0 Selected": ["0個被選中"], + "1 calendar day frequency": ["1個日曆日的頻率"], + "1 day ago": ["1天之前"], + "1 hour": ["1小時"], + "1 minute": ["1分鐘"], "1 minutely frequency": ["每分鐘一次的頻率"], "1 month end frequency": ["每月一次的頻率"], "1 month start frequency": ["每月月初的頻率"], - "1 week": ["1 週"], - "1 week ago": ["1 週之前"], - "1 week starting Monday (freq=W-MON)": ["週一為一週開始"], - "1 week starting Sunday (freq=W-SUN)": ["週日為一週開始"], - "1 year": ["年"], - "1 year ago": ["1 年之前"], - "1 year end frequency": ["每年年末的頻率"], - "1 year start frequency": ["每年年初的頻率"], - "10 minute": ["10 分鐘"], - "104 weeks": ["週"], - "104 weeks ago": ["104 週之前"], - "15 minute": ["15 分鐘"], - "156 weeks": ["156 週"], - "156 weeks ago": ["156週 之前"], + "1 week ago": ["1週之前"], + "1 year ago": ["1年之前"], + "10 minute": ["10分鐘"], + "104 weeks ago": ["104週之前"], + "15 minute": ["15分鐘"], + "156 weeks ago": ["156週之前"], "1AS": [""], "1D": [""], "1H": [""], "1M": [""], "1T": [""], - "2 years": ["2 年"], - "2 years ago": ["2 年之前"], - "2/98 percentiles": ["2/98 百分位"], - "22": [""], - "28 days": ["28 天"], - "28 days ago": ["28 之前"], + "2 years ago": ["2年之前"], + "2/98 percentiles": ["2/98百分位"], + "28 days ago": ["28天之前"], "2D": ["2D"], - "3 letter code of the country": ["國家 3 字碼"], - "3 years": ["3年"], + "3 letter code of the country": ["國家3字碼"], "3 years ago": ["3年前"], "30 days": ["30天"], - "30 days ago": ["30天之前"], "30 minute": ["30分鐘"], "30 minutes": ["30分鐘"], - "30 second": ["30秒鐘"], - "30 seconds": ["30秒鐘"], + "30 second": ["30秒"], + "30 seconds": ["30秒"], "3D": [""], "4 weeks (freq=4W-MON)": [""], "5 minute": ["5分鐘"], "5 minutes": ["5分鐘"], "5 second": ["5秒"], - "5 seconds": ["5秒"], - "52 weeks": ["52週"], "52 weeks ago": ["52週之前"], - "52 weeks starting Monday (freq=52W-MON)": ["以週一開始的52週"], "6 hour": ["6小時"], "60 days": ["60天"], "7 calendar day frequency": ["7個日曆日的頻率"], - "7 days": ["7天"], "7D": [""], "9/91 percentiles": ["9/91百分位"], "90 days": ["90天"], ":": [":"], "< (Smaller than)": ["小於(<)"], "<= (Smaller or equal)": ["小於等於(<=)"], - "": ["輸入 SQL 表達式"], - "": ["新列"], - "": ["新指標"], - "": ["新空間"], - "": ["無類型"], + "": ["输入SQL表達式"], "== (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.": [ - "允許以逗號分割的 CSV 文件上傳" - ], - "A database with the same name already exists.": ["已存在同名的數據庫。"], + "A database with the same name already exists.": ["已存在同名的資料庫。"], "A dictionary with column names and their data types if you need to change the defaults. Example: {\"user_id\":\"integer\"}": [ "" ], "A full URL pointing to the location of the built plugin (could be hosted on a CDN for example)": [ - "指向内置插件位置的完整 URL(例如,可以托管在 CDN 上)" + "指向内置插件位置的完整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 tags that have been applied to this chart.": [ - "已應用於此圖表的標籤列表。" - ], "A list of users who can alter the chart. Searchable by name or username.": [ "有權處理該圖表的用戶列表。可按名稱或用戶名搜索。" ], @@ -211,32 +159,20 @@ "A map that takes rendering circles with a variable radius at latitude/longitude coordinates": [ "" ], - "A metric to use for color": ["用於顏色的指標"], - "A new chart and dashboard will be created.": [ - "將會創建一個新圖表和看板" - ], - "A new chart will be created.": ["將會創建一個新圖表"], - "A new dashboard will be created.": ["將會創建一個新看板"], + "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.": [ - "一種級座標圖表,其中圓被分成等角度的楔形,任何楔形表示的值由其面積表示,而不是其半徑或掃掠角度。" + "一種极坐標圖表,其中圆被分成等角度的楔形,任何楔形表示的值由其面積表示,而不是其半徑或掃掠角度。" ], "A readable URL for your dashboard": ["為看板生成一個可讀的 URL"], "A reference to the [Time] configuration, taking granularity into account": [ - "對 [時間] 配置的引用,會將粒度考虑在内" + "對 [時間] 配置的引用,會將粒度考慮在内" ], - "A report named \"%(name)s\" already exists": ["報告 %(name)s 已存在"], "A reusable dataset will be saved with your chart.": [""], - "A screenshot of the dashboard will be sent to your email at": [ - "計劃的報告將作為 PNG 發送到您的電子郵件" - ], "A set of parameters that become available in the query using Jinja templating syntax": [ "在查詢中可用的一組参數使用 Jinja 模板語法" ], - "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.": [ - "時間序列圖表,直觀顯示多個組中的相關指標随時間的變化情况。每組使用不同的顏色進行可視化" + "時間序列圖表,直观顯示多個組中的相關指標随時間的變化情况。每組使用不同的颜色進行可視化" ], "A timeout occurred while executing the query.": ["查詢超時。"], "A timeout occurred while generating a csv.": ["生成 CSV 時超時。"], @@ -251,106 +187,82 @@ "AQE": ["異步執行查詢"], "AUG": ["八月"], "AXIS TITLE MARGIN": ["軸標題邊距"], - "AXIS TITLE POSITION": ["軸標題的位置"], "About": ["關於"], "Access": ["訪問"], - "Access token": ["上一個"], "Action": ["操作"], "Action Log": ["操作日誌"], "Actions": ["操作"], - "Active": ["激活"], - "Actual Values": ["空值"], - "Actual time range": ["實際時間范圍"], - "Actual value": ["空值"], - "Actual values": ["空值"], + "Active": ["啟用"], + "Actual time range": ["實際時間範圍"], "Adaptive formatting": ["自動匹配格式化"], "Add": ["新增"], "Add Alert": ["新增告警"], - "Add CSS Template": ["新增 CSS 模板"], - "Add CSS template": ["新增 CSS 模板"], + "Add CSS Template": ["新增CSS模板"], + "Add CSS template": ["新增CSS模板"], "Add Chart": ["新增圖表"], "Add Column": ["新增列"], "Add Dashboard": ["新增看板"], - "Add Database": ["新增數據庫"], + "Add Database": ["新增資料庫"], "Add Log": ["新增日誌"], "Add Metric": ["新增指標"], "Add Report": ["新增報告"], - "Add Rule": ["新增規則"], "Add Tag": ["新增標籤"], "Add a Plugin": ["新增插件"], - "Add a dataset": ["新增數據集"], "Add a new tab": ["新增新的選項卡"], - "Add a new tab to create SQL Query": ["添加一個選項卡以創建 SQL 查詢"], + "Add a new tab to create SQL Query": ["增加一個選項卡以創建 SQL 查詢"], "Add additional custom parameters": ["新增其他自定義参數"], - "Add an annotation layer": ["新增注釋層"], "Add an item": ["新增一行"], - "Add and edit filters": ["范圍過滤"], - "Add annotation": ["新增注釋"], - "Add annotation layer": ["新增注釋層"], + "Add annotation": ["新增注释"], + "Add annotation layer": ["新增注释層"], "Add calculated columns to dataset in \"Edit datasource\" modal": [ - "在“编辑數據源”對話框中向數據集添加計算列" + "在“編輯數據源”對话框中向數據集增加計算列" ], "Add calculated temporal columns to dataset in \"Edit datasource\" modal": [ "" ], "Add color for positive/negative change": [""], - "Add cross-filter": ["增加過滤條件"], - "Add custom scoping": ["添加自定義作用域"], - "Add dataset columns here to group the pivot table columns.": [ - "必須是分組列" - ], + "Add custom scoping": ["增加自定義作用域"], "Add delivery method": ["新增通知方法"], - "Add description of your tag": ["為您的查詢寫一段描述"], - "Add extra connection information.": ["增加額外的連接信息"], - "Add filter": ["增加過滤條件"], + "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 filters and dividers": ["增加過濾器和分隔符"], "Add item": ["增加條件"], "Add metric": ["新增指標"], "Add metrics to dataset in \"Edit datasource\" modal": [""], - "Add new color formatter": ["增加新的的顏色格式化器"], + "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 tag to entities": ["给對象添加標籤"], - "Add the name of the chart": ["给圖表添加名稱"], - "Add the name of the dashboard": ["给看板添加名稱"], - "Add to dashboard": ["添加到看板"], - "Add/Edit Filters": ["增加過滤條件"], - "Added": ["已添加"], - "Added to 1 dashboard": ["添加到看板"], + "增加必需的控制值以保存圖表" + ], + "Add sheet": ["增加 sheet 頁"], + "Add tag to entities": ["給對象增加標籤"], + "Add to dashboard": ["增加到看板"], + "Added": ["已增加"], "Additional Parameters": ["附加参數"], "Additional fields may be required": ["可能需要額外的欄位"], - "Additional information": ["附加信息"], + "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.": [ - "條整此數據庫與 SQL 工具箱的交互方式。" + "調整此資料庫與 SQL 工具箱的交互方式。" ], "Adjust performance settings of this database.": [ - "條整此數據庫的性能設置" + "調整此資料庫的性能設定" ], "Advanced": ["高級選項"], "Advanced Analytics": ["高級分析"], - "Advanced Data type": ["高級數據類型"], "Advanced analytics": ["高級分析"], - "Advanced analytics Query A": ["高級分析查詢A"], - "Advanced analytics Query B": ["高級分析查詢B"], - "Advanced data type": ["高級數據類型"], "Advanced-Analytics": ["高級分析"], "Aesthetic": ["炫酷"], "After": ["之後"], @@ -361,34 +273,26 @@ "聚合函數應用於每個群集中的點列表以产生聚合標籤。" ], "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": ["合計"], "Aggregation function": ["聚合功能"], - "Alert": ["警报"], - "Alert Triggered, In Grace Period": ["告警已觸發,在宽限期内"], + "Alert Triggered, In Grace Period": ["告警已觸發,在寬限期内"], "Alert condition": ["告警條件"], "Alert condition schedule": ["告警條件計劃"], - "Alert ended grace period.": ["告警已結束宽限期。"], - "Alert failed": ["告警失败"], - "Alert fired during grace period.": ["在宽限期内觸發告警。"], + "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 on grace period": ["告警寬限期"], "Alert query returned a non-number value.": ["告警查詢返回非數字值。"], "Alert query returned more than one column.": ["告警查詢返回多個列。"], - "Alert query returned more than one column. %(num_cols)s columns returned": [ - "告警查詢返回多個列。%(num_cols)s 列被返回" - ], "Alert query returned more than one row.": ["告警查詢返回了多行。"], - "Alert query returned more than one row. %(num_rows)s rows returned": [ - "告警查詢返回了多行。%(num_rows)s 行被返回" - ], "Alert running": ["告警運行中"], "Alert triggered, notification sent": ["告警已觸發,通知已發送"], "Alert validator config error.": ["告警驗證器配置錯誤。"], @@ -400,23 +304,23 @@ "All Text": ["所有文本"], "All charts": ["所有圖表"], "All charts/global scoping": ["所有的圖表或者全局作用域"], - "All filters": ["所有過滤器"], + "All filters": ["所有過濾器"], "All panels": ["應用於所有面板"], "All panels with this column will be affected by this filter": [ - "包含此列的所有面板都將受到此過滤條件的影響" + "包含此列的所有面板都將受到此過濾條件的影響" ], "Allow CREATE TABLE AS": ["允許 CREATE TABLE AS"], "Allow CREATE TABLE AS option in SQL Lab": [ - "在 SQL 编辑器中允許 CREATE TABLE AS 選項" + "在 SQL 編輯器中允許 CREATE TABLE AS 選項" ], "Allow CREATE VIEW AS": ["允許 CREATE VIEW AS"], "Allow CREATE VIEW AS option in SQL Lab": [ - "在 SQL 编辑器中允許 CREATE VIEW AS 選項" + "在 SQL 編輯器中允許 CREATE VIEW AS 選項" ], "Allow Csv Upload": ["允許 Csv 上傳"], "Allow DML": ["允許 DML"], "Allow column names to be changed to case insensitive format, if supported (e.g. Oracle, Snowflake).": [ - "如果數據庫支持(例如 Oracle、Snowflake 等),允許將列名更改為不區分大小寫的格式。" + "如果資料庫支持(例如 Oracle、Snowflake 等),允許將列名更改為不區分大小寫的格式。" ], "Allow columns to be rearranged": ["允許列重排"], "Allow creation of new tables based on queries": ["允許基於查詢創建新表"], @@ -427,40 +331,35 @@ "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.": [ - "允許使用非 SELECT 語句(如 UPDATE、DELETE、CREATE 等)操作數據庫。" + "允許使用非 SELECT 語句(如 UPDATE、DELETE、CREATE 等)操作資料庫。" ], "Allow node selections": ["允許節點選擇"], "Allow sending multiple polygons as a filter event": [ - "允許使用多個多邊形來過滤事件" + "允許使用多個多邊形來過濾事件" ], - "Allow this database to be explored": ["允許瀏覽此數據庫"], + "Allow this database to be explored": ["允許瀏覽此資料庫"], "Allow this database to be queried in SQL Lab": [ - "允許在 SQL 工具箱中查詢此數據庫" + "允許在 SQL 工具箱中查詢此資料庫" ], "Allow users to run non-SELECT statements (UPDATE, DELETE, CREATE, ...) in SQL Lab": [ - "允許用戶在 SQL 编辑器中運行非 SELECT 語句(UPDATE,DELETE,CREATE,...)" + "允許用戶在 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個四分區。" + "也稱為框須圖,該可視化比較了一個相關指標在多個組中的分布。中間的框强調平均值、中值和内部2個四分位數。每個框週围的触須可視化了最小值、最大值、範圍和外部2個四分區。" ], "Altered": ["已更改"], - "Always filter main datetime column": ["主日期列"], - "An Error Occurred": ["發生了一個錯誤"], - "An alert named \"%(name)s\" already exists": ["數據集 %(name)s 已存在"], "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": ["保存數據集時發生錯誤"], - "An error occurred when running alert query": ["精簡日誌時出錯 "], "An error occurred while accessing the value.": ["訪問值時出錯。"], "An error occurred while collapsing the table schema. Please contact your administrator.": [ "收起表結構時出錯。請與管理員聯繫。" @@ -488,13 +387,13 @@ "An error occurred while fetching dashboards": ["獲取看板時出錯"], "An error occurred while fetching dashboards: %s": ["獲取看板時出錯:%s"], "An error occurred while fetching database related data: %s": [ - "獲取數據庫相關數據時出錯:%s" + "獲取資料庫相關數據時出錯:%s" ], "An error occurred while fetching database values: %s": [ - "獲取數據庫信息時出錯:%s" + "獲取資料庫訊息時出錯:%s" ], "An error occurred while fetching dataset datasource values: %s": [ - "獲取數據集數據源信息時出錯:%s" + "獲取數據集數據源訊息時出錯: %s" ], "An error occurred while fetching dataset owner values: %s": [ "獲取數據集所有者值時出錯:%s" @@ -509,11 +408,8 @@ "An error occurred while fetching function names.": [ "獲取函數名稱時出錯。" ], - "An error occurred while fetching owners values: %s": [ - "獲取圖表所有者時出錯:%s" - ], "An error occurred while fetching schema values: %s": [ - "獲取結構信息時出錯:%s" + "獲取結構訊息時出錯:%s" ], "An error occurred while fetching tab state": ["獲取選項卡狀態時出錯"], "An error occurred while fetching table metadata": [ @@ -523,16 +419,11 @@ "獲取表格元數據時發生錯誤。請與管理員聯繫。" ], "An error occurred while fetching user values: %s": [ - "獲取用戶信息出錯:%s" + "獲取用戶訊息出錯:%s" ], "An error occurred while importing %s: %s": ["導入時出錯 %s: %s"], - "An error occurred while loading dashboard information.": [ - "獲取看板時出錯" - ], "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 pruning logs ": ["精简日誌時出錯 "], "An error occurred while removing query. Please contact your administrator.": [ "删除查詢時出錯。請與管理員聯繫。" ], @@ -546,214 +437,151 @@ "渲染可視化時發生錯誤:%s" ], "An error occurred while setting the active tab. Please contact your administrator.": [ - "設置活動選項卡時出錯。請與管理員聯繫。" + "設定活動選項卡時出錯。請與管理員聯繫。" ], "An error occurred while starring this chart": ["以此字符開頭時出錯"], "An error occurred while storing your query in the backend. To avoid losing your changes, please save your query using the \"Save Query\" button.": [ - "在後端存儲查詢時出錯。為避免丢失更改,請使用 \"保存查詢\" 按钮保存查詢。" + "在後端儲存查詢時出錯。為避免丢失更改,請使用 \"保存查詢\" 按钮保存查詢。" ], "An error occurred while updating the value.": ["更新值時出錯。"], - "An error occurred while upserting the value.": ["更新值時出錯。"], - "An unexpected error occurred": ["發生了一個錯誤"], - "Anchor to": ["錨定到"], - "Angle at which to end progress axis": ["進度軸結束的角度"], + "Anchor to": ["锚定到"], + "Angle at which to end progress axis": ["進度軸结束的角度"], "Angle at which to start progress axis": ["開始進度軸的角度"], - "Animation": ["動畫"], - "Annotation": ["注釋"], - "Annotation Layer %s": ["注釋層 %s"], - "Annotation Layers": ["注釋層"], - "Annotation Slice Configuration": ["注釋切片配置"], - "Annotation could not be created.": ["注釋無法創建。"], - "Annotation could not be updated.": ["注釋無法更新。"], - "Annotation layer": ["注釋層"], - "Annotation layer could not be created.": ["無法創建注釋層"], - "Annotation layer could not be updated.": ["無法更新注釋層"], - "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 layers could not be deleted.": ["注釋層仍在加载。"], - "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.": ["無法删除注釋。"], + "Animation": ["動画"], + "Annotation": ["注释"], + "Annotation Layers": ["注释層"], + "Annotation Slice Configuration": ["注释切片配置"], + "Annotation could not be created.": ["注释無法創建。"], + "Annotation could not be updated.": ["注释無法更新。"], + "Annotation layer": ["注释層"], + "Annotation layer could not be created.": ["無法創建注释層"], + "Annotation layer could not be updated.": ["無法更新注释層"], + "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 not found.": ["注释不存在。"], + "Annotation parameters are invalid.": ["注释層仍在加载。"], + "Annotation source type": ["注释數據源類型"], + "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": [ - "此處選擇的任何條色板都將覆蓋應用於此看板的各個圖表的顏色" + "此處選擇的任何調色板都將覆盖應用於此看板的各個圖表的颜色" ], "Any databases that allow connections via SQL Alchemy URIs can be added. ": [ - "可以添加任何允許通過 SQL AlChemy URI 進行連接的數據庫。" + "可以增加任何允許通過 SQL AlChemy URI 進行連接的資料庫。" ], "Any databases that allow connections via SQL Alchemy URIs can be added. Learn about how to connect a database driver ": [ - "可以添加任何允許通過 SQL AlChemy URI 進行連接的數據庫。了解如何連接數據庫驅動程序" + "可以增加任何允許通過 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.": [ "應用的滚動窗口(rolling window)未返回任何數據。請確保源查詢满足滚動窗口中定義的最小週期。" ], "Apply": ["應用"], - "Apply conditional color formatting to metric": [ - "將條件顏色格式應用於指標" - ], "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?": ["確定要删除 %s 嗎?"], "Are you sure you want to delete the selected %s?": [ - "確實要删除選定的 %s 嗎?" + "確定要删除選定的 %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 rules?": [ - "確實要删除選定的圖層嗎?" - ], - "Are you sure you want to delete the selected tags?": [ - "確實要删除選定的 %s 嗎?" + "您確定要删除選定的查詢嗎?" ], "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": ["面積圖"], - "Time-series 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.": [ - "時間序列面積圖與折線圖相似,因為它們表示具有相同比例的變量,但面積圖將度量叠加在一起。超級集中的面積圖可以是流式、堆栈式或展開式" - ], "Arrow": ["箭頭"], - "Assign a set of parameters as": ["數據集参數無效。"], - "Assist": ["關聯"], "Associated Charts": ["關聯的圖表"], "Async Execution": ["異步執行查詢"], "Asynchronous query execution": ["異步執行查詢"], "August": ["八月"], - "Auto": ["自動"], - "Auto Zoom": ["數據缩放"], - "Autocomplete": ["自動补全"], - "Autocomplete filters": ["自適配過滤條件"], - "Autocomplete query predicate": ["自動补全查詢谓词"], + "Autocomplete": ["自動補全"], + "Autocomplete filters": ["自適配過濾條件"], + "Autocomplete query predicate": ["自動補全查詢谓詞"], "Automatic Color": ["自動配色"], "Available sorting modes:": ["可用分類模式:"], - "Average": ["平均值"], - "Average value": ["平均值"], - "Axis": ["座標軸"], - "Axis Bounds": ["Y 軸界限"], - "Axis Format": ["Y 軸格式化"], - "Axis Title": ["軸標題"], + "Axis": ["坐標軸"], "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": ["基礎"], "Base layer map style. See Mapbox documentation: %s": [""], "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 個過滤條件:"], + "Batch editing %d filters:": ["批量編輯 %d 個過濾條件:"], "Battery level over time": ["電池電量随時間變化"], "Be careful.": ["小心。"], "Before": ["之前"], "Big Number": ["數字"], - "Big Number Font Size": ["數字的字体大小"], + "Big Number Font Size": ["數字的字體大小"], "Big Number with Time Period Comparison": [""], "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 numerical X axis. Not applicable for temporal or categorical axes. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸范圍。它不會缩小數據范圍。" - ], "Bounds for the Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸范圍。它不會缩小數據范圍。" - ], - "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.": [ - "Y軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸范圍。它不會缩小數據范圍。" - ], - "Bounds for the primary Y-axis. When left empty, the bounds are dynamically defined based on the min/max of the data. Note that this feature will only expand the axis range. It won't narrow the data's extent.": [ - "Y軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸范圍。它不會缩小數據范圍。" - ], - "Bounds for the secondary Y-axis. Only works when Independent Y-axis\n bounds are enabled. When left empty, the bounds are dynamically defined\n based on the min/max of the data. Note that this feature will only expand\n the axis range. It won't narrow the data's extent.": [ - "Y軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸范圍。它不會缩小數據范圍。" + "Y 軸的邊界。當空時,邊界是根据數據的最小/最大值動態定義的。請注意,此功能只會擴展軸範圍。它不會縮小數據範圍。" ], "Box Plot": ["箱線圖"], "Breakdowns": ["分解"], @@ -761,47 +589,38 @@ "" ], "Bubble Chart": ["氣泡圖"], - "Bubble Chart (legacy)": ["氣泡圖(傳統)"], - "Bubble Color": ["氣泡顏色"], - "Bubble Opacity": ["氣泡透明度"], + "Bubble Color": ["氣泡颜色"], "Bubble Size": ["氣泡大小"], "Bubble size": ["氣泡尺寸"], - "Bubble size number format": ["氣泡尺寸數字格式"], "Bucket break points": ["桶分割點"], - "Build": ["重構"], "Bulk select": ["批量選擇"], "Bulk tag": [""], - "Bullet Chart": ["子彈圖"], + "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個過滤值,並且希望啟用動態搜索,以便在键入時加载篩選值(可能會给數據庫增加壓力),請選中此框。" + "預設情况下,每個過濾器在初始頁面加载時最多加载 1000 個選項。如果您有超過 1000 個過濾值,並且希望啟用動態搜索,以便在鍵入時加载篩選值(可能會給資料庫增加压力),請選中此框。" ], - "By key: use column names as sorting key": ["使用列名作為排序關键字"], - "By key: use row names as sorting key": ["使用行名作為排序關键字"], + "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 TABLE AS"], "CREATE VIEW AS": ["允許 CREATE VIEW AS"], "CREATE VIEW statement": ["CREATE VIEW 語句"], - "CRON Schedule": ["CRON 定時任務"], "CRON expression": ["CRON 表達式"], "CSS": ["CSS"], - "CSS Styles": ["CSS 樣式"], "CSS Templates": ["CSS 模板"], "CSS applied to the chart": [""], "CSS template": ["CSS 模板"], - "CSS template not found.": ["CSS 模板未找到"], + "CSS template not found.": ["CSS模板未找到"], "CSS templates": ["CSS 模板"], - "CSS templates could not be deleted.": ["CSS 模板不能被删除"], - "CSV Upload": ["允許 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\"" + "csv 文件 \"%(csv_filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], - "CSV to Database configuration": ["CSV 到數據庫配置"], + "CSV to Database configuration": ["CSV 到資料庫配置"], "CSV upload": ["CSV 上傳"], "CTAS & CVAS 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.": [ @@ -817,13 +636,11 @@ "CVAS (create view as select) query is not a SELECT statement.": [ "CVAS (create view as select)查詢不是 SELECT 語句。" ], - "Cache Timeout": ["快取超時"], - "Cache Timeout (seconds)": ["快取超時(秒)"], - "Cache timeout": ["快取時間"], - "Cached": ["已快取"], - "Cached %s": ["快取於%s"], - "Cached value not found": ["快取的值未找到"], - "Calculate contribution per series or row": ["計算每個系列或總計的贡献"], + "Cache Timeout": ["缓存超時"], + "Cache Timeout (seconds)": ["缓存超時(秒)"], + "Cache timeout": ["缓存時間"], + "Cached %s": ["缓存於%s"], + "Cached value not found": ["缓存的值未找到"], "Calculate from first step": [""], "Calculate from previous step": [""], "Calculated column [%s] requires an expression": [ @@ -831,19 +648,18 @@ ], "Calculated columns": ["計算列"], "Calculation type": ["計算類型"], - "Calendar Heatmap": ["時間熱力圖"], + "Calendar Heatmap": ["時間热力圖"], "Can not move top level tab into nested tabs": [ - "無法將顶級選項卡移動到嵌套選項卡中" + "無法將頂級選項卡移動到嵌套選項卡中" ], - "Can select multiple values": ["允許選擇多個值"], "Can't have overlap between Series and Breakdowns": [ "Series 和 Breakdown 之間不能有重叠" ], "Cancel": ["取消"], - "Cancel query on window unload event": ["當窗口關閉時取消查詢"], + "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 load filter": ["無法加载篩選器"], @@ -851,13 +667,8 @@ "無法解析時間字符串[%(human_readable)s]" ], "Categorical": ["分類"], - "Categorical Color": ["分類顏色"], - "Categories to group by on the x-axis.": ["要在x軸上分組的類别。"], + "Categories to group by on the x-axis.": ["要在 x 軸上分組的類别。"], "Category": ["分類"], - "Category Name": ["分類名稱"], - "Category and Percentage": ["分類和比例"], - "Category and Value": ["分類和值"], - "Category name": ["分類名稱"], "Category of target nodes": ["目標節點類别"], "Category, Value and Percentage": [""], "Cell Padding": ["單元填充"], @@ -865,8 +676,6 @@ "Cell Size": ["單元尺寸"], "Cell bars": ["單元格柱狀圖"], "Cell content": ["單元格内容"], - "Cell limit": ["單元格限制"], - "Centroid (Longitude and Latitude): ": ["中心點(經度/緯度)"], "Certification": ["認證"], "Certification details": ["認證細節"], "Certified": ["認證"], @@ -876,49 +685,34 @@ "Change order of columns.": ["更改列的順序。"], "Change order of rows.": ["更改行的順序。"], "Changed By": ["修改人"], - "Changed by": ["修改人"], "Changes saved.": ["修改已保存"], - "Changing one or more of these dashboards is forbidden": [ - "一個或多個看板的修改被禁止" - ], "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": ["圖表 %(id)s 没有找到"], - "Chart Cache Timeout": ["表快取超時"], - "Chart Data: %s": ["上次更新 %s"], + "Chart Cache Timeout": ["表缓存超時"], "Chart ID": ["圖表 ID"], "Chart Options": ["圖表選項"], - "Chart Orientation": ["方向"], - "Chart Owner: %s": ["圖表所有者:%s"], - "Chart Source": ["數據源"], "Chart Title": ["圖表標題"], - "Chart [%s] has been overwritten": ["圖表 [%s] 已經覆蓋"], - "Chart [%s] has been saved": ["圖表 [%s] 已經保存"], - "Chart [%s] was added to dashboard [%s]": [ - "圖表 [%s] 已經添加到看板 [%s]" - ], - "Chart [{}] has been overwritten": ["圖表 [{}] 已經覆蓋"], + "Chart [{}] has been overwritten": ["圖表 [{}] 已經覆盖"], "Chart [{}] has been saved": ["圖表 [{}] 已經保存"], "Chart [{}] was added to dashboard [{}]": [ - "圖表 [{}] 已經添加到看板 [{}]" + "圖表 [{}] 已經增加到看板 [{}]" ], - "Chart cache timeout": ["圖表快取超時"], + "Chart cache timeout": ["圖表缓存超時"], "Chart changes": ["圖表變化"], "Chart could not be created.": ["您的圖表無法創建。"], "Chart could not be updated.": ["您的圖表無法更新。"], @@ -926,19 +720,10 @@ "Chart has no query context saved. Please save the chart again.": [ "圖表未保存任何查詢上下文。請重新保存圖表。" ], - "Chart height": ["圖表高度"], - "Chart imported": ["圖表已導入"], - "Chart last modified": ["最後修改"], - "Chart last modified by": ["上次修改人 %s"], "Chart name": ["圖表名稱"], - "Chart not found": ["圖表 %(id)s 没有找到"], "Chart options": ["圖表選項"], - "Chart owners": ["圖表所有者:%s"], "Chart parameters are invalid.": ["圖表参數無效。"], - "Chart properties updated": ["编辑圖表属性"], - "Chart title": ["圖表標題"], "Chart type requires a dataset": [""], - "Chart width": ["圖表宽度"], "Charts": ["圖表"], "Charts could not be deleted.": ["圖表無法删除。"], "Check for sorting ascending": ["按照升序進行排序"], @@ -962,7 +747,7 @@ "Choose a chart or dashboard not both": [ "選擇圖表或看板,不能都全部選擇" ], - "Choose a database...": ["選擇數據庫"], + "Choose a database...": ["選擇資料庫"], "Choose a dataset": ["選擇數據源"], "Choose a metric for right axis": ["為右軸選擇一個指標"], "Choose a number format": ["選擇一種數字格式"], @@ -971,24 +756,22 @@ "Choose a target": ["選擇一個目標"], "Choose chart type": ["選擇圖表類型"], "Choose one of the available databases from the panel on the left.": [ - "從左側的面板中選擇一個可用的數據庫" + "從左側的面板中選擇一個可用的資料庫" ], - "Choose the annotation layer type": ["選擇注釋層類型"], - "Choose the format for legend values": ["選擇圖例值的格式"], - "Choose the position of the legend": ["選擇圖例的位置"], - "Choose the source of your annotations": ["選擇您的注釋來源"], + "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": ["圓"], - "Circle -> Arrow": ["圓 -> 箭頭"], - "Circle -> Circle": ["圓 -> 圓"], - "Circle radar shape": ["圓形雷達圖"], - "Circular": ["圓"], + "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.": [ "數據集的典型的逐行逐列電子表格視圖。使用表格顯示底層數據的視圖或顯示聚合指標。" @@ -996,10 +779,8 @@ "Clause": ["條件"], "Clear": ["清除"], "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": [ "點擊左側控制面板中的“創建圖表”按钮以預覽可視化效果,或者" @@ -1009,123 +790,92 @@ "單擊锁定以防止進一步更改。" ], "Click this link to switch to an alternate form that allows you to input the SQLAlchemy URL for this database manually.": [ - "單擊此链接可切换到备用表單,該表單允許您手動輸入此數據庫的SQLAlChemy URL。" + "單擊此链接可切换到备用表單,該表單允許您手動输入此資料庫的SQLAlChemy URL。" ], "Click this link to switch to an alternate form that exposes only the required fields needed to connect this database.": [ - "單擊此链接可切换到仅顯示連接此數據庫所需的必填欄位的备用表單。" + "單擊此链接可切换到僅顯示連接此資料庫所需的必填欄位的备用表單。" ], - "Click to add a contour": ["點擊添加等高線"], + "Click to add a contour": ["點擊增加等高線"], "Click to cancel sorting": ["點擊取消排序"], - "Click to edit": ["點擊编辑"], - "Click to edit %s.": ["點擊编辑 %s。"], - "Click to edit chart.": ["點擊编辑圖表。"], - "Click to edit label": ["單擊以编辑標籤"], + "Click to edit": ["點擊編輯"], + "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": ["關閉選項卡"], + "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 +/-": ["色彩 +/-"], - "Color Metric": ["顏色指標"], + "Color Metric": ["颜色指標"], "Color Scheme": ["配色方案"], - "Color Steps": ["色阶"], - "Color bounds": ["色彩界限"], - "Color by": ["顏色"], - "Color metric": ["顏色指標"], - "Color of the target location": ["目標位置的顏色"], + "Color Steps": ["色階"], + "Color metric": ["颜色指標"], "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: ": [ "" ], - "Color: ": ["顏色"], - "Colors": ["顏色"], + "Colors": ["颜色"], "Column": ["列"], "Column \"%(column)s\" is not numeric or does not exists in the query results.": [ - "列\"%(column)s\"不是數字或不在查詢結果中" + "列\"%(column)s\"不是數字或不在查詢结果中" ], - "Column Configuration": ["列配置"], - "Column Data Types": ["列數據類型"], - "Column Formatting": ["列格式"], "Column Label(s)": ["列標籤"], "Column containing ISO 3166-2 codes of region/province/department in your table.": [ - "表中包含地區/省/省的 ISO 3166-2 代碼的列" + "表中包含地區/省/省的ISO 3166-2代碼的列" ], "Column containing latitude data": ["包含緯度數據的列"], "Column containing longitude data": ["包含經度數據的列"], - "Column datatype": ["列數據類型"], - "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.": [ - "索引列的列標籤。如果為 None, 並且數據框索引為 true, 則使用 \"索引名稱\"。" - ], - "Column label for index column(s). If None is given and Dataframe Index is checked, Index Names are used": [ - "索引列的列標籤。如果為 None, 並且數據框索引為 true, 則使用 \"索引名稱\"。" + "索引列的列標籤。如果為None, 並且數據框索引為 true, 则使用 \"索引名稱\"。" ], - "Column name": ["列名"], - "Column name [%s] is duplicated": ["列名 [%s] 重復"], + "Column name [%s] is duplicated": ["列名 [%s] 重复"], "Column referenced by aggregate is undefined: %(column)s": [ "聚合引用的列未定義:%(column)s" ], "Column select": ["選擇列"], - "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 File": ["列式儲存文件"], "Columnar file \"%(columnar_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel 文件 \"%(columnar_filename)s\" 上傳到數據庫 \"%(db_name)s\" 中的表 \"%(table_name)s\"" + "Excel 文件 \"%(columnar_filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], - "Columnar to Database configuration": ["列式存儲文件到數據庫配置"], + "Columnar to Database configuration": ["列式儲存文件到資料庫配置"], "Columns": ["列"], - "Columns To Be Parsed as Dates": ["應作為日期解析的列的逗號分隔列表。"], - "Columns To Read": ["要讀取的列"], - "Columns missing in dataset: %(invalid_columns)s": [ - "數據源中缺少列:%(invalid_columns)s" - ], "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": ["行上分組所依据的列"], "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.": [ - "間隔的逗號分隔色選項,例如 1、2、4。整數表示所選配色方案中的顏色,並以1為索引。長度必須與間隔界限匹配。" + "間隔的逗號分隔色選項,例如1、2、4。整數表示所選配色方案中的颜色,並以1為索引。長度必須與間隔界限匹配。" ], "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.": [ - "逗號分隔的區間界限,例如 0-2、2-4 和 4-5 區間的 2、4、5。最後一個數字應與為 Max 提供的值匹配。" + "逗號分隔的區間界限,例如0-2、2-4和4-5區間的2、4、5。最後一個數字應與為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.": [ "比較不同活動在共享時間線視圖中所花费的時間長度。" @@ -1134,151 +884,115 @@ "Comparison Period Lag": ["滞後比較"], "Comparison suffix": ["比較前缀"], "Compose multiple layers together to form complex visuals.": [""], - "Compute the contribution to the total": ["計算對總數的贡献值"], + "Compute the contribution to the total": ["計算對總數的貢獻值"], "Condition": ["條件"], - "Conditional Formatting": ["條件格式設置"], - "Conditional formatting": ["條件格式設置"], + "Conditional formatting": ["條件格式設定"], "Confidence interval": ["置信區間間隔"], "Confidence interval must be between 0 and 1 (exclusive)": [ - "置信區間必須介於 0 和 1(不包含 1)之間" + "置信區間必須介於0和1(不包含1)之間" ], "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 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": [ - "將 Google Sheet 作為表格連接到此數據庫" + "將Google Sheet作為表格連接到此資料庫" ], - "Connect a database": ["連接數據庫"], - "Connect database": ["連接數據庫"], + "Connect a database": ["連接資料庫"], + "Connect database": ["連接資料庫"], "Connect this database using the dynamic form instead": [ - "使用動態参數連接此數據庫" + "使用動態参數連接此資料庫" ], "Connect this database with a SQLAlchemy URI string instead": [ - "使用SQLAlchemy URI链接此數據庫" + "使用SQLAlchemy URI链接此資料庫" ], "Connection": ["連接"], "Connection failed, please check your connection settings": [ - "連接失败,請檢查您的連接配置" - ], - "Connection looks good!": ["連接测试成功!"], - "Continue": ["连续式"], - "Continuous": ["连续式"], - "Contours": ["等高線"], - "Contribution": ["贡献"], - "Contribution Mode": ["贡献模式"], - "Control": ["控件"], - "Control labeled ": ["控件已標记 "], - "Controls labeled ": ["控件已標记"], - "Coordinates": ["座標"], - "Copied to clipboard!": ["複製到剪贴板!"], + "連接失敗,請檢查您的連接配置" + ], + "Connection looks good!": ["連接测試成功!"], + "Continuous": ["連續式"], + "Contribution": ["貢獻"], + "Contribution Mode": ["貢獻模式"], + "Control labeled ": ["控件已標記 "], + "Controls labeled ": ["控件已標記"], + "Coordinates": ["坐標"], + "Copied to clipboard!": ["複製到剪貼簿!"], "Copy": ["複製"], - "Copy SELECT statement to the clipboard": ["將 SELECT 語句複製到剪贴板"], - "Copy and Paste JSON credentials": ["複製和粘贴JSON憑据"], + "Copy SELECT statement to the clipboard": ["將 SELECT 語句複製到剪貼簿"], + "Copy and Paste JSON credentials": ["複製和粘贴JSON憑證"], "Copy and paste the entire service account .json file here": [ - "複製服務帐戶的 .json 文件複製並粘贴到此處" + "複製服務帳戶的 json 文件複製並粘贴到此處" ], "Copy link": ["複製链接"], - "Copy message": ["複製信息"], + "Copy message": ["複製訊息"], "Copy of %s": ["%s 的副本"], - "Copy partition query to clipboard": ["將分區查詢複製到剪贴板"], - "Copy permalink to clipboard": ["將查詢链接複製到剪贴板"], - "Copy query URL": ["複製查詢URL"], - "Copy query link to your clipboard": ["將查詢链接複製到剪贴板"], - "Copy the identifier of the account you are trying to connect to.": [ - "將嘗試連接的账號複製到這里" - ], + "Copy partition query to clipboard": ["將分區查詢複製到剪貼簿"], + "Copy query URL": ["複製查詢 URL"], + "Copy query link to your clipboard": ["將查詢链接複製到剪貼簿"], "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": ["複製到剪贴板"], + "Copy to Clipboard": ["複製到剪貼簿"], + "Copy to clipboard": ["複製到剪貼簿"], "Correlation": ["相關性"], "Cost estimate": ["成本估算"], - "Could not connect to database: \"%(database)s\"": [ - "不能連接到數據庫\"%(database)s\"" - ], "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: {}": ["無法加载數據庫驅動程序:{}"], + "Could not load database driver": ["無法加载資料庫驱動程序"], + "Could not load database driver: {}": ["無法加载資料庫驱動程序:{}"], "Could not resolve hostname: \"%(host)s\".": [""], - "Count": ["計數"], - "Count Unique Values": ["計算唯一值"], "Count as Fraction of Columns": ["列計數的分數占比"], "Count as Fraction of Rows": ["行計數的分數占比"], "Count as Fraction of Total": ["總計數的分數占比"], "Country": ["國家"], - "Country Color Scheme": ["國家顏色方案"], + "Country Color Scheme": ["國家颜色方案"], "Country Column": ["國家欄位"], "Country Field Type": ["國家欄位的類型"], "Country Map": ["國家地圖"], "Create": ["創建"], - "Create Chart": ["創建圖表"], - "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 工具箱查詢您的數據。" ], "Create a new chart": ["創建新圖表"], - "Create chart": ["創建圖表"], "Create chart with dataset": [""], - "Create dataset": ["創建數據集"], - "Create dataset and create chart": ["創建數據集和圖表"], "Create new chart": ["創建新圖表"], "Create or select schema...": ["創建或者選擇模式"], "Created": ["已創建"], "Created by": ["創建人"], - "Created by me": ["我創建的"], "Created on": ["創建日期"], - "Creating SSH Tunnel failed for an unknown reason": [ - "創建SSH隧道失败,原因未知" - ], "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.": [ "" ], - "Cross-filtering is not enabled for this dashboard.": [ - "此看板中没有啟用交叉篩選。" - ], - "Cross-filtering is not enabled in this dashboard": [ - "此看板中没有啟用交叉篩選。" - ], - "Cross-filtering scoping": ["交叉篩選作用域"], - "Cross-filters": ["交叉篩選"], "Cumulative": ["累計"], "Currency": ["貨幣"], - "Currency format": ["貨幣格式"], "Currency prefix or suffix": ["貨幣前缀或後缀"], "Currency symbol": ["貨幣符號"], "Currently rendered: %s": ["當前渲染為:%s"], "Custom": ["自定義"], "Custom Plugin": ["自定義插件"], "Custom Plugins": ["自定義插件"], - "Custom SQL": ["自定義SQL"], + "Custom SQL": ["自定義 SQL"], "Custom SQL ad-hoc metrics are not enabled for this dataset": [ - "此數據集無法啟用自定義SQL即席查詢、" + "此數據集無法啟用自定義 SQL 即席查詢、" ], "Custom SQL fields cannot contain sub-queries.": [""], - "Custom time filter plugin": ["自定義時間過滤器插件"], + "Custom time filter plugin": ["自定義時間過濾器插件"], "Custom width of the screenshot in pixels": [""], "Customize": ["定制化配置"], "Customize Metrics": ["自定義指標"], @@ -1292,60 +1006,44 @@ "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 significant 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" ], - "DATETIME": ["日期/時間"], "DB column %(col_name)s has unknown type: %(value_type)s": [""], "DD/MM format dates, international and European format": [""], "DEC": ["十二月"], "DELETE": ["删除"], "DML": ["允許 DML"], "Daily seasonality": ["日度季節性"], - "Dark": ["暗色"], "Dark Cyan": [""], "Dark mode": ["黑暗模式"], "Dashboard": ["看板"], - "Dashboard [%s] just got created and chart [%s] was added to it": [ - "看板 [%s] 剛剛被創建,並且圖表 [%s] 已被添加到其中" - ], "Dashboard [{}] just got created and chart [{}] was added to it": [ - "看板 [{}] 剛剛被創建,並且圖表 [{}] 已被添加到其中" + "看板 [{}] 刚刚被創建,並且圖表 [{}] 已被增加到其中" ], "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.": [ "" ], - "Dashboard title": ["看板"], - "Dashboard usage": ["看板"], "Dashboards": ["看板"], - "Dashboards added to": ["已添加看板到"], - "Dashboards could not be created.": ["看板無法被創建"], "Dashboards do not exist": ["看板不存在"], - "Dashed": ["虚線"], "Data": ["數據"], "Data Table": ["數據表"], "Data URI is not allowed.": [""], - "Data Zoom": ["數據缩放"], + "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 preview": ["數據預覽"], - "Data refreshed": ["已刷新數據"], "Data type": ["數據類型"], "DataFrame include at least one series": [ "數據帧(DataFrame)至少包括一個序列" @@ -1353,77 +1051,67 @@ "DataFrame must include temporal column": [ "數據帧(DataFrame)必須包含時間列" ], - "Database": ["數據庫"], + "Database": ["資料庫"], "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for columnar uploads. Please contact your Superset Admin.": [ - "數據庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 columnar 上傳。請聯繫管理員。" + "資料庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 excel 上傳。請聯繫管理員。" ], "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for csv uploads. Please contact your Superset Admin.": [ - "數據庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 csv 上傳。請聯繫管理員。" + "資料庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 csv 上傳。請聯繫管理員。" ], "Database \"%(database_name)s\" schema \"%(schema_name)s\" is not allowed for excel uploads. Please contact your Superset Admin.": [ - "數據庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 excel 上傳。請聯繫管理員。" - ], - "Database Connections": ["數據庫連接"], - "Database Creation Error": ["數據庫創建錯誤"], - "Database connected": ["數據庫已連接"], - "Database could not be created.": ["數據庫無法被創建"], - "Database could not be deleted.": ["數據庫無法被删除。"], - "Database could not be updated.": ["數據庫無法更新。"], + "資料庫 \"%(database_name)s\" schema \"%(schema_name)s\" 不允許用於 excel 上傳。請聯繫管理員。" + ], + "Database Creation Error": ["資料庫創建錯誤"], + "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 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": ["警报需要數據庫"], - "Database name": ["數據庫名稱"], + "Database error": ["資料庫錯誤"], + "Database is offline.": ["資料庫已下線"], + "Database is required for alerts": ["警報需要資料庫"], + "Database name": ["資料庫名稱"], "Database not allowed to change": ["數據集不允許被修改"], - "Database not found.": ["數據庫没有找到"], - "Database parameters are invalid.": ["數據庫参數無效"], - "Database passwords": ["數據庫密碼"], - "Database port": ["數據庫端口"], - "Database settings updated": ["數據庫設置已更新"], - "Databases": ["數據庫"], + "Database not found.": ["資料庫没有找到"], + "Database parameters are invalid.": ["資料庫参數無效"], + "Database port": ["資料庫端口"], + "Databases": ["資料庫"], "Dataframe Index": ["Dataframe 索引"], "Dataset": ["數據集"], "Dataset %(name)s already exists": ["數據集 %(name)s 已存在"], - "Dataset Name": ["數據集名稱"], - "Dataset column delete failed.": ["數據集列删除失败。"], + "Dataset column delete failed.": ["數據集列删除失敗。"], "Dataset column not found.": ["數據集行未找到。"], "Dataset could not be created.": ["無法創建數據集。"], - "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 delete failed.": ["數據集指標删除失敗"], "Dataset metric not found.": ["數據集指標没找到"], "Dataset name": ["數據集名稱"], "Dataset parameters are invalid.": ["數據集参數無效。"], "Dataset schema is invalid, caused by: %(error)s": [""], "Datasets": ["數據集"], "Datasets can be created from database tables or SQL queries. Select a database table to the left or ": [ - "數據集可以基於數據庫表或SQL查詢創建。請在左側選擇一個數據庫表或者" + "數據集可以基於資料庫表或SQL查詢創建。請在左側選擇一個資料庫表或者" ], "Datasets can have a main temporal column (main_dttm_col), but can also have secondary time columns. When this attribute is true, whenever the secondary columns are filtered, the same filter is applied to the main datetime column.": [ "" ], - "Datasets could not be deleted.": ["無法删除數據集"], "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": [ - "给定數據源id時,需要提供數據源類型" + "給定數據源 id 時,需要提供數據源類型" ], "Date Time Format": ["時間格式"], "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": [ @@ -1435,9 +1123,8 @@ "Day First": [""], "Days %s": ["%s天"], "Db engine did not return all queried columns": [ - "數據庫引擎未返回所有查詢的列" + "資料庫引擎未返回所有查詢的列" ], - "Deactivate": ["禁用"], "December": ["十二月"], "Decides which column to sort the base axis by.": [""], "Decides which measure to sort the base axis by.": [ @@ -1447,59 +1134,46 @@ "Deck.gl - 3D Grid": ["Deck.gl - 3D網格"], "Deck.gl - 3D HEX": ["Deck.gl - 3D六角曲面"], "Deck.gl - Arc": ["Deck.gl - 弧度"], - "Deck.gl - Contour": ["Deck.gl - 等高線"], "Deck.gl - GeoJSON": ["Deck.gl - GeoJSON"], - "Deck.gl - Heatmap": ["Deck.gl - 熱力圖"], "Deck.gl - Multiple Layers": ["Deck.gl - 多圖層"], - "Deck.gl - Paths": ["Deck.gl - 路径"], + "Deck.gl - Paths": ["Deck.gl - 路徑"], "Deck.gl - Polygon": ["Deck.gl - 多邊形"], "Deck.gl - Scatter plot": ["Deck.gl - 散點圖"], "Deck.gl - Screen Grid": ["Deck.gl - 螢幕網格"], - "Decrease": ["减少"], - "Default Endpoint": ["默認端點"], - "Default URL": ["默認 URL"], + "Default Endpoint": ["預設端點"], + "Default URL": ["預設URL"], "Default URL to redirect to when accessing from the dataset list page": [ - "從數據集列表頁訪問時重定向到的默認URL" + "從數據集列表頁訪問時重定向到的預設URL" ], - "Default Value": ["缺省值"], - "Default datetime": ["默認時間"], - "Default latitude": ["默認緯度"], - "Default longitude": ["默認經度"], + "Default Value": ["預設值"], + "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 is required": ["需要默認值"], + "Default value is required": ["需要預設值"], "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": [ "定義一個函數,該函數返回用戶點擊時導航至的 URL 地址" ], "Define a javascript function that receives the data array used in the visualization and is expected to return a modified version of that array. This can be used to alter properties of the data, filter, or enrich the array.": [ - "定義一個 JavaScript 函數,該函數接收用於可視化的數據數組,並期望返回該數組的修改版本。這可以用來改變數據的属性、進行過滤或丰富數組。" + "定義一個 JavaScript 函數,該函數接收用於可視化的數據數組,並期望返回該數組的修改版本。這可以用來改變數據的属性、進行過濾或丰富數組。" ], "Define contour layers. Isolines represent a collection of line segments that serparate the area above and below a given threshold. Isobands represent a collection of polygons that fill the are containing values in a given threshold range.": [ - "定義等高線圖層。等值線代表一組線段的集合,這些線段將高於和低於给定阈值的區域分隔開來。等值带代表一組多邊形的集合,用以填充包含在给定阈值范圍内的區域。" + "定義等高線圖層。等值線代表一組線段的集合,這些線段將高於和低於給定閥值的區域分隔開來。等值带代表一組多邊形的集合,用以填充包含在給定閥值範圍内的區域。" ], "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 represented by a specific color in the chart.": [ - "定義實体的分組。每個序列在圖表上顯示為特定顏色,並有一個可切换的圖例" - ], "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": [ "定義滚動窗口函數的大小,相對於所選的時間粒度" @@ -1508,57 +1182,52 @@ "" ], "Defines whether the step should appear at the beginning, middle or end between two data points": [ - "定義步骤應出現在两個數據點之間的開始、中間还是結束處" + "定義步骤應出現在兩個數據點之間的開始、中間還是结束處" ], "Delete": ["删除"], "Delete %s?": ["需要删除 %s 嗎?"], - "Delete Annotation?": ["删除注釋?"], - "Delete Database?": ["確定删除數據庫?"], + "Delete Annotation?": ["删除注释?"], + "Delete Database?": ["確定删除資料庫?"], "Delete Dataset?": ["確定删除數據集?"], "Delete Layer?": ["確定删除圖層?"], "Delete Query?": ["確定删除查詢?"], - "Delete Report?": ["删除报表?"], + "Delete Report?": ["删除報表?"], "Delete Template?": ["删除模板?"], "Delete all Really?": ["確定删除全部?"], - "Delete annotation": ["删除注釋"], + "Delete annotation": ["删除注释"], "Delete dashboard tab?": ["是否删除看板選項卡?"], - "Delete database": ["删除數據庫"], + "Delete database": ["删除資料庫"], "Delete email report": ["删除郵件報告"], "Delete query": ["删除查詢"], "Delete template": ["删除模板"], "Delete this container and save to remove this message.": [ "删除此容器並保存以移除此消息。" ], - "Deleted": ["删除"], - "Deleted %(num)d annotation": ["删除了 %(num)d 個注釋"], - "Deleted %(num)d annotation layer": ["删除了 %(num)d 個注釋層"], + "Deleted %(num)d annotation": ["删除了 %(num)d 個注释"], + "Deleted %(num)d annotation layer": ["删除了 %(num)d 個注释層"], "Deleted %(num)d chart": ["删除了 %(num)d 個圖表"], - "Deleted %(num)d css template": ["删除了 %(num)d 個css模板"], + "Deleted %(num)d css template": ["删除了 %(num)d 個 css 模板"], "Deleted %(num)d dashboard": ["删除了 %(num)d 個看板"], "Deleted %(num)d dataset": ["删除 %(num)d 個數據集"], "Deleted %(num)d report schedule": ["删除了 %(num)d 個報告計劃"], - "Deleted %(num)d rules": ["删除了 %(num)d 個規則"], "Deleted %(num)d saved query": ["删除 %(num)d 個保存的查詢"], - "Deleted %s": ["已删除:%s"], "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": ["經度&緯度單列限定"], + "Delimited long & lat single column": ["經度 & 緯度單列限定"], "Delimiter": ["分隔符"], "Delivery method": ["發送方式"], "Demographics": ["人口统計"], "Density": ["密度"], - "Dependent on": ["取决於"], "Deprecated": ["過時"], "Description": ["描述"], - "Description (this can be seen in the list)": ["说明(見列表)"], + "Description (this can be seen in the list)": ["說明(見列表)"], "Description Columns": ["列描述"], "Description text that shows up below your Big Number": [ "在大數字下面顯示描述文本" ], "Deselect all": ["反選所有"], - "Details": ["詳細信息"], "Details of the certification": ["認證詳情"], "Determines how whiskers and outliers are calculated.": [ "確定如何計算箱須和離群值。" @@ -1569,27 +1238,21 @@ "Diamond": ["鑽石"], "Did you mean:": ["您的意思是:"], "Difference": ["差異"], - "Dim Gray": ["深灰色"], - "Dimension": ["维度"], "Dimension to use on x-axis.": ["用於 X 軸的维度。"], "Dimension to use on y-axis.": ["用於 Y 軸的维度。"], - "Dimensions": ["维度"], "Dimensions contain qualitative values such as names, dates, or geographical data. Use dimensions to categorize, segment, and reveal the details in your data. Dimensions affect the level of detail in the view.": [ - "维度包含诸如名稱、日期或地理數據等定性值。使用维度對數據進行分類、細分,並展現數據中的細節。维度影響視圖中的細節級别。" + "维度包含諸如名稱、日期或地理數據等定性值。使用维度對數據進行分類、細分,並展現數據中的細節。维度影響視圖中的細節級别。" ], "Directed Force Layout": ["有向力導向布局"], "Directional": ["方向"], "Disable SQL Lab data preview queries": ["禁用 SQL 工具箱數據預覽查詢"], "Disable data preview when fetching table metadata in SQL Lab. Useful to avoid browser performance issues when using databases with very wide tables.": [ - "在 SQL 工具箱中獲取表的元數據時禁用數據預覽。當使用具有非常宽表的數據庫時,這样做有助於避免瀏覽器性能問題。" + "在 SQL 工具箱中獲取表的元數據時禁用數據預覽。當使用具有非常寬表的資料庫時,這樣做有助於避免瀏覽器性能問題。" ], "Disable embedding?": ["禁用嵌入嗎?"], "Disabled": ["禁用"], - "Discard": ["取消"], "Discrete": ["離散"], - "Display": ["顯示"], "Display Name": ["顯示名稱"], - "Display column level subtotal": ["顯示列級别小計"], "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.": [ @@ -1598,217 +1261,174 @@ "Display percents in the label and tooltip as the percent of the total value, from the first step of the funnel, or from the previous step in the funnel.": [ "" ], - "Display row level subtotal": ["顯示行級小計"], "Display row level total": ["顯示行級合計"], - "Display settings": ["顯示配置"], "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.": [ - "顯示圖形結構中實体之間的連接。用於映射關系和顯示網络中哪些節點是重要的。圖表可以配置為强制引導或循环。如果您的數據具有地理空間組件,請嘗試使用deck.gl圓弧圖表。" + "顯示圖形結構中實體之間的連接。用於映射關係和顯示網路中哪些節點是重要的。圖表可以配置為强制引導或循環。如果您的數據具有地理空間組件,請嘗試使用 deck.gl 圆弧圖表。" ], "Distribute across": ["基於某列進行分布"], "Distribution": ["分布"], "Distribution - Bar Chart": ["分布 - 柱狀圖"], "Divider": ["分隔"], - "Do you want a donut or a pie?": ["是否用圓环圈替代饼圖?"], - "Documentation": ["文档"], + "Do you want a donut or a pie?": ["是否用圆環圈替代餅圖?"], + "Documentation": ["文檔"], "Domain": ["主域"], - "Donut": ["圓环圈"], - "Dotted": ["點線"], - "Download": ["下载"], - "Download as Image": ["下载為圖片"], + "Donut": ["圆環圈"], "Download as image": ["下载為圖片"], - "Download to CSV": ["下载為CSV"], + "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.": [ - "在數據點上繪制標记。仅適用於線型。" + "在數據點上繪制標記。僅適用於線型。" ], "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": ["繪制次要 Y 軸刻度的分割線"], "Drill by": ["鑽取:"], "Drill by is not available for this data point": ["此數據點無法鑽取"], "Drill by is not yet supported for this chart type": [ - "此圖表類型还不支持鑽取" + "此圖表類型還不支持鑽取" ], - "Drill by: %s": ["鑽取:%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": ["鑽取詳情:%s"], - "Drop a column here or click": ["將列拖放到此處或單擊"], - "Drop a column/metric here or click": ["將列/指標放在此處或單擊"], - "Drop a temporal column here or click": ["將時間列拖放到此處或單擊"], "Drop columns/metrics here or click": ["將列/指標拖放到此處或單擊"], - "Duplicate": ["複製"], - "Duplicate column name(s): %(columns)s": ["重復的列名%(columns)s"], + "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.": [ - "重復的 列/指標 標籤:%(labels)s。請確保所有列和指標都有唯一的標籤。" + "重复的列/指標標籤:%(labels)s。請確保所有列和指標都有唯一的標籤。" ], - "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.": [ - "該數據庫圖表快取超時的持续時間(單位為秒)。超時時間設置為0表示快取永不過期,設置為-1則表示绕過快取。如果未定義,此項默認采用全局超時設置。" - ], "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表示快取永不過期。如果未定義,該設置將默認使用全局超時設置。" + "此資料庫圖表的缓存超時時長(單位為秒)。超時時長設定為 0 表示缓存永不過期。如果未定義,該設定將預設使用全局超時設定。" ], "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.": [ - "此圖表快取過期時間的時長(單位為秒)。設置為 -1 可以绕過快取。如果未定義,將默認使用數據集的超時設置。" + "此圖表的缓存超時持續時間(單位為秒)。如果未定義,該設定將預設使用數據源/資料庫表的超時設定。" ], "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表示快取永远不會過期。如果未定義,將默認使用數據庫的超時設置。" + "此表的缓存超時持續時間(單位為秒)。超時為 0 表示缓存永遠不會過期。如果未定義,將預設使用資料庫的超時設定。" ], "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)": [ "時長(毫秒)(1.40008 => 1ms 400µs 80ns)" ], - "Duration in ms (100.40008 => 100ms 400µs 80ns)": [ - "時長(毫秒)(1.40008 => 1ms 400µs 80ns)" - ], "Duration in ms (66000 => 1m 6s)": ["時長(毫秒)(66000 => 1m 6s)"], - "Dynamic Aggregation Function": ["動態聚合函數"], - "Dynamically search all filter values": ["動態搜索所有的過滤器值"], - "ECharts": ["ECharts 圖表"], - "EMAIL_REPORTS_CTA": ["激活郵件報告"], - "END (EXCLUSIVE)": ["結束"], - "ERROR": ["錯誤"], + "Dynamically search all filter values": ["動態搜索所有的過濾器值"], + "ECharts": ["ECharts圖表"], + "END (EXCLUSIVE)": ["结束"], "ERROR: %s": ["錯誤: %s"], "Edge length": ["邊長"], "Edge length between nodes": ["節點之間的邊長"], "Edge symbols": ["邊符號"], - "Edge width": ["邊缘宽度"], - "Edit": ["编辑"], - "Edit Alert": ["编辑警报"], - "Edit CSS": ["编辑 CSS"], - "Edit CSS Template": ["编辑 CSS 模板"], - "Edit CSS template properties": ["编辑 CSS 模板属性"], - "Edit Chart": ["编辑圖表"], - "Edit Chart Properties": ["编辑圖表属性"], - "Edit Column": ["编辑列"], - "Edit Dashboard": ["编辑看板"], - "Edit Database": ["编辑數據庫"], - "Edit Dataset ": ["编辑數據集"], - "Edit Log": ["编辑日誌"], - "Edit Metric": ["编辑指標"], - "Edit Plugin": ["编辑插件"], - "Edit Report": ["编辑報告"], - "Edit Rule": ["编辑規則"], - "Edit Table": ["编辑表"], - "Edit Tag": ["编辑標籤"], - "Edit annotation": ["编辑注釋"], - "Edit annotation layer": ["添加注釋層"], - "Edit annotation layer properties": ["编辑注釋圖層属性"], - "Edit chart": ["编辑圖表"], - "Edit chart properties": ["编辑圖表属性"], - "Edit dashboard": ["编辑看板"], - "Edit database": ["编辑數據庫"], - "Edit dataset": ["编辑數據集"], - "Edit email report": ["编辑郵件報告"], - "Edit formatter": ["编辑格式化"], - "Edit properties": ["编辑属性"], - "Edit query": ["编辑查詢"], - "Edit template": ["编辑模板"], - "Edit template parameters": ["编辑模板参數"], - "Edit the dashboard": ["编辑看板"], - "Edit time range": ["编辑時間范圍"], - "Edited": ["已编辑"], - "Editing 1 filter:": ["编辑 1 個過滤條件:"], + "Edge width": ["邊缘寬度"], + "Edit": ["編輯"], + "Edit Alert": ["編輯警報"], + "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 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 個過濾條件:"], "Either the database is spelled incorrectly or does not exist.": [ - "數據庫拼寫不正確或不存在。" + "資料庫拼寫不正確或不存在。" ], "Either the username \"%(username)s\" or the password is incorrect.": [ - "用戶名 \"%(username)s\" 或密碼不正確" + "用戶名\"%(username)s\"或密碼不正確" ], "Either the username \"%(username)s\", password, or database name \"%(database)s\" is incorrect.": [ - "用戶名 \"%(username)s\"、密碼或數據庫名稱 \"%(database)s\" 不正確" + "用戶名\"%(username)s\"、密碼或資料庫名稱\"%(database)s\"不正確" ], "Either the username or the password is wrong.": ["用戶名或密碼錯誤。"], - "Elevation": ["執行時間"], - "Email reports active": ["激活郵件報告"], - "Embed": ["嵌入"], + "Email reports active": ["啟用郵件報告"], "Embed code": ["嵌入代碼"], - "Embed dashboard": ["嵌入看板"], "Embedding deactivated.": ["解除嵌入。"], - "Emit Filter Events": ["發送過滤器事件"], "Emphasis": ["重點"], "Employment and education": ["就業和教育"], - "Empty circle": ["空心圓"], + "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 Filter Select": ["啟用過濾器選擇"], + "Enable data zooming controls": ["啟用數據縮放控件"], + "Enable forecast": ["啟用預测"], + "Enable forecasting": ["啟用預测中"], "Enable graph roaming": ["啟用圖形漫游"], "Enable node dragging": ["啟用節點拖動"], "Enable query cost estimation": ["啟用查詢成本估算"], "Enable row expansion in schemas": ["在模式中啟用行展開功能"], "Enable server side pagination of results (experimental feature)": [ - "支持服務器端結果分頁(實驗功能)" + "支持服務器端结果分頁(實驗功能)" ], "Encountered invalid NULL spatial entry, please consider filtering those out": [ - "遇到無效的為 NULL 的空間條目,請考虑將其過滤掉" - ], - "End": ["結束"], - "End (Longitude, Latitude): ": ["終點(經度/緯度)"], - "End Longitude & Latitude": ["終點的經度/緯度"], - "End angle": ["結束角度"], - "End date": ["結束時間"], - "End date excluded from time range": ["從時間范圍中排除的結束日期"], - "End date must be after start date": ["結束日期必須大於起始日期"], + "遇到無效的為 NULL 的空間條目,請考慮將其過濾掉" + ], + "End": ["结束"], + "End angle": ["结束角度"], + "End date excluded from time range": ["從時間範圍中排除的结束日期"], + "End date must be after start date": ["结束日期必須大於起始日期"], "Engine \"%(engine)s\" cannot be configured through parameters.": [ "引擎 \"%(engine)s\" 不能通過参數配置。" ], "Engine Parameters": ["引擎参數"], "Engine spec \"InvalidEngine\" does not support being configured via individual parameters.": [ - "引擎\"InvalidEngine\" 不支持通過單獨的参數進行配置。" - ], - "Enter CA_BUNDLE": ["進入 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": ["全屏"], + "引擎\"InvalidEngine\"不支持通過單獨的参數進行配置。" + ], + "Enter CA_BUNDLE": ["進入CA_BUNDLE"], + "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": [ - "請輸入必要的 %(dbModelName)s 的憑證" + "請输入必要的 %(dbModelName)s 的憑證" ], - "Entity": ["實体"], - "Entity ID": ["實体ID"], + "Entity": ["實體"], + "Entity ID": ["實體ID"], "Equal Date Sizes": ["相同的日期大小"], "Equal to (=)": ["等於(=)"], "Error": ["錯誤"], - "Error Fetching Tagged Objects": ["獲取標籤對象錯誤"], "Error in jinja expression in HAVING clause: %(msg)s": [ "jinja 表達式中的 HAVING 子句出錯:%(msg)s" ], @@ -1819,13 +1439,12 @@ "jinja 表達式中的 WHERE 子句出錯:%(msg)s" ], "Error in jinja expression in fetch values predicate: %(msg)s": [ - "獲取 jinja 表達式中的谓词的值出錯:%(msg)s" + "獲取 jinja 表達式中的谓詞的值出錯:%(msg)s" ], "Error loading chart datasources. Filters may not work correctly.": [ - "加载圖表數據源時出錯。過滤器可能無法正常工作。" + "加载圖表數據源時出錯。過濾器可能無法正常工作。" ], - "Error message": ["錯誤信息"], - "Error saving dataset": ["保存數據集時發生錯誤"], + "Error message": ["錯誤訊息"], "Error while fetching charts": ["獲取圖表時出錯"], "Error while fetching data: %s": ["獲取數據時出錯:%s"], "Error while rendering virtual dataset query: %(msg)s": [ @@ -1833,13 +1452,11 @@ ], "Error: %(error)s": ["錯誤:%(error)s"], "Error: %(msg)s": ["錯誤:%(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": ["事件定義"], @@ -1852,21 +1469,17 @@ "Examples": ["示例"], "Excel File": ["Excel文件"], "Excel file \"%(excel_filename)s\" uploaded to table \"%(table_name)s\" in database \"%(db_name)s\"": [ - "Excel 文件 \"%(excel_filename)s\" 上傳到數據庫 \"%(db_name)s\" 中的表 \"%(table_name)s\"" + "Excel 文件 \"%(excel_filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\"" ], - "Excel to Database configuration": ["Excel 到數據庫配置"], + "Excel to Database configuration": ["Excel 到資料庫配置"], "Exclude selected values": ["排除選定的值"], - "Excluded roles": ["排除角色"], "Executed SQL": ["已執行的 SQL"], "Executed query": ["已執行查詢"], "Execution ID": ["執行 ID"], "Execution log": ["執行日誌"], - "Existing dataset": ["存在的數據集"], - "Exit fullscreen": ["退出全屏"], - "Expand": ["展開"], + "Exit fullscreen": ["退出全螢幕"], "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'": [ @@ -1876,29 +1489,23 @@ "Explore": ["探索"], "Explore - %(table)s": ["查看 - %(table)s"], "Explore the result set in the data exploration view": [ - "在數據探索視圖中探索結果集" + "在數據探索視圖中探索结果集" ], "Export": ["導出"], "Export dashboards?": ["導出看板?"], "Export query": ["導出查詢"], - "Export to .CSV": ["導出為 CSV"], - "Export to .JSON": ["導出為 JSON"], - "Export to Excel": ["導出為 Excel"], - "Export to PDF": ["導出為 PDF"], "Export to YAML": ["導出為 YAML"], "Export to YAML?": ["導出到 YAML?"], - "Export to full .CSV": ["導出全量 CSV"], - "Export to full Excel": ["導出全量 Excel"], "Export to original .CSV": ["導出原始 CSV"], "Export to pivoted .CSV": ["導出為透視表形式的 CSV"], - "Expose database in SQL Lab": ["在 SQL 工具箱中展示數據庫"], + "Expose database in SQL Lab": ["在 SQL 工具箱中展示資料庫"], "Expose in SQL Lab": ["在 SQL 工具箱中展示"], - "Expose this DB in SQL Lab": ["在 SQL 工具箱中展示這個數據庫"], + "Expose this DB in SQL Lab": ["在 SQL 工具箱中展示這個資料庫"], "Expression": ["表達式"], "Extra": ["擴展"], "Extra Controls": ["額外控件"], "Extra Parameters": ["額外参數"], - "Extra data for JS": ["给 JS 的額外數據"], + "Extra data for JS": ["給 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.\" } }`." ], @@ -1914,138 +1521,113 @@ "Extra url parameters for use in Jinja templated queries": [ "用於 jinja 模板化查詢的額外 url" ], - "Extruded": ["拉伸"], "FEB": ["二月"], "FRI": ["星期五"], "Factor": ["因子"], "Factor to multiply the metric by": ["用於乘以度量值的因子"], - "Fail": ["失败"], - "Failed": ["失败"], - "Failed at retrieving results": ["檢索結果失败"], - "Failed at stopping query. %s": ["停止查詢失败。 %s"], + "Fail": ["失敗"], + "Failed": ["失敗"], + "Failed at retrieving results": ["檢索结果失敗"], + "Failed at stopping query. %s": ["停止查詢失敗。 %s"], "Failed to create report": ["創建報告發生錯誤"], "Failed to execute %(query)s": [""], "Failed to generate chart edit URL": [""], "Failed to load chart data": [""], "Failed to load chart data.": [""], "Failed to load dimensions for drill by": [""], - "Failed to retrieve advanced type": ["檢索高級類型失败"], - "Failed to save cross-filter scoping": ["保存交叉篩選作用域失败"], - "Failed to start remote query on a worker.": ["無法啟動远程查詢"], - "Failed to tag items": ["给對象打標籤失败"], - "Failed to update report": ["更新報告失败"], - "Failed to verify select options: %s": ["驗證選擇選項失败:%s"], + "Failed to start remote query on a worker.": ["無法啟動遠程查詢"], + "Failed to update report": ["更新報告失敗"], + "Failed to verify select options: %s": ["驗證選擇選項失敗:%s"], "Favorite": ["收藏"], "February": ["二月"], - "Fetch Values Predicate": ["取值谓词"], + "Fetch Values Predicate": ["取值谓詞"], "Fetch data preview": ["獲取數據預覽"], "Fetched %s": ["刷新於 %s"], - "Fetching": ["抓取中"], "Field cannot be decoded by JSON. %(json_error)s": [ - "欄位不能由JSON解碼。%(json_error)s" + "欄位不能由 JSON 解碼。%(json_error)s" ], "Field cannot be decoded by JSON. %(msg)s": [ - "欄位不能由JSON解碼。%(msg)s" + "欄位不能由 JSON 解碼。%(msg)s" ], "Field is required": ["欄位是必需的"], "File": ["文件"], "File size must be less than or equal to %(max_size)s bytes": [""], - "Fill Color": ["填充顏色"], "Fill all required fields to enable \"Default Value\"": [ - "填寫所有必填欄位以啟用默認值" + "填寫所有必填欄位以啟用預設值" ], "Fill method": ["填充方式"], - "Filled": ["填充"], - "Filter": ["過滤器"], - "Filter Configuration": ["過滤配置"], - "Filter List": ["過滤列表"], - "Filter Settings": ["過滤器設置"], - "Filter Type": ["過滤類型"], - "Filter charts": ["過滤您的圖表"], - "Filter has default value": ["過滤器默認值"], - "Filter menu": ["過滤器菜單"], - "Filter name": ["過滤器名稱"], + "Filter": ["過濾器"], + "Filter List": ["過濾列表"], + "Filter Type": ["過濾類型"], + "Filter has default value": ["過濾器預設值"], + "Filter name": ["過濾器名稱"], "Filter only displays values relevant to selections made in other filters.": [ "" ], - "Filter results": ["過滤結果"], - "Filter type": ["過滤類型"], - "Filter value (case sensitive)": ["過滤值(區分大小寫)"], - "Filter value is required": ["過滤器制是必須的"], - "Filter value list cannot be empty": ["過滤器值列表不能為空"], - "Filter your charts": ["過滤您的圖表"], - "Filterable": ["可過滤"], - "Filters": ["過滤"], - "Filters by columns": ["按列過滤"], - "Filters by metrics": ["按指標過滤"], - "Filters for Comparison": ["用於比較的過滤器"], - "Filters for comparison must have a value": ["用於比較的過滤器必須有值"], - "Filters out of scope (%d)": ["過滤器超出范圍(%d)"], + "Filter results": ["過濾结果"], + "Filter type": ["過濾類型"], + "Filter value (case sensitive)": ["過濾值(區分大小寫)"], + "Filter value list cannot be empty": ["過濾器值列表不能為空"], + "Filter your charts": ["過濾您的圖表"], + "Filterable": ["可過濾"], + "Filters": ["過濾"], + "Filters by columns": ["按列過濾"], + "Filters by metrics": ["按指標過濾"], + "Filters for comparison must have a value": ["用於比較的過濾器必須有值"], + "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')" + "具有相同組 key 的過濾將在組中一起進行 \"OR\" 運算,而不同的過濾組將一起進行 \"AND\" 運算。未定義的組的 key 被視為唯一組,即不分組在一起。例如,如果表有三個過濾,其中兩個用於财務部門和市场营销 (group key = 'department'),其中一個表示欧洲地區(group key = 'region'),filter子句將應用過濾 (department = 'Finance' OR department = 'Marketing') 和 (region = 'Europe')" ], - "Find": ["查找"], "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": ["固定到選定的時間范圍"], + "Fix to selected Time Range": ["固定到選定的時間範圍"], "Fixed": ["固定值"], - "Fixed Color": ["固定顏色"], - "Fixed color": ["固定顏色"], - "Fixed point radius": ["固定點半徑"], + "Fixed Color": ["固定颜色"], + "Fixed color": ["固定颜色"], "Flow": ["流圖"], - "Font size": ["字体大小"], + "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 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.": [ "對於 Bigquery、Presto 和 Postgres,在運行查詢之前,會顯示一個按钮來計算成本。" ], "For Trino, describe full schemas of nested ROW types, expanding them with dotted paths": [ - "用於 Trino,描述嵌套的行類型的完整的模式,使用點號展開他的路径。" + "用於 Trino,描述嵌套的行類型的完整的模式,使用點號展開他的路徑。" ], "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應該查看所有數據。" + "對於常規過濾,這些是此過濾將應用於的角色。對於基本過濾,這些是過濾不適用的角色,例如Admin代表admin應該查看所有數據。" ], "Force": ["力導向"], "Force all tables and views to be created in this schema when clicking CTAS or CVAS in SQL Lab.": [ - "在SQL工具箱中點擊CTAS或CVAS强制創建所有數據表或視圖" + "在 SQL 工具箱中點擊 CTAS 或 CVAS 强制創建所有數據表或視圖" ], - "Force categorical": ["强制分類"], - "Force date format": ["强制日期格式化"], "Force refresh": ["强制刷新"], "Force refresh schema list": ["强制刷新模式列表"], "Force refresh table list": ["强制刷新表列表"], - "Forecast periods": ["预测期"], - "Foreign key": ["外键"], - "Forest Green": ["森林绿"], + "Forecast periods": ["預测期"], + "Foreign key": ["外鍵"], "Form data not found in cache, reverting to chart metadata.": [""], "Form data not found in cache, reverting to dataset metadata.": [""], - "Format SQL": ["格式化SQL"], "Formatted CSV attached in email": ["郵件中附上格式化好的CSV"], - "Formatted date": ["格式日期"], - "Formatted value": ["格式化值"], - "Formatting": ["自動匹配格式化"], - "Formula": ["公式"], - "Forward values": ["向前數值"], - "Found invalid orderby options": ["發現無效的orderby選項"], + "Found invalid orderby options": ["發現無效的 orderby 選項"], "Fraction digits": ["分數位"], "Frequency": ["頻率"], "Friction": ["摩擦力"], "Friction between nodes": ["節點之間的摩擦力"], "Friday": ["星期五"], - "From date cannot be larger than to date": ["起始日期不能晚於結束日期"], - "Full name": ["完整名稱"], + "From date cannot be larger than to date": ["起始日期不能晚於结束日期"], "Funnel Chart": ["漏斗圖"], "Further customize how to display each column": [ "進一步自定義如何顯示每列" @@ -2053,73 +1635,55 @@ "Further customize how to display each metric": [ "進一步定制如何顯示每個指標" ], - "GROUP BY": ["分組"], - "Gauge Chart": ["儀表圖"], + "Gauge Chart": ["仪表圖"], "General": ["一般"], "Generating link, please wait..": ["生成链接,請稍等..."], - "Generic Chart": ["通用圖表"], "Geo": ["地理位置"], - "GeoJson Column": ["GeoJSON列"], - "GeoJson Settings": ["GeoJSON設置"], "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": ["Google Sheet名稱和URL"], - "Grace period": ["宽限期"], - "Graph Chart": ["圓點圖"], + "Google Sheet Name and URL": ["Google Sheet 名稱和 URL"], + "Grace period": ["寬限期"], + "Graph Chart": ["圆點圖"], "Graph layout": ["圖表布局"], "Gravity": ["重力"], - "Greater or equal (>=)": ["大於等於(>=)"], - "Greater than (>)": ["大於(>)"], - "Grid": ["網格"], - "Grid Size": ["網格大小"], "Group By": ["分組"], "Group By, Metrics or Percentage Metrics must have a value": [ "分組、指標或百分比指標必須具有值" ], - "Group Key": ["分組"], "Group by": ["分組"], "Groupable": ["可分組"], "Guest user cannot modify chart payload": [""], "Handlebars": ["Handlebars"], - "Handlebars Template": ["Handlebars模板"], "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": ["熱圖選項"], + "Heatmap": ["热力圖"], + "Heatmap Options": ["热圖選項"], "Height": ["高度"], - "Height of the sparkline": ["迷你圖的高度"], - "Hide Line": ["隐藏線"], - "Hide chart description": ["隐藏圖表说明"], - "Hide layer": ["隐藏Layer"], - "Hide password.": ["隐藏密碼"], + "Hide layer": ["隐藏 Layer"], "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": ["主机名或IP"], + "Host": ["主機"], + "Hostname or IP address": ["主機名或 IP"], "Hour": ["小時"], "Hours %s": ["%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.": [ "如何顯示時間偏移:作為單獨的行顯示;作為主時間序列與每次時間偏移之間的绝對差顯示;作為百分比變化顯示;或作為序列與時間偏移之間的比率顯示。" @@ -2128,16 +1692,15 @@ "ISO 3166-2 Codes": ["ISO 3166-2 代碼"], "ISO 8601": ["ISO 8601"], "Id": ["Id"], - "Id of root node of the tree.": ["树的根節點的ID。"], + "Id of root node of the tree.": ["樹的根節點的 ID。"], "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.": [ - "如果使用 Presto,SQL 工具箱中的所有查詢都將被當前登入的用戶執行,並且這些用戶必須拥有運行它們的權限。如果啟用 Hive 和 hive.server2.enable.doAs,將作為服務帐戶運行查詢,但會根据 hive.server2.proxy.user 的属性伪装當前登入用戶。" + "如果使用 Presto,SQL 工具箱中的所有查詢都將被當前登入的用戶執行,並且這些用戶必須拥有運行它們的權限。如果啟用 Hive 和 hive.server2.enable.doAs,將作為服務帳戶運行查詢,但會根据 hive.server2.proxy.user 的属性偽裝當前登入用戶。" ], "If Presto, all the queries in SQL Lab are going to be executed as the currently logged on user who must have permission to run them.
If Hive and hive.server2.enable.doAs is enabled, will run the queries as service account, but impersonate the currently logged on user via hive.server2.proxy.user property.": [ - "如果使用 Presto,SQL 工具箱中的所有查詢都將被當前登入的用戶執行,並且這些用戶必須拥有運行它們的權限。
如果啟用 Hive 和hive.server2.enable.doAs,將作為服務帐戶運行查詢,但會根据hive.server2.proxy.user的属性伪装當前登入用戶。" + "如果使用 Presto,SQL 工具箱中的所有查詢都將被當前登入的用戶執行,並且這些用戶必須拥有運行它們的權限。
如果啟用 Hive 和hive.server2.enable.doAs,將作為服務帳戶運行查詢,但會根据 hive.server2.proxy.user 的属性偽裝當前登入用戶。" ], - "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\"": [ "" @@ -2146,17 +1709,16 @@ "" ], "If selected, please set the schemas allowed for csv upload in Extra.": [ - "如果選擇,請額外設置csv上傳允許的模式。" + "如果選擇,請額外設定 csv 上傳允許的模式。" ], "If table exists do one of the following: Fail (do nothing), Replace (drop and recreate table) or Append (insert data).": [ - "如果表已存在,執行其中一個:舍弃(什么都不做),替换(删除表並重建),或者追加(插入數據)" + "如果表已存在,執行其中一個:捨棄(什么都不做),替换(删除表並重建),或者追加(插入數據)" ], - "Ignore cache when generating report": ["生成報告時忽略快取"], "Ignore null locations": ["忽略空位置"], "Ignore time": ["忽略時間"], "Image (PNG) embedded in email": ["使用郵箱發送圖片(PNG)"], "Image download failed, please refresh and try again.": [ - "圖片發送失败,請刷新或重试" + "圖片發送失敗,請刷新或重試" ], "Impersonate logged in user (Presto, Trino, Drill, Hive, and GSheets)": [ "模拟登入用戶 (Presto, Trino, Drill & Hive)" @@ -2166,74 +1728,59 @@ "Import %s": ["導入 %s"], "Import Dashboard(s)": ["導入看板"], "Import a table definition": ["導入一個已定義的表"], - "Import chart failed for an unknown reason": ["導入圖表失败,原因未知"], + "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 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.": [ - "很重要!如果表尚未按實体ID排序,則選擇此項,否則無法保證返回每個實体的所有事件。" + "很重要!如果表尚未按實體ID排序,则選擇此項,否則無法保證返回每個實體的所有事件。" ], - "In": [""], "Include Series": ["包含系列"], "Include a description that will be sent with your report": [ - "描述要發送给你的報告" + "描述要發送給你的報告" ], "Include series name as an axis": ["包括系列名稱作為軸"], "Include time": ["包含時間"], - "Increase": ["增加"], - "Index": ["索引"], "Index Column": ["索引欄位"], - "Info": ["信息"], + "Info": ["訊息"], "Inner Radius": ["内半徑"], - "Inner radius of donut hole": ["圓环圈内部空洞的内径"], - "Input custom width in pixels": ["輸入自定義宽度(像素)"], + "Inner radius of donut hole": ["圆環圈内部空洞的内徑"], + "Input custom width in pixels": ["输入自定義寬度(像素)"], "Input field supports custom rotation. e.g. 30 for 30°": [ - "輸入欄位支持自定義。例如,30代表30°" + "输入欄位支持自定義。例如,30 代表 30°" ], "Intensity": ["强度"], - "Intensity Radius": ["强度半徑"], "Intensity Radius is the radius at which the weight is distributed": [ "强度半徑是指權重分布的半徑" ], "Intensity is the value multiplied by the weight to obtain the final weight": [ "" ], - "Interval": ["間隔"], - "Interval End column": ["間隔結束列"], + "Interval End column": ["間隔结束列"], "Interval bounds": ["區間間隔"], - "Interval colors": ["間隔顏色"], + "Interval colors": ["間隔颜色"], "Interval start column": ["間隔開始列"], "Intervals": ["間隔"], - "Intesity": ["强度"], - "Invalid Connection String: Expecting String of the form 'ocient://user:pass@host:port/database'.": [ - "連接字符串無效,有效字符串通常如下:ocient://user:pass@host:port/database" - ], "Invalid JSON": ["無效的JSON"], - "Invalid advanced data type: %(advanced_data_type)s": [ - "無效的高級數據類型:%(advanced_data_type)s" - ], "Invalid certificate": ["無效認證"], - "Invalid connection string, a valid string usually follows: backend+driver://user:password@database-host/database-name": [ - "連接字符串無效,有效字符串通常如下: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'

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

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

" ], - "Invalid cron expression": ["無效cron表達式"], + "Invalid cron expression": ["無效 cron 表達式"], "Invalid cumulative operator: %(operator)s": [ "累積運算符無效:%(operator)s" ], @@ -2241,11 +1788,10 @@ "Invalid date/timestamp format": ["無效的日期/時間戳格式"], "Invalid filter operation type: %(op)s": ["選擇框的操作類型無效: %(op)s"], "Invalid geodetic string": ["無效的 geodetic 字符串"], - "Invalid geohash string": ["無效的geohash字符串"], + "Invalid geohash string": ["無效的 geohash 字符串"], "Invalid input": [""], "Invalid lat/long configuration.": ["錯誤的經緯度配置。"], "Invalid longitude/latitude": ["無效的經度/緯度"], - "Invalid metric object: %(metric)s": ["無效的指標對象"], "Invalid numpy function: %(operator)s": ["無效的numpy函數:%(operator)s"], "Invalid options for %(rolling_type)s: %(options)s": [ "%(rolling_type)s 的選項無效:%(options)s" @@ -2253,111 +1799,78 @@ "Invalid permalink key": [""], "Invalid reference to column: \"%(column)s\"": [""], "Invalid result type: %(result_type)s": [ - "無效的結果類型:%(result_type)s" + "無效的结果類型:%(result_type)s" ], "Invalid rolling_type: %(type)s": ["無效的滚動類型:%(type)s"], - "Invalid spatial point encountered: %(latlong)s": [ - "遇到無效的空間點:%(latlong)s" - ], - "Invalid state.": ["無效狀態。"], "Invalid tab ids: %s(tab_ids)": [""], "Inverse selection": ["反選"], - "Invert current page": ["反转當前頁"], "Is certified": ["已認證"], - "Is custom tag": ["自定義標籤"], "Is dimension": ["维度"], - "Is false": ["禁用"], "Is favorite": ["收藏"], - "Is filterable": ["可被過滤"], - "Is not null": ["非空"], - "Is null": ["是空"], + "Is filterable": ["可被過濾"], "Is tagged": ["有標籤"], "Is temporal": ["時間條件"], "Is true": ["為真"], - "Isoband": ["等值带"], - "Isoline": ["等值線"], "Issue 1000 - The dataset is too large to query.": [ "Issue 1000 - 數據集太大,無法進行查詢。" ], "Issue 1001 - The database is under an unusual load.": [ - "Issue 1001 - 數據庫负载異常。" - ], - "It’s not recommended to truncate axis in Bar chart.": [ - "不建议截断柱狀圖中的y軸。" + "Issue 1001 - 資料庫負载異常。" ], "JAN": ["一月"], "JSON": ["JSON"], "JSON Metadata": ["JSON 元數據"], "JSON metadata": ["JSON 元數據"], - "JSON metadata is invalid!": ["無效 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.": [ - "包含附加連接配置的JSON字符串。它用於為配置單元、Presto和BigQuery等系统提供連接信息,這些系统不符合SQLAlChemy通常使用的用戶名:密碼語法。" + "包含附加連接配置的 JSON 字符串。它用於為配置單元、Presto 和 BigQuery 等系统提供連接訊息,這些系统不符合 SQLAlChemy 通常使用的用戶名:密碼語法。" ], "JUL": ["七月"], "JUN": ["六月"], "January": ["一月"], - "JavaScript data interceptor": ["JS數據拦截器"], + "JavaScript data interceptor": ["JS 數據拦截器"], "JavaScript onClick href": [""], - "JavaScript tooltip generator": ["JS提示生成器"], - "Jinja templating": ["Jinja模板"], - "Json list of the column names that should be read": [ - "應當讀取的列名的 Json 列表" - ], + "JavaScript tooltip generator": ["JS 提示生成器"], "Json list of the column names that should be read. If not None, only these columns will be read from the file.": [ - "Json應讀取的列名列表。如果不是“無”,則仅從文件中讀取這些列" - ], - "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": [ - "應視為null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive數據庫仅支持單個值。用 [\"\"] 代表空字符串。" + "Json 應讀取的列名列表。如果不是“無”,则僅從文件中讀取這些列" ], "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.": [ - "應視為null的值的Json列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive數據庫仅支持單個值。用 [\"\"] 代表空字符串。" + "應視為 null 的值的 Json 列表。例如:[\"\"], [\"None\", \"N/A\"], [\"nan\", \"null\"]。警告:Hive 資料庫僅支持單個值。用 [\"\"] 代表空字符串。" ], "July": ["七月"], "June": ["六月"], "KPI": ["指標"], "Keep control settings?": [""], - "Keep editing": ["繼續编辑"], - "Key": ["键"], - "Keyboard shortcuts": ["键盘快捷键"], - "Keys for table": ["表的键"], - "Kilometers": ["千米"], - "LIMIT": ["行限制"], + "Keep editing": ["繼續編輯"], + "Keyboard shortcuts": ["鍵盘快捷鍵"], + "Keys for table": ["表的鍵"], "Label": ["標籤"], - "Label Contents": ["標籤内容"], "Label Line": ["標籤線"], "Label Type": ["標籤類型"], - "Label already exists": ["標籤已存在"], - "Label for your query": ["為您的查詢設置標籤"], + "Label for your query": ["為您的查詢設定標籤"], "Label position": ["標籤位置"], - "Label threshold": ["標籤阈值"], + "Label threshold": ["標籤閥值"], "Labelling": ["標籤"], "Labels": ["標籤"], - "Labels for the marker lines": ["標记線的標籤"], - "Labels for the markers": ["標记的標籤"], - "Labels for the ranges": ["范圍的標籤"], + "Labels for the marker lines": ["標記線的標籤"], + "Labels for the markers": ["標記的標籤"], + "Labels for the ranges": ["範圍的標籤"], "Large": ["大"], "Last": ["最後一個"], "Last Changed": ["最後更新"], "Last Modified": ["最後修改"], "Last Updated %s": ["最後更新 %s"], - "Last Updated %s by %s": ["最後由 %s 更新 %s"], "Last available value seen on %s": ["到 %s 最後一個可用值"], - "last day": ["昨天"], "Last modified": ["最後修改"], - "last month": ["上一月"], - "last quarter": ["上一季度"], "Last run": ["上次執行"], - "last week": ["上一週"], - "last year": ["上一年"], "Latitude": ["緯度"], - "Latitude of default viewport": ["默認視口緯度"], + "Latitude of default viewport": ["預設視口緯度"], "Layer configuration": ["配置層"], "Layout": ["布局"], "Layout elements": ["布局元素"], "Layout type of graph": ["圖形的布局類型"], - "Layout type of tree": ["树的布局類型"], + "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": ["左邊"], @@ -2367,140 +1880,106 @@ ], "Left to Right": ["從左到右"], "Left value": ["左值"], - "Legacy": ["傳統"], + "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)": ["Like(區分大小寫)"], "Limit reached": ["達到限制"], - "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.": [ - "限制顯示的系列數。應用聯接的子查詢(或不支持子查詢的額外阶段)來限制獲取和呈現的序列數量。此功能在按高基數列分組時很有用,但會增加查詢的復杂性和成本。" + "限制顯示的系列數。應用聯接的子查詢(或不支持子查詢的額外階段)來限制獲取和呈現的序列數量。此功能在按高基數列分組時很有用,但會增加查詢的複雜性和成本。" ], "Limits the number of the rows that are computed in the query that is the source of the data used for this chart.": [ "限制了用於此圖表的數據源查詢中計算的行數。" ], "Line": ["直線"], "Line Chart": ["折線圖"], - "Time-series Line Chart (legacy)": ["折線圖(傳統)"], + "Time-series 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": ["由 d3.js 定義的線插值"], - "Line width": ["線宽"], - "Line width unit": ["線宽單位"], - "Linear Color Scheme": ["線性顏色方案"], - "Linear color scheme": ["線性顏色方案"], + "Line width": ["線寬"], + "Linear Color Scheme": ["線性颜色方案"], + "Linear color scheme": ["線性颜色方案"], "Linear interpolation": ["線性插值"], - "Lines column": ["線段列"], - "Lines encoding": ["線段编碼"], "Link Copied!": ["链接已複製!"], - "List Unique Values": ["列出唯一值"], "List of extra columns made available in JavaScript functions": [ - "在JavaScript函數中可用的額外列列表" + "在 JavaScript 函數中可用的額外列列表" ], "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": ["即時 CSS 编辑器"], + "List of values to mark with lines": ["要用直線標記的值列表"], + "List of values to mark with triangles": ["要用三角形標記的值列表"], + "Live CSS editor": ["即時 CSS 編輯器"], "Live render": ["實時渲染"], "Load a CSS template": ["加载一個 CSS 模板"], - "Loaded data cached": ["加载的數據已快取"], - "Loaded from cache": ["從快取中加载"], - "Loading": ["加载中..."], + "Loaded data cached": ["加载的數據已缓存"], + "Loaded from cache": ["從缓存中加载"], "Loading...": ["加载中..."], - "Locate the chart": ["定位到圖表"], "Log Scale": ["對數尺度"], "Log retention": ["日誌保留"], - "Logarithmic axis": ["對數軸"], - "Logarithmic scale on primary y-axis": ["對數刻度在主y軸上"], - "Logarithmic scale on secondary y-axis": ["二次y軸上的對數刻度"], - "Logarithmic x-axis": ["對數軸"], + "Logarithmic scale on primary y-axis": ["對數刻度在主 y 軸上"], + "Logarithmic scale on secondary y-axis": ["二次 y 軸上的對數刻度"], "Logarithmic y-axis": ["對數軸"], "Login": ["登入"], - "Login with": ["登入方式"], "Logout": ["登出"], "Logs": ["日誌"], "Long dashed": ["長虚線"], "Longitude": ["經度"], - "Longitude & Latitude": ["經緯度欄位"], "Longitude & Latitude columns": ["經緯度欄位"], - "Longitude and Latitude": ["經度/緯度"], - "Longitude of default viewport": ["默認視口經度"], - "Lower Threshold": ["阈值下限"], + "Longitude of default viewport": ["預設視口經度"], "Lower threshold must be lower than upper threshold": [ - "阈值下限必須比阈值上限小" + "閥值下限必須比閥值上限小" ], "MAR": ["三月"], "MAY": ["五月"], "MON": ["星期一"], "Main Datetime Column": ["主日期列"], - "Make sure that the controls are configured properly and the datasource contains data for the selected time range": [ - "此查詢没有返回任何結果。如果希望返回結果,請確保所有過滤選擇的配置正確,並且數據源包含所選時間范圍的數據。" - ], "Make the x-axis categorical": [""], "Malformed request. slice_id or table_name and db_name arguments are expected": [ "格式錯誤的請求。需要使用 slice_id 或 table_name 和 db_name 参數" ], "Manage": ["管理"], - "Manage email report": ["管理郵件報告"], - "Manage your databases": ["管理你的數據庫"], + "Manage your databases": ["管理你的資料庫"], "Mandatory": ["必填参數"], - "Manually set min/max values for the y-axis.": ["手工設置Y軸最大最小值"], "Map": ["地圖"], "Map Style": ["地圖樣式"], - "MapBox": ["MapBox地圖"], - "Mapbox": ["MapBox地圖"], + "MapBox": ["MapBox 地圖"], + "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": ["標记"], + "Marker": ["標記"], + "Marker Size": ["標記大小"], + "Marker labels": ["標記標籤"], + "Marker line labels": ["標記線標籤"], + "Marker lines": ["標記線"], + "Marker size": ["標記大小"], + "Markers": ["標記"], "Markup type": ["Markup 類型"], "Max": ["最大值"], "Max Bubble Size": ["最大氣泡的尺寸"], "Max Events": ["最大事件數"], "Maximum": ["最大"], - "Maximum Font Size": ["最大字体大小"], + "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.": [ - "邊缘宽度中間值,最厚的邊缘將比最薄的邊缘厚4倍" + "邊缘寬度中間值,最厚的邊缘將比最薄的邊缘厚4倍" ], "Median node size, the largest node will be 4 times larger than the smallest": [ - "節點大小中位數,最大的節點將比最小的節點大4倍" + "節點大小中位數,最大的節點將比最小的節點大 4 倍" ], - "Median values": ["中位數值"], "Medium": ["中"], "Menu actions trigger": [""], "Message content": ["消息内容"], @@ -2510,10 +1989,9 @@ "Method": ["方法"], "Metric": ["指標"], "Metric '%(metric)s' does not exist": ["指標 '%(metric)s' 不存在"], - "Metric Key": ["指標"], "Metric ascending": ["指標升序"], - "Metric assigned to the [X] axis": ["分配给 [X] 軸的指標"], - "Metric assigned to the [Y] axis": ["分配给 [Y] 軸的指標"], + "Metric assigned to the [X] axis": ["分配給 [X] 軸的指標"], + "Metric assigned to the [Y] axis": ["分配給 [Y] 軸的指標"], "Metric change in value from `since` to `until`": [ "從 `since` 到 `until` 的度量值變化" ], @@ -2523,8 +2001,7 @@ "指標因子從 `since` 到 `until` 的變化" ], "Metric for node values": ["節點值的指標"], - "Metric name": ["指標名稱"], - "Metric name [%s] is duplicated": ["指標名稱 [%s] 重復"], + "Metric name [%s] is duplicated": ["指標名稱 [%s] 重复"], "Metric percent change in value from `since` to `until`": [ "從 `since` 到 `until` 的指標變化百分比" ], @@ -2533,60 +2010,44 @@ "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": ["指標"], - "Middle": ["中間"], "Midnight": ["凌晨(當天)"], - "Miles": ["英里"], "Min": ["最小值"], "Min Periods": ["最小週期"], - "Min Width": ["最小宽度"], + "Min Width": ["最小寬度"], "Min periods": ["最小週期"], "Min/max (no outliers)": ["最大最小值(忽略離群值)"], - "Mine": ["我的编辑"], + "Mine": ["我的編輯"], "Minimum": ["最小"], - "Minimum Font Size": ["最小字体大小"], - "Minimum Radius": ["最小半徑"], - "Minimum leaf node event count": ["叶節點最小事件數"], + "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.": [ - "標籤顯示百分比最小阈值" + "標籤顯示百分比最小閥值" ], - "Minimum value": ["最小值"], "Minimum value for label to be displayed on graph.": [ "在圖形上顯示標籤的最小值。" ], "Minimum value on the gauge axis": ["量規軸上的最小值"], "Minor Split Line": ["次級分隔線"], - "Minor ticks": ["次級刻度"], "Minute": ["分鐘"], "Minutes %s": ["%s分鐘"], - "Missing URL parameters": ["缺失URL参數"], "Missing dataset": ["丢失數據集"], - "Mixed Chart": ["混合圖表"], "Modified": ["已修改"], "Modified %s": ["最後修改 %s"], "Modified by": ["修改人"], - "Modified by: %s": ["上次修改人 %s"], "Modified columns: %s": ["修改的列:%s"], "Monday": ["星期一"], "Month": ["月"], "Months %s": ["%s月"], - "More": ["查看更多"], - "More filters": ["更多過滤器"], - "Move only": ["仅移動"], + "Move only": ["僅移動"], "Moves the given set of dates by a specified interval.": [ - "將给定的日期集以指定的間隔進行移動" + "將給定的日期集以指定的間隔進行移動" ], "Multi-Dimensions": ["多维度"], "Multi-Layers": ["多層"], @@ -2596,153 +2057,104 @@ "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": [ - "接受多種格式,查看geopy.points庫以獲取更多細節" + "接受多種格式,查看 geopy.points 庫以獲取更多細節" ], - "Multiplier": ["倍數"], "Must be unique": ["需要唯一"], - "Must choose either a chart or a dashboard": [ - "選擇圖表或看板,不能都全部選擇" - ], "Must have a [Group By] column to have 'count' as the [Label]": [ - "[Group By] 列必須要有 ‘count’欄位作為 [標籤]" + "[Group By] 列必須要有 ‘count’ 欄位作為 [標籤]" ], "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"], - "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.": [ - "從excel數據將創建的表的名稱。" - ], - "Name of table to be created with CSV file": [ - "從CSV數據將創建的表的名稱。" + "從 excel 數據將創建的表的名稱。" ], "Name of the column containing the id of the parent node": [ - "包含父節點id的列的名稱" + "包含父節點 id 的列的名稱" ], - "Name of the id column": ["ID列名稱"], + "Name of the id column": ["ID 列名稱"], "Name of the source nodes": ["源節點名稱"], "Name of the table that exists in the source database": [ - "源數據庫中存在的表名稱" + "源資料庫中存在的表名稱" ], "Name of the target nodes": ["目標節點名稱"], - "Name of your tag": ["標籤的名稱"], - "Name your database": ["數據庫名稱"], + "Name your database": ["資料庫名稱"], "Need help? Learn how to connect your database": [ - "需要帮助?学习如何連接到數據庫" + "需要帮助?学习如何連接到資料庫" ], "Need help? Learn more about": ["需要帮助?請看"], - "Network error": ["網络異常。"], - "Network error.": ["網络異常。"], + "Network error.": ["網路異常。"], "New chart": ["新增圖表"], "New columns added: %s": ["新增的列:%s"], - "New dataset": ["新數據集"], - "New dataset name": ["數據集名稱"], - "New header": ["子標題"], "New tab": ["新選項卡"], "New tab (Ctrl + q)": ["新建選項卡 (Ctrl + q)"], "New tab (Ctrl + t)": ["新建選項卡 (Ctrl + t)"], "Next": ["下一個"], - "Nightingale Rose Chart": ["南丁格尔玫瑰圖"], + "Nightingale Rose Chart": ["南丁格爾玫瑰圖"], "No": ["否"], - "No %s yet": ["还没有 %s"], + "No %s yet": ["還没有 %s"], "No Data": ["没有數據"], - "No Results": ["無結果"], - "No Rules yet": ["还没有規則"], - "No Tags created": ["还没創建標籤"], - "No annotation layers": ["没有注釋層"], - "No annotation layers yet": ["还没有注釋層"], - "No annotation yet": ["没有注釋"], - "No applied filters": ["没有應用過滤器"], - "No available filters.": ["没有有效的過滤器"], + "No Results": ["無结果"], + "No annotation layers yet": ["還没有注释層"], + "No annotation yet": ["没有注释"], "No charts": ["没有圖表"], - "No charts yet": ["还没有圖表"], - "No columns found": ["找不到列"], "No compatible columns found": ["找不到兼容的列"], - "No compatible datasets found": ["找不到兼容的數據庫"], - "No compatible schema found": ["找不到兼容的模式"], - "No dashboards yet": ["还没有看板"], "No data": ["没有數據"], "No data after filtering or data is NULL for the latest time record": [ - "過滤後没有數據,或者最新時間记录的數據為NULL" + "過濾後没有數據,或者最新時間紀錄的數據為NULL" ], "No data in file": ["文件中無數據"], - "No databases match your search": ["没有與您的搜索匹配的數據庫"], + "No databases match your search": ["没有與您的搜索匹配的資料庫"], "No description available.": ["没有可用的描述"], "No entities have this tag currently assigned": [""], "No filter": ["無篩選"], - "No filter is selected.": ["未選擇過滤條件。"], - "No filters": ["無篩選"], - "No filters are currently added to this dashboard.": [ - "此看板中没有過滤條件。" - ], + "No filter is selected.": ["未選擇過濾條件。"], "No form settings were maintained": [""], - "No global filters are currently added": ["當前没有已添加的全局過滤器"], - "No matching records found": ["没有找到任何记录"], + "No global filters are currently added": ["當前没有已增加的全局過濾器"], "No of Bins": ["直方圖容器數"], - "No recents yet": ["还没有记录"], - "No records found": ["没有找到任何记录"], - "No results": ["無結果"], - "No results found": ["未找到結果"], + "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 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.": [ - "没有發現這样的列。若要在度量值上篩選,請嘗試自定義SQL選項卡。" + "没有發現這樣的列。若要在度量值上篩選,請嘗試自定義 SQL 選項卡。" ], - "No table columns": ["没有列"], - "No temporal columns found": ["没有找到時間列"], "No time columns": ["没有時間列"], "No validator found (configured for the engine)": [""], - "No validator named %(validator_name)s found (configured for the %(engine_spec)s engine)": [ - "未找到名為 %(validator_name)s 的驗證器(為 %(engine_spec)s 引擎配置)" - ], "Node label position": ["節點標籤位置"], "Node select mode": ["節點選擇模式"], "Node size": ["節點大小"], "None": ["空"], - "None -> Arrow": ["無-> 箭頭"], - "None -> None": ["無->無"], + "None -> Arrow": ["無 -> 箭頭"], + "None -> None": ["無 -> 無"], "Normal": ["正常"], "Normalize Across": ["標準化"], - "Normalize column names": ["標準化列名稱"], "Normalized": ["標準化"], "Not Time Series": ["没有時間系列"], - "Not added to any dashboard": ["没有添加到任何看板"], - "Not available": ["没有可用信息"], - "Not defined": ["未定義"], - "Not equal to (≠)": ["不等於(≠)"], - "Not in": ["Not In"], "Not null": ["非空"], "Not triggered": ["没有觸發"], "Not up to date": ["不是最新的"], @@ -2750,8 +2162,6 @@ "Notification method": ["通知方式"], "November": ["十一月"], "Now": ["現在"], - "Null Values": ["空值"], - "Null imputation": ["空值填补"], "Null or Empty": ["空或空白"], "Null values": ["空值"], "Number Format": ["數字格式"], @@ -2759,8 +2169,6 @@ "" ], "Number format": ["數字格式化"], - "Number format string": ["數字格式化"], - "Number formatting": ["數字格式化"], "Number of buckets to group data": ["數據分組的桶數量"], "Number of decimal digits to round numbers to": [ "要四舍五入的十進制位數" @@ -2769,15 +2177,12 @@ "用於顯示升力值的小數位數" ], "Number of decimal places with which to display p-values": [ - "用於顯示p值的小數位數" + "用於顯示 p 值的小數位數" ], "Number of periods to compare against. You can use negative numbers to compare from the beginning of the time range.": [ "" ], - "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": [ @@ -2786,100 +2191,91 @@ "Number of steps to take between ticks when displaying the Y scale": [ "顯示 Y 刻度時,在刻度之間表示的步骤數" ], - "Numerical range": ["數值范圍"], + "Numerical range": ["數值範圍"], "OCT": ["十月"], "OK": ["確認"], - "OVERWRITE": ["覆蓋"], + "OVERWRITE": ["覆盖"], "October": ["十月"], "Offline": ["離線"], "Offset": ["偏移"], - "On Grace": ["在宽限期内"], + "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 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 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 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 malformed.": [ - "查詢中指定的一個或多個参數的格式不正確。" + "資料庫配置缺少所需的一個或多個参數。" ], "One or more parameters specified in the query are missing.": [ "查詢中指定的一個或多個参數丢失。" ], "One ore more annotation layers failed loading.": [ - "一個或多個注釋層加载失败。" + "一個或多個注释層加载失敗。" ], "Only SELECT statements are allowed against this database.": [ - "此數據庫只允許使用 `SELECT` 語句" + "此資料庫只允許使用 `SELECT` 語句" ], - "Only Total": ["仅總計"], - "Only `SELECT` statements are allowed": ["將 SELECT 語句複製到剪贴板"], + "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 single queries supported": ["僅支持單個查詢"], "Only the following file extensions are allowed: %(allowed_extensions)s": [ - "仅允許以下文件擴展名:%(allowed_extensions)s" + "僅允許以下文件擴展名:%(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.": [ - "所有聚合群、點和標籤的不透明度。在0到1之間。" + "所有聚合群、點和標籤的不透明度。在 0 到 1 之間。" ], "Opacity of area chart.": ["面積圖的不透明度"], "Opacity of bubbles, 0 means completely transparent, 1 means opaque": [ "" ], "Opacity, expects values between 0 and 100": [""], - "Open Datasource tab": ["打開數據源tab"], + "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工作節點以及一個結果後端。有關更多信息,請参考安装文档。" + "以異步模式操作資料庫,即查詢操作在遠程工作節點上執行,而不是在 Web 服務器上執行。這意味着您需要設定有一個 Celery 工作節點以及一個结果後端。有關更多訊息,請参考安裝文檔。" ], "Operator": ["運算符"], "Operator undefined for aggregator: %(name)s": [ "未定義聚合器的運算符:%(name)s" ], "Optional CA_BUNDLE contents to validate HTTPS requests. Only available on certain database engines.": [ - "用於驗證HTTPS請求的可選 CA_BUNDLE 内容。仅在某些數據庫引擎上可用。" + "用於驗證 HTTPS 請求的可選 CA_BUNDLE 内容。僅在某些資料庫引擎上可用。" ], - "Optional d3 date format string": ["條件格式設置"], - "Optional d3 number format string": ["條件格式設置"], "Optional name of the data column.": ["數據列的可選名稱"], "Optional warning about use of this metric": ["關於使用此指標的可選警告"], - "Options": ["設置"], + "Options": ["設定"], "Or choose from a list of other databases we support:": [ - "或者從我們支持的其他數據庫列表中選擇:" + "或者從我們支持的其他資料庫列表中選擇:" ], - "Order by entity id": ["按實体ID排序"], - "Order results by selected columns": ["按選定列對結果進行排序"], + "Order by entity id": ["按實體 ID 排序"], + "Order results by selected columns": ["按選定列對结果進行排序"], "Ordering": ["排序"], - "Orientation": ["方向"], - "Orientation of bar chart": ["條形圖的方向"], - "Orientation of filter bar": ["過滤器欄的方向"], - "Orientation of tree": ["树的方向"], + "Orientation of tree": ["樹的方向"], "Original": ["起點"], "Original table column order": ["原始表列順序"], "Original value": ["原始值"], @@ -2887,45 +2283,35 @@ "Other": ["其他"], "Outdoors": ["戶外"], "Outer Radius": ["外缘"], - "Outer edge of Pie chart": ["饼圖外缘"], + "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天)" - ], - "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天)" + "從相對時間段覆盖一個或多個時間序列。期望自然語言中的相對時間增量(例如:24小時、7天、56週、365天)" ], "Overlays a hexagonal grid on a map, and aggregates data within the boundary of each cell.": [ "" ], - "Override time grain": ["顯示Druid原始時間"], - "Override time range": ["编辑時間范圍"], - "Overwrite": ["覆蓋"], + "Overwrite": ["覆盖"], "Overwrite & Explore": ["覆寫和瀏覽"], - "Overwrite Dashboard [%s]": ["覆蓋看板 [%s]"], - "Overwrite Duplicate Columns": ["覆蓋重復列"], - "Overwrite existing": ["覆蓋已存在的"], + "Overwrite Dashboard [%s]": ["覆盖看板 [%s]"], "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.": [ - "所有者是一個用戶列表,這些用戶有權限修改儀表板。可按名稱或用戶名搜索。" - ], - "PDF download failed, please refresh and try again.": [ - "PDF下载失败,請刷新重试。" + "所有者是一個用戶列表,這些用戶有權限修改仪表板。可按名稱或用戶名搜索。" ], "Page length": ["頁長"], - "Paired t-test Table": ["配對T檢测表"], - "Pandas resample method": ["Pandas 重采样方法"], - "Pandas resample rule": ["Pandas 重采样規則"], - "Parallel Coordinates": ["平行座標"], + "Paired t-test Table": ["配對 T 檢测表"], + "Pandas resample method": ["Pandas 重採樣方法"], + "Pandas resample rule": ["Pandas 重採樣規則"], + "Parallel Coordinates": ["平行坐標"], "Parameter error": ["参數錯誤"], "Parameters": ["参數"], "Parameters ": ["参數"], @@ -2936,30 +2322,23 @@ "Partition Chart": ["分區圖"], "Partition Diagram": ["分區圖"], "Partition Limit": ["分區限制"], - "Partition Threshold": ["分區阈值"], + "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": [ - "複製服務帐戶的json文件複製並粘贴到此處" - ], "Paste the shareable Google Sheet URL here": [ "將可共享的Google Sheet URL粘贴到此處" ], "Pattern": ["樣式"], "Percent Change": ["百分比變化"], - "Percent of total": ["總數的百分比"], - "Percentage": ["百分比"], - "Percentage change": ["百分比變化"], "Percentage metrics": ["百分比指標"], - "Percentage threshold": ["百分比阈值"], + "Percentage threshold": ["百分比閥值"], "Percentages": ["百分比"], "Performance": ["性能"], "Period average": ["週期平均值"], "Periods": ["週期"], - "Periods must be a whole number": ["週期必須是整數值"], "Person or group that has certified this chart.": [ "認證此圖表的個人或組。" ], @@ -2969,33 +2348,29 @@ "Person or group that has certified this metric": [ "認證此指標的個人或組" ], - "Physical": ["實体"], - "Physical (table or view)": ["實体(表或視圖)"], - "Physical dataset": ["實体數據集"], + "Physical": ["實體"], + "Physical (table or view)": ["實體(表或視圖)"], + "Physical dataset": ["實體數據集"], "Pick a dimension from which categorical colors are defined": [""], "Pick a metric for x, y and size": ["為 x 軸,y 軸和大小選擇一個指標"], "Pick a metric to display": ["選擇一個指標來顯示"], "Pick a name to help you identify this database.": [ - "選擇一個名稱來帮助您识别這個數據庫。" - ], - "Pick a nickname for how the database will display in Superset.": [ - "為這個數據庫選擇一個昵稱以在Superset中顯示" + "選擇一個名稱來帮助您识别這個資料庫。" ], "Pick a set of deck.gl charts to layer on top of one another": [""], - "Pick a title for you annotation.": ["為您的注釋選擇一個標題"], + "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": ["選擇您最爱的 Markup 語言"], - "Pie Chart": ["饼圖"], - "Pie Chart (legacy)": ["饼圖(傳統)"], - "Pie shape": ["饼圖形狀"], - "Pin": ["標记"], + "Pie Chart": ["餅圖"], + "Pie shape": ["餅圖形狀"], + "Pin": ["標記"], "Pivot Table": ["透視表"], "Pivot operation must include at least one aggregate": [ "數據透視操作必須至少包含一個聚合" @@ -3003,7 +2378,7 @@ "Pivot operation requires at least one index": [ "透視操作至少需要一個索引" ], - "Pivoted": ["旋转"], + "Pivoted": ["旋轉"], "Pixel height of each series": ["每個序列的像素高度"], "Pixels": ["像素"], "Plain": ["平铺"], @@ -3017,18 +2392,13 @@ "Please check your query for syntax errors near \"%(server_error)s\". Then, try running your query again.": [ "請檢查查詢中\"%(server_error)s\"附近的語法錯誤然後,再次嘗試運行查詢" ], - "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.": [ - "請檢查您的模板参數是否有語法錯誤,並確保它們在您的 SQL 查詢和設置参數中保持一致。然後,再次嘗試運行您的查詢。" - ], - "Please choose at least one groupby": ["請至少選擇一個分組欄位 "], "Please confirm": ["請確認"], "Please confirm the overwrite values.": [""], - "Please enter a SQLAlchemy URI to test": ["請輸入要测试的SQLAlchemy URI"], - "Please re-enter the password.": ["請重新輸入密碼。"], - "Please re-export your file and try importing again": [""], - "Please reach out to the Chart Owner for assistance.": [ - "請聯繫圖表所有者寻求帮助。" + "Please enter a SQLAlchemy URI to test": [ + "請输入要测試的 SQLAlchemy URI" ], + "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.": [ "請先保存您的圖表,然後嘗試創建一個新的電子郵件報告。" @@ -3044,129 +2414,105 @@ "" ], "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": ["多段線"], "Popular": ["常用"], "Populate \"Default value\" to enable this control": [ "填充 \"Default value\" 以啟用此控件" ], - "Population age data": ["人口年龄數據"], - "Port": ["端口"], + "Population age data": ["人口年齡數據"], "Port %(port)s on hostname \"%(hostname)s\" refused the connection.": [ - "主机名 \"%(hostname)s\" 上的端口 %(port)s 拒绝連接。" + "主機名 \"%(hostname)s\" 上的端口 %(port)s 拒绝連接。" ], - "Port out of range 0-65535": ["端口超過 0-65535 的范圍"], - "Position JSON": ["位置JSON"], - "Position of child node label on tree": ["子節點標籤在树上的位置"], + "Port out of range 0-65535": ["端口超過 0-65535 的範圍"], + "Position JSON": ["位置 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": ["由Apache Superset提供支持"], - "Pre-filter": ["预過滤"], - "Pre-filter available values": ["预滤器可用值"], - "Pre-filter is required": ["预過滤是必須的"], + "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.": [ - "當獲取不同的值來填充過滤器組件應用時。支持jinja的模板語法。只在`啟用過滤器選擇`時應用。" + "當獲取不同的值來填充過濾器組件應用時。支持 jinja 的模板語法。只在 `啟用過濾器選擇` 時應用。" ], - "Predictive": ["预测"], - "Predictive Analytics": ["预测分析"], + "Predictive": ["預测"], + "Predictive Analytics": ["預测分析"], "Prefix": ["前缀"], "Prefix or suffix": ["前缀或者後缀"], "Preview": ["預覽"], "Preview: `%s`": ["預覽 %s"], "Previous": ["前一個"], - "Previous Line": ["前一個"], "Primary": ["主要"], "Primary Metric": ["主計量指標"], - "Primary key": ["主键"], - "Primary or secondary y-axis": ["主或次Y軸"], - "Primary y-axis Bounds": ["主Y軸界限"], - "Primary y-axis format": ["主Y軸格式"], - "Private Key": ["私钥"], - "Private Key & Password": ["私钥和密碼"], - "Private Key Password": ["私钥密碼"], - "Proceed": ["繼續"], + "Primary or secondary y-axis": ["主或次 Y 軸"], + "Primary y-axis format": ["主 Y 軸格式"], + "Private Key": ["私鑰"], + "Private Key & Password": ["私鑰和密碼"], "Progress": ["進度"], "Progressive": ["進度"], "Propagate": ["傳播"], "Proportional": ["比例"], "Public and privately shared sheets": ["公共和私人共享的表"], - "Publicly shared sheets only": ["仅公開共享表"], + "Publicly shared sheets only": ["僅公開共享表"], "Published": ["已發布"], - "Purple": ["紫色"], "Put labels outside": ["外側顯示標籤"], - "Put the labels outside of the pie?": ["是否將標籤顯示在饼圖外側?"], - "Put the labels outside the pie?": ["是否將標籤顯示在饼圖外側?"], + "Put the labels outside of the pie?": ["是否將標籤顯示在餅圖外側?"], + "Put the labels outside the pie?": ["是否將標籤顯示在餅圖外側?"], "Put your code here": ["把您的代碼放在這里"], - "Python datetime string pattern": ["Python日期格式模板"], - "QUERY DATA IN SQL LAB": ["在SQL工具箱中查詢數據"], + "Python datetime string pattern": ["Python 日期格式模板"], + "QUERY DATA IN SQL LAB": ["在 SQL 工具箱中查詢數據"], "Quarter": ["季度"], "Quarters %s": [" %s 季度"], - "Queries": ["查詢"], "Query": ["查詢"], "Query %s: %s": ["查詢 %s: %s "], "Query A": ["查詢 A"], "Query B": ["查詢 B"], - "Query History": ["曆史查詢"], - "Query does not exist": ["查詢不存在"], - "Query history": ["曆史查詢"], - "Query imported": ["查詢已導入"], + "Query History": ["歷史查詢"], + "Query history": ["歷史查詢"], "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": ["RGB顏色"], - "RLS Rule not found.": ["找不到RLS規則。"], - "RLS rules could not be deleted.": ["RLS規則無法删除。"], + "RANGE TYPE": ["範圍類型"], + "RGB Color": ["RGB 颜色"], "Radar": ["雷達"], "Radar Chart": ["雷達圖"], "Radar render type, whether to display 'circle' shape.": [ - "雷達渲染類型,是否顯示圓形" + "雷達渲染類型,是否顯示圆形" ], - "Radial": ["径向"], + "Radial": ["徑向"], "Radius in kilometers": [""], - "Radius in meters": ["半徑(米)"], "Radius in miles": ["半徑(英里)"], "Ran %s": ["運行於 %s"], - "Range": ["范圍"], - "Range filter": ["范圍過滤"], - "Range filter plugin using AntD": ["使用AntD的范圍過滤器插件"], - "Range for Comparison": ["比較范圍"], - "Range labels": ["范圍標籤"], - "Ranges": ["范圍"], - "Ranges to highlight with shading": ["突出阴影的范圍"], + "Range": ["範圍"], + "Range filter": ["範圍過濾"], + "Range filter plugin using AntD": ["使用AntD的範圍過濾器插件"], + "Range labels": ["範圍標籤"], + "Ranges": ["範圍"], + "Ranges to highlight with shading": ["突出陰影的範圍"], "Ranking": ["排名"], "Ratio": ["比率"], - "Raw records": ["原始记录"], + "Raw records": ["原始紀錄"], "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": [ @@ -3177,41 +2523,32 @@ "收件人之間用 \",\" 或者 \";\" 隔開" ], "Recommended tags": ["推荐標籤"], - "Record Count": ["记录數"], + "Record Count": ["紀錄數"], "Rectangle": ["長方形"], "Redirects to this endpoint when clicking on the table from the table list": [ "點擊表列表中的表時將重定向到此端點" ], "Redo the action": [""], - "Reduce X ticks": ["减少 X 軸的刻度"], + "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,則對列應用最小宽度,宽度可能溢出到水平滚動條中。" + "減少要渲染的 X 軸標記數。如果為 true,x 軸將不會溢出,但是標籤可能丢失。如果為 false,则對列應用最小寬度,寬度可能溢出到水平滚動條中。" ], "Refer to the": ["参考 "], "Referenced columns not available in DataFrame.": [ "引用的列在數據帧(DataFrame)中不可用。" ], - "Refetch results": ["重新獲取結果"], + "Refetch results": ["重新獲取结果"], "Refresh": ["刷新"], "Refresh dashboard": ["刷新看板"], "Refresh frequency": ["刷新頻率"], "Refresh interval": ["刷新間隔"], - "Refresh interval saved": ["刷新間隔已保存"], - "Refresh the default values": ["刷新默認值"], - "Refreshing charts": ["刷新圖表"], - "Refreshing columns": ["刷新列"], - "Regular": ["常規"], - "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)過滤器,基礎過滤器可以用來定義用戶能够看到的内容。" - ], - "Relational": ["關系"], - "Relationships between community channels": ["社區頻道之間的關系"], + "Refresh the default values": ["刷新預設值"], + "Relational": ["關係"], + "Relationships between community channels": ["社區频道之間的關係"], "Relative Date/Time": ["相對日期/時間"], "Relative period": ["相對期"], "Relative quantity": ["相對量"], - "Reload": ["重新加载"], "Remove": ["删除"], - "Remove cross-filter": ["删除交叉篩選"], "Remove item": ["删除項"], "Remove query from log": ["從日誌中删除查詢"], "Remove table preview": ["删除表格預覽"], @@ -3219,68 +2556,55 @@ "Rename tab": ["重命名選項卡"], "Rendering": ["渲染"], "Replace": ["替换"], - "Report": ["报表"], - "Report Name": ["報告名稱"], - "Report Schedule could not be created.": ["無法創建报表計劃。"], - "Report Schedule could not be updated.": ["無法更新报表計劃。"], - "Report Schedule delete failed.": ["报表計劃删除失败。"], + "Report": ["報表"], + "Report Schedule could not be created.": ["無法創建報表計劃。"], + "Report Schedule could not be updated.": ["無法更新報表計劃。"], + "Report Schedule delete failed.": ["報表計劃删除失敗。"], "Report Schedule execution failed when generating a csv.": [ - "在生成 CSV 文件時,報告計劃執行失败。" + "在生成 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": ["報告bug"], - "Report failed": ["報告失败"], + "報表計劃仍在運行,拒绝重新計算。" + ], + "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": ["報告 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 is incorrect: %(error)s": ["請求不正確: %(error)s"], "Request is not JSON": ["請求不是JSON"], "Request missing data field.": ["請求丢失的數據欄位。"], - "Request timed out": ["請求超時"], "Required": ["必填"], "Required control values have been removed": ["必需的控件值已被移除"], - "Resample": ["重新采样"], - "Resample method should in ": ["重采样方法應該有"], - "Resample operation requires DatetimeIndex": [ - "重采样操作需要DatetimeIndex" - ], - "Reset": ["重置"], + "Resample": ["重新採樣"], "Reset state": ["狀態重置"], "Resource already has an attached report.": [""], - "Resource was not found.": ["資源没有找到"], - "Restore Filter": ["还原過滤條件"], - "Results": ["結果"], - "Results %s": ["結果 %s"], - "Results backend is not configured.": ["後端未配置結果"], + "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": ["詳細提示"], @@ -3295,31 +2619,21 @@ ], "Role": ["角色"], "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.": [ - "角色是一個定義對看板訪問權限的列表。授予角色對看板的訪問權限將绕過數據集級别的檢查。如果未定義角色,則看板對所有角色都可用。" - ], "Rolling Function": ["滚動函數"], "Rolling Window": ["滚動窗口"], "Rolling function": ["滚動函數"], "Rolling window": ["滚動窗口"], - "Root certificate": ["根證书"], - "Root node id": ["根節點id"], - "Rotate x axis label": ["旋转X軸標籤"], - "Rotate y axis label": ["旋转Y軸標籤"], + "Root certificate": ["根證書"], + "Root node id": ["根節點 id"], + "Rotate x axis label": ["旋轉 X 軸標籤"], "Rotation to apply to words in the cloud": [ - "應用於词云中的單词的旋转方式" + "應用於詞雲中的單詞的旋轉方式" ], - "Round cap": ["圓端點"], + "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": [ - "作為列名的带有標題的行(0是第一行數據)。如果没有標題行則留空。" - ], "Row containing the headers to use as column names (0 is first line of data). Leave empty if there is no header row.": [ - "作為列名的带有標題的行(0是第一行數據)。如果没有標題行則留空。" + "作為列名的带有標題的行(0是第一行數據)。如果没有標題行则留空。" ], "Row limit": ["行限制"], "Rows": ["行"], @@ -3327,12 +2641,8 @@ "Rows subtotal position": ["行小計的位置"], "Rows to Read": ["讀取的行"], "Rule": ["規則"], - "Rule Name": ["規則名稱"], - "Rule added": ["規則已添加"], + "Rule added": ["規則已增加"], "Run": ["執行"], - "Run a query to display query history": ["運行一個查詢,在此會顯示結果"], - "Run a query to display results": ["運行一個查詢,在此會顯示結果"], - "Run current query": ["運行查詢"], "Run in SQL Lab": ["在 SQL 工具箱中執行"], "Run query": ["運行查詢"], "Run query (Ctrl + Return)": ["執行運行 (Ctrl + Return)"], @@ -3344,65 +2654,49 @@ "SEP": ["九月"], "SHA": [""], "SQL": ["SQL"], - "SQL Copied!": ["SQL複製成功!"], - "SQL Expression": ["SQL表達式"], + "SQL Copied!": ["SQL 複製成功!"], + "SQL Expression": ["SQL 表達式"], "SQL Lab": ["SQL 工具箱"], "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 Lab 將查詢和結果數據存儲在瀏覽器的本地存儲中。目前,您已使用了 %(currentUsage)s KB,總共可用 %(maxStorage)d KB 存儲空間。為了防止 SQL Lab 崩溃,請删除一些查詢選項卡。在删除選項卡之前,您可以通過使用保存功能來重新訪問這些查詢。請注意,在執行此操作之前,您需要關閉其他的 SQL Lab 窗口。" + "SQL Lab 將查詢和结果數據儲存在瀏覽器的本地儲存中。目前,您已使用了 %(currentUsage)s KB,總共可用 %(maxStorage)d KB 儲存空間。為了防止 SQL Lab 崩溃,請删除一些查詢選項卡。在删除選項卡之前,您可以通過使用保存功能來重新訪問這些查詢。請注意,在執行此操作之前,您需要關闭其他的 SQL Lab 窗口。" ], - "SQL Query": ["SQL查詢"], - "SQL expression": ["SQL表達式"], - "SQL query": ["SQL查詢"], + "SQL Query": ["SQL 查詢"], + "SQL expression": ["SQL 表達式"], + "SQL query": ["SQL 查詢"], "SQLAlchemy URI": ["SQLAlchemy URI"], - "SSH Host": ["SSH主机"], - "SSH Password": ["SSH密碼"], - "SSH Port": ["SSH端口"], - "SSH Tunnel": ["SSH隧道"], - "SSH Tunnel configuration parameters": ["SSH隧道参數配置"], - "SSH Tunnel could not be deleted.": ["SSH隧道無法被删除。"], - "SSH Tunnel could not be updated.": ["SSH隧道無法更新。"], - "SSH Tunnel not found.": ["SSH隧道未找到"], - "SSH Tunnel parameters are invalid.": ["SSH隧道参數無效。"], - "SSH Tunneling is not enabled": ["SSH隧道未激活"], - "SSL Mode \"require\" will be used.": ["SSL模式 \"require\" 將被使用。"], + "SSH Host": ["SSH 主機"], + "SSH Port": ["SSH 端口"], + "SSH Tunnel": ["SSH 隧道"], + "SSH Tunnel configuration parameters": ["SSH 隧道参數配置"], + "SSH Tunneling is not enabled": ["SSH 隧道未啟用"], + "SSL Mode \"require\" will be used.": ["SSL 模式 \"require\" 將被使用。"], "START (INCLUSIVE)": ["開始 (包含)"], "STEP %(stepCurr)s OF %(stepLast)s": [ "第 %(stepCurr)s 步,共 %(stepLast)s 步" ], - "STRING": ["字符串"], "SUN": ["星期日"], - "Sample Standard Deviation": ["样本標準差"], - "Sample Variance": ["样本方差"], - "Samples": ["數據預覽"], - "Samples for dataset could not be retrieved.": ["無法預覽此數據集"], - "Samples for datasource could not be retrieved.": ["無法預覽此數據源"], + "Sample Variance": ["樣本方差"], "Sankey": ["蛇形圖"], "Sankey Diagram": ["桑基圖"], "Sankey Diagram with Loops": ["桑基圖"], - "Satellite": ["卫星"], "Satellite Streets": [""], "Saturday": ["星期六"], "Save": ["保存"], "Save & Explore": ["保存和瀏覽"], - "Save & go to dashboard": ["保存並转到看板"], - "Save (Overwrite)": ["保存(覆蓋)"], + "Save & go to dashboard": ["保存並轉到看板"], + "Save (Overwrite)": ["保存(覆盖)"], "Save as": ["另存為"], - "Save as Dataset": ["保存為數據集"], - "Save as dataset": ["保存為數據集"], "Save as new": ["保存為新的"], - "Save as...": ["另存為 ..."], "Save as:": ["另存為:"], - "Save changes": ["保存更改"], "Save chart": ["圖表保存"], "Save dashboard": ["保存看板"], - "Save dataset": ["保存數據集"], - "Save for this session": ["保存此會話"], - "Save or Overwrite 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": [ - "將這個查詢保存為虚拟數據集以繼續探索" + "將這個查詢保存為虛擬數據集以繼續探索" ], "Saved": ["保存"], "Saved Queries": ["已保存查詢"], @@ -3412,52 +2706,41 @@ "Saved queries could not be deleted.": ["保存的查詢無法被删除"], "Saved query not found.": ["保存的查詢未找到"], "Saved query parameters are invalid.": ["保存的查詢参數無效"], - "Scale and Move": ["缩放和移動"], - "Scale only": ["仅缩放"], + "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": ["調度"], "Schedule email report": ["計劃電子郵件報告"], "Schedule query": ["計劃查詢"], - "Schedule settings": ["計劃設置"], - "Schedule the query periodically": ["定期條度查詢"], + "Schedule settings": ["計劃設定"], + "Schedule the query periodically": ["定期調度查詢"], "Scheduled": ["已按計劃執行"], "Scheduled at (UTC)": ["計劃時間"], - "Scheduled task executor not found": ["未找到計劃任務執行器"], "Schema": ["模式"], - "Schema cache timeout": ["模式快取超時"], + "Schema cache timeout": ["模式缓存超時"], "Schema, as used only in some databases like Postgres, Redshift and DB2": [ - "模式,只在一些數據庫中使用,比如Postgres、Redshift和DB2" + "模式,只在一些資料庫中使用,比如 Postgres、Redshift 和 DB2" ], - "Schemas allowed for File upload": ["允許使用CSV上傳的模式"], - "Scope": ["范圍"], - "Scoping": ["范圍"], - "Screenshot width": ["截圖宽度"], + "Scoping": ["範圍"], + "Screenshot width": ["截圖寬度"], "Screenshot width must be between %(min)spx and %(max)spx": [ - "截圖宽度必須位於 %(min)spx - %(max)spx 之間" + "截圖寬度必須位於 %(min)spx - %(max)spx 之間" ], "Scroll": ["滚動"], "Scroll down to the bottom to enable overwriting changes. ": [""], "Search": ["搜索"], - "Search / Filter": ["搜索 / 過滤"], + "Search / Filter": ["搜索 / 過濾"], "Search Metrics & Columns": ["搜索指標和列"], "Search all charts": ["搜索所有圖表"], "Search box": ["搜索框"], "Search by query text": ["按查詢文本搜索"], - "Search columns": ["使用列"], - "Search in filters": ["搜索 / 過滤"], "Search...": ["搜索..."], "Second": ["秒"], "Secondary": ["次要"], "Secondary Metric": ["次計量指標"], - "Secondary currency format": ["次級貨幣格式"], - "Secondary y-axis Bounds": ["次級Y軸界限"], - "Secondary y-axis format": ["次級Y軸格式"], - "Secondary y-axis title": ["次級Y軸標題"], + "Secondary y-axis format": ["次級 Y 軸格式"], + "Secondary y-axis title": ["次級 Y 軸標題"], "Seconds %s": ["%s 秒"], "Secure Extra": ["安全"], "Secure extra": ["安全"], @@ -3465,67 +2748,41 @@ "See all %(tableName)s": ["查看全部 - %(tableName)s"], "See less": ["查看更少"], "See more": ["查看更多"], - "See query details": ["查看查詢詳情"], "See table schema": ["查看表結構"], "Select": ["選擇"], "Select ...": ["選擇 ..."], - "Select Delivery Method": ["添加通知方法"], - "Select Tags": ["選擇標籤"], + "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.": [ - "選擇要上傳到數據庫的Excel文件。" + "選擇要上傳到資料庫的Excel文件。" ], "Select a column": ["選擇列"], "Select a dashboard": ["選擇看板"], - "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 dataset": ["選擇數據集"], - "Select a dimension": ["選擇维度"], - "Select a file to be uploaded to the database": [ - "選擇一個CSV文件上傳到數據庫." - ], - "Select a metric to display on the right axis": ["為右軸選擇一個指標"], + "Select a database to connect": ["選擇將要連接的資料庫"], + "Select a database to write a query": ["選擇要進行查詢的資料庫"], "Select a metric to display. You can use an aggregation function on a column or write custom SQL to create a metric.": [ - "選擇一個要展示的指標。您可以使用聚合函數對列進行操作,或编寫自定義SQL來創建一個指標。" - ], - "Select a schema if the database supports this": [ - "指定一個模式(需要數據庫支持)" + "選擇一個要展示的指標。您可以使用聚合函數對列進行操作,或编寫自定義 SQL 來創建一個指標。" ], "Select a time grain for the visualization. The grain is the time interval represented by a single point on the chart.": [ "" ], "Select a visualization type": ["選擇一個可視化類型"], "Select aggregate options": ["選擇聚合選項"], - "Select all data": ["選擇所有數據"], - "Select all items": ["選擇所有項"], "Select any columns for metadata inspection": [ "選擇任意列進行元數據巡檢" ], - "Select chart": ["選擇圖表"], "Select charts": ["選擇圖表"], - "Select color scheme": ["選擇顏色方案"], + "Select color scheme": ["選擇颜色方案"], "Select column": ["選擇列"], - "Select current page": ["選擇當前頁"], - "Select dashboards": ["選擇看板"], - "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 dataset source": ["選擇數據源"], - "Select file": ["選擇文件"], - "Select filter": ["選擇過滤器"], - "Select filter plugin using AntD": ["使用AntD的選擇過滤器插件"], - "Select first filter value by default": ["默認選擇首個過滤器值"], + "Select filter": ["選擇過濾器"], + "Select filter plugin using AntD": ["使用 AntD 的選擇過濾器插件"], + "Select first filter value by default": ["預設選擇首個過濾器值"], "Select one or many metrics to display, that will be displayed in the percentages of total. Percentage metrics will be calculated only from data within the row limit. You can use an aggregation function on a column or write custom SQL to create a percentage metric.": [ "選擇一個或多個要顯示的指標,這些指標將以總數的百分比形式顯示。百分比指標只會根据行限制内的數據計算得出。您可以對某個列使用聚合函數,或编寫自定義SQL來創建百分比指標。" ], @@ -3533,28 +2790,17 @@ "選擇一個或多個要展示的指標。您可以對某個列使用聚合函數,或编寫自定義SQL來創建一個指標。" ], "Select operator": ["選擇操作符"], - "Select or type a value": ["選擇或輸入一個值"], - "Select or type currency symbol": ["選擇或輸入貨幣符號"], - "Select or type dataset name": ["選擇表或輸入數據集名稱"], + "Select or type a value": ["選擇或输入一個值"], "Select owners": ["選擇所有者"], "Select saved metrics": ["選擇已保存指標"], - "Select saved queries": ["選擇已保存查詢"], - "Select schema or type to search schemas": [ - "選擇模式或輸入模式名稱來搜索" - ], "Select scheme": ["選擇方案"], "Select subject": ["選擇主題"], - "Select table or type to search tables": ["選擇表或輸入表名來搜索"], - "Select the Annotation Layer you would like to use.": [ - "選擇您想使用的注釋層" - ], "Select the charts to which you want to apply cross-filters in this dashboard. Deselecting a chart will exclude it from being filtered when applying cross-filters from any chart on the dashboard. You can select \"All charts\" to apply cross-filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ "選擇您希望在此看板上應用交叉篩選的圖表。取消選擇一個圖表將在從看板上的任何圖表應用交叉篩選時排除它。您可以選擇“所有圖表”,以對使用相同數據集或在看板中包含相同列名的所有圖表應用交叉篩選。" ], "Select the charts to which you want to apply cross-filters when interacting with this chart. You can select \"All charts\" to apply filters to all charts that use the same dataset or contain the same column name in the dashboard.": [ - "選擇您希望在與此圖表交互時應用交叉篩選的圖表。您可以選擇“所有圖表”,以對使用相同數據集或在儀表板中包含相同列名的所有圖表應用篩選器。" + "選擇您希望在與此圖表交互時應用交叉篩選的圖表。您可以選擇“所有圖表”,以對使用相同數據集或在仪表板中包含相同列名的所有圖表應用篩選器。" ], - "Select the geojson column": ["選擇GeoJSON列"], "Select the number of bins for the histogram": ["選擇直方圖的分箱數量"], "Select the numeric columns to draw the histogram": [ "選擇數值列來繪制直方圖" @@ -3566,49 +2812,42 @@ "Send as PNG": ["發送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 colors": ["系列顏色"], "Series limit": ["系列限制"], "Series type": ["系列類型"], "Server Page Length": ["頁面長度"], "Server pagination": ["服務端分頁"], - "Service Account": ["服務帐戶"], - "Set auto-refresh interval": ["設置自動刷新"], - "Set filter mapping": ["設置過滤映射"], - "Set up an email report": ["設置郵件報告"], + "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": ["時間序列設置"], + "Settings": ["設定"], + "Settings for time series": ["時間序列設定"], "Share": ["分享"], "Share chart by email": ["通過電子郵件分享圖表"], - "Share permalink by email": ["通過電子郵件分享链接"], "Shared query": ["已分享的查詢"], - "Shared query fields": ["共享查詢欄位"], "Sheet Name": ["Sheet名稱"], "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": ["顯示氣泡"], @@ -3617,87 +2856,76 @@ "Show Chart": ["顯示圖表"], "Show Column": ["顯示列"], "Show Dashboard": ["顯示看板"], - "Show Database": ["顯示數據庫"], + "Show Database": ["顯示資料庫"], "Show Labels": ["顯示標籤"], "Show Less...": ["顯示更少..."], "Show Log": ["顯示日誌"], - "Show Markers": ["顯示標记"], + "Show Markers": ["顯示標記"], "Show Metric": ["顯示指標"], "Show Metric Names": ["顯示指標名"], - "Show Range Filter": ["顯示范圍過滤器"], + "Show Range Filter": ["顯示範圍過濾器"], "Show Table": ["顯示表"], "Show Timestamp": ["顯示時間戳"], - "Show Tooltip Labels": ["顯示提示標籤"], - "Show Total": ["顯示總計"], "Show Trend Line": ["顯示趋势線"], "Show Upper Labels": ["顯示上標籤"], "Show Value": ["顯示值"], "Show Values": ["顯示值"], - "Show Y-axis": ["顯示Y軸"], + "Show Y-axis": ["顯示 Y 軸"], "Show Y-axis on the sparkline. Will display the manually set min/max if set or min/max values in the data otherwise.": [ - "在迷你圖上顯示Y軸。如果設置了手動設置的最小/最大值,則顯示之,否則顯示數據中的最小/最大值。" + "在迷你圖上顯示Y軸。如果設定了手動設定的最小/最大值,则顯示之,否則顯示數據中的最小/最大值。" ], "Show all columns": ["顯示所有列"], "Show all...": ["顯示所有..."], "Show axis line ticks": ["顯示軸線刻度"], "Show cell bars": ["顯示單元格的柱"], - "Show chart description": ["顯示圖表说明"], - "Show columns subtotal": ["顯示列小計"], "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 info tooltip": ["顯示訊息提示"], "Show label": ["顯示標籤"], "Show labels when the node has children.": ["當節點有子節點時顯示標籤"], "Show legend": ["顯示圖例"], "Show less columns": ["顯示較少的列"], "Show less...": ["顯示更少..."], - "Show minor ticks on axes.": ["在座標軸上顯示次級刻度。"], "Show only my charts": ["只顯示我的圖表"], - "Show password.": ["顯示密碼"], "Show percentage": ["顯示百分比"], "Show pointer": ["顯示指示器"], "Show progress": ["顯示進度"], - "Show rows subtotal": ["顯示行小計"], "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.": [ - "將一個指標置於最顯眼的位置。大數字最適合用來吸引注意力,突出KPI或者你希望觀众關注的一個重點内容。" + "將一個指標置於最顯眼的位置。大數字最適合用來吸引注意力,突出KPI或者你希望观众關注的一個重點内容。" ], "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": ["顯示 %s個 總計 %s個"], + "Showing %s of %s": ["顯示 %s 個 總計 %s 個"], "Shows a list of all series available at that point in time": [ "顯示那個時間點可用的所有系列的列表。" ], "Shows or hides markers for the time series": [ - "顯示或隐藏時間序列的標记點。" + "顯示或隐藏時間序列的標記點。" ], "Significance Level": ["顯著性"], - "Simple": ["簡單配置"], + "Simple": ["简單配置"], "Simple ad-hoc metrics are not enabled for this dataset": [ - "此數據集没有啟用簡單即席指標" + "此數據集没有啟用简單即席指標" ], "Single": ["單選"], "Single Metric": ["單個指標"], @@ -3706,49 +2934,29 @@ "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": [ - "跳過空白行而不是把它們解釋為NaN值。" - ], - "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": [""], "Some roles do not exist": ["看板"], - "Something went wrong.": ["抱歉,出了點問題。請稍後再试。"], "Sorry there was an error fetching database information: %s": [ - "抱歉,獲取數據庫信息時出錯:%s" + "抱歉,獲取資料庫訊息時出錯:%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. Please try again.": [ - "抱歉,出了點問題。請稍後再试。" - ], "Sorry, something went wrong. Try again later.": [ - "抱歉,出了點問題。請稍後再试。" + "抱歉,出了點問題。請稍後再試。" ], "Sorry, there appears to be no data": ["抱歉,似乎没有數據"], - "Sorry, there was an error saving this %s: %s": [ - "抱歉,保存 %s 時發生錯誤:%s" - ], "Sorry, there was an error saving this dashboard: %s": [ "抱歉,這個看板在保存時發生錯誤:%s" ], @@ -3762,10 +2970,8 @@ "Sort Bars": ["排序柱狀圖"], "Sort Descending": ["降序"], "Sort Metric": ["排序指標"], - "Sort Series Ascending": ["升序排序"], - "Sort Series By": ["排序 "], - "Sort X Axis": ["排序X軸"], - "Sort Y Axis": ["排序Y軸"], + "Sort X Axis": ["排序 X 軸"], + "Sort Y Axis": ["排序 Y 軸"], "Sort ascending": ["升序排序"], "Sort bars by x labels.": ["按 x 標籤排序。"], "Sort by": ["排序 "], @@ -3774,7 +2980,7 @@ "Sort columns alphabetically": ["對列按字母順序進行排列"], "Sort columns by": ["對列按字母順序進行排列"], "Sort descending": ["降序"], - "Sort filter values": ["排序過滤器值"], + "Sort filter values": ["排序過濾器值"], "Sort metric": ["排序指標"], "Sort rows by": ["排序 "], "Sort series in ascending order": [""], @@ -3783,23 +2989,15 @@ "Source / Target": ["源/目標"], "Source SQL": ["源 SQL"], "Source category": ["源分類"], - "Sparkline": ["標记線"], "Spatial": ["空間"], - "Specific Date/Time": ["具体日期/時間"], + "Specific Date/Time": ["具體日期/時間"], "Specify a schema (if database flavor supports this).": [ - "指定一個模式(需要數據庫支持)" + "指定一個模式(需要資料庫支持)" ], "Specify name to CREATE TABLE AS schema in: public": [""], "Specify name to CREATE VIEW AS schema in: public": [""], - "Specify the database version. This is used with Presto for query cost estimation, and Dremio for syntax changes, among others.": [ - "指定數據庫版本。這在Presto中用於查詢成本估算,在Dremio中用於語法變更,以及其他用途。" - ], "Split number": ["數字"], - "Square kilometers": ["平方千米"], - "Square meters": ["平方米"], - "Square miles": ["平方英里"], - "Stack": ["堆叠"], - "Stack Trace:": ["报錯:"], + "Stack Trace:": ["報錯:"], "Stack series": ["堆叠系列"], "Stack series on top of each other": ["在每個上方堆叠系列"], "Stacked": ["堆叠"], @@ -3808,56 +3006,41 @@ "Stacked style": ["堆叠樣式"], "Standard time series": ["標準時間序列"], "Start": ["開始"], - "Start (Longitude, Latitude): ": ["起始經度/緯度"], - "Start Longitude & Latitude": ["起始經度/緯度"], "Start angle": ["開始角度"], "Start at (UTC)": ["開始於(UTC)"], - "Start date": ["開始時間"], - "Start date included in time range": ["開始日期包含在時間范圍内"], - "Start y-axis at 0": ["Y軸從0開始"], + "Start date included in time range": ["開始日期包含在時間範圍内"], + "Start y-axis at 0": ["Y 軸從 0 開始"], "Start y-axis at zero. Uncheck to start y-axis at minimum value in the data.": [ - "從零開始Y軸。取消選中以從數據中的最小值開始Y軸 " + "從零開始 Y 軸。取消選中以從數據中的最小值開始 Y 軸 " ], - "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.": [ - "“時間序列步進折線圖(也稱為步進圖)是折線圖的一種變体,但線條在數據點之間形成一系列步進。當您希望顯示不規則間隔發生的變化時,步進圖可能很有用。”" - ], + "Step - end": ["階梯 - 结束"], + "Step - middle": ["階梯 - 中間"], + "Step - start": ["階梯 - 開始"], + "Step type": ["每階類型"], "Stop": ["停止"], "Stop query": ["停止查詢"], - "Stop running (Ctrl + e)": ["停止運行 (Ctrl + x)"], "Stop running (Ctrl + x)": ["停止運行 (Ctrl + x)"], - "Stopped an unsafe database connection": ["已停止不安全的數據庫連接"], - "Stream": ["直方圖"], - "Streets": ["街道"], + "Stopped an unsafe database connection": ["已停止不安全的資料庫連接"], "Strength to pull the graph toward center": ["將圖形拉向中心"], "Stretched style": ["拉伸樣式"], "Strings used for sheet names (default is the first sheet).": [ - "用於sheet名稱的字符串(默認為第一個sheet)。" + "用於 sheet 名稱的字符串(預設為第一個 sheet)。" ], - "Stroke Color": ["邊線顏色"], - "Stroke Width": ["線宽"], - "Stroked": ["描邊"], "Structural": ["結構"], - "Style": ["风格"], + "Style": ["風格"], "Style the ends of the progress bar with a round cap": [ - "用圓帽設置進度條末端的樣式" + "用圆帽設定進度條末端的樣式" ], "Subdomain": ["子域"], "Subheader": ["子標題"], - "Subheader Font Size": ["子標題的字体大小"], + "Subheader Font Size": ["子標題的字體大小"], "Submit": ["提交"], "Subtotal": [""], "Success": ["成功"], - "Successfully changed dataset!": ["修改數據集成功!"], "Suffix": ["後缀"], "Suffix to apply after the percentage display": [ "百分比顯示後要應用的後缀" @@ -3867,12 +3050,11 @@ "Sum as Fraction of Rows": ["行總和的分數占比"], "Sum as Fraction of Total": ["值總和的分數占比"], "Sum of values over specified period": ["指定期間内的值總和"], - "Sum values": ["值求和"], - "Sunburst Chart": ["旭日/太阳圖"], + "Sunburst Chart": ["旭日/太陽圖"], "Sunday": ["星期日"], - "Superset Chart": ["Superset圖表"], - "Superset Embedded SDK documentation.": ["Superset的嵌入SDK文档。"], - "Superset chart": ["Superset圖表"], + "Superset Chart": ["Superset 圖表"], + "Superset Embedded SDK documentation.": ["Superset 的嵌入 SDK 文檔。"], + "Superset chart": ["Superset 圖表"], "Superset dashboard": ["看板"], "Superset encountered an error while running a command.": [ "Superset 在執行命令時遇到了一個錯誤。" @@ -3880,13 +3062,9 @@ "Superset encountered an unexpected error.": [ "Superset 遇到了未知錯誤。" ], - "Supported databases": ["已支持數據庫"], - "Survey Responses": ["條查結果"], - "Swap dataset": ["交换數據集"], + "Supported databases": ["已支持資料庫"], + "Survey Responses": ["調查结果"], "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.": [ - "用於可視化時間序列數據。在步進圖、折線圖、散點圖和條形圖之間進行選擇,也有許多自定義選項" - ], "Symbol": ["符號"], "Symbol of two ends of edge line": ["邊線两端的符號"], "Symbol size": ["符號的大小"], @@ -3896,28 +3074,22 @@ "" ], "TABLES": ["表"], - "TEMPORAL X-AXIS": ["時間X軸"], - "TEMPORAL_RANGE": ["時間范圍"], "THU": ["星期四"], "TUE": ["星期二"], "Tab name": ["選項卡名字"], "Tab title": ["選項卡標題"], "Table": ["表"], "Table %(table)s wasn't found in the database %(db)s": [ - "在數據庫 %(db)s 中找不到表 %(table)s" + "在資料庫 %(db)s 中找不到表 %(table)s" ], "Table Exists": ["表已存在處理"], "Table Name": ["表名"], "Table [%(table_name)s] could not be found, please double check your database connection, schema, and table name": [ - "找不到 [%(table_name)s] 表,請仔細檢查您的數據庫連接、Schema 和 表名" + "找不到 [%(table_name)s] 表,請仔細檢查您的資料庫連接、Schema 和 表名" ], - "Table cache timeout": ["數據庫表快取超時"], - "Table columns": ["表的列"], + "Table cache timeout": ["資料庫表缓存超時"], "Table name cannot contain a schema": ["表名不能包含模式名稱"], "Table name undefined": ["表名未定義"], - "Table or View \"%(table)s\" does not exist.": [ - "表或視圖 '%(table)s' 不存在" - ], "Table that visualizes paired t-tests, which are used to understand statistical differences between groups.": [ "可視化檢驗的表格,用於了解各組之間的统計差異" ], @@ -3925,25 +3097,15 @@ "Tabs": ["選項卡"], "Tabular": ["表格"], "Tag": ["標籤"], - "Tag could not be created.": ["無法創建標籤。"], - "Tag could not be deleted.": ["無法删除標籤"], - "Tag could not be found.": ["没有找到標籤"], - "Tag could not be updated.": ["無法更新標籤。"], - "Tag created": ["標籤已創建"], - "Tag name": ["標籤名字"], "Tag name is invalid (cannot contain ':')": [ "標籤名稱無效(不能包含冒號)" ], - "Tag parameters are invalid.": ["標籤参數無效。"], - "Tag updated": ["標籤已更新"], "Tagged %s %ss": ["%s %ss 做了標籤"], - "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 category": ["目標類别"], "Target value": ["目標值"], "Template Name": ["模板名稱"], @@ -3952,10 +3114,10 @@ "模板链接,可以包含{{metric}}或來自控件的其他值。" ], "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數據庫" + "當瀏覽器窗口關闭或導航到其他頁面時,終止正在運行的查詢。適用於 Presto、Hive、MySQL、Postgres 和 Snowflake 資料庫" ], - "Test Connection": ["测试連接"], - "Test connection": ["测试連接"], + "Test Connection": ["测試連接"], + "Test connection": ["测試連接"], "Text": ["文本"], "Text align": ["文本對齊"], "Text embedded in email": ["郵件中嵌入的文本"], @@ -3963,10 +3125,10 @@ "" ], "The CSS for individual dashboards can be altered here, or in the dashboard view where changes are immediately visible": [ - "可以在這里或者在看板視圖修改單個看板的CSS樣式" + "可以在這里或者在看板視圖修改單個看板的 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。然後再次嘗試運行查詢。" + "CTA(create table as select)只能與最後一條語句為 SELECT 的查詢一起運行。請確保查詢的最後一個語句是 SELECT。然後再次嘗試運行查詢。" ], "The GeoJsonLayer takes in GeoJSON formatted data and renders it as interactive polygons, lines and points (circles, icons and/or texts).": [ "" @@ -3976,27 +3138,19 @@ "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 annotation has been saved": ["注釋已保存。"], - "The annotation has been updated": ["注釋已更新。"], + "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 chart query context 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": ["點和聚合群的顏色(RGB)"], - "The color of the isoband": ["等值带的顏色"], - "The color of the isoline": ["等值線的顏色"], + "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 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": [ "Superset 希望能够在 [國家] 欄中找到的 國家 / 地區 的標準代碼" @@ -4004,25 +3158,21 @@ "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.": [ - "數據庫 %s 已經關聯了 %s 圖表和 %s 看板,並且用戶在該數據庫上打開了 %s 個 SQL 编辑器選項卡。確定要繼續嗎?删除數據庫將破坏這些對象。" + "資料庫 %s 已經關聯了 %s 圖表和 %s 看板,並且用戶在該資料庫上打開了 %s 個 SQL 編輯器選項卡。確定要繼續嗎?删除資料庫將破坏這些對象。" ], - "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 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 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.": [ "數據集 %s 已經链接到 %s 圖表和 %s 看板内。確定要繼續嗎?删除數據集將破坏這些對象。" ], @@ -4036,7 +3186,7 @@ "" ], "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.": [ @@ -4050,33 +3200,29 @@ "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.": [ - "1. engine_params 對象在條用 sqlalchemy.create_engine 時被引用, metadata_params 在條用 sqlalchemy.MetaData 時被引用。" + "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 function to use when aggregating points into groups": [""], "The host \"%(hostname)s\" might be down and can't be reached.": [ - "主机 \"%(hostname)s\" 可能已關閉,無法連接到" + "主機 \"%(hostname)s\" 可能已關闭,無法連接到" ], "The host \"%(hostname)s\" might be down, and can't be reached on port %(port)s.": [ - "主机 \"%(hostname)s\" 可能已停止,無法通過端口 \"%(port)s\" 訪問 " + "主機 \"%(hostname)s\" 可能已停止,無法通過端口 \"%(port)s\" 訪問 " ], "The host might be down, and can't be reached on the provided port.": [ - "主机可能已停止,無法在所提供的端口上連接到它" + "主機可能已停止,無法在所提供的端口上連接到它" ], "The hostname \"%(hostname)s\" cannot be resolved.": [ - "無法解析主机名 \"%(hostname)s\" " + "無法解析主機名 \"%(hostname)s\" " ], - "The hostname provided can't be resolved.": ["提供的主机名無法解析。"], + "The hostname provided can't 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 lower limit of the threshold range of the Isoband": [""], "The maximum number of events to return, equivalent to the number of rows": [ @@ -4089,30 +3235,26 @@ "度量的最大值。這是一個可選配置" ], "The metadata_params in Extra field is not configured correctly. The key %(key)s is invalid.": [ - "額外欄位中的元數據参數配置不正確。键 %(key)s 無效。" + "額外欄位中的元數據参數配置不正確。鍵 %(key)s 無效。" ], "The metadata_params in Extra field is not configured correctly. The key %{key}s is invalid.": [ - "額外欄位中的元數據参數配置不正確。键 %{key}s 無效。" + "額外欄位中的元數據参數配置不正確。鍵 %{key}s 無效。" ], "The metadata_params object gets unpacked into the sqlalchemy.MetaData call.": [ - "metadata_params對象被解壓缩到sqlalchemy.metadata條用中。" + "metadata_params對象被解压縮到sqlalchemy.metadata調用中。" ], "The minimum number of rolling periods required to show a value. For instance if you do a cumulative sum on 7 days you may want your \"Min Period\" to be 7, so that all data points shown are the total of 7 periods. This will hide the \"ramp up\" taking place over the first 7 periods": [ - "顯示值所需的滚動週期的最小值。例如,如果您想累積 7 天的總額,您可能希望您的“最小週期”為 7,以便顯示的所有數據點都是 7 個區間的總和。這將隐藏掉前 7 個阶段的“加速”效果" + "顯示值所需的滚動週期的最小值。例如,如果您想累積 7 天的總額,您可能希望您的“最小週期”為 7,以便顯示的所有數據點都是 7 個區間的總和。這將隐藏掉前 7 個階段的“加速”效果" ], - "The name of the rule must be unique": ["名稱必須是唯一的"], "The number color \"steps\"": ["色彩 \"Steps\" 數字"], "The number of hours, negative or positive, to shift the time column. This can be used to move UTC time to local time.": [ - "用於移動時間列的小時數(负數或正數)。這可用於將UTC時間移動到本地時間" + "用於移動時間列的小時數(負數或正數)。這可用於將UTC時間移動到本地時間" ], "The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. Please add additional limits/filters or download to csv to see more rows up to the %(limit)d limit.": [ - "顯示的結果數量被配置項 DISPLAY_MAX_ROW 限制為最多 %(rows)d 條。如果您想查看更多的行數,請添加額外的限制/過滤條件或下载 CSV 文件,則可查看最多 %(limit)d 條。" + "顯示的结果數量被配置項 DISPLAY_MAX_ROW 限制為最多 %(rows)d 條。如果您想查看更多的行數,請增加額外的限制/過濾條件或下载 CSV 文件,则可查看最多 %(limit)d 條。" ], "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.": [ - "顯示的結果數量被限制為最多 %(rows)d 條。若需查看更多的行數(上限為 %(limit)d 條),請添加額外的限制/過滤條件、下载 CSV 文件或聯繫管理員。" - ], - "The number of rows displayed is limited to %(rows)d by the dropdown.": [ - "下拉菜單限制了顯示的行數為 %(rows)d。" + "顯示的结果數量被限制為最多 %(rows)d 條。若需查看更多的行數(上限為 %(limit)d 條),請增加額外的限制/過濾條件、下载 CSV 文件或聯繫管理員。" ], "The number of rows displayed is limited to %(rows)d by the limit dropdown.": [ "通過【行限制】下拉菜單,顯示的行數被限制為 %(rows)d 行。" @@ -4124,10 +3266,10 @@ "顯示的行數由查詢和【行限制】下拉菜單共同限制為 %(rows)d 行。" ], "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.": [ "查詢中的以下参數未定義:%(parameters)s 。" @@ -4136,74 +3278,65 @@ "用戶名 \"%(username)s\" 提供的密碼不正確。" ], "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.": [ - "需要以下數據庫的密碼才能將其與圖表一起導入。請注意,數據庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動添加。" + "需要以下資料庫的密碼才能將其與圖表一起導入。請注意,資料庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動增加。" ], "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.": [ - "需要以下數據庫的密碼才能將它們與看板一起導入。請注意,數據庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動添加。" + "需要以下資料庫的密碼才能將它們與看板一起導入。請注意,資料庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動增加。" ], "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.": [ - "需要以下數據庫的密碼才能將其與數據集一起導入。請注意,數據庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動添加。" + "需要以下資料庫的密碼才能將其與數據集一起導入。請注意,資料庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動增加。" ], "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.": [ - "需要以下數據庫的密碼才能導入它們。請注意,數據庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中。如果需要,應在導入後手動添加。" + "需要以下資料庫的密碼才能將其與圖表一起導入。請注意,資料庫配置的 \"Secure Extra\" 和 \"Certificate\" 部分不在導出文件中,如果需要,應在導入後手動增加。" ], "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 is closed.": ["端口已關闭。"], "The port number is invalid.": ["端口值無效"], "The primary metric is used to define the arc segment sizes": [ "主計量指標用於定義弧段大小。" ], - "The provided table was not found in the provided database": [ - "該表在數據庫中不存在" - ], "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.": [ - "查詢在 %(sqllab_timeout)s 秒後被終止。它可能太復杂,或者數據庫可能负载過重。" - ], "The query has a syntax error.": ["查詢有語法錯誤。"], - "The query returned no data": ["查詢無結果"], + "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.": [ - "查詢在 %(sqllab_timeout)s 秒後被終止。它可能太復杂,或者數據庫可能负载過重。" + "查詢在 %(sqllab_timeout)s 秒後被終止。它可能太複雜,或者資料庫可能負载過重。" ], "The radius (in pixels) the algorithm uses to define a cluster. Choose 0 to turn off clustering, but beware that a large number of points (>1000) will cause lag.": [ - "算法用來定義一個聚合群的半徑(以像素為單位)。選擇0關閉聚,但要注意大量的點(>1000)會導致處理時間變長。" + "算法用來定義一個聚合群的半徑(以像素為單位)。選擇 0 關闭聚,但要注意大量的點(>1000)會導致處理時間變長。" ], "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": [ - "單個點的半徑(不在聚合群中的點)。一個數值列或“AUTO”,它根据最大的聚合群來缩放點。" + "單個點的半徑(不在聚合群中的點)。一個數值列或 “AUTO”,它根据最大的聚合群來縮放點。" ], "The report has been created": ["報告已創建"], "The result of this query should be a numeric-esque value": [ - "此查詢的結果應為類似數字的值" + "此查詢的结果應為類似數字的值" ], "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": [ "詳細提示顯示了該時間點的所有序列的列表。" @@ -4216,20 +3349,16 @@ ], "The schema of the submitted payload is invalid.": [""], "The schema was deleted or renamed in the database.": [ - "該模式已在數據庫中删除或重命名。" + "該模式已在資料庫中删除或重命名。" ], - "The size of each cell in meters": ["每個單元的大小,以米為單位"], "The size of the square cell, in pixels": [ "平方單元的大小,以像素為單位" ], - "The submitted payload failed validation.": [ - "提交的有效负载的模式不正確。" - ], "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.": [ "表 \"%(table)s\" 不存在。必須使用有效的表來運行此查詢。" @@ -4238,30 +3367,27 @@ "表 \"%(table_name)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.": [ - "表被創建。作為這两個阶段配置過程的一部分,您現在應該單擊新表的编辑按钮來配置它。" + "表被創建。作為這兩個階段配置過程的一部分,您現在應該單擊新表的編輯按钮來配置它。" ], "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": [ - "可視化的時間欄。注意,您可以定義返回表中的DATETIMLE列的任意表達式。还請注意下面的篩選器應用於該列或表達式。" + "可視化的時間欄。注意,您可以定義返回表中的DATETIMLE列的任意表達式。還請注意下面的篩選器應用於該列或表達式。" ], "The time granularity for the visualization. Note that you can type and use simple natural language as in `10 seconds`, `1 day` or `56 weeks`": [ - "可視化的時間粒度。請注意,您可以輸入和使用簡單的日期表達方式,如 `10 seconds`, `1 day` 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`": [ - "可視化的時間粒度。請注意,您可以輸入和使用簡單的日期表達方式,如 `10 seconds`, `1 day` or `56 weeks`" + "可視化的時間粒度。請注意,您可以输入和使用简單的日期表達方式,如 `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.": [ - "可視化的時間粒度。這將應用日期转换來更改時間列,並定義新的時間粒度。這里的選項是在 Superset 源代碼中的每個數據庫引擎基礎上定義的。" + "可視化的時間粒度。這將應用日期轉换來更改時間列,並定義新的時間粒度。這里的選項是在 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.": [ - "可視化的時間范圍。所有相關的時間,例如\"上個月\"、\"過去7天\"、\"現在\"等,都在服務器上使用服務器的本地時間(sans時區)進行計算。所有工具提示和占位符時間均以UTC(無時區)表示。然後,數據庫使用引擎的本地時區來评估時間戳。注:如果指定開始時間和、或者結束時間,可以根据ISO 8601格式顯式設置時區。" + "可視化的時間範圍。所有相關的時間,例如\"上個月\"、\"過去7天\"、\"現在\"等,都在服務器上使用服務器的本地時間(sans時區)進行計算。所有工具提示和占位符時間均以UTC(無時區)表示。然後,資料庫使用引擎的本地時區來评估時間戳。注:如果指定開始時間和、或者结束時間,可以根据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 time unit used for the grouping of blocks": ["用於块分組的時間單位"], "The type of visualization to display": ["要顯示的可視化類型"], "The unit of measure for the specified point radius": [ "指定點半徑的度量單位" @@ -4275,32 +3401,22 @@ "指標 '%(username)s' 不存在" ], "The username provided when connecting to a database is not valid.": [ - "連接到數據庫時提供的用戶名無效。" + "連接到資料庫時提供的用戶名無效。" ], "The way the ticks are laid out on the X-axis": ["X軸刻度的布局方式"], - "The width of the Isoline in pixels": ["等值線的宽度(以像素為單位)"], - "The width of the lines": ["線條的宽度"], - "There are associated alerts or reports": ["存在關聯的警报或報告"], - "There are associated alerts or reports: %(report_names)s": [ - "存在關聯的警报或報告:%(report_names)s" - ], - "There are no charts added to this dashboard": ["此看板中没有添加圖表。"], + "There are associated alerts or reports": ["存在關聯的警報或報告"], "There are no components added to this tab": [""], - "There are no databases available": ["没有可用的數據庫"], - "There are no filters in this dashboard.": ["此看板中没有過滤條件。"], + "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.": [ - "SQL查詢中存在語法錯誤。可能是拼寫錯誤或是打錯關键字。" + "SQL 查詢中存在語法錯誤。可能是拼寫錯誤或是打錯關鍵字。" ], "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": ["抱歉,獲取數據庫信息時出錯:%s"], - "There was an error fetching dataset's related objects": [ - "抱歉,獲取數據庫信息時出錯:%s" + "此組件没有足够的空間。請嘗試減小其寬度,或增加目標寬度。" ], "There was an error fetching the favorite status: %s": [ "獲取此看板的收藏夹狀態時出現問題:%s。" @@ -4308,10 +3424,6 @@ "There was an error fetching your recent activity:": [ "獲取您最近的活動時出錯:" ], - "There was an error loading the chart data": [ - "抱歉,這個看板在獲取圖表時發生錯誤:" - ], - "There was an error loading the dataset metadata": ["您的請求有錯誤"], "There was an error loading the schemas": [ "抱歉,這個看板在獲取圖表時發生錯誤:" ], @@ -4321,12 +3433,11 @@ ], "There was an error with your request": ["您的請求有錯誤"], "There was an issue deleting %s: %s": ["删除 %s 時出現問題:%s"], - "There was an issue deleting rules: %s": ["删除規則時出現問題:%s"], "There was an issue deleting the selected %s: %s": [ "删除所選 %s 時出現問題: %s" ], "There was an issue deleting the selected annotations: %s": [ - "删除所選注釋時出現問題:%s" + "删除所選注释時出現問題:%s" ], "There was an issue deleting the selected charts: %s": [ "删除所選圖表時出現問題:%s" @@ -4347,12 +3458,6 @@ "删除所選模板時出現問題:%s" ], "There was an issue deleting: %s": ["删除時出現問題:%s"], - "There was an issue duplicating the dataset.": [ - "删除選定的數據集時出現問題:%s" - ], - "There was an issue duplicating the selected datasets: %s": [ - "删除選定的數據集時出現問題:%s" - ], "There was an issue favoriting this dashboard.": [ "收藏看板時候出現問題。" ], @@ -4362,18 +3467,9 @@ "There was an issue fetching the favorite status of this dashboard.": [ "獲取此看板的收藏夹狀態時出現問題。" ], - "There was an issue fetching your chart: %s": [ - "獲取您的圖表時出現問題:%s" - ], - "There was an issue fetching your dashboards: %s": [ - "獲取您的看板時出現問題:%s" - ], "There was an issue fetching your recent activity: %s": [ "獲取您最近的活動時出錯:%s" ], - "There was an issue fetching your saved queries: %s": [ - "删除已保存查詢時出現問題:%s" - ], "There was an issue previewing the selected query %s": [ "預覽所選查詢時出現問題 %s" ], @@ -4381,16 +3477,13 @@ "預覽所選查詢時出現問題。%s" ], "There's a loop in your Sankey, please provide a tree. Here's a faulty link: {}": [ - "您的桑基圖中存在循环,請提供一棵树。這是一個錯誤的链接:{}" - ], - "These are the datasets this filter will be applied to.": [ - "這些是將應用此過滤的表。" + "您的桑基圖中存在循環,請提供一棵樹。這是一個錯誤的链接:{}" ], "These parameters are generated dynamically when clicking the save or overwrite button in the explore view. This JSON object is exposed here for reference and for power users who may want to alter specific parameters.": [ - "這些参數是在瀏覽視圖中單擊保存或覆蓋按钮時動態生成的。這個JSON對象在這里公開以供参考,並提供给可能希望更改特定参數的高級用戶使用。" + "這些参數是在瀏覽視圖中單擊保存或覆盖按钮時動態生成的。這個JSON對象在這里公開以供参考,並提供給可能希望更改特定参數的高級用戶使用。" ], "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對象描述了部件在看板中的位置。它是動態生成的,可以通過拖放,在看板中條整整部件的大小和位置" + "這個JSON對象描述了部件在看板中的位置。它是動態生成的,可以通過拖放,在看板中調整整部件的大小和位置" ], "This action will permanently delete %s.": ["此操作將永久删除 %s 。"], "This action will permanently delete the layer.": [ @@ -4403,29 +3496,23 @@ "此操作將永久删除模板。" ], "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)或一個域名(例如mydatabase.com)。" + "這可以是一個 IP 地址(例如 127.0.0.1)或一個域名(例如 mydatabase.com)。" ], "This chart applies cross-filters to charts whose datasets contain columns with the same name.": [ "此圖表將交叉篩選應用於那些數據集包含具有相同名稱列的圖表。" ], "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": [ - "此配色方案正被自定義標籤顏色覆蓋。\n請在高級設置中檢查 JSON 元數據。" - ], - "This column might be incompatible with current dataset": [ - "此圖表可能與過滤器不兼容(數據集不匹配)" - ], "This column must contain date/time information.": [ - "此列必須包含日期時間信息。" + "此列必須包含日期時間訊息。" ], "This control filters the whole chart based on the selected time range. 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.": [ "" @@ -4454,7 +3541,7 @@ "此看板已發布。單擊以使其成為草稿。" ], "This dashboard is ready to embed. In your application, pass the following id to the SDK:": [ - "此儀表板已準备好嵌入。在您的應用程序中,將以下 ID 傳遞给 SDK:" + "此仪表板已准备好嵌入。在您的應用程序中,將以下 ID 傳递給 SDK:" ], "This dashboard was saved successfully.": ["該看板已成功保存。"], "This database is managed externally, and can't be edited in Superset": [ @@ -4477,36 +3564,24 @@ "" ], "This fields acts a Superset view, meaning that Superset will run a query against this string as a subquery.": [ - "這個欄位執行Superset視圖時,意味着Superset將以子查詢的形式對字符串運行查詢。" - ], - "This filter might be incompatible with current dataset": [ - "此圖表可能與過滤器不兼容(數據集不匹配)" + "這個欄位執行 Superset 視圖時,意味着 Superset 將以子查詢的形式對字符串運行查詢。" ], "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)創建基本過滤。" + "這是將會增加到 WHERE 子句的條件。例如,要僅返回特定客戶端的行,可以使用子句 `client_id = 9` 定義常規過濾。若要在用戶不属於 RLS 過濾角色的情况下不顯示行,可以使用子句 `1 = 0`(始終為 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": [ - "這個JSON對象描述了部件在看板中的位置。它是動態生成的,可以通過拖放,在看板中條整整部件的大小和位置" + "這個 JSON 對象描述了部件在看板中的位置。它是動態生成的,可以通過拖放,在看板中調整整部件的大小和位置" ], "This markdown component has an error.": ["此 markdown 組件有錯誤。"], "This markdown component has an error. Please revert your recent changes.": [ - "此 markdown 組件有錯誤。請还原最近的更改。" + "此 markdown 組件有錯誤。請還原最近的更改。" ], "This may be triggered by:": ["這可能由以下因素觸發:"], - "This metric is used to define row selection criteria (how the rows are sorted) if a series or row limit is present. If not defined, it reverts to the first metric (where appropriate).": [ - "如果存在序列或行限制,則用於定義顶部序列的排序方式的度量。如果未定義,則返回第一個度量(如果適用)。" - ], - "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.": [ @@ -4522,38 +3597,27 @@ "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 was triggered by:": ["這是由以下因素引發的:"], "This will remove your current embed configuration.": [ "這會移除當前的嵌入配置。" ], - "Threshold": ["阈值"], "Threshold alpha level for determining significance": [ - "確定重要性的阈值α水平" + "確定重要性的閥值 α 水平" ], - "Threshold: ": ["阈值"], - "Thumbnails": ["缩略圖"], + "Thumbnails": ["縮略圖"], "Thursday": ["星期四"], "Time": ["時間"], "Time Column": ["時間列"], "Time Comparison": ["時間比對"], "Time Format": ["時間格式"], "Time Grain": ["時間粒度(Grain)"], - "Time Grain must be specified when using Time Shift.": [ - "使用時間比較時,必須指定封閉的時間范圍(有開始和結束)。" - ], "Time Granularity": ["時間粒度(Granularity)"], - "Time Lag": ["時間范圍"], - "Time Range": ["時間范圍"], - "Time Ratio": ["時間粒度(grain)"], + "Time Range": ["時間範圍"], "Time Series": ["時間序列"], "Time Series - Bar Chart": ["時間序列 - 柱狀圖"], - "Time Series - Line Chart": ["時間序列-折線圖"], - "Time Series - Nightingale Rose Chart": ["時間序列 - 南丁格尔玫瑰圖"], - "Time Series - Paired t-test": ["時間序列 - 配對t檢驗"], + "Time Series - Line Chart": ["時間序列 - 折線圖"], + "Time Series - Nightingale Rose Chart": ["時間序列 - 南丁格爾玫瑰圖"], + "Time Series - Paired t-test": ["時間序列 - 配對 t 檢驗"], "Time Series - Percent Change": ["時間序列 - 百分比變化"], "Time Series - Period Pivot": ["時間序列 - 週期透視表"], "Time Series - Stacked": ["時間序列 - 堆叠圖"], @@ -4564,39 +3628,35 @@ "Time column \"%(col)s\" does not exist in dataset": [ "時間列 \"%(col)s\" 在數據集中不存在" ], - "Time column filter plugin": ["時間列過滤插件"], + "Time column filter plugin": ["時間列過濾插件"], "Time column to apply dependent temporal filter to": [ "要應用相關時間篩選條件的時間列" ], - "Time column to apply time range 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].": [ - "時間差值含糊不清,請明確指定是 [%(human_readable)s 前] 还是 [%(human_readable)s 後]。" + "時間差值含糊不清,請明確指定是 [%(human_readable)s 前] 還是 [%(human_readable)s 後]。" ], - "Time filter": ["時間過滤器"], + "Time filter": ["時間過濾器"], "Time format": ["時間格式"], "Time grain": ["時間粒度(grain)"], - "Time grain filter plugin": ["范圍過滤器"], + "Time grain filter plugin": ["範圍過濾器"], "Time grain missing": ["時間粒度缺失"], "Time granularity": ["時間粒度(granularity)"], "Time in seconds": ["時間(秒)"], - "Time lag": ["時間范圍"], - "Time range": ["時間范圍"], - "Time ratio": ["時間粒度(grain)"], + "Time range": ["時間範圍"], "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].": [ - "時間字符串不明確。請指定為 [%(human_readable)s 前] 还是 [%(human_readable)s 後]。" + "時間字符串不明確。請指定為 [%(human_readable)s 前] 還是 [%(human_readable)s 後]。" ], - "Time-series Bar Chart (legacy)": ["時間序列-條形圖(傳統)"], - "Time-series Percent Change": ["時間序列-百分比變化"], - "Time-series Period Pivot": ["時間序列-週期軸"], - "Time-series Table": ["時間序列-表格"], + "Time-series Percent Change": ["時間序列 - 百分比變化"], + "Time-series Period Pivot": ["時間序列 - 週期軸"], + "Time-series Table": ["時間序列 - 表格"], "Timeout error": ["超時錯誤"], "Timestamp format": ["時間戳格式"], "Timezone": ["時區"], @@ -4608,47 +3668,34 @@ "Title": ["標題"], "Title Column": ["標題欄"], "Title is required": ["標題是必填項"], - "Title or Slug": ["標題或者Slug"], + "Title or Slug": ["標題或者 Slug"], "To filter on a metric, use Custom SQL tab.": [ - "若要在計量值上篩選,請使用自定義SQL選項卡。" + "若要在計量值上篩選,請使用自定義 SQL 選項卡。" ], "To get a readable URL for your dashboard": ["為看板生成一個可讀的 URL"], "Tooltip": ["提示"], - "Tooltip Contents": ["提示内容"], "Tooltip sort by metric": ["按指標排序提示"], "Tooltip time format": ["提示的時間格式"], - "Top": ["顶部"], - "Top left": ["上左"], - "Top right": ["上右"], + "Top": ["頂部"], "Top to Bottom": ["自上而下"], - "Total": ["總計"], "Total (%(aggfunc)s)": [""], "Total (%(aggregatorName)s)": [""], - "Total value": ["總計值"], - "Total: %s": ["總計: %s"], "Totals": ["總計"], "Track job": ["跟踪任務"], - "Transformable": ["转换"], + "Transformable": ["轉换"], "Transparent": ["透明"], - "Transpose pivot": ["转置透視圖"], + "Transpose pivot": ["轉置透視圖"], "Treat values as categorical.": [""], - "Tree Chart": ["树狀圖"], + "Tree Chart": ["樹狀圖"], "Tree layout": ["布局"], "Tree orientation": ["方向"], - "Treemap": ["树狀地圖"], + "Treemap": ["樹狀地圖"], "Trend": ["趋势"], "Triangle": ["三角形"], - "Trigger Alert If...": ["達到以下條件觸發警报:"], - "Truncate Axis": ["截断軸"], - "Truncate Cells": ["截断單元格"], - "Truncate Metric": ["截断指標"], - "Truncate X Axis": ["截断X軸"], - "Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.": [ - "截断X軸。可以通過指定最小或最大界限來重寫。" - ], - "Truncate Y Axis": ["截断Y軸"], + "Trigger Alert If...": ["達到以下條件觸發警報:"], + "Truncate Y Axis": ["截斷 Y 軸"], "Truncate Y Axis. Can be overridden by specifying a min or max bound.": [ - "截断Y軸。可以通過指定最小或最大界限來重寫。" + "截斷 Y 軸。可以通過指定最小或最大界限來重寫。" ], "Truncate long cells to the \"min width\" set above": [""], "Truncates the specified date to the accuracy specified by the date unit.": [ @@ -4659,13 +3706,12 @@ ], "Try different criteria to display results.": [""], "Tuesday": ["星期二"], - "Tukey": [""], "Type": ["類型"], - "Type \"%s\" to confirm": ["键入 \"%s\" 來確認"], - "Type a value": ["請輸入值"], - "Type a value here": ["請輸入值"], + "Type \"%s\" to confirm": ["鍵入 \"%s\" 來確認"], + "Type a value": ["請输入值"], + "Type a value here": ["請输入值"], "Type is required": ["類型是必需的"], - "Type of Google Sheets allowed": ["接受Google Sheets的類型"], + "Type of Google Sheets allowed": ["接受 Google Sheets 的類型"], "Type of comparison, value difference or percentage": [ "比較類型,值差異或百分比" ], @@ -4675,13 +3721,13 @@ "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\"" + "不能連接到資料庫\"%(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\"": [ "" @@ -4690,46 +3736,41 @@ "Unable to decode value": [""], "Unable to encode value": [""], "Unable to find such a holiday: [%(holiday)s]": [ - "找不到這样的假期:[%(holiday)s]" + "找不到這樣的假期:[%(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": [ - "無法將CSV文件 \"%(filename)s\" 上傳到數據庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(error_msg)s" + "無法將 CSV 文件 \"%(filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(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": [ - "無法將列式文件 \"%(filename)s\" 上傳到數據庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(error_msg)s" + "無法將列式文件 \"%(filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(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": [ - "無法將Excel文件 \"%(filename)s\" 上傳到數據庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(error_msg)s" + "無法將 Excel 文件 \"%(filename)s\" 上傳到資料庫 \"%(db_name)s\" 中的表 \"%(table_name)s\" 内。錯誤消息:%(error_msg)s" ], "Undefined": ["未命名"], "Undefined window for rolling operation": ["未定義滚動操作窗口"], - "Undo the action": ["撤销這個動作"], - "Undo?": ["撤消?"], + "Undo?": ["還原?"], "Unexpected error": ["意外錯誤。"], "Unexpected error occurred, please check your logs for details": [ - "發生意外錯誤,請檢查日誌以了解詳細信息" + "發生意外錯誤,請檢查日誌以了解詳細訊息" ], "Unexpected error: ": ["意外錯誤。"], - "Unexpected time range: %(error)s": ["意外時間范圍:%(error)s"], "Unknown": ["未知"], - "Unknown Doris server host \"%(hostname)s\".": [ - "未知Doris服務器主机 \"%(hostname)s\"." - ], "Unknown MySQL server host \"%(hostname)s\".": [ - "未知MySQL服務器主机 \"%(hostname)s\"." + "未知 MySQL 服務器主機 \"%(hostname)s\"." ], "Unknown Presto Error": ["未知 Presto 錯誤"], "Unknown Status": ["未知狀態"], @@ -4737,14 +3778,13 @@ "排序中使用的未知列: %(col)s" ], "Unknown error": ["未知錯誤"], - "Unknown input format": ["未知輸入格式"], - "Unknown type": ["未知錯誤"], + "Unknown input format": ["未知输入格式"], "Unknown value": ["未知值"], "Unsafe return type for function %(func)s: %(value_type)s": [ "函數返回不安全的類型 %(func)s: %(value_type)s" ], "Unsafe template value for key %(key)s: %(value_type)s": [ - "键的模板值不安全 %(key)s: %(value_type)s" + "鍵的模板值不安全 %(key)s: %(value_type)s" ], "Unsupported clause type: %(clause)s": ["不支持的條款類型: %(clause)s"], "Unsupported post processing operation: %(operation)s": [ @@ -4754,99 +3794,81 @@ "方法的返回值不受支持 %(name)s" ], "Unsupported template value for key %(key)s": [ - "键的模板值不受支持 %(key)s" + "鍵的模板值不受支持 %(key)s" ], "Unsupported time grain: %(time_grain)s": [ "不支持的時間粒度:%(time_grain)s" ], - "Untitled Dataset": ["未命名的數據集"], - "Untitled Query": ["未命名的查詢"], "Untitled query": ["未命名的查詢"], "Update": ["更新"], - "Update chart": ["圖表保存"], "Updating chart was stopped": ["更新圖表已停止"], "Upload": ["上傳"], - "Upload CSV": ["上傳CSV"], - "Upload CSV to database": ["上傳CSV文件"], - "Upload Credentials": ["上傳憑据"], + "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 Excel file": ["上傳 Excel"], + "Upload Excel file to database": ["上傳 Excel"], + "Upload JSON file": ["上傳 JSON 文件"], "Upload columnar file": ["上傳列式文件"], - "Upload columnar file to database": ["上傳列式文件到數據庫"], - "Upload file to database": ["上傳文件到數據庫"], - "Upper Threshold": ["阈值上限"], - "Upper threshold must be greater than lower threshold": [ - "阈值上限必須大於阈值下限" - ], - "Usage": ["用途"], + "Upload columnar file to database": ["上傳列式文件到資料庫"], + "Upload file to database": ["上傳文件到資料庫"], "Use \"%(menuName)s\" menu instead.": [""], - "Use %s to open in a new tab.": ["使用 %s 打開新的選項卡。"], "Use Area Proportions": ["使用面積比例"], "Use Columns": ["使用列"], "Use a log scale": ["使用對數刻度"], - "Use a log scale for the X-axis": ["X軸上使用對數刻度"], - "Use a log scale for the Y-axis": ["Y軸上使用對數刻度"], - "Use an encrypted connection to the database": ["使用到數據庫的加密連接"], - "Use an ssh tunnel connection to the database": [ - "使用SSH隧道連接到數據庫" - ], + "Use a log scale for the X-axis": ["X 軸上使用對數刻度"], + "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]": [ - "使用另一個現有的圖表作為注釋和標记的數據源。您的圖表必須是以下可視化類型之一:[%s]" + "使用另一個現有的圖表作為注释和標記的數據源。您的圖表必須是以下可視化類型之一:[%s]" ], "Use date formatting even when metric value is not a timestamp": [""], - "Use legacy datasource editor": ["使用旧數據源编辑器"], + "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.": [ - "使用您在創建服務帐戶時自動下载的JSON文件" + "使用您在創建服務帳戶時自動下载的JSON文件" ], - "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": [ - "在内部用於標识插件。應該在插件的 package.json 内被設置為包名。" + "在内部用於標识插件。應該在插件的 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. Not the most visually stunning visualization, but highly informative and versatile.": [ - "用於通過將多個统計信息分組在一起來汇總一組數據" + "用於通過將多個统計訊息分組在一起來彙總一組數據" ], "User": ["用戶"], "User doesn't have the proper permissions.": ["您没有授權 "], "User must select a value before applying the filter": [ - "用戶必須给過滤器選擇一個值" + "用戶必須給過濾器選擇一個值" ], "User query": ["用戶查詢"], "Username": ["用戶名"], - "Users are not allowed to set a search path for security reasons.": [ - "出於安全考虑,不允許用戶設置搜索路径。" - ], "Uses Gaussian Kernel Density Estimation to visualize spatial distribution of data": [ "使用高斯核密度估計來可視化數據的空間分布。" ], "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": ["值"], "Value Domain": ["值域"], "Value Format": ["數值格式"], - "Value and Percentage": ["值和百分比"], "Value bounds": ["值邊界"], "Value cannot exceed %s": ["值不能超過 %s"], "Value format": ["數值格式"], "Value is required": ["需要值"], - "Value must be greater than 0": ["`行偏移量` 必須大於或等於0"], - "Values are dependent on other filters": ["這些值依赖於其他過滤器"], - "Values dependent on": ["值依赖於"], + "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": [ "" ], @@ -4854,50 +3876,41 @@ "Verbose Name": ["全稱"], "Version": ["版本"], "Version number": ["版本"], - "Vertical": ["纵向"], - "Vertical (Left)": ["纵向(左對齊)"], + "Vertical": ["縱向"], "Video game consoles": ["控制台"], - "View": ["預覽"], "View All »": ["查看所有 »"], - "View Dataset": ["查看數據集"], - "View all charts": ["查看所有圖表"], - "View as table": ["查看样例"], "View in SQL Lab": ["在 SQL 工具箱中公開"], - "View keys & indexes (%s)": ["查看键和索引(%s)"], + "View keys & indexes (%s)": ["查看鍵和索引(%s)"], "View query": ["查看查詢語句"], "Viewed": ["已查看"], "Viewed %s": ["已查看 %s"], "Viewport": ["視口"], - "Virtual": ["虚拟"], - "Virtual (SQL)": ["虚拟(SQL)"], - "Virtual dataset": ["虚拟數據集"], - "Virtual dataset query cannot be empty": ["虚拟數據集查詢不能為空"], + "Virtual (SQL)": ["虛擬(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": ["視觉條整"], + "Virtual dataset query must be read-only": ["虛擬數據集查詢必須是只讀的"], + "Visual Tweaks": ["視觉調整"], "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.": [ - "可視化各組之間的相關指標。熱圖擅長顯示两組之間的相關性或强度。顏色用於强條各組之間的聯繫强度。" + "可視化各組之間的相關指標。热圖擅長顯示两組之間的相關性或强度。颜色用於强調各組之間的聯繫强度。" ], "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).": [ - "使用相同的x軸時間范圍可視化两個不同的時間序列。請注意,每個時間序列可以以不同的方式可視化(例如1個使用條形圖,1個使用線條)。" + "使用熟悉的樹狀結構可視化多層次結構。" ], "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軸和氣泡大小)可視化度量。同一組中的氣泡可以“使用氣泡顏色顯示" + "在單個圖表中跨三维數據(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.": [ @@ -4906,32 +3919,27 @@ "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 缺少一個數據源"], "Viz type": ["可視化類型"], "WED": ["星期三"], - "Want to add a new database?": ["添加一個新數據庫?"], + "Want to add a new database?": ["增加一個新資料庫?"], "Warning": ["警告!"], - "Warning Message": ["告警信息"], + "Warning Message": ["告警訊息"], "Warning!": ["警告!"], "Warning! Changing the dataset may break the chart if the metadata does not exist.": [ "警告!如果元數據不存在,更改數據集可能會破坏圖表。" ], - "Was unable to check your query": ["無法檢查你的查詢語句"], - "Waterfall Chart": ["瀑布圖"], "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)s\" 。" @@ -4944,146 +3952,117 @@ ], "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\" 的數據庫。請確認您的數據庫名字並重试" + "我們無法連接到名為 \"%(database)s\" 的資料庫。請確認您的資料庫名字並重試" ], - "Web": ["網络"], + "Web": ["網路"], "Wednesday": ["星期三"], "Week": ["週"], - "Week ending Saturday": ["週一為一週結束"], - "Week ending Sunday": ["週一為一週結束"], + "Week ending Saturday": ["週一為一週结束"], "Week starting Monday": ["週一為一週開始"], "Week starting Sunday": ["週日為一週開始"], - "Weekly Report": ["週报"], "Weekly Report for %s": [""], "Weekly seasonality": ["週度季節性"], "Weeks %s": ["週 %s"], - "Weight": ["權重"], - "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 as the label": ["標籤上需要顯示的内容"], - "What should be shown as the tooltip label": ["標籤上需要顯示的内容"], "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%`": [ - "當計算類型設置為“百分比變化”時,Y軸格式將被强制設置為.1%。" + "當計算類型設定為 “百分比變化” 時,Y 軸格式將被强制設定為 .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": [ - "當在 SQL 编辑器中允許 CREATE TABLE AS 選項時,此選項可以此模式中强制創建表" + "當在 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實驗室結果。" + "啟用後,用戶可以在 Explore 中可視化 SQL 實驗室结果。" ], "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.": [ - "指定SQL時,數據源會充當視圖。在對生成的父查詢進行分組和篩選時,系统將使用此語句作為子查詢。" + "指定 SQL 時,數據源會充當視圖。在對生成的父查詢進行分組和篩選時,系统將使用此語句作為子查詢。" ], "When the secondary temporal columns are filtered, apply the same filter to the main datetime column.": [ "當對次要時間列進行篩選時,將相同的篩選條件應用到主日期時間列。" ], "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.": [ - "當使用 \"自適配過滤條件\" 時,這可以用來提高獲取查詢數據的性能。使用此選項可將谓词(WHERE子句)應用於從表中進行選擇不同值的查詢。通常,這样做的目的是通過對分區或索引的相關時間欄位配置相對應的過滤時間來限制掃描。" + "當使用 \"自適配過濾條件\" 時,這可以用來提高獲取查詢數據的性能。使用此選項可將谓詞(WHERE 子句)應用於從表中進行選擇不同值的查詢。通常,這樣做的目的是通過對分區或索引的相關時間欄位配置相對應的過濾時間來限制掃描。" ], "When using 'Group By' you are limited to use a single metric": [ - "當使用“Group by”時,只限於使用單個度量。" + "當使用 “Group by” 時,只限於使用單個度量。" ], "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": [ - "表是否由 sql 實驗室中的 \"可視化\" 流生成" + "表是否由 SQL 實驗室中的 \"可視化\" 流生成" ], "Whether this column is exposed in the `Filters` section of the explore view.": [ - "該列是否在瀏覽視圖的`過滤器`部分顯示。" + "該列是否在瀏覽視圖的 `過濾器` 部分顯示。" ], "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": [ - "單元格條形圖中的正负值是否按0對齊" + "單元格條形圖中的正負值是否按 0 對齊" ], - "Whether to always show the annotation label": ["是否顯示注釋標籤。"], + "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 colorize numeric values by whether 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.": [ - "是否顯示標籤。請注意,只有當達到 5% 的阈值時標籤才會顯示。" - ], "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": [ - "是否顯示X軸的最小值和最大值" + "是否顯示 X 軸的最小值和最大值" ], "Whether to display the min and max values of the Y-axis": [ - "是否顯示Y軸的最小值和最大值" + "是否顯示 Y 軸的最小值和最大值" ], "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 tooltip labels.": ["是否顯示標籤。"], "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 the percentage in the tooltip": [ "是否在工具提示中包含百分比" @@ -5091,74 +4070,62 @@ "Whether to include the time granularity as defined in the time section": [ "是否包含時間段中定義的時間粒度" ], - "Whether to make the grid 3D": ["是否將網格變為 3D"], - "Whether to make the histogram cumulative": ["是否將直方圖設置為累積的"], + "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": [ "是否將此列作為[時間粒度]選項, 列中的數據類型必須是DATETIME" ], "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": [ - "是否在瀏覽視圖的過滤器部分中填充過滤器的下拉列表,並提供從後端獲取的不同值的列表" + "是否在瀏覽視圖的過濾器部分中填充過濾器的下拉列表,並提供從後端獲取的不同值的列表" ], "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 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": [ "是否顯示Y軸的最小值和最大值" ], - "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": [ - "是降序还是升序排序" - ], + "Whether to sort descending or ascending": ["是降序還是升序排序"], "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": ["在悬停時突出顯示哪些關系"], + "Which relatives to highlight on hover": ["在懸停時突出顯示哪些關係"], "Whisker/outlier options": ["異常值/離群值選項"], "White": ["白色"], - "Width": ["宽度"], + "Width": ["寬度"], "Width of the confidence interval. Should be between 0 and 1": [ "置信區間必須介於 0 和 1(不包含 1)之間" ], - "Width of the sparkline": ["迷你圖的宽度"], + "Width of the sparkline": ["迷你圖的寬度"], "Window must be > 0": ["窗口必須大於 0"], "With a subheader": ["子標題"], - "Word Cloud": ["词汇云"], - "Word Rotation": ["單词旋转"], + "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": ["將dataframe index 作為列."], - "Write dataframe index as a column.": ["將dataframe index 作為列."], + "Write dataframe index as a column.": ["將 dataframe index 作為列."], "X AXIS TITLE BOTTOM MARGIN": ["X 軸標題下邊距"], "X AXIS TITLE MARGIN": ["X 軸標題邊距"], "X Axis": ["X 軸"], - "X Axis Bounds": ["X 軸界限"], "X Axis Format": ["X 軸格式化"], "X Axis Label": ["X 軸標籤"], "X Axis Title": ["X 軸標題"], "X Log Scale": ["X 對數尺度"], "X Tick Layout": ["X 軸刻度圖層"], "X bounds": ["X 界限"], - "X-Axis Sort Ascending": ["X 軸升序排序"], "X-Axis Sort By": ["X 軸排序"], - "X-axis": ["X 軸"], "XScale Interval": ["X 軸比例尺間隔"], "Y 2 bounds": ["Y 界限"], "Y AXIS TITLE MARGIN": ["Y 軸標題邊距"], @@ -5169,13 +4136,9 @@ "Y Axis Label": ["Y 軸標籤"], "Y Axis Title": ["Y 軸標題"], "Y Axis Title Margin": ["Y 軸標題邊距"], - "Y Axis Title Position": ["Y 軸標題位置"], "Y Log Scale": ["Y 對數尺度"], "Y bounds": ["Y 界限"], - "Y-Axis Sort Ascending": ["Y 軸升序排序"], "Y-Axis Sort By": ["Y 軸排序"], - "Y-axis": ["Y 軸"], - "Y-axis bounds": ["Y 軸界限"], "YScale Interval": ["Y 軸比例尺間隔"], "Year": ["年"], "Year (freq=AS)": [""], @@ -5183,35 +4146,33 @@ "Years %s": ["年 %s"], "Yes": ["是"], "Yes, cancel": ["是的,取消"], - "Yes, overwrite changes": ["是的,覆蓋"], - "You are adding tags to %s %ss": ["你给 %s %ss 添加了標籤"], + "You are adding tags to %s %ss": ["你給 %s %ss 增加了標籤"], "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 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.": [ "您無法在這個數據點上應用交叉篩選。" @@ -5220,48 +4181,26 @@ "" ], "You cannot use 45° tick layout along with the time range filter": [ - "不能將45°刻度線布局與時間范圍過滤器一起使用" + "不能將 45° 刻度線布局與時間範圍過濾器一起使用" ], - "You do not have permission to edit this %s": ["您没有编辑此 %s 的權限"], "You do not have permission to edit this chart": [ - "您没有编辑此圖表的權限" + "您没有編輯此圖表的權限" ], "You do not have permission to edit this dashboard": [ - "您没有编辑此看板的權限" + "您没有編輯此看板的權限" ], - "You do not have permission to read tags": ["您没有编辑此標籤的權限"], "You do not have permissions to edit this dashboard.": [ - "您没有编辑此看板的權限。" + "您没有編輯此看板的權限。" ], - "You do not have sufficient permissions to edit the chart": [ - "您没有编辑此圖表的權限" - ], - "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 any favorites yet!": ["您還没有任何的收藏!"], "You don't have permission to modify the value.": [ - "您没有编辑此值的權限" - ], - "You don't have the rights to alter %(resource)s": [ - "您没有權利修改 %(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": ["您没有權利創建下载csv"], - "You have removed this filter.": ["您已删除此過滤條件。"], + "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.": [ "" @@ -5277,43 +4216,37 @@ "您需要配置 HTML 限制以使用 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 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 ]": ["未命名看板"], + "Zoom": ["縮放"], + "Zoom level of the map": ["地圖縮放等級"], "[Longitude] and [Latitude] columns must be present in [Group By]": [ "[經度] 和 [緯度] 的選擇項必須出現在 [Group By]" ], - "[Longitude] and [Latitude] must be set": ["[經度] 和 [緯度] 的必須設置"], + "[Longitude] and [Latitude] must be set": ["[經度] 和 [緯度] 的必須設定"], "[Missing Dataset]": ["丢失數據集"], "[Untitled]": ["無標題"], - "[asc]": ["[升序]"], "[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`.": [ "比較的列長度必須原始列保持一致" ], @@ -5321,15 +4254,15 @@ "`compare_type` 必須是 `difference`, `percentage` 或 `ratio`" ], "`confidence_interval` must be between 0 and 1 (exclusive)": [ - "`置信區間` 必須介於0和1之間(開區間)" + "`置信區間` 必須介於 0 和 1 之間(開區間)" ], "`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(*)。數值列將與聚合器聚合。非數值列將用於维度列。留空以获得每個聚合群中的點計數。" + "如果分組被使用 `count` 表示 COUNT(*)。數值列將與聚合器聚合。非數值列將用於维度列。留空以獲得每個聚合群中的點計數。" ], "`operation` property of post processing object undefined": [ "後處理必須指定操作類型(`operation`)" ], - "`prophet` package not installed": ["未安装程序包 `prophet`"], + "`prophet` package not installed": ["未安裝程序包 `prophet`"], "`rename_columns` must have the same length as `columns`.": [ "重命名的列長度必須和原來保持一致" ], @@ -5339,23 +4272,19 @@ "`row_offset` must be greater than or equal to 0": [ "`行偏移量` 必須大於或等於 0" ], - "`width` must be greater or equal to 0": ["`宽度` 必須大於或等於 0"], + "`width` must be greater or equal to 0": ["`寬度` 必須大於或等於 0"], "aggregate": ["合計"], - "alert": ["警报"], - "alert dark": ["警报(暗色)"], - "alerts": ["警报"], - "all": ["全部"], + "alert": ["警報"], + "alerts": ["警報"], "also copy (duplicate) charts": ["同時複製圖表"], "ancestor": ["上一級"], "and": ["和"], - "annotation": ["注釋"], - "annotation_layer": ["注釋層"], + "annotation": ["注释"], + "annotation_layer": ["注释層"], "asfreq": [""], "at": ["在"], - "auto": ["自動"], "auto (Smooth)": [""], "background": ["背景"], - "basis": ["基礎"], "below (example:": ["格式,比如:"], "between {down} and {up} {name}": [""], "bfill": [""], @@ -5367,12 +4296,9 @@ ], "by using": ["基於"], "cannot be empty": ["不能為空"], - "cardinal": ["径向"], - "change": ["范圍"], "chart": ["圖表"], "charts": ["圖表"], "choose WHERE or HAVING...": ["選擇 WHERE 或 HAVING 子句..."], - "clear all filters": ["清除所有過滤器"], "click here": ["點擊這里"], "code ISO 3166-1 alpha-2 (cca2)": [""], "code ISO 3166-1 alpha-3 (cca3)": [""], @@ -5380,130 +4306,86 @@ "column": ["列"], "connecting to %(dbModelName)s.": [""], "count": ["計數"], - "create": ["創建"], - "create a new chart": ["創建新圖表"], - "create dataset from SQL query": ["從SQL查詢創建數據集"], "css": ["css"], - "css_template": ["css模板"], + "css_template": ["css 模板"], "cumsum": ["累積求和"], "cumulative": ["累積"], "dashboard": ["看板"], "dashboards": ["看板"], - "database": ["數據庫"], + "database": ["資料庫"], "dataset": ["數據集"], - "dataset name": ["數據集名稱"], "date": ["日期"], "day": ["天"], "day of the month": ["一個月的天數"], "day of the week": ["一週的天數"], - "deck.gl 3D Hexagon": ["Deck.gl - 多角形"], - "deck.gl Arc": ["Deck.gl - 圓弧圖"], - "deck.gl Contour": ["Deck.gl - 等高線"], - "deck.gl Geojson": ["Deck.gl - Geojson"], - "deck.gl Grid": ["Deck.gl - 網格圖"], - "deck.gl Heatmap": ["Deck.gl - 熱力圖"], - "deck.gl Multiple Layers": ["Deck.gl - 多圖層"], - "deck.gl Path": ["Deck.gl - 路径"], - "deck.gl Polygon": ["Deck.gl - 多邊形"], - "deck.gl Scatterplot": ["Deck.gl - 散點圖"], - "deck.gl Screen Grid": ["Deck.gl - 螢幕網格"], - "deck.gl charts": ["Deck.gl - 圖表"], - "deckGL": ["deckGL圖表"], - "default": ["默認"], + "deck.gl Arc": ["Deck.gl - 圆弧圖"], "delete": ["删除"], "descendant": ["降序"], "description": ["描述"], - "deviation": ["偏離"], "dialect+driver://username:password@host:port/database": [""], "draft": ["草稿"], "dttm": ["時間"], "e.g. ********": ["例如:********"], "e.g. 127.0.0.1": ["例如:127.0.0.1"], "e.g. 5432": ["例如:5432"], - "e.g. AccountAdmin": ["例如:用戶名"], - "e.g. Analytics": ["例如:admin"], + "e.g. AccountAdmin": ["例如:AccountAdmin"], + "e.g. Analytics": ["例如:Analytics"], "e.g. compute_wh": ["例如:compute_wh"], "e.g. param1=value1¶m2=value2": ["例如:param1=value1¶m2=value2"], "e.g. sql/protocolv1/o/12345": ["例如:sql/protocolv1/o/12345"], - "e.g. world_population": ["例如:postgres"], + "e.g. world_population": ["例如:world_population"], "e.g. xy12345.us-east-2.aws": ["例如:xy12345.us-east-2.aws"], - "e.g., a \"user id\" column": ["例如:userid 列"], - "edit mode": ["编辑模式"], - "entries": ["序列"], - "error": ["錯誤"], + "e.g., a \"user id\" column": ["例如:\"user id\" 列"], "error dark": ["錯誤(暗色)"], - "error_message": ["錯誤信息"], "every": ["任意"], "every day of the month": ["每月的每一天"], "every day of the week": ["一週的每一天"], "every hour": ["每小時"], "every minute": ["每分鐘 UTC"], "every month": ["每個月"], - "expand": ["展開"], - "explore": ["探索"], - "failed": ["失败"], "fetching": ["抓取中"], "ffill": [""], - "flat": ["扁平"], "for more information on how to structure your URI.": [ - "來查詢有關如何構造URI的更多信息。" + "來查詢有關如何構造 URI 的更多訊息。" ], "function type icon": [""], "geohash (square)": [""], - "heatmap": ["熱力圖"], "heatmap: values are normalized across the entire heatmap": [ - "熱力圖:其中所有數值都經過了归一化" + "热力圖:其中所有數值都經過了歸一化" ], - "here": ["點擊這里"], "hour": ["小時"], "image-rendering CSS attribute of the canvas object that defines how the browser scales up the image": [ - "圖像渲染畫布對象的 CSS 属性,它定義了瀏覽器如何放大圖像" + "圖像渲染画布對象的 CSS 属性,它定義了瀏覽器如何放大圖像" ], "in": ["處於"], "in modal": ["(在模型中)"], - "is expected to be a Mapbox URL": ["應該為 MapBox 的 URL"], "is expected to be a number": ["應該為數字"], "is expected to be an integer": ["應該為整數"], "json isn't valid": ["無效 JSON"], - "key a-z": ["a-z键"], - "key z-a": ["z-a键"], + "key a-z": ["a-z 鍵"], + "key z-a": ["z-a 鍵"], "label": ["標籤"], "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.": [ "下百分位數必須大於 0 且小於 100。而且必須低於上百分位" ], - "max": ["最大值"], - "mean": ["平均值"], "median": ["中位數"], - "meters": ["米"], - "metric": ["指標"], - "min": ["最小值"], "minute": ["分"], "minute(s)": ["分鐘"], - "monotone": ["單條性"], "month": ["月"], "more than {max} {name}": [""], "must have a value": ["必填"], - "name": ["名稱"], - "no SQL validator is configured": ["没有配置 SQL 驗證器"], - "no SQL validator is configured for %(engine_spec)s": [ - "没有為%(engine_spec)s配置SQL驗證器" - ], "numeric type icon": [""], "nvd3": ["nvd3"], - "offline": ["離線"], "on": ["位於"], - "or": ["或者"], "or use existing ones from the panel on the right": [ "或從右側面板中使用已存在的對象" ], "orderby column must be populated": ["必須填充用於排序的列"], - "overall": ["全部"], - "p-value precision": ["P值精度"], + "p-value precision": ["P 值精度"], "p1": [""], "p5": [""], "p95": [""], @@ -5511,83 +4393,53 @@ "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)": [""], "pixels": ["像素"], "previous calendar month": ["前一月"], "previous calendar week": ["前一週"], "previous calendar year": ["前一年"], "published": ["已發布"], - "quarter": ["季度"], "queries": ["查詢"], "query": ["查詢"], - "random": ["随机"], "reboot": ["重啟"], - "recent": ["最近"], "recents": ["最近"], "report": ["報告"], "reports": ["報告"], "restore zoom": [""], "right": ["右"], - "rowlevelsecurity": ["行級安全"], - "running": ["正在執行"], "saved queries": ["已保存查詢"], - "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": [ "series:獨立處理每個序列;overall:所有序列使用相同的比例;change:顯示與每個序列中第一個數據點相比的更改" ], - "square": ["方形"], - "stack": ["堆叠"], - "staggered": ["錯開"], "std": ["標準差"], - "step-after": ["阶梯 - 之後"], - "step-before": ["阶梯 - 之前"], - "stopped": ["停止"], - "stream": ["流式"], + "step-before": ["階梯 - 之前"], "string type icon": ["字符類圖標"], - "success": ["成功"], - "success dark": ["成功(暗色)"], "sum": ["求和"], - "syntax.": ["語法"], "tag": ["標籤"], - "tags": ["標籤"], "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.": [ "上百分位數必須大於 0 且小於 100。而且必須高於下百分位。" ], - "use latest_partition template": ["最新分區:"], "value ascending": ["升序"], "value descending": ["降序"], - "var": ["變量"], - "variance": ["方差"], - "view instructions": ["查看指引"], - "virtual": ["虚拟"], - "viz type": ["可視化類型"], + "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": ["年"], - "zoom area": ["缩放面積"], + "zoom area": ["縮放面積"], "Profile": ["用戶資料"], "sign in with": ["SSO"], "Featured": ["特色"], - "Heatmap (legacy)": ["熱力圖(傳統)"] + "Heatmap (legacy)": ["熱力圖 (傳統)"] } } }